-
Notifications
You must be signed in to change notification settings - Fork 1
Elasticsearch 7 #17
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
Elasticsearch 7 #17
Conversation
* misc: tweak workflows (#7) Migrating conditions over as surface-security/surface#86 * feature: support lifecycle policies on index creation (#8) * feature: support lifecycle policies on index creation ElasticSearch supports multiple lifecycle policies but when instances have many daily indexes, updating all existing indexes lifecycle policies can be cumbersome. Hence, to facilitate its management, collectors can specify lifecycle policies instead of attaching the default one (if your ElasticSearch has one, otherwise it's simply empty) which can be useful if you have different types of collectors and wish to apply different policies to them. * fixup: add testapp to installed apps This ensures collectors are loaded every time. Since `testapp` serves for testing, as well as to demonstrate how to use these packages, we should ensure we have a working example in this app. * misc: Update README Add install instructions, as well as a how-to to implement new collectors. * misc: bump version to new release * Update the version on Django in setup.cfg install_requirements (#13) Signed-off-by: pacuraro <122358966+pacuraro@users.noreply.github.com> * misc: version bump for new release --------- Signed-off-by: pacuraro <122358966+pacuraro@users.noreply.github.com> Signed-off-by: Gustavo Silva <gustavosantaremsilva@gmail.com> Co-authored-by: Duarte Duarte <duarte.duarte@blip.pt> Co-authored-by: pacuraro <122358966+pacuraro@users.noreply.github.com>
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.
Pull Request Overview
This PR updates the package dependencies to support Elasticsearch 7 and Django versions up to 6, while also bumping the project version from 0.0.4 to 0.0.7.
Key changes:
- Updated Elasticsearch dependency to include version 7 (changed from
< 7to<= 7) - Expanded Django version support from
< 4to< 6 - Incremented package version to 0.0.7
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| setup.cfg | Updated dependency constraints for Django and Elasticsearch to support newer versions |
| olympus/init.py | Bumped package version to 0.0.7 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Fábio Pinto <67961647+fpintoppb@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #17 +/- ##
========================================
Coverage 84.15% 84.15%
========================================
Files 5 5
Lines 202 202
========================================
Hits 170 170
Misses 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.