-
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
S3C supports having different queueProcessor probeserver configuratio… #2550
S3C supports having different queueProcessor probeserver configuratio… #2550
Conversation
Hello killiang,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 8 files with indirect coverage changes
@@ Coverage Diff @@
## development/8.7 #2550 +/- ##
===================================================
+ Coverage 69.44% 69.58% +0.14%
===================================================
Files 194 194
Lines 12792 12875 +83
===================================================
+ Hits 8883 8959 +76
- Misses 3899 3906 +7
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
…n per site. Joi configuration supports having multiple types for a single config parameter, this will allow supporting passing both an array or a single object containing the probeserver config. Issue: BB-536
b3b1948
to
22f7e38
Compare
…ma for probeServer
… and if no site specified, just use the global config Issue: BB-536
Issue: BB-536
Issue: BB-536
7f15185
to
63bdd85
Compare
76a4b43
to
7b06052
Compare
7b06052
to
30a3a01
Compare
Issue: BB-536
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: 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-536. Goodbye killiang. |
S3C supports having different queueProcessor probeserver configuration per site.
Joi configuration supports having multiple types for a single config parameter, this will allow supporting passing both an array or a single object containing the probeserver config.