-
Couldn't load subscription status.
- Fork 2
chore: Use shared Task definitions #36
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
Conversation
6e7d009 to
e380dca
Compare
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.
See remarks about documentation index generation, looks good otherwise.
Taskfile.yaml
Outdated
| CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/... {{.ROOT_DIR}}/api/core/v1alpha1/...' | ||
| COMPONENTS: 'project-workspace-operator' | ||
| REPO_URL: 'https://github.com/openmcp-project/project-workspace-operator' | ||
| GENERATE_DOCS_INDEX: "true" |
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.
We should either remove this, or set it up correctly, otherwise it just generates an empty index file.
See https://github.com/openmcp-project/build?tab=readme-ov-file#documentation-index-generation for a short documentation on the feature and https://github.com/openmcp-project/mcp-operator/blob/main/docs/controllers/.docnames for an example of one of the mentioned metadata files.
docs/README.md
Outdated
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.
We should either remove the documentation index generation and this file or set it up to contain actual content, see above.
Co-authored-by: Johannes Aubart <[email protected]>
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.
LGTM
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This PR changes the artifact paths from
ghcr.io/openmcp-project/github.com/openmcp-project/...toghcr.io/openmcp-project/....Release note: