Support `append`, `prepend`, `remove`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 523
- Forks
- 75
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 24
Description
Summary of the new feature / enhancement
For List type resources which are an array. There are use cases where the order matters in terms of how the underlying application applies them. sshd_config is one example for crypto algorithms. In that case, we need to allow the user to add to the list and set the order via append and prepend and also make sure the list excludes cretain values via remove.
Proposed technical implementation details (optional)
No response
Contributor guide
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
The issue names no files or tests; start by locating the Rust code that handles List-type resources. Determine how append, prepend, and remove should affect array ordering and exclusions, then verify that the behavior supports the sshd_config use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100