- Dec 10, 2018
-
- Dec 09, 2018
-
-
Rhys Arkins authored
- Dec 08, 2018
-
-
Rhys Arkins authored
-
- Oct 25, 2018
-
-
Rhys Arkins authored
This seems to fix #2219. It wasn’t RST.
-
- Sep 12, 2018
-
-
Rhys Arkins authored
This should fix the problem with fetching changelogs when using GHE.
-
Rhys Arkins authored
Renames `endpoints` to `hostRules`
-
- Sep 05, 2018
-
-
Rhys Arkins authored
Include body, message and stack with every error if present
-
- Sep 03, 2018
-
-
Rhys Arkins authored
There’s never anything there
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #2473
-
Rhys Arkins authored
- 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 19, 2018
-
-
Rhys Arkins authored
-
- Jun 13, 2018
-
-
Ayoub Kaanich authored
Closes #2101 #2092
-
- Jun 11, 2018
-
-
Rhys Arkins authored
This reverts commit 29d00aa4.
-
Rhys Arkins authored
-
- Jun 04, 2018
-
-
Rhys Arkins authored
isPinnedVersion -> isVersion rangify -> getNewValue
-
Rhys Arkins authored
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.
-
- Jun 03, 2018
-
- May 21, 2018
-
-
Rhys Arkins authored
-
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 07, 2018
-
-
Ayoub Kaanich authored
This PR splits the logic behind changelog into manager (npm) and source (github) the manager provides the repo url + versions the source consumes the manager info and generates changelog info Closes #1911
-
- May 01, 2018
-
-
Rhys Arkins authored
-
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
-