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

Automation of 5 APIs of PipelineConfigRouter #2262

Closed
deepak-devtron opened this issue Aug 31, 2022 · 0 comments
Closed

Automation of 5 APIs of PipelineConfigRouter #2262

deepak-devtron opened this issue Aug 31, 2022 · 0 comments
Assignees
Labels
Task Sub issue of an issue testing

Comments

@deepak-devtron
Copy link
Contributor

deepak-devtron commented Aug 31, 2022

In this module I'll cover below 5 new API of PipelineConfigRouter

  1. GET /orchestrator/app/get/{appId}==> GetApp
  2. GET /orchestrator/app/autocomplete==> GetAppListForAutocomplete
  3. GET /orchestrator/app/min==> GetAppListByTeamIds
  4. GET /orchestrator/app/template/{appId}/default/{chartRefId}==> GetAppOverrideForDefaultTemplate(Not automated as this is deprecated)
  5. GET /orchestrator/app/team/by-id/{teamId}==>FindAppsByTeamId
  6. GET /orchestrator/app/team/by-name/{teamName}==>FindAppsByTeamName

Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API and will be helpful if this will be impacted area of the other changes.

AB#189

@deepak-devtron deepak-devtron added Task Sub issue of an issue testing labels Aug 31, 2022
@deepak-devtron deepak-devtron self-assigned this Aug 31, 2022
@deepak-devtron deepak-devtron changed the title Automation of 4 APIs of PipelineConfigRouter Automation of 5 APIs of PipelineConfigRouter Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Sub issue of an issue testing
Projects
None yet
Development

No branches or pull requests

1 participant