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

Ogc 508 replace elastic search by postgres v3 #1559

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Fix ES indexer didnt index on update

bce45e0
Select commit
Loading
Failed to load commit list.
Open

Ogc 508 replace elastic search by postgres v3 #1559

Fix ES indexer didnt index on update
bce45e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2025 in 0s

87.20% (-1.03%) compared to cd84b19

View this Pull Request on Codecov

87.20% (-1.03%) compared to cd84b19

Details

Codecov Report

Attention: Patch coverage is 80.93923% with 69 lines in your changes missing coverage. Please review.

Project coverage is 87.20%. Comparing base (cd84b19) to head (bce45e0).
Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
src/onegov/org/models/search.py 79.39% 34 Missing ⚠️
src/onegov/search/cli.py 10.52% 17 Missing ⚠️
src/onegov/org/views/search.py 68.18% 7 Missing ⚠️
src/onegov/search/indexer.py 89.55% 7 Missing ⚠️
src/onegov/search/integration.py 85.71% 2 Missing ⚠️
src/onegov/fsi/views/search.py 92.85% 1 Missing ⚠️
src/onegov/landsgemeinde/views/search.py 80.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/onegov/agency/views/search.py 100.00% <100.00%> (ø)
src/onegov/directory/models/directory_entry.py 96.87% <ø> (ø)
src/onegov/onboarding/app.py 100.00% <100.00%> (ø)
src/onegov/onboarding/models/town_assistant.py 93.54% <100.00%> (ø)
src/onegov/org/app.py 97.84% <100.00%> (ø)
src/onegov/org/cronjobs.py 90.32% <ø> (ø)
src/onegov/org/layout.py 91.66% <100.00%> (-0.05%) ⬇️
src/onegov/org/models/__init__.py 100.00% <100.00%> (ø)
src/onegov/org/models/ticket.py 88.67% <ø> (ø)
src/onegov/org/path.py 88.46% <100.00%> (+0.07%) ⬆️
... and 13 more

... and 62 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd84b19...bce45e0. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.