- Jul 29, 2018
-
- Jul 17, 2018
-
- Jul 06, 2018
-
- Jul 05, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate now ignores any upgrades that are marked as deprecated, unless the current version is itself also deprecated. The new config option `ignoreDeprecated` can be set to false to disable this if necessary. Closes #1988
-
Rhys Arkins authored
-
Rhys Arkins authored
Raises a deprecation warning issue per-dependency. Uses logic that if latest version is deprecated then the package is deprecated. Closes #1592
- Jul 04, 2018
-
-
Rhys Arkins authored
Adds logic to detect presence of “deprecated” field in latest version. First step towards #1592
-
- Jul 03, 2018
-
- Jul 02, 2018
-
-
Rhys Arkins authored
This reverts commit b46a95a9.
-
Rhys Arkins authored
This reverts commit 04e0ca1f.
-
Ayoub Kaanich authored
Refactors credentials/token handling to rely less on env variables and instead use an endpoints middleware for credentials handling. First step towards #2105
-
- Jun 28, 2018
-
-
Rhys Arkins authored
Renames "date" and "time" values from datasources to instead be "releaseTimestamp".
- Jun 17, 2018
-
- Jun 11, 2018
-
-
Rhys Arkins authored
- Jun 08, 2018
-
-
Rhys Arkins authored
Adds a wrapper to all datasources to provide a generic purl-based interface.
-
- Jun 06, 2018
-
- Jun 04, 2018
-
-
Connor Brathwaite authored
Closes #1764
-
- Jun 01, 2018
-
-
Rhys Arkins authored
- May 28, 2018
-
-
Rhys Arkins authored
- May 23, 2018
-
- May 21, 2018
-
- 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 18, 2018
-
-
Rhys Arkins authored
This reverts commit 7fcbb47b.
-
Rhys Arkins authored
This reverts commit 080d9451.
-
Rhys Arkins authored
Closes #1988
-
- May 16, 2018
-
-
Rhys Arkins authored
This reverts commit f2fb2e6b.
-