adoptium / adoptium/aqa-test-tools
Read additionalRepos from an optional config file for searching for Possible Issues
- Dominant language
- Jupyter Notebook
- Stars
- 33
- Forks
- 97
- Avg merge
- 7h 9m
- Merged PRs (30d)
- 5
Description
To allow for customization by vendors, we can consider adding support to reading in additionalRepos from a configuration file for repositories to search when looking for similar/possible issues.
The code block related to this is in [/test-result-summary-client/src/Build/PossibleIssues.jsx](https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/PossibleIssues.jsx#L107-L117).
Contributor guide
Research direction
Start in test-result-summary-client/src/Build/PossibleIssues.jsx at lines 107-117 and trace how repositories are selected for possible-issue searches. Determine where an optional configuration file can be read and how its additionalRepos value should affect the search. Done means vendors can provide extra repositories without breaking the existing search behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100