-
Notifications
You must be signed in to change notification settings - Fork 89
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
Merge snapshot management into main branch #205
Conversation
Signed-off-by: bowenlan-amzn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
===========================================
- Coverage 61.85% 51.78% -10.08%
===========================================
Files 158 182 +24
Lines 4632 5757 +1125
Branches 775 924 +149
===========================================
+ Hits 2865 2981 +116
- Misses 1546 2555 +1009
Partials 221 221
Continue to review full report at Codecov.
|
Signed-off-by: bowenlan-amzn <[email protected]>
let cronParts = { hour, minute, dayOfWeek, dayOfMonth, frequencyType }; | ||
cronParts = { ...cronParts, ...input }; | ||
const expression = buildCronExpression(cronParts, cronExpression); | ||
// console.log(`sm dev built expression ${expression}`); |
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 see a lot of commented out lines of old code in this file
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.
Some of the comments like this are kept deliberately
Signed-off-by: bowenlan-amzn [email protected]
Description
[Describe what this change achieves]
Issues Resolved
opensearch-project/index-management#280
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.