-
Notifications
You must be signed in to change notification settings - Fork 26
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
[artifact-manager,installer,maven] (#328) Remove vrang.project.id
and vrang_project_id
configuration properties
#498
Conversation
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
- RestClientCs will no longer add the projectId to the filter by default if name is missing - RestClientVraNgPrimitive no longer will get the projectId from the config if the value is present, but will always work with the projectName Signed-off-by: Stefan Genov <[email protected]>
…re-aria into feature/328-remove-duplicate-settings Signed-off-by: Stefan Genov <[email protected]>
vrang.project.id
can no longer be usedvrang.project.id
configuration property
Looks good, I guess we can remove |
…re-aria into feature/328-remove-duplicate-settings Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
Ahm, actuallyyyyy I forgot about that one 😄 Yeah, lets do it in a separate PR |
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
...ct-manager/src/main/java/com/vmware/pscoe/iac/artifact/configuration/ConfigurationVraNg.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to also remove vrang_org_id
for the installer
Signed-off-by: Stefan Genov <[email protected]>
Signed-off-by: Stefan Genov <[email protected]>
This reverts commit b4b34f1. Signed-off-by: Stefan Genov <[email protected]>
-it broke logging Signed-off-by: Stefan Genov <[email protected]>
@VenelinBakalov Opened a new pr for org id, can you review again? |
Signed-off-by: Stefan Genov <[email protected]>
…re-aria into feature/328-remove-duplicate-settings Signed-off-by: Stefan Genov <[email protected]>
vrang.project.id
configuration propertyvrang.project.id
and vrang_project_id
configuration properties
[maven,artifact-manager,installer] (#498) Remove `vrang.org.id` and `vrang_org_id` configuration properties
Description
vrang.project.id
has been entirely deprecated and insteadvrang.project.name
should be usedChecklist
Fixed #XXX -
orClosed #XXX -
prefix to auto-close the issueTesting
Pending
Release Notes
Pending
Related issues and PRs