-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-architecting around gateways and sensors #92
Merged
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
12af598
added gateway for processing outside events, making gateway long runn…
VaibhavPage 4bb4457
refactoring k8s manifests
VaibhavPage 95c2548
adding s3 gateway
VaibhavPage 5839ee9
making s3 and webhook gateway mult configurable
VaibhavPage c3542da
refactor of calendar, s3 and webhook gateway done. started with streams
VaibhavPage 543f698
added nats gateway
VaibhavPage 44956f4
renamed signals to gateways. moved out-of-box gateways to core.
VaibhavPage 78843be
refactor gateways
VaibhavPage cdc20f3
removing signals folder
VaibhavPage 2ab9407
added kafka gateway
VaibhavPage 7caee70
gateway and sensor dirs under a common controllers and clients directory
VaibhavPage 2db02fe
adding resource, amqp and mqtt gateways. refactored sensor watcher
VaibhavPage 62ccce9
adding gateway examples, readme etc
VaibhavPage 721bac5
adding gateway docs. refactor gateway and sensor examples
VaibhavPage 57791a9
added watcher for sensor. Completion count for sensor. Updated gatewa…
VaibhavPage ee5fefb
sensor's signal are gateway-name/configuration-name
VaibhavPage a039fa1
making gateway processor as gRPC server
VaibhavPage 16d175a
giving user options to implement gateway either by mimicing core gate…
VaibhavPage 66d3247
gateway spec changed. divided extending gateways into 3 parts. starte…
VaibhavPage 28db2b8
updated gateway examples with deploySpec. started writing custom gate…
VaibhavPage 11110d3
adding wiki for writing custom gateways
VaibhavPage 8947fe5
updating wiki. grpc gateway updated DialOptions
VaibhavPage 6828b2e
added REST gateways. wiki to follow
VaibhavPage 50ec67c
refactor rest gateways
VaibhavPage b8c79c0
added k8 events for gateway. Gateway configuration state is now maint…
VaibhavPage 99b04d5
minor refactor in k8 events
VaibhavPage 655028a
added gateways as watchers for gateway along with sensors. started ad…
VaibhavPage 3b0c7b0
added k8 event for escalation. nodes are deleted from gateway resourc…
VaibhavPage b43c934
added unit tests. refactored sensor notification handler. added k8 ev…
VaibhavPage 970c63b
adding test cases for sensor controller, operator and notification ha…
VaibhavPage 9ec8c44
updating webhook gateway
VaibhavPage 6433b77
fixed issue with syncing gateway nodes and gateway configmap
VaibhavPage 6691b07
test: cleaning up test cases
VaibhavPage d08ac54
updating dependencies
VaibhavPage 92b31a5
update docker registry to argoproj
VaibhavPage ac90e6b
exposing gateway and sensor validate method
VaibhavPage edfa3a1
update dependencies
VaibhavPage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably beef up this unit tests at some point later.. we can make a note of it and address in a future ticket.