-
Notifications
You must be signed in to change notification settings - Fork 1
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
BCDA-7529: Remove nonsensitive env variables from ops repos #153
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1ce7596
update gorm and pgx dependencies, add idle connection timeout
alex-dzeda d47bc3d
update config loading
alex-dzeda 36aade2
move imports to systems.go
alex-dzeda dce2808
remove forced deployment_target of test in docker-compose.test.yml
alex-dzeda 58ebf79
re-add deployment_target in docker-compose.test.yml
alex-dzeda 5cf670b
re-add deployment_target in docker-compose.test.yml
alex-dzeda 6bb7d01
add exit message
alex-dzeda ae2d948
remove duplicate panic
alex-dzeda a5482d1
remove unreachable line
alex-dzeda aa3d37e
pass unit test on required var
alex-dzeda 6a92bed
update description for failure to load
alex-dzeda c6311b9
update description for failure to load
alex-dzeda 34549f7
update volumes
alex-dzeda 05ddf2d
update description for failure to load
alex-dzeda 784c1a4
set default gopath
alex-dzeda 9e51588
add additional debug messages
alex-dzeda c9d9557
copy config file
alex-dzeda d8aa91a
update directory
alex-dzeda 8b5816d
re-configure relative path for file
alex-dzeda 3ba7761
add additional test
alex-dzeda 8f969eb
add gopath/goroot addition
alex-dzeda 7a0de7a
add logging for directories
alex-dzeda afe7ca7
add printouts for walking
alex-dzeda 8201ad9
update log messages to ensure they go to splunk
alex-dzeda 01b40d3
update logger
alex-dzeda d7d5d26
post all files checked
alex-dzeda fc01dc4
update build and package
alex-dzeda ab31982
update build and package
alex-dzeda 0354e92
update packaging
alex-dzeda 72f3244
update relative path
alex-dzeda 6040892
update reference path
alex-dzeda 8ee876f
clean up branch
alex-dzeda 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DEBUG=TRUE | ||
DEPLOYMENT_TARGET=dev | ||
SSAS_DEFAULT_SYSTEM_SCOPE=bcda-api | ||
SSAS_IDLE_TIMEOUT=120 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DEBUG=TRUE | ||
DEPLOYMENT_TARGET=local | ||
SSAS_DEFAULT_SYSTEM_SCOPE=bcda-api | ||
SSAS_IDLE_TIMEOUT=120 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DEBUG=FALSE | ||
DEPLOYMENT_TARGET=opensbx | ||
SSAS_DEFAULT_SYSTEM_SCOPE=bcda-api | ||
SSAS_IDLE_TIMEOUT=120 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DEBUG=FALSE | ||
DEPLOYMENT_TARGET=prod | ||
SSAS_DEFAULT_SYSTEM_SCOPE=bcda-api | ||
SSAS_IDLE_TIMEOUT=120 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DEBUG=FALSE | ||
DEPLOYMENT_TARGET=test | ||
SSAS_DEFAULT_SYSTEM_SCOPE=bcda-api | ||
SSAS_IDLE_TIMEOUT=120 | ||
|
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.
good catch on this one!