-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change environment prefix from nms to nginx_agent (#706)
* changed env variable prefix from NMS to NGINX_AGENT * changed env variable prefix from NMS to NGINX_AGENT * renamed env prefix constants * renamed env prefix constants * refactored string building of oldKey and newKey * refactored string building of oldKey and newKey * added test for env prefix migration * added test for env prefix migration * refactored string builing of oldKey and newKey * refactored string builing of oldKey and newKey * fixed deprecated env prefix migration test
- Loading branch information
1 parent
3dc9eb3
commit 174be3d
Showing
8 changed files
with
85 additions
and
6 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
16 changes: 15 additions & 1 deletion
16
test/integration/vendor/github.com/nginx/agent/v2/src/core/config/config.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
test/integration/vendor/github.com/nginx/agent/v2/src/core/config/defaults.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 15 additions & 1 deletion
16
test/performance/vendor/github.com/nginx/agent/v2/src/core/config/config.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
test/performance/vendor/github.com/nginx/agent/v2/src/core/config/defaults.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.