feat(release): build metadata, feature flags, env validation, release suite#383
Open
AdaBebe0 wants to merge 2 commits into
Open
feat(release): build metadata, feature flags, env validation, release suite#383AdaBebe0 wants to merge 2 commits into
AdaBebe0 wants to merge 2 commits into
Conversation
… suite
- Add build version emitter and placeholder: scripts/emit-version.{ts,js}, lib/version.ts
- Render deploy SHA + timestamp in Footer UI for deploy traceability
- Add feature flags module + React hook: lib/flags.ts, hooks/useFlag.ts
- Ensure env validation at build time by parsing lib/env in next.config.ts (fix merge conflict in lib/env.ts)
- Add a small release-suite manifest and runner: tests/e2e/release.config.ts, scripts/run-release-tests.js
- Wire emitter into build and hook up targeted release test run in package.json
closes ezedike-evan#300
closes ezedike-evan#301
closes ezedike-evan#302
closes ezedike-evan#303
|
@AdaBebe0 is attempting to deploy a commit to the ezedikeevan's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@AdaBebe0 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds build-time metadata emission and displays build SHA + timestamp in the footer; introduces env-driven feature flags and a small release-suite runner to execute the minimum sign-off tests.\n\nChanges: lib/env.ts, next.config.ts, lib/version.ts, scripts/emit-version.{js,ts}, components/layout/Footer.tsx, lib/flags.ts, hooks/useFlag.ts, tests/e2e/release.config.ts, scripts/run-release-tests.js, package.json.\n\nAcceptance mapping:\n- #300: Deploy metadata visible in footer (lib/version.ts + Footer.tsx).\n- #301: Feature flags and hook (lib/flags.ts, hooks/useFlag.ts).\n- #302: Env validation at build (lib/env.ts + next.config.ts).\n- #303: Minimal release suite runner (tests/e2e/release.config.ts + scripts/run-release-tests.js; wired into npm run test:release).\n\ncloses #300\ncloses #301\ncloses #302\ncloses #303