Skip to content

feat: app filters enhancement#6939

Merged
mayank-devtron merged 24 commits intodevelopfrom
feat/app-filter-enhancement
Mar 25, 2026
Merged

feat: app filters enhancement#6939
mayank-devtron merged 24 commits intodevelopfrom
feat/app-filter-enhancement

Conversation

@mayank-devtron
Copy link
Copy Markdown
Contributor

@mayank-devtron mayank-devtron commented Mar 23, 2026

Description

Fixes https://github.com/devtron-labs/sprint-tasks/issues/2828

  • Added app listing support for label/tag filters in OSS (/orchestrator/app/list and /orchestrator/app/list/v2).
  • Added tag filter operators: EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, EXISTS, DOES_NOT_EXIST.
  • Added request validation + normalization for tagFilters (operator/value rules and key trimming).
  • Updated SQL query builder to apply tag filters as AND-combined predicates with proper LIKE wildcard escaping.
  • Added/updated unit tests for query-builder and app service tag-filter behavior.
  • Added DB migration to support indexing

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


vikramdevtron and others added 18 commits February 27, 2026 11:33
* feat: auto-assign role groups

* fix: sync claims with casbin policy

* feat: file re-structuring for ent oss sync

* feat: global auth apis

* sync file name with oss
* fix: global auth apis wire register for ea mode

* fix: linting
* Updated release-notes files

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated devtron to 59238e8-434-38692 tag in values file

* Updated kubelink to 6b408df4-564-38694 tag in values file

* Updated dashboard to d87d9a07-690-38693 tag in values file

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated kubewatch to fbde4d5e-419-38744 tag in values file

* Updated hyperion to 37b07f1-280-38743 tag in values file

* Updated devtron to 37b07f1-434-38746 tag in values file

* Updated kubelink to fbde4d5e-564-38749 tag in values file

* Updated git-sensor to fbde4d5e-200-38750 tag in values file

* Updated lens to fbde4d5e-333-38752 tag in values file

* Updated dashboard to d4a16ea7-690-38751 tag in values file

* Updated ci-runner to fbde4d5e-138-38754 tag in values file

* Updated image-scanner to fbde4d5e-141-38756 tag in values file

* Updated notifier to 580d409b-372-38755 tag in values file

* Updated chart-sync to fbde4d5e-836-38757 tag in values file

* Updated the version in scripts

* Update TimescaleDB password secret reference

* Bump version from 0.22.99 to 0.23.1

* Add CLUSTER_OVERVIEW_MAX_STALE_DATA_SECONDS variable

* Update releasenotes.md

* Update release-notes-v2.1.0.md

* Updated devtron to 634eb59-434-38762 tag in values file

* Updated hyperion to 634eb59-280-38763 tag in values file

---------

Co-authored-by: akshatsinha007 <156403098+akshatsinha007@users.noreply.github.com>
* fix: sync auto-assigned groups with casbin_rule user→group policies

* fix: support token for rbac check for clusters

* fix: support token for checkUser roles

* fix: support token based authentication for policy rest handlers

* fix: check for user isGroupClaims active in all rbac related functions

* fix: add email in case of devtron system managed

* fix: ea mode dependency updates
fix: add support of container name in cronjob
(cherry picked from commit a2866a1b5f54f7a5e6f94d73c6e3011ffabd789d)
(cherry picked from commit 5a5d201c1072b3e147287967ff99666d3fd35122)
(cherry picked from commit 81341fccad519cabd5b94c9b26e4f19b8a832c2c)
(cherry picked from commit c2e625e2ea0aa1feb3d655dd8f28fbf28c96c43a)
(cherry picked from commit 60ef7488f49db9b56e2f55323066cc8ea8ba2c55)
(cherry picked from commit 57e4fd6b65185e2f3f6add7d7010f4c1ebdcf1fc)
(cherry picked from commit 4e682d12255bc748eb18325cbeda662771cdf60b)
@bito-code-review
Copy link
Copy Markdown

Bito Automatic Review Skipped - Draft PR

Bito didn't auto-review because this pull request is in draft status.
No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change draft PR review settings here, or contact your Bito workspace admin at shivam@devtron.ai.

@github-actions
Copy link
Copy Markdown

Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n

@mayank-devtron mayank-devtron changed the title Feat/app filter enhancement feat: app filters enhancement Mar 23, 2026
@mayank-devtron mayank-devtron marked this pull request as ready for review March 23, 2026 10:12
Shivam-nagar23
Shivam-nagar23 previously approved these changes Mar 23, 2026
Shivam-nagar23
Shivam-nagar23 previously approved these changes Mar 24, 2026
* Updated release-notes files

* Updated release notes

* Updated release notes

* Updated devtron to 1188d0b-434-38818 tag in values file

* Updated hyperion to 1188d0b-280-38819 tag in values file

* Updated release notes

* Updated dashboard to 8a175cbd-690-38843 tag in values file

* Updated the version in scripts

* Update release notes for version 2.1.1

* Update release notes for version 2.1.1

Removed the Enhancements and Others sections from the release notes.

---------

Co-authored-by: akshatsinha007 <156403098+akshatsinha007@users.noreply.github.com>
vikramdevtron
vikramdevtron previously approved these changes Mar 25, 2026
SATYAsasini and others added 2 commits March 25, 2026 16:06
* sync: migration files

* sync: migration files
@sonarqubecloud
Copy link
Copy Markdown

@mayank-devtron mayank-devtron merged commit ef11462 into develop Mar 25, 2026
7 checks passed
@mayank-devtron mayank-devtron deleted the feat/app-filter-enhancement branch March 25, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants