mathieu-benoit / mathieu-benoit/score-microcks
`score-compose` - Change from `template` to `cmd` to avoid the extra `openapi-title` param
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In https://github.com/score-spec/community-provisioners/blob/main/endpoint/score-compose/10-endpoint-with-microcks.provisioners.yaml, let's create a new `endpoint` implementation, by changing from `template` to `cmd` to avoid the extra `openapi-title` param.
And do the `yq` command like here to parse dynamically the path suffix of the URL: https://github.com/score-spec/community-provisioners/blob/main/endpoint/score-k8s/10-endpoint-with-microcks-cli.provisioners.yaml#L24.
In the new `cmd` provisioner, the associated `manifests` will need to be generated still.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with endpoint/score-compose/10-endpoint-with-microcks.provisioners.yaml and compare its template implementation with endpoint/score-k8s/10-endpoint-with-microcks-cli.provisioners.yaml#L24. Trace how the yq command parses the URL suffix, then create the cmd implementation while preserving manifest generation. Done means the endpoint avoids the extra openapi-title parameter and still generates its associated manifests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100