Skip to content

feat(dashboard): add service search#520

Open
jongio wants to merge 1 commit into
mainfrom
idea/dashboard-service-search
Open

feat(dashboard): add service search#520
jongio wants to merge 1 commit into
mainfrom
idea/dashboard-service-search

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Closes #517.

Adds service search to the dashboard services page. The search matches service names, language, framework, project paths, and URLs, then reuses the filtered list in grid and table views.

Validation:

  • pnpm exec vitest run src\lib\service-filter.test.ts
  • pnpm build
  • pnpm lint

@jongio jongio added the idea Feature idea from the idea pipeline label Jul 19, 2026
@jongio jongio self-assigned this Jul 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-app/pr/520/

This preview will be automatically cleaned up when the PR is closed.

github-actions Bot added a commit that referenced this pull request Jul 19, 2026
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.82%. Comparing base (37e07e7) to head (6ece261).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #520      +/-   ##
==========================================
+ Coverage   60.77%   60.82%   +0.05%     
==========================================
  Files         223      223              
  Lines       28527    28527              
==========================================
+ Hits        17337    17352      +15     
+ Misses      10010     9993      -17     
- Partials     1180     1182       +2     
Flag Coverage Δ
unittests 60.82% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

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

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.19.5-pr520) is ready for testing!

🌐 Website Preview

Live Preview: https://jongio.github.io/azd-app/pr/520/

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/install-pr.ps1) } -PrNumber 520 -Version 0.19.5-pr520"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/install-pr.sh | bash -s 520 0.19.5-pr520

Uninstall

When you're done testing:

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/uninstall-pr.ps1) } -PrNumber 520"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/uninstall-pr.sh | bash -s 520

Build Info:

What to Test:
Please review the PR description and test the changes described there.

@jongio
jongio force-pushed the idea/dashboard-service-search branch from 741797a to 6ece261 Compare July 19, 2026 18:43
github-actions Bot added a commit that referenced this pull request Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

idea Feature idea from the idea pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add service search to the dashboard

1 participant