Show common environment when no environment provided #231
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.
Description of change
A brief description of the change, what it is and why it was made.
Fixes #229
Fixes #230
Type of change
How was this tested?
Demo
Before this pull-request
$ m pipeline describe jtnewname
UUID: 9b16822d-a546-4cf8-be6b-300471f6dab2
ID: 2961
Name: jtnewname
State: Healthy
$ m connector describe mongodb-connector
UUID: a69160c7-0014-40e7-a953-fe5042876ebe
ID: 5532
Name: mongodb-connector
Type: debezium-mongo-source
Streams: (output) resource-6633-459461.meroxa.meroxa
State: pending
Pipeline: jtest
Environment: janelle-dec9
After this pull-request
$ m pipeline describe jtnewname
UUID: 9b16822d-a546-4cf8-be6b-300471f6dab2
ID: 2961
Name: jtnewname
Environment Name: common
State: Healthy
$ m connector describe mongodb-connector
UUID: 91ee0a06-436f-4c7f-a459-0a920c623ed0
ID: 5533
Name: mongodb-connector
Type: debezium-mongo-source
Streams: (output) resource-6633-666758.meroxa.meroxa
State: running
Pipeline: jtest
Environment UUID: 514280e6-6825-4728-b98a-cc4a24cb38aa
Environment Name: janelle-dec9
Additional references
Any additional links (if appropriate)
Documentation updated
Make sure that our documentation is accordingly updated when necessary.
You can do that by opening a pull-request to our (🔒 private, for now) repository: https://github.com/meroxa/meroxa-docs.
✨ In the future, there will be a GitHub action taking care of these updates automatically. ✨
Provide PR link: