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

Add async search in 2.5 manifest #3072

Merged
merged 4 commits into from
Jan 11, 2023
Merged

Conversation

Arpit-Bandejiya
Copy link
Contributor

Signed-off-by: Arpit Bandejiya [email protected]

Description

Add async search to 2.5 manifest

Issues Resolved

Part of #217

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.

@Arpit-Bandejiya Arpit-Bandejiya requested a review from a team as a code owner January 10, 2023 12:17
@@ -163,3 +163,12 @@ components:
- windows
checks:
- gradle:properties:version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: 2.5
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add tags or branch in ref ? otherwise approving it

Copy link
Member

Choose a reason for hiding this comment

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

Branch as tags are cut after the release. @Arpit-Bandejiya please make 2.5 a string by enclosing it in quotes. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done @gaiksaya, please check.

Copy link
Member

Choose a reason for hiding this comment

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

Looks like there is a merge conflict. Can you rebase and fix it?
Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed!

Signed-off-by: Arpit Bandejiya <[email protected]>
Signed-off-by: Arpit Bandejiya <[email protected]>
Signed-off-by: Arpit Bandejiya <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2023

Codecov Report

Merging #3072 (8aaf064) into main (bb2ce91) will increase coverage by 0.30%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3072      +/-   ##
==========================================
+ Coverage   92.87%   93.17%   +0.30%     
==========================================
  Files         167      167              
  Lines        4602     4602              
==========================================
+ Hits         4274     4288      +14     
+ Misses        328      314      -14     
Impacted Files Coverage Δ
src/system/os.py 100.00% <0.00%> (+5.26%) ⬆️
src/system/temporary_directory.py 93.33% <0.00%> (+28.88%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gaiksaya
Copy link
Member

Hi @Arpit-Bandejiya Can you rebase? The CI was fixed in recent PR.
Thanks!

@peterzhuamazon
Copy link
Member

I rebased for @Arpit-Bandejiya let us see if it pass.
Thanks.

@zelinh
Copy link
Member

zelinh commented Jan 11, 2023

CI are passing. I'm merging this now.

@zelinh zelinh merged commit 5f9584d into opensearch-project:main Jan 11, 2023
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.

6 participants