Adds the vanilla workspace bundle to ACR#121
Merged
tompaana merged 3 commits intoMay 27, 2021
Merged
Conversation
3 tasks
Unit Test Results1 files 1 suites 0s ⏱️ Results for commit eeb8247. ♻️ This comment has been updated with latest results. |
christoferlof
approved these changes
May 27, 2021
Gaahou
pushed a commit
to Gaahou/AzureTRE
that referenced
this pull request
May 3, 2026
- Implemented RabbitMQEventPublisher class with EventPublisher interface - Uses RabbitMQ topic exchanges to replicate Event Grid functionality - Maps Event Grid topics to RabbitMQ exchanges (statusChanged → tre.events.status) - Publishes CloudEvents-formatted JSON messages - Uses event_type as routing key for topic-based routing - Updated factory.py to return RabbitMQ EventPublisher in offline mode - Exports RabbitMQEventPublisher from providers.local package Related Work Item: microsoft#121 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Gaahou
pushed a commit
to Gaahou/AzureTRE
that referenced
this pull request
May 3, 2026
- Created api_app/cleanup_dependencies.sh to uninstall aio-pika - Created scripts/cleanup_phase2.sh for complete Phase 2 cleanup - Cleanup script removes RabbitMQ containers/volumes/images - Cleanup script removes resource processor containers/images - Optional Python dependency cleanup with confirmation prompts - Comprehensive cleanup for all Phase 2 components (Stories 119-122) Related Work Items: microsoft#119, microsoft#120, microsoft#121, microsoft#122 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is being addressed
Adds the DevOps implementation to publish the vanilla workspace bundle to ACR.
How is this addressed
publish-vanilla-workspacestep inMakefilethat in turn uses the newly added scripts:/devops/scripts/install_porter.sh: Installs and sets up Porter for the workflow/devops/scripts/publish_vanilla_workspace.sh: Authorizes Porter to publish the workspace bundle to the ACR