-
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
Upgrade elastic search dependencies #470
Merged
guibranco
merged 7 commits into
guibranco:main
from
Mohammad-Haris:upgrade-elastic-search-dependencies
Jul 28, 2024
Merged
Upgrade elastic search dependencies #470
guibranco
merged 7 commits into
guibranco:main
from
Mohammad-Haris:upgrade-elastic-search-dependencies
Jul 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Jul 28, 2024
gstraccini
bot
added
🛠 WIP
Work in progress
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
📝 documentation
Tasks related to writing or updating documentation
ElasticSearch
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Participation in the Hacktoberfest event
help wanted
Extra attention is needed
nuget
packages
labels
Jul 28, 2024
gstraccini
bot
added
the
🚦 awaiting triage
Items that are awaiting triage or categorization
label
Jul 28, 2024
guibranco
approved these changes
Jul 28, 2024
Infisical secrets check: ✅ No secrets leaked! Scan results:
|
✅ Build CrispyWaffle 7.0.157 completed (commit 0383227254 by @guibranco) |
@Mohammad-Haris, great job on this pull request! Your changes significantly enhanced the functionality and clarity of our codebase. Thank you for your excellent work! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🚦 awaiting triage
Items that are awaiting triage or categorization
dependencies
Pull requests that update a dependency file
📝 documentation
Tasks related to writing or updating documentation
ElasticSearch
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Participation in the Hacktoberfest event
help wanted
Extra attention is needed
.NET
Pull requests that update .net code
nuget
packages
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
🛠 WIP
Work in progress
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #444
Before the change?
The project used deprecated dependencies:
Elasticsearch.Net
Nest
After the change?
Elastic search upgrade to: Elastic.Clients.Elasticsearch
Pull request checklist
Does this introduce a breaking change?
P.S. We probably should add tests for the ElasticSearch project.