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 reading of spec.project in appPath #138

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Fix reading of spec.project in appPath #138

merged 2 commits into from
Jan 7, 2025

Conversation

simu
Copy link
Member

@simu simu commented Jan 7, 2025

We need to use std.get() to read both spec and spec.project of the rendered application manifest, so that the template code works unchanged for components that customize spec of the rendered application.

Follow-up for #134

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

We need to use `std.get()` to read both `spec` and `spec.project` of the
rendered application manifest, so that the template code works unchanged
for components that customize `spec` of the rendered application.
@simu simu added the bug Something isn't working label Jan 7, 2025
@simu simu merged commit 98d16f9 into main Jan 7, 2025
38 of 39 checks passed
@simu simu deleted the fix/app-path branch January 7, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant