feat: implement API versioning, DB backup/recovery, admin user & savings management APIs#553
Merged
Devsol-01 merged 1 commit intoDevsol-01:mainfrom Mar 30, 2026
Merged
Conversation
…ngs management APIs - Devsol-01#492 API versioning strategy (URI + header negotiation, deprecation warnings, analytics) - Devsol-01#493 Automated DB backup/recovery (AES-256, S3, PITR via WAL, monthly restore tests, alerting, runbook) - Devsol-01#513 Admin user management API (list/search/filter/bulk ops, role & status management) - Devsol-01#514 Admin savings product CRUD API (create/update/archive/activate, subscriber listing, Soroban sync) - Add @aws-sdk/client-s3 dependency (pnpm-lock.yaml updated) - Fix pre-existing TS errors in throttling e2e spec (never[] -> number[]) - All 230 tests passing, 0 TypeScript errors, nest build clean
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Manuel1234477 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.
closes #492
closes #493
closes #513
closes #514
Add API Versioning Strategy #492 API versioning strategy (URI + header negotiation, deprecation warnings, analytics)
Implement Automated Database Backup and Recovery #493 Automated DB backup/recovery (AES-256, S3, PITR via WAL, monthly restore tests, alerting, runbook)
[Backend] Admin User Management Dashboard API #513 Admin user management API (list/search/filter/bulk ops, role & status management)
[Backend] Admin Savings Product Management API #514 Admin savings product CRUD API (create/update/archive/activate, subscriber listing, Soroban sync)
Add @aws-sdk/client-s3 dependency (pnpm-lock.yaml updated)
Fix pre-existing TS errors in throttling e2e spec (never[] -> number[])
All 230 tests passing, 0 TypeScript errors, nest build clean