Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Rewrite API in NestJS #168

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

feat: Rewrite API in NestJS #168

wants to merge 49 commits into from

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Oct 8, 2024

WIP

Rewriting the release registry API in Node/NestJS for dogfooding.

To Port:

  • GET /packages
  • GET /packages/:packageName/versions
  • GET /packages/:packageName/:version
  • GET /sdks
  • GET /sdks/:sdk_id/:version
  • GET /sdks/:sdk_id/versions
  • GET /apps
  • GET /apps/:app_id/:version
  • GET /marketing-slugs
  • GET /marketing-slugs/:slug
  • GET /aws-lambda-layers
  • GET /healthz
  • Setup CI (build, lint, test)
  • Add Sentry
  • caching
  • review error handling
  • review env variable controls
  • review CORS settings
  • review custom/additional http headers being set
  •  review query params
  • do we have custom alerts in sentry?
  • do we need ddog in the new version?
  • do we have custom alerts on ddog?

@Lms24 Lms24 self-assigned this Oct 9, 2024
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.

1 participant