Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ac5362a
feat: implement searchable multi-select filtering for java instrument…
hussainjamal760 May 8, 2026
55a689e
Fix:Updated test cases for filters and fixed lint and format errors
hussainjamal760 May 8, 2026
50ac311
fix: resolved all copilot suggestions
hussainjamal760 May 9, 2026
3fa1894
fix: Removed tracing and metrics
hussainjamal760 May 9, 2026
4d19142
progressive disclosure for badges
hussainjamal760 May 9, 2026
0973491
fix: Radix implemented instead of custom build dropdown
hussainjamal760 May 9, 2026
57baea0
Merge branch 'main' into feat/instrumentation-filters
hussainjamal760 May 9, 2026
94a8a96
fix: address review feedback for filtering UI and tests
hussainjamal760 May 9, 2026
db40589
Merge branch 'feat/instrumentation-filters' of https://github.com/hus…
hussainjamal760 May 9, 2026
1aedcc2
Failed test Fixed
hussainjamal760 May 9, 2026
17a7dc2
Merge branch 'main' into feat/instrumentation-filters
hussainjamal760 May 9, 2026
ae24c76
refactor: improve badge hierarchy and reuse formatting utilities
hussainjamal760 May 9, 2026
915b2df
Merge branch 'main' into feat/instrumentation-filters
hussainjamal760 May 9, 2026
99edb28
Fix: build fixed
hussainjamal760 May 9, 2026
878f99b
Merge branch 'feat/instrumentation-filters' of https://github.com/hus…
hussainjamal760 May 9, 2026
5e3c0e7
Potential fix for pull request finding
hussainjamal760 May 9, 2026
7088dc1
Fix: node type added
hussainjamal760 May 9, 2026
aa4aff9
Fix: removing the unused parameter
hussainjamal760 May 9, 2026
8acbba8
Merge main branch and resolve conflicts
hussainjamal760 May 12, 2026
832016a
Fix corrupted bun.lock after merge
hussainjamal760 May 12, 2026
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
28 changes: 28 additions & 0 deletions ecosystem-explorer/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecosystem-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
"@grafana/faro-react": "^2.4.0",
"@grafana/faro-web-tracing": "^2.4.0",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"cmdk": "^1.1.1",
"idb": "^8.0.3",
"js-yaml": "^4.1.1",
"lucide-react": "^1.0.0",
Expand Down
Loading