-
Notifications
You must be signed in to change notification settings - Fork 8
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
PLAT-200 jsr config importing #44
Merged
+161
−44
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
626a66d
Introduce config-importing service
Mark-Labuschagne c001db6
Update JSR to use new config importing strategy
Mark-Labuschagne bd07458
Add config compose file and base export file
Mark-Labuschagne 2b933c4
Remove unnecessary code from compose file
Mark-Labuschagne f139632
Code changes to swarm.sh
Mark-Labuschagne 505e1b4
Update JSR to remove config importer and configs
Mark-Labuschagne 37a94fd
Introduce timeout check as library
Mark-Labuschagne d487ae9
Update config::timeout_check docs
Mark-Labuschagne 9bdc2f1
Remove config importer service from platform
Mark-Labuschagne 0de61d7
Add SSL env var to .env.dev
Mark-Labuschagne 24ef18f
Update SSL default value
Mark-Labuschagne 397c271
Update SSL env var name
Mark-Labuschagne 25d69d2
Remove missed testing code
Mark-Labuschagne 906e216
Update config importer compose file
Mark-Labuschagne 4b6b71a
Update docker-compose.config.yml
Mark-Labuschagne 3e8d0f4
Updated default value for SSL env var
Mark-Labuschagne 21afae4
Added default values for timeout_check
Mark-Labuschagne c4d19f3
Update default times for timeout_check
Mark-Labuschagne 0fadd38
Update defaults for timeout_check
Mark-Labuschagne c7f9e9a
Removed overriding values for timeout_check
Mark-Labuschagne f3de70b
Fixed documentation for timeout_check
Mark-Labuschagne 4a37fbe
Updated package-metadata.json for jsreport
Mark-Labuschagne 3cfa3be
Updated JSR-config-importer image tag
Mark-Labuschagne c0c2255
Update metadata.json file in JSR
Mark-Labuschagne 22d8054
Updated variable name to match env vars
Mark-Labuschagne 9512b9a
Update vars names to match
Mark-Labuschagne 0befd53
Update compose file
Mark-Labuschagne 323db1a
Update JSR env vars
Mark-Labuschagne 4d30fe1
Merge branch 'main' into PLAT-200-jsr-config-importing
tumbledwyer b64b8bc
Corrected mispelling of ES package
Mark-Labuschagne b82bcb1
Updated package-metadata.json to include correct name
Mark-Labuschagne 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
Update docker-compose.config.yml
To environment variables to use the BODY_DATA_FORMAT instead of making the config importer specific to a particular service PLAT-200
commit 4b6b71a9394e6b50e79ba962205d64914300c0c9
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
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.
Shouldnt this be:
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.
Yes, it definitely should be. Done in 9512b9a