renovate/lib/api
Rhys Arkins ee44d1c3ba feat: reimplement findFilePaths using trees (#950)
* 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

* fix: use recursive=true

* fix: reset fileList for every repo (github)

* feat: implement findFilePaths on gitlab (#945)

* refactor: do not check manually for root package.json

* fix: reset fileList for every repo (gitlab)

* fix tests
2017-10-16 11:59:59 +02:00
..
docker.js fix: update dependency eslint-config-airbnb-base to v12 (#771) 2017-09-15 19:46:25 +02:00
gh-got-retry.js feat: set github app preview header when in app mode (#949) 2017-10-16 09:45:31 +02:00
github.js feat: reimplement findFilePaths using trees (#950) 2017-10-16 11:59:59 +02:00
gitlab.js feat: reimplement findFilePaths using trees (#950) 2017-10-16 11:59:59 +02:00
npm.js chore: downgrade npm getDependnecy ebug to log (#917) 2017-10-12 10:16:33 +02:00