Skip to content

enhance - #26

Merged
elwessdev merged 2 commits into
mainfrom
dev
Jun 13, 2026
Merged

enhance#26
elwessdev merged 2 commits into
mainfrom
dev

Conversation

@elwessdev

Copy link
Copy Markdown
Owner

No description provided.

elwessdev and others added 2 commits June 12, 2026 11:40
- deploy.yml: run Jest tests and Ruff lint before building images;
  each build job now requires its test/lint job to pass
- ci.yml: scope to dev pushes and PRs to main (main is covered by
  the deploy pipeline)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 13, 2026 01:50
@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tumor-lens Building Building Preview Jun 13, 2026 1:50am

@elwessdev
elwessdev merged commit 96a49fe into main Jun 13, 2026
8 of 9 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR focuses on small UI cleanups, improving scan-detail freshness in the dashboard, and strengthening the GitHub Actions pipeline by adding backend tests and Python (Ruff) linting prior to building/deploying images.

Changes:

  • Removed large blocks of commented-out UI code from Scan Results and shared report pages.
  • Updated useFetchScanDetail to always refetch when the query mounts.
  • Enhanced GitHub Actions by adding backend Jest tests and Ruff lint jobs, and adjusted CI workflow triggers/job naming.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
client/src/features/dashboard/ScanResults/index.tsx Removes commented-out filter UI code.
client/src/features/dashboard/ScanResults/hooks.ts Forces scan-detail queries to refetch on mount.
client/src/features/dashboard/Reports/components/SharePage.tsx Removes commented-out sticky promo banner code.
.github/workflows/deploy.yml Adds backend test + Ruff lint gates before build/push; updates build job dependencies.
.github/workflows/ci.yml Adjusts CI push branches and normalizes job display names.

Comment on lines 24 to 26
enabled: !!id,
refetchOnMount: 'always',
});
Comment on lines +89 to 92
needs: [changes, test-backend]
if: needs.test-backend.result == 'success'
steps:
- uses: actions/checkout@v4
Comment on lines +108 to 111
needs: [changes, lint-rag]
if: needs.lint-rag.result == 'success'
steps:
- uses: actions/checkout@v4
Comment on lines +127 to 130
needs: [changes, lint-model]
if: needs.lint-model.result == 'success'
steps:
- uses: actions/checkout@v4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants