- Apr 23, 2020
-
- Mar 28, 2020
-
-
Rhys Arkins authored
-
- Feb 06, 2020
-
- Feb 05, 2020
-
-
Michael Kriese authored
-
- Jan 12, 2020
-
-
Sourav Das authored
Use defined error constants throughout codebase.
-
- Dec 04, 2019
-
-
Rhys Arkins authored
-
- Nov 26, 2019
-
- Sep 11, 2019
-
- Aug 14, 2019
-
- Jul 15, 2019
-
- Jul 10, 2019
-
-
Michael Kriese authored
-
- Jun 29, 2019
-
- Jun 13, 2019
-
-
Rhys Arkins authored
GitLab self-hosted users now no longer need to manually configure gitAuthor if it matches with the bot account they’re using.
-
- Jun 05, 2019
-
-
Rhys Arkins authored
-
- May 29, 2019
-
- May 27, 2019
-
-
Rhys Arkins authored
-
- May 26, 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.
-
- May 20, 2019
-
- May 10, 2019
-
-
Michael Kriese authored
-
- May 09, 2019
-
-
Rhys Arkins authored
The gitlab platform is now implemented using gitFs over http/https. Ensure you are using a Personal Access Token with “api” scope. Remove any custom “gitFs” config option now - it will be autodetected based on the endpoint value. For most - maybe all - users, there should not be any change required at all. Closes #3478 BREAKING CHANGE: gitlab platform is now gitFs only and requires a Personal Access Token with api scope.
-
- Nov 09, 2018
-
-
renovate[bot] authored
-
- Nov 08, 2018
-
- Oct 13, 2018
-
-
Rhys Arkins authored
Adds ability to use a GitLab OAuth2 token by settings oauth=true in admin config.
-
- Sep 12, 2018
-
-
Rhys Arkins authored
Renames `endpoints` to `hostRules`
-
- Sep 05, 2018
-
-
Rhys Arkins authored
-
- Aug 29, 2018
-
- Jul 19, 2018
-
-
Rhys Arkins authored
Retries every minute up to 5 times if receiving 429 from gitlab. Closes #1578
-
- Jul 06, 2018
-
- Jul 05, 2018
-
-
Rhys Arkins authored
Adds option for useCache to github and gitlab wrappers.
-
- 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
-
- Mar 06, 2018
-
-
Rhys Arkins authored
This reverts commit dd26a018.
-
AndreiMargineanu authored
Refactors all instances of .concat() to use array spread operators instead Closes #1459
-
- Dec 23, 2017
-
-
Rhys Arkins authored
This PR ports across GitHub’s caching approach to the GitLab platform API.
-
- Nov 05, 2017
-
-
Rhys Arkins authored
Refactors file system of platforms and adds test to ensure GitHub and GitLab have same module.exports signatures.
-
- Oct 24, 2017
-
- Oct 17, 2017
-
-
Rhys Arkins authored
Adds paginated results capability for gitlab and enables it for getFileList. This should enable all files when using APIv4. Hopeful this c-l-o-s-e-s #962 & #968
-