feat: export tests, deprecation registry, profile UX, and gitleaks patterns#715
Merged
joelpeace48-cell merged 6 commits intoJun 28, 2026
Conversation
…audit log, and fallback
…tching, and logging
…EY patterns to gitleaks
|
@Jaydbrown is attempting to deploy a commit to the joelpeace48-cell's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Jaydbrown 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! 🚀 |
622bf31
into
FinesseStudioLab:main
3 of 16 checks passed
9 tasks
joelpeace48-cell
added a commit
that referenced
this pull request
Jun 30, 2026
feat: export tests, deprecation registry, profile UX, and gitleaks patterns
joelpeace48-cell
added a commit
that referenced
this pull request
Jun 30, 2026
feat: export tests, deprecation registry, profile UX, and gitleaks patterns
joelpeace48-cell
added a commit
that referenced
this pull request
Jun 30, 2026
feat: export tests, deprecation registry, profile UX, and gitleaks patterns
joelpeace48-cell
added a commit
that referenced
this pull request
Jun 30, 2026
feat: export tests, deprecation registry, profile UX, and gitleaks patterns
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.
Closes #463
Closes #473
Closes #466
Closes #485
Summary
createDeprecationMiddlewarenow accepts an optionalregistryparameter (defaults toDEPRECATION_REGISTRY), enabling isolated unit tests without module mocking (Backend: Add API versioning header and deprecation notices #466)/api/campaign routes now have 90-day sunset entries pointing to their/api/v1/successors (campaigns,campaigns/:id, stats, export — GET/POST/PUT/DELETE) (Backend: Add API versioning header and deprecation notices #466)JWT_SECRETenv assignments, generic*_SECRET/*_PRIVATE_KEYhigh-entropy values, andKEEPER_SECRET_KEYStellar assignments (DevOps: Add secrets scanning in CI (prevent accidental key commits) #485)Changes
backend/src/routes/campaignExport.test.jsbackend/src/middleware/deprecationNotice.jsbackend/src/middleware/deprecationNotice.test.jsbackend/src/deprecations.jsfrontend/src/pages/UserProfile.jsx.gitleaks.tomlTest plan
npm run test:backend— all export and deprecation tests passGET /api/campaigns— response includesDeprecation,Sunset,LinkheadersGET /api/v1/campaigns— no deprecation headers/profilewith a brand-new wallet — empty-state panel appears instead of blank sections/profilewith a network error — error alert shows Retry button; clicking it re-fetchesG...) and fails on a secret key (S...)