feat(composer): custom registries and basic auth (#2650)
Adds support for custom Packagist registries. - [x] Support dynamic packages.json interface for wpackagist.org - [x] Support static packages.json for satis - [x] Support basic auth using hostRules - [x] Write basic auth to `auth.json` Closes #2574, Closes #2354
Showing
- lib/config/definitions.js 1 addition, 1 deletionlib/config/definitions.js
- lib/datasource/packagist.js 185 additions, 29 deletionslib/datasource/packagist.js
- lib/manager/composer/artifacts.js 31 additions, 1 deletionlib/manager/composer/artifacts.js
- test/_fixtures/packagist/1beyt.json 127 additions, 0 deletionstest/_fixtures/packagist/1beyt.json
- test/_fixtures/packagist/includes.json 2575 additions, 0 deletionstest/_fixtures/packagist/includes.json
- test/_fixtures/packagist/mailchimp-api.json 0 additions, 1 deletiontest/_fixtures/packagist/mailchimp-api.json
- test/_fixtures/packagist/uploader.json 0 additions, 1 deletiontest/_fixtures/packagist/uploader.json
- test/datasource/__snapshots__/packagist.spec.js.snap 147 additions, 85 deletionstest/datasource/__snapshots__/packagist.spec.js.snap
- test/datasource/packagist.spec.js 150 additions, 28 deletionstest/datasource/packagist.spec.js
- test/manager/composer/artifacts.spec.js 25 additions, 0 deletionstest/manager/composer/artifacts.spec.js
- test/workers/repository/process/lookup/index.spec.js 1 addition, 1 deletiontest/workers/repository/process/lookup/index.spec.js
- test/workers/repository/updates/__snapshots__/flatten.spec.js.snap 8 additions, 0 deletions...ers/repository/updates/__snapshots__/flatten.spec.js.snap
Loading
Please register or sign in to comment