-
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 <tools@usingtechnolo.gy> * event stream service api for ux (in progress) Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * UX code to support Event Stream Service configuration Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * Add appStore to all tests that use formStore (there is now a dependency to check for features). Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * lint fix. Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * add rate limits to routes Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * sigh - cut/paste error... fix Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * tweak ux when config is new Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * helm charts for event stream service updates to connect via websockets Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * merge fix Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * add event stream config notes, add to deployment Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * string instead of bool Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * naming consistency Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * add cicd param files for dev/test/prod Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * add WEBSOCKETS flag, allow to connect to either NATS protocol or WS Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * update values-dev.yaml for deployment to dev namespace with more resources Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * updating packages so i can merge Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * rename migration file to move past others added to main Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * FORMS-1431 - feature flags tests Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * Event Service Config unit tests, remove unused code Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * import computed after merge.. Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * FORMS-1429: tests for encryption keys some file clean up and merge fix. Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * add event stream service tests Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * FORMS-1428: event stream service tests Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * rename migration file. Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * FORMS-1427: add tests to form service for event stream messages Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * Frontend tests Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * FORMS-1561: add form metadata to event stream message Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * Forms-1548: update open api spec Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * changes to event stream pullConsumer example Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * 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 <tools@usingtechnolo.gy> * remove rate limiter Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * Update app/src/docs/v1.api-spec.yaml Co-authored-by: Walter Moar <Walter.Moar@gov.bc.ca> * remove api access from encryptionkey routes Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * remove features from config map Signed-off-by: Jason Sherman <tools@usingtechnolo.gy> * 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 <Walter.Moar@gov.bc.ca> * Update event-stream-service/charts/event-stream-service/values.yaml Co-authored-by: Walter Moar <Walter.Moar@gov.bc.ca> * 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 <tools@usingtechnolo.gy> Co-authored-by: Walter Moar <Walter.Moar@gov.bc.ca>
- 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.