-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show subscriptions to event types in Backstage (#24)
* Build subscribers list Signed-off-by: Ali Ok <[email protected]> * Embed the consumedBy info in eventTypes Signed-off-by: Ali Ok <[email protected]> * Make the tests working Signed-off-by: Ali Ok <[email protected]> * Get dynamic client from the context Signed-off-by: Ali Ok <[email protected]> * go mod tidy && go mod vendor Signed-off-by: Ali Ok <[email protected]> * Link event mesh plugin locally Signed-off-by: Ali Ok <[email protected]> * Store the consumer relation in a custom annotation Signed-off-by: Ali Ok <[email protected]> * Process the custom annotation to emit relations Signed-off-by: Ali Ok <[email protected]> * Does not work - extended the ApiEntity and added a root level field Signed-off-by: Ali Ok <[email protected]> * Put the consumer information in the metadata as is Signed-off-by: Ali Ok <[email protected]> * Use Backstage Kube id annotation to fetch the consumer Signed-off-by: Ali Ok <[email protected]> * Improve code, add logging Signed-off-by: Ali Ok <[email protected]> * Add some test cases in the backend code Signed-off-by: Ali Ok <[email protected]> * Add more test cases in the backend code Signed-off-by: Ali Ok <[email protected]> * Use UnsafeGuessKindToResource Signed-off-by: Ali Ok <[email protected]> * Add some docs Signed-off-by: Ali Ok <[email protected]> * Rename `etNameMap` to `etByNamespacedName` Signed-off-by: Ali Ok <[email protected]> * Simplify trigger processing Signed-off-by: Ali Ok <[email protected]> * Add code comments Signed-off-by: Ali Ok <[email protected]> * Update architecture diagrams Signed-off-by: Ali Ok <[email protected]> * Address comments Signed-off-by: Ali Ok <[email protected]> * Fix provider unit tests Signed-off-by: Ali Ok <[email protected]> * Created separate issues for TODOs Signed-off-by: Ali Ok <[email protected]> * Tests for the processor Signed-off-by: Ali Ok <[email protected]> * Remove trailing whitespace Signed-off-by: Ali Ok <[email protected]> --------- Signed-off-by: Ali Ok <[email protected]>
- Loading branch information
Showing
94 changed files
with
5,827 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.