-
Notifications
You must be signed in to change notification settings - Fork 19
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
Replication deployment with single location per instance #2537
Replication deployment with single location per instance #2537
Conversation
Hello benzekrimaha,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
3e34a28
to
8563228
Compare
ab9a15e
to
811702b
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 1 file with indirect coverage changes
@@ Coverage Diff @@
## development/8.7 #2537 +/- ##
===================================================
+ Coverage 69.36% 69.37% +0.01%
===================================================
Files 194 194
Lines 12788 12792 +4
===================================================
+ Hits 8870 8875 +5
+ Misses 3908 3907 -1
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
lib/Config.js
Outdated
@@ -82,6 +82,9 @@ class Config extends EventEmitter { | |||
this.bootstrapList = []; | |||
} | |||
|
|||
if (process.env.SITE_NAME) { |
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.
I think the environment variable should better explain what it does exactly (if I understand correctly, we want to restrict the list of locations to be managed, so we could have something like MANAGED_SITE_NAME
(but please challenge that)
7c39875
to
75f00fd
Compare
f66b98f
to
0286565
Compare
af84d02
to
d799053
Compare
@@ -36,6 +36,7 @@ class Config extends EventEmitter { | |||
* By default, the config file is "config.json" at the root. | |||
* It can be overridden using the BACKBEAT_CONFIG_FILE environment var. | |||
*/ | |||
this.Config = Config; |
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.
maybe we should add a small comment to explain why this was added ?
d799053
to
4647cc9
Compare
6cb2c30
to
0a3aa3c
Compare
/approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue BB-495. Goodbye benzekrimaha. The following options are set: approve |
Issue : BB-495