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

[Choreo] Removal of unused internal service resource path named retrieve-api-artifacts and its usage #3639

Open
wants to merge 1 commit into
base: choreo
Choose a base branch
from

Conversation

slahirucd7
Copy link
Contributor

Purpose

$subject
Relates with: https://github.com/wso2-enterprise/choreo/issues/31875

Issues

Fixes #

Automation tests

  • Unit tests added: Yes/No
  • Integration tests added: Yes/No

Tested environments

Not Tested


Maintainers: Check before merge

  • Assigned 'Type' label
  • Assigned the project
  • Validated respective github issues
  • Assigned milestone to the github issue(s)

@slahirucd7 slahirucd7 added Choreo go Pull requests that update Go code labels Jan 22, 2025
} else {
adapter.GetAPIs(c, nil, envs, sync.APIArtifactEndpoint, true, apiUUIDList, queryParamMap)
}
} else if conf.ControlPlane.DynamicEnvironments.Enabled {
Copy link
Contributor

Choose a reason for hiding this comment

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

We no longer need Dynamic Environments Enabled flag too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Config is used in multiple places. Since the issue -> https://github.com/wso2-enterprise/choreo/issues/31875
Is bit urgent shall we track removal of it with another task ?

image image

Choose a reason for hiding this comment

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

If we remove the code, wont the config get ignored or throw an error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean the cp-overlay config right ?
I'll not throw an error. But we'll have to clean up the repos if we remove the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Choreo go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants