Skip to content

feat(application): deploy applications with custom resources #125

feat(application): deploy applications with custom resources

feat(application): deploy applications with custom resources #125

Re-run triggered August 27, 2024 16:02
Status Failure
Total duration 11m 22s
Artifacts

static-analysis.yaml

on: pull_request
Check conventional commits
9s
Check conventional commits
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check conventional commits
You have commit messages with errors ⧗ input: feat(resources): address review comments to update to latest resource revision ⚠ body must have leading blank line [body-leading-blank] ⚠ found 0 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: style: adding resources.go file This PR adds new functions to upload OCI images and handle upload requests. In the initial commit, all these functions were added to the `applications.go` file which reduces the readability of code. This commit puts all the functions which are used to process OCI image resources in a separate file named `resources.go' to reduce the complexity and increase the readilibity. docs(application): Application documentation is updated by adding custom resource usage in the existing sample TF plan. Application optional TF plan parameters are updated by changing the description of `resources` map. test(resources): A few tests are added for the functions in the resources.go. This tests will be expanded in the next commits. Signed-off-by: gatici <[email protected]> ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint