Skip to content

Upgrade production to 0.6.3#175

Merged
aspiers merged 10 commits into
productionfrom
dev
May 14, 2026
Merged

Upgrade production to 0.6.3#175
aspiers merged 10 commits into
productionfrom
dev

Conversation

@aspiers
Copy link
Copy Markdown
Contributor

@aspiers aspiers commented May 14, 2026

No description provided.

Kzoeps and others added 10 commits May 13, 2026 15:10
…-login-complete-page

Add login complete preview
Add a deployment_status workflow that syncs successful staging and production Railway deployments to Linear release pipelines without changing the existing Changesets release-notes flow.

Co-Authored-By: Claude <noreply@anthropic.com>
Pin the Linear release action to a full commit SHA so SonarCloud does not flag the workflow dependency as an unreviewed security hotspot.

Co-Authored-By: Claude <noreply@anthropic.com>
Gate the Linear release reporting jobs on Railway's deployment creator so unrelated deployments with matching environment names are not synced to Linear.

Co-Authored-By: Claude <noreply@anthropic.com>
upgrade dev.certified.app to 0.6.3
Copilot AI review requested due to automatic review settings May 14, 2026 15:56
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

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

Project Deployment Actions Updated (UTC)
epds-demo Ready Ready Preview, Comment May 14, 2026 3:56pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ca6e4461-2ed5-43aa-8584-61cb22b6f899

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

⚠️ No Changeset found

Latest commit: 736d987

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@railway-app
Copy link
Copy Markdown

railway-app Bot commented May 14, 2026

🚅 Deployed to the ePDS-pr-175 environment in ePDS

Service Status Web Updated (UTC)
@certified-app/demo untrusted ✅ Success (View Logs) Web May 14, 2026 at 3:59 pm
@certified-app/pds-core ✅ Success (View Logs) Web May 14, 2026 at 3:59 pm
@certified-app/auth-service ✅ Success (View Logs) Web May 14, 2026 at 3:58 pm
@certified-app/demo ✅ Success (View Logs) Web May 14, 2026 at 3:58 pm

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release PR bumping ePDS to version 0.6.3. Includes a CSS tweak that vertically aligns "Login complete" message cards with the page title, a refactor of demo theme presets to extract a shared buildInjectedCss helper and add a new primaryText page-theme field, an associated unit test, a new GitHub Actions workflow that reports staging/production deployments to Linear, and the changelog/version bump.

Changes:

  • Bump version 0.6.2 → 0.6.3 with corresponding CHANGELOG entry.
  • Add :has(form) selector to nudge form-less main cards in the default branding CSS.
  • Refactor demo theme presets into a buildInjectedCss helper, add primaryText to PageTheme, plug it through PageShell/SignInButton/LoginForm/welcome, add new theme.test.ts, and add a linear-releases.yml workflow.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Version bump 0.6.2 → 0.6.3.
CHANGELOG.md Add 0.6.3 release notes.
vitest.config.ts Ratchet branches/functions/lines coverage thresholds.
packages/pds-core/src/lib/default-branding.ts Lift non-form <main> cards on ≥768px via :has() selector.
packages/demo/src/lib/theme.ts Extract buildInjectedCss; add primaryText to PageTheme; refactor ocean/amber presets.
packages/demo/src/app/welcome/page.tsx Use t.primaryText for primary button color.
packages/demo/src/app/components/SignInButton.tsx Use --theme-primary-text CSS var for button color.
packages/demo/src/app/components/LoginForm.tsx Use --theme-primary-text CSS var for button color.
packages/demo/src/app/components/PageShell.tsx Expose --theme-primary-text CSS var.
packages/demo/src/tests/theme.test.ts New unit tests for getTheme/getPageTheme.
.github/workflows/linear-releases.yml New workflow reporting Railway staging/production deploys to Linear.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aspiers aspiers merged commit 1b59478 into production May 14, 2026
33 of 34 checks passed
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.

3 participants