Skip to content

Conversation

@isaachilly
Copy link
Collaborator

Adds a status history filter to the environments overview page UI.

Includes special handling for status histories ending with 'X'.

Adds tests to verify correct filtering behaviour.

Additionally colourises the status history legend to make it easier to compare with the table colours.

I have a JIRA ticket

  • branch and/or PR name(s) include(s) JIRA ID
  • issue has "Fix version" assigned
  • issue "Status" is set to "In review"
  • PR labels are selected

Notable changes for users:

  • Users are able to filter environments, on the environments overview table, via an their either exact or partial status history.

Notable changes for developers:

  • N/A

Changes made to the database:

  • N/A

Introduces a status history filter to the environments overview page.

Includes special handling for status histories ending with 'X'.

Adds tests to verify correct filtering behaviour.

Additionally colourises the status history legend to make easier to compare.
Ensures the environments API supports partial sequence matching with regards to the status history filter.
@isaachilly isaachilly requested a review from Houwie7000 December 2, 2025 13:34
@isaachilly isaachilly self-assigned this Dec 2, 2025
@isaachilly isaachilly requested a review from graduta as a code owner December 2, 2025 13:34
@isaachilly isaachilly added frontend backend javascript Pull requests that update Javascript code labels Dec 2, 2025
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

❌ Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 45.36%. Comparing base (aace7a6) to head (93bdabf).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...onments/ActiveColumns/environmentsActiveColumns.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2034      +/-   ##
==========================================
+ Coverage   45.33%   45.36%   +0.02%     
==========================================
  Files        1026     1026              
  Lines       17102    17111       +9     
  Branches     3108     3111       +3     
==========================================
+ Hits         7754     7762       +8     
- Misses       9348     9349       +1     

☔ 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.

@graduta graduta merged commit 6773ea3 into main Dec 16, 2025
23 of 24 checks passed
@graduta graduta deleted the feature/O2B-1492/Add-filtering-by-the-status-history-to-the-envs-filtering-panel branch December 16, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend frontend javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

3 participants