Skip to content

Conversation

@danielmursa-dev
Copy link
Contributor

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.98%. Comparing base (ff5f242) to head (50f0b5e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #729   +/-   ##
=======================================
  Coverage   84.98%   84.98%           
=======================================
  Files         141      141           
  Lines        2843     2843           
  Branches      224      224           
=======================================
  Hits         2416     2416           
  Misses        375      375           
  Partials       52       52           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

🐰 Bencher Report

Branchfeature/add-version-policy
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_by_object_type📈 view plot
🚷 view threshold
109.17 ms
(-6.74%)Baseline: 117.06 ms
122.92 ms
(88.82%)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_one_result📈 view plot
🚷 view threshold
20.82 ms
(-5.24%)Baseline: 21.97 ms
23.07 ms
(90.24%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_1📈 view plot
🚷 view threshold
303.16 ms
(-0.22%)Baseline: 303.84 ms
319.03 ms
(95.02%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_5📈 view plot
🚷 view threshold
261.58 ms
(-8.49%)Baseline: 285.83 ms
300.13 ms
(87.16%)
performance_test/tests/test_objects_list.py::test_objects_api_list_small_page_size_page_20📈 view plot
🚷 view threshold
122.78 ms
(-4.54%)Baseline: 128.62 ms
135.05 ms
(90.92%)
🐰 View full continuous benchmarking report in Bencher

Copy link
Collaborator

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you apply the same changes

@danielmursa-dev danielmursa-dev force-pushed the feature/add-version-policy branch 3 times, most recently from fa548e9 to b668e48 Compare February 11, 2026 08:33
@github-actions
Copy link
Contributor

github-actions bot commented Feb 11, 2026

🐰 Bencher Report

Branchfeature/add-version-policy
Testbedubuntu-24.04
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_by_object_type📈 view plot
🚷 view threshold
123.20 ms
(+2.64%)Baseline: 120.04 ms
126.04 ms
(97.75%)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_one_result📈 view plot
🚷 view threshold
22.31 ms
(+3.93%)Baseline: 21.46 ms
22.54 ms
(98.98%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_1📈 view plot
🚷 view threshold
306.14 ms
(+1.46%)Baseline: 301.74 ms
316.83 ms
(96.63%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_5📈 view plot
🚷 view threshold
305.99 ms
(+1.19%)Baseline: 302.40 ms
317.52 ms
(96.37%)
performance_test/tests/test_objects_list.py::test_objects_api_list_small_page_size_page_20📈 view plot
🚷 view threshold
133.19 ms
(+2.25%)Baseline: 130.26 ms
136.78 ms
(97.38%)
🐰 View full continuous benchmarking report in Bencher

Copy link
Collaborator

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor wording issue remaining, looks good otherwise.

@danielmursa-dev could you apply the same suggestions to Open Zaak and the other open PRs for this issue?

Comment on lines +9 to +10
The most recent major release is supported indefinitely and the end date of its 24-month support
period is set only once a new major release is published.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's reword this slightly

Suggested change
The most recent major release is supported indefinitely and the end date of its 24-month support
period is set only once a new major release is published.
Each major version is supported until 24 months after the release of the next major version. The most recent major version is supported without a fixed end date until a new major version is released.

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.

Describe versioning policy in documentation for all components

3 participants