-
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
Improvement/bb 514 handle lifecycle rules #2548
Improvement/bb 514 handle lifecycle rules #2548
Conversation
Hello benzekrimaha,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
@@ Coverage Diff @@
## development/8.7 #2548 +/- ##
===================================================
- Coverage 70.29% 70.28% -0.01%
===================================================
Files 194 194
Lines 12966 12965 -1
===================================================
- Hits 9114 9113 -1
Misses 3842 3842
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
ac34e2f
to
bdedb98
Compare
3bf7414
to
7b654e0
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
@@ -67,6 +67,13 @@ const joiSchema = joi.object({ | |||
coldStorageRestoreAdjustTopicPrefix: joi.string().default('cold-restore-adjust-req-'), | |||
coldStorageGCTopicPrefix: joi.string().default('cold-gc-req-'), | |||
coldStorageStatusTopicPrefix: joi.string().default('cold-status-'), | |||
supportedLifecycleRules: joi.array().items(joi.string()).default([ |
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.
we may also want to validate each item from this list : i.e. to ensure each value is indeed of the potentially supported rule type
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.
fca5311
to
45393de
Compare
we might also want to add the new field to conf/config.json no ? |
991c5df
to
3bbff5f
Compare
06f2409
to
a2b5caa
Compare
6cb2933
to
a2b5caa
Compare
efa1e99
to
efd9721
Compare
3eacc99
to
5d62693
Compare
3854598
to
b4c4d9c
Compare
957199c
to
1540d41
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-514. Goodbye benzekrimaha. The following options are set: approve |
Issue : BB-514