Add label 'story' to story template#120
Merged
Merged
Conversation
christoferlof
approved these changes
May 27, 2021
Gaahou
pushed a commit
to Gaahou/AzureTRE
that referenced
this pull request
May 3, 2026
- Created providers/local package for offline mode implementations - Implemented RabbitMQMessageBus class with MessageBus interface - Added send_message() for publishing to RabbitMQ queues - Added receive_messages() for consuming from RabbitMQ queues - Mapped Azure Service Bus queue names to RabbitMQ equivalents - Added RabbitMQ configuration to core/config.py - Added aio-pika==9.4.3 dependency to requirements.txt - Updated factory.py to return RabbitMQ provider in offline mode Related Work Item: microsoft#120 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.
PR for issue
To be able to filter and get a quick overview of the user stories the 'story' label is added to all user stories via the story template