-
- Downloads
refactor: replace github code search with getTree/manual search (#944)
Previously Renovate was using the GitHub code search API once for each filename we are looking for. Instead, we now retrieve a list of files in the repository and cache it so it can be reused for filename matches. Closes #939
Showing
- lib/api/github.js 25 additions, 22 deletionslib/api/github.js
- lib/workers/repository/apis.js 1 addition, 4 deletionslib/workers/repository/apis.js
- test/api/__snapshots__/github.spec.js.snap 0 additions, 99 deletionstest/api/__snapshots__/github.spec.js.snap
- test/api/github.spec.js 16 additions, 36 deletionstest/api/github.spec.js
Loading
Please register or sign in to comment