-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Event Stream Service Signed-off-by: Jason Sherman <[email protected]> * event stream service api for ux (in progress) Signed-off-by: Jason Sherman <[email protected]> * UX code to support Event Stream Service configuration Signed-off-by: Jason Sherman <[email protected]> * Add appStore to all tests that use formStore (there is now a dependency to check for features). Signed-off-by: Jason Sherman <[email protected]> * lint fix. Signed-off-by: Jason Sherman <[email protected]> * add rate limits to routes Signed-off-by: Jason Sherman <[email protected]> * sigh - cut/paste error... fix Signed-off-by: Jason Sherman <[email protected]> * tweak ux when config is new Signed-off-by: Jason Sherman <[email protected]> * helm charts for event stream service updates to connect via websockets Signed-off-by: Jason Sherman <[email protected]> * merge fix Signed-off-by: Jason Sherman <[email protected]> * add event stream config notes, add to deployment Signed-off-by: Jason Sherman <[email protected]> * string instead of bool Signed-off-by: Jason Sherman <[email protected]> * naming consistency Signed-off-by: Jason Sherman <[email protected]> * add cicd param files for dev/test/prod Signed-off-by: Jason Sherman <[email protected]> * add WEBSOCKETS flag, allow to connect to either NATS protocol or WS Signed-off-by: Jason Sherman <[email protected]> * update values-dev.yaml for deployment to dev namespace with more resources Signed-off-by: Jason Sherman <[email protected]> * updating packages so i can merge Signed-off-by: Jason Sherman <[email protected]> * rename migration file to move past others added to main Signed-off-by: Jason Sherman <[email protected]> * FORMS-1431 - feature flags tests Signed-off-by: Jason Sherman <[email protected]> * Event Service Config unit tests, remove unused code Signed-off-by: Jason Sherman <[email protected]> * import computed after merge.. Signed-off-by: Jason Sherman <[email protected]> * FORMS-1429: tests for encryption keys some file clean up and merge fix. Signed-off-by: Jason Sherman <[email protected]> * add event stream service tests Signed-off-by: Jason Sherman <[email protected]> * FORMS-1428: event stream service tests Signed-off-by: Jason Sherman <[email protected]> * rename migration file. Signed-off-by: Jason Sherman <[email protected]> * FORMS-1427: add tests to form service for event stream messages Signed-off-by: Jason Sherman <[email protected]> * Frontend tests Signed-off-by: Jason Sherman <[email protected]> * FORMS-1561: add form metadata to event stream message Signed-off-by: Jason Sherman <[email protected]> * Forms-1548: update open api spec Signed-off-by: Jason Sherman <[email protected]> * changes to event stream pullConsumer example Signed-off-by: Jason Sherman <[email protected]> * review changes -paths * fix for adding eventstreamconfig to existing forms. * reset the probeId interval to 10s * remove feature flags allow event stream service to run without connection add flags to enable form level event stream add flags to send event stream meta over webhook * event stream supporting webhook Signed-off-by: Jason Sherman <[email protected]> * remove rate limiter Signed-off-by: Jason Sherman <[email protected]> * Update app/src/docs/v1.api-spec.yaml Co-authored-by: Walter Moar <[email protected]> * remove api access from encryptionkey routes Signed-off-by: Jason Sherman <[email protected]> * remove features from config map Signed-off-by: Jason Sherman <[email protected]> * put reduced limits on chefs stream * changes from review * Add stream configurations to deployment config map Add specific user for consuming messages Enforce a size on messages. * update params files for openshift. * openshift can't automatically marshall int to string? * logging/info on event stream configuration * remove defaults use param files * need param file included in PR oc command * updated example, updated chart values * ESS helm charts - preserve secret CHEFS - update stream configuration only if needed * Update event-stream-service/charts/event-stream-service/values-test.yaml Co-authored-by: Walter Moar <[email protected]> * Update event-stream-service/charts/event-stream-service/values.yaml Co-authored-by: Walter Moar <[email protected]> * ess - add axios update secrets * update nginx config, add hpa update resource allocation for prod * connection changes for publishing from CHEFS chart changes to remove NGINX --------- Signed-off-by: Jason Sherman <[email protected]> Co-authored-by: Walter Moar <[email protected]>
- Loading branch information
1 parent
39252c5
commit 721022a
Showing
119 changed files
with
6,689 additions
and
1,200 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
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.