Skip to content

wip: Multiple filters feature #5797

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

Merged
merged 50 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c8519ef
Filtering protobuf schema def
manojVivek Jun 24, 2025
d5dac04
Multiple filters UI working
manojVivek Jul 1, 2025
4a4cc6b
Merge origin/main
manojVivek Jul 1, 2025
f36d714
Merge origin/main
manojVivek Jul 7, 2025
e85d0ca
Removed the Hightlighting functionality
manojVivek Jul 9, 2025
c66092c
Multiple filters backend implementation
manojVivek Jul 10, 2025
4b04f39
Merge remote-tracking branch 'origin/main' into multiple-filters
manojVivek Jul 10, 2025
3883df4
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
4dd24f8
Build and lint errors fixed
manojVivek Jul 10, 2025
fee654c
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
4fadc1f
Buf backward compatibility
manojVivek Jul 10, 2025
0921f28
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 10, 2025
f22ae8d
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
14d6a6e
Buf diff due to version mismatch fixed
manojVivek Jul 10, 2025
f4ccd41
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 10, 2025
84bef32
Updated the buf action to latest
manojVivek Jul 10, 2025
202bdd3
Buf version change
manojVivek Jul 10, 2025
6dfd94c
Merge origin/main
manojVivek Jul 10, 2025
e453888
Fixed the version text
manojVivek Jul 10, 2025
1834fc9
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
81bf358
test failures fixed
manojVivek Jul 10, 2025
142c00c
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 10, 2025
1b9663e
UX feedback addressed and gofumpt applied
manojVivek Jul 10, 2025
fff290c
Merge origin/main
manojVivek Jul 10, 2025
20bb471
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
5af4fc5
UX tweaks
manojVivek Jul 10, 2025
807f94a
pre-commit hook eroor fixed
manojVivek Jul 10, 2025
a6de679
Merge origin'
manojVivek Jul 10, 2025
7a3f406
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 10, 2025
8ae8b1f
CI fixes
manojVivek Jul 11, 2025
b4359ce
Merge remote-tracking branch 'origin/main' into multiple-filters
manojVivek Jul 11, 2025
eb30492
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 11, 2025
ea992d9
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 11, 2025
4deb065
UI polish work and review comments fixed
manojVivek Jul 14, 2025
d094cea
Merge remote-tracking branch 'origin/main' into multiple-filters
manojVivek Jul 14, 2025
2346dba
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 14, 2025
31c2b8c
Lint and type fixes
manojVivek Jul 14, 2025
5e8cfb5
Merge origin
manojVivek Jul 14, 2025
ab0fc91
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 14, 2025
2fa4a4f
Sandview view works with filters
manojVivek Jul 14, 2025
e44dbd3
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 14, 2025
ab7bdc4
Filter fields are shown after the filter type is selected
manojVivek Jul 14, 2025
41c4772
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 14, 2025
6d5f328
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 14, 2025
199fc4c
Lint error fixed
manojVivek Jul 14, 2025
e301278
Lint errors fixed
manojVivek Jul 14, 2025
5b7bd0d
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jul 14, 2025
774e8fa
Button rounding fix and exporting util function
manojVivek Jul 16, 2025
7e20bb6
Merge remote-tracking branch 'origin/main' into multiple-filters
manojVivek Jul 16, 2025
d99269b
Merge remote-tracking branch 'origin/multiple-filters' into multiple-…
manojVivek Jul 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/proto-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
- uses: bufbuild/buf-action@c231a1aa9281e5db706c970f468f0744a37561fd # v1.2.0
with:
version: 1.55.1
setup_only: true

- name: Generate
run:
Expand Down
Loading
Loading