-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
fix: Added back missing endpoints #798
base: develop
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit ad9459e)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
PR Type
Enhancement, Tests
Description
Added endpoints to fetch secrets and variables by project and environment.
getAllSecretsOfEnvironment
inSecretController
.getAllVariablesOfEnvironment
inVariableController
.Added corresponding service methods for secrets and variables retrieval.
Introduced new e2e tests for secrets and variables fetching functionality.
Updated schema and API client to support new endpoints.
Changes walkthrough 📝
3 files
Commented out a test for forked project access levels
Added e2e tests for fetching secrets by project and environment
Added e2e tests for fetching variables by project and environment
1 files
Minor formatting adjustment in project service
11 files
Added endpoint to fetch secrets by project and environment
Implemented service method to fetch secrets by project and environment
Added endpoint to fetch variables by project and environment
Implemented service method to fetch variables by project and
environment
Adjusted environmental variable handling in CLI command
Added API client method for fetching secrets by project and
environment
Added API client method for fetching variables by project and
environment
Added schemas for fetching secrets by project and environment
Added types for fetching secrets by project and environment
Added schemas for fetching variables by project and environment
Added types for fetching variables by project and environment
2 files
Added API collection for fetching secrets by project and environment
Added API collection for fetching variables by project and environment