-
Notifications
You must be signed in to change notification settings - Fork 183
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
[Backport 2.x] Adds point in time APIs (#461) #472
[Backport 2.x] Adds point in time APIs (#461) #472
Conversation
CHANGELOG.md
Outdated
@@ -1,7 +1,28 @@ | |||
# CHANGELOG | |||
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
|
|||
## [Unreleased] | |||
## [Unreleased 3.0] |
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.
This section should not be here, the change should go to ## [Unreleased 2.x] / Added
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.
My bad, let me fix this.
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.
@reta I think this looks good now.
cdc410f
to
a89f8a5
Compare
* Adds point in time APIs Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Add version check for Point in time tests Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Update point in time namespace Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Update point in time to pit everywhere Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Update USER_GUIDE.md Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Update USER_GUIDE.md Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> * Using AssumeTrue for tests for PIT Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> --------- Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Co-authored-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit 4ceb43b)
Backports #461 to 2.x
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Co-authored-by: Andriy Redko drreta@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Co-authored-by: Andriy Redko drreta@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Co-authored-by: Andriy Redko drreta@gmail.com
(cherry picked from commit 4ceb43b)
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.