DORC build dropdown - wrong artifact might be selected when pasting build definition
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 5
- Forks
- 3
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
In the build field for deployment, we usually paste the build we need, and only rarely select it from the dropdown.
However, the dropdown does not always load quickly. Sometimes, after you paste something into this field, DOrc finishes loading the list of builds and overwrites the field with the latest available build. If you don’t notice this, you might end up deploying a different build than intended—the last available one.
It would be great to prevent this overwriting if the user has already entered something in the field.
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
Start by locating the deployment build field and its dropdown-loading behavior in the C# code, then reproduce the issue by pasting a build while the list is still loading. Done means a user-entered value remains unchanged when loading completes, with coverage for the delayed-loading case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100