- Jul 18, 2020
-
- Jun 25, 2020
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Jun 17, 2020
-
-
Rhys Arkins authored
This reverts commit 0345b40a.
-
Rhys Arkins authored
null = this lookup returned nothing last time undefined = no cached result found
-
- May 29, 2020
-
-
Sergio Zharinov authored
-
- May 28, 2020
-
-
Rubén authored
Co-authored-by:
Yura Beznos <yury.beznos@ocado.com> Co-authored-by:
Jamie Magee <JamieMagee@users.noreply.github.com> Co-Authored-By:
Michael Kriese <michael.kriese@visualon.de> Co-Authored-By:
Rhys Arkins <rhys@arkins.net>
-
- May 27, 2020
-
-
Rhys Arkins authored
-
- May 16, 2020
-
-
Sergio Zharinov authored
* refactor(github): Remove old Github platform wrappers * Refactor 'util/cache/run' imports * Fix pod http client * Fix test * refactor(pod): Split request functions Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- 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
-