allow aliasing
- Dominant language
- Python
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Once the service is up and running it is cumbersome to remember urls that have lots of metadata in them. If the arguments are common enough, a user should be able to alias them.
For example a long request like:
```
/setup/slave/?token=sometoken&name=trusty&executors=2
```
Should allow a user to alias it to:
```
/setup/trusty_slave/
```
Special care should be taken care of name collisions (or maybe consider a different endpoint)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the existing /setup/slave/ endpoint and how its token, name, and executors arguments are handled. Define and test alias resolution for /setup/trusty_slave/, including the expected behavior when an alias collides with another name or endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100