- Jun 07, 2020
-
-
Michael Kriese authored
-
- May 24, 2020
-
- 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 06, 2020
-
-
Rhys Arkins authored
This reverts commit 787e6bc4.
-
Michael Kriese authored
- May 01, 2020
-
-
Rhys Arkins authored
-
- Mar 05, 2020
-
- Mar 02, 2020
-
-
Michael Kriese authored
-
- Feb 18, 2020
-
- Feb 06, 2020
-
- Feb 01, 2020
-
- Jan 21, 2020
-
- Dec 04, 2019
-
- Jul 17, 2019
-
-
Michael Kriese authored
-
- Jul 13, 2019
-
- May 27, 2019
-
-
Rhys Arkins authored
-
- May 24, 2019
-
-
Rhys Arkins authored
Rewrites hostRules for increased flexibility. Includes renames of existing fields within a hostRule: - `endpoint` -> `baseUrl` - `host` -> `hostName` Additionally, `domainName` has been added. Migration scripts should take care of these for users but it's recommended to update configs to match the new fields anyway.
-
- May 21, 2019
-
-
Rhys Arkins authored
Refactors hostRules to use field “hostType” instead of “platform”. hostType can include datasources like npm, maven, pypi, etc.
-
- Apr 02, 2019
-
-
Rishabh Jain authored
Closes #2028
-
- Dec 14, 2018
-
-
Rhys Arkins authored
-
- Dec 10, 2018
-
- Oct 16, 2018
-
-
Rhys Arkins authored
-
- Oct 06, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Sep 12, 2018
-
-
Rhys Arkins authored
Renames `endpoints` to `hostRules`
-
- Sep 03, 2018
-
-
Rhys Arkins authored
There’s never anything there
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #2466
- Jul 06, 2018
-
- Jul 02, 2018
-
-
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 13, 2018
-
-
Ayoub Kaanich authored
Closes #2101 #2092
-
- Jun 04, 2018
-
-
Rhys Arkins authored
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.
-
- 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.
-