- May 11, 2020
-
-
Rhys Arkins authored
-
- May 01, 2020
-
-
Rhys Arkins authored
-
- Apr 24, 2020
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Mar 30, 2020
-
- Feb 24, 2020
-
-
Rhys Arkins authored
Ref #5555
-
- Feb 05, 2020
-
-
Michael Kriese authored
-
- Dec 04, 2019
-
- Aug 26, 2019
-
-
IKEDA Sho authored
A follow-up to #4246 which was insufficient.
-
- Jul 23, 2019
-
- Jul 17, 2019
-
-
Michael Kriese authored
-
- Jul 15, 2019
-
- Jul 13, 2019
-
- Jun 07, 2019
-
-
renovate[bot] authored
-
- Feb 01, 2019
-
-
Gord Lea authored
The code to get a list of releases was not using the RENOVATE_ENDPOINT when the npm modules it was fetching releases for had it's git repository on github enterprise. Closes #3079
-
- Sep 24, 2018
-
-
Rhys Arkins authored
-
- Sep 17, 2018
-
-
Rhys Arkins authored
Closes #2529
-
- Sep 12, 2018
-
-
Rhys Arkins authored
This should fix the problem with fetching changelogs when using GHE.
-
- Sep 05, 2018
-
-
Rhys Arkins authored
Include body, message and stack with every error if present
-
- Sep 03, 2018
-
-
Rhys Arkins authored
Closes #2473
- Aug 29, 2018
-
-
Rhys Arkins authored
-
- Jul 26, 2018
-
-
Rhys Arkins authored
Adds the library `linkify-markdown` to actively linkify urls, issues and usernames so that they can then be linked to the renovatebot redirector for github.
-
- Jul 09, 2018
-
-
Rhys Arkins authored
-
- May 19, 2018
-
-
Marco Massarotto authored
This PR follows up and fixes #1968 The previous PR didn't behave correctly as it was expecting Github Enterprise to ALWAYS been configured and that the github.com token was available in the `GITHUB_COM_TOKEN` env variable. But for non GHE project `GITHUB_COM_TOKEN` is not defined and github.com token is available at the `GITHUB_TOKEN` env variable instead. This updated PR fix this issue and avoid further problems by prioritising `github.com` over GHE. Now the code is NOOP if no `GITHUB_ENDPOINT` is configured. If it's configured, instead, now the codes assumes that, by DEFAULT, a dependency is hosted on `github.com` so it removes `GITHUB_ENDPOINT` and use `GITHUB_COM_TOKEN` as Github token immediately. They are restored only if needed, when a dependency is hosted on the provided GithubEnterprise.
-
- May 16, 2018
-
-
Rhys Arkins authored
This reverts commit f2fb2e6b.
-
- May 09, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- May 06, 2018
-
- May 01, 2018
-
-
Ayoub Kaanich authored
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
-
- Apr 18, 2018
-
- Apr 01, 2018
-
-
Ayoub Kaanich authored
Improves changelog detection algorithm to look for different upper/lower case options as well as alternative filenames like `History.md`. Resolves #1754
-
Ayoub Kaanich authored
Resolves #1709
-
- Mar 27, 2018
-
-
Rhys Arkins authored
-
- Mar 20, 2018
-
-
Rhys Arkins authored
Closes #1687
-
Rhys Arkins authored
-