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.
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:
|
TomsFreitas
approved these changes
Oct 22, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.