Skip to content

Conversation

@fpintoppb
Copy link
Contributor

No description provided.

gsilvapt and others added 2 commits July 27, 2023 12:03
* 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>
@fpintoppb fpintoppb requested a review from a team as a code owner October 22, 2025 13:27
@fpintoppb fpintoppb changed the title Es 7 Elasticsearch 7 Oct 22, 2025
@fpintoppb fpintoppb requested review from DDuarte, TomsFreitas and Copilot and removed request for bogdanoniga and ppb007 October 22, 2025 13:34
Copy link

Copilot AI left a 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 < 7 to <= 7)
  • Expanded Django version support from < 4 to < 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
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.15%. Comparing base (13b0f0f) to head (6dc90a6).
⚠️ Report is 7 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fpintoppb fpintoppb merged commit 4c60e55 into develop Oct 22, 2025
5 checks passed
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.

4 participants