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(api): add get environment tags endpoint #6713

Merged

Conversation

ChmaraX
Copy link
Contributor

@ChmaraX ChmaraX commented Oct 17, 2024

What changed? Why was the change needed?

  • added new environments V2 module and controller with the new get tags endpoint
  • renamed legacy environments to environments V1 following existing workflows module naming
  • added e2e tests

Copy link

linear bot commented Oct 17, 2024

Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit aefc22e
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6710f1ad1b3fe40008a891e3
😎 Deploy Preview https://deploy-preview-6713--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -76,7 +77,7 @@ const baseModules: Array<Type | DynamicModule | Promise<DynamicModule> | Forward
InboundParseModule,
SharedModule,
HealthModule,
EnvironmentsModule,
EnvironmentsModuleV1,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I assumed we want to isolate logic for new dashboard in separate module, e.g. as with workflows, but it could as well be in the same just under different controller, if we want to.

@ChmaraX ChmaraX merged commit 9f2c5a3 into next Oct 17, 2024
31 checks passed
@ChmaraX ChmaraX deleted the nv-4332-introduce-get-v2environmentsenvironment-idtags-endpoint branch October 17, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants