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

Fix: Not able to consistently (or globally) overwrite vendor and product #139

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

zongqichen
Copy link
Contributor

No description provided.

@swennemers
Copy link
Contributor

please update the ORD configuration documentation as well otherwise it looks good

],
"packages": [
{
"vendor": "sap:vendor:SAP:"
Copy link
Contributor

Choose a reason for hiding this comment

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

please add a statement, that the overwrites have an effect on products not being generated and packages to reference this product.

@@ -94,8 +94,14 @@ const _getPolicyLevel = (appConfig) =>
const _getDescription = (appConfig) =>
appConfig.env?.description || defaults.description;

const _getProducts = (appConfig) =>
appConfig.env?.products || defaults.products(appConfig.packageName);
const _getProducts = (appConfig) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think, we miss that we don't expose the product anymore, if the overwrite happened?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to consistently (or globally) overwrite vendor and product
2 participants