Skip to content
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

Implemented Point In Time support #217

Merged
merged 11 commits into from
Jan 11, 2024

Conversation

gmamakis-thinkanalytics
Copy link
Contributor

Description

Implements missing point in time support

Issues Resolved

Issue #85

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Sorry, something went wrong.

dependabot bot and others added 5 commits January 11, 2024 14:08
…pensearch-project#208)

Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.22.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
…ch-project#212)

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
…-project#215)

Bumps [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) from 0.15.0 to 0.16.0.
- [Commits](SpectoLabs/hoverfly-java@0.15.0...0.16.0)

---
updated-dependencies:
- dependency-name: io.specto:hoverfly-java-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
import org.opensearch.action.search.SearchRequest;
import org.opensearch.action.search.SearchResponse;
import org.opensearch.action.search.SearchScrollRequest;
import org.opensearch.action.search.*;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gmamakis-thinkanalytics could you please revert the * import, thank you

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure I will do, apologies I didn't catch this earlier

@reta
Copy link
Collaborator

reta commented Jan 11, 2024

@gmamakis-thinkanalytics thank you for the contribution, I believe your fork is behind a bit, could you please rebase against latest main branch? Thank you

Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
@reta reta merged commit fc05e07 into opensearch-project:main Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants