-
- Downloads
feat: refactor commits retrieval (#1886)
Refactor changelog (commits) logic to separate sources, and remove the `changelog` dependency. Instead of a full copy/paste of commits, a link is now provided to the source repo. Closes #381
Showing
- lib/config/templates/buildkite/pr-body.hbs 3 additions, 17 deletionslib/config/templates/buildkite/pr-body.hbs
- lib/config/templates/default/pr-body.hbs 3 additions, 17 deletionslib/config/templates/default/pr-body.hbs
- lib/config/templates/group/pr-body.hbs 3 additions, 24 deletionslib/config/templates/group/pr-body.hbs
- lib/workers/pr/changelog.js 0 additions, 83 deletionslib/workers/pr/changelog.js
- lib/workers/pr/changelog/index.js 28 additions, 0 deletionslib/workers/pr/changelog/index.js
- lib/workers/pr/changelog/source-cache.js 38 additions, 0 deletionslib/workers/pr/changelog/source-cache.js
- lib/workers/pr/changelog/source-github.js 136 additions, 0 deletionslib/workers/pr/changelog/source-github.js
- lib/workers/pr/index.js 2 additions, 19 deletionslib/workers/pr/index.js
- lib/workers/pr/release-notes.js 4 additions, 0 deletionslib/workers/pr/release-notes.js
- package.json 0 additions, 1 deletionpackage.json
- test/config/__snapshots__/index.spec.js.snap 3 additions, 3 deletionstest/config/__snapshots__/index.spec.js.snap
- test/workers/pr/__snapshots__/changelog.spec.js.snap 181 additions, 47 deletionstest/workers/pr/__snapshots__/changelog.spec.js.snap
- test/workers/pr/__snapshots__/index.spec.js.snap 33 additions, 24 deletionstest/workers/pr/__snapshots__/index.spec.js.snap
- test/workers/pr/changelog.spec.js 89 additions, 90 deletionstest/workers/pr/changelog.spec.js
- test/workers/pr/index.spec.js 7 additions, 0 deletionstest/workers/pr/index.spec.js
Loading
Please register or sign in to comment