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

Update pipelines filter #337

Closed
callmevladik opened this issue Aug 13, 2024 · 0 comments · Fixed by #338
Closed

Update pipelines filter #337

callmevladik opened this issue Aug 13, 2024 · 0 comments · Fixed by #338
Assignees
Labels
enhancement New feature or request

Comments

@callmevladik
Copy link
Contributor

callmevladik commented Aug 13, 2024

Implementation Plan

  1. Parse the JSON payload in the UI to check for the presence of a codebase.
  2. If a codebase is available in the payload, add the codebase to the filter field for the deploy pipeline type.
  3. Ensure that the filtering functionality works correctly and displays the relevant deploy pipelines based on the codebase filter.
  4. Test the implementation to ensure it handles various scenarios and edge cases.

Acceptance Criteria
[ ] The JSON payload is parsed in the UI to check for the presence of a codebase.
[ ] The codebase is added to the filter field for the deploy pipeline type if available in the payload.
[ ] The filtering functionality works correctly and displays the relevant deploy pipelines based on the codebase filter.
[ ] The implementation is tested and verified to handle various scenarios and edge cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant