flowey: Add support for named parameters
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 238
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 100
Description
Pipeline parameters can be used to tweak pipeline behavior, and currently the names are all auto-generated and thus not stable. We should add support to provide names for the pipeline parameters.
We will need to make sure provided parameters follow the naming rules for GitHub / ADO and also add a check to ensure they are unique.
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 at flowey's pipeline parameter definition and the logic that currently auto-generates parameter names. Check the naming rules for GitHub and ADO, then trace existing validation or tests. Done means callers can provide stable names and invalid or duplicate names are rejected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100