- Sep 22, 2018
-
-
Rhys Arkins authored
This reverts commit 0340f42d.
-
Rhys Arkins authored
Closes #2553
- Sep 14, 2018
-
-
Rhys Arkins authored
Adds functionality to force rebase a PR if the label "rebase" is added. Also, the label is configurable via a new `rebaseLabel` config option. Closes #1406
- Sep 12, 2018
-
-
Rhys Arkins authored
Renames `endpoints` to `hostRules`
-
- Sep 10, 2018
-
-
Rhys Arkins authored
-
- Sep 05, 2018
-
-
Rhys Arkins authored
Include body, message and stack with every error if present
-
- Sep 02, 2018
-
-
Hutson Betts authored
Ignore archived GitLab repositories. Closes #2437
-
- Aug 29, 2018
-
- Aug 23, 2018
-
-
Rhys Arkins authored
-
- Jul 30, 2018
-
-
Sarun Intaralawan authored
GitLab's API for closing issue is to send a PUT request with `state_event` set to `close`. Reference: https://docs.gitlab.com/ce/api/issues.html#edit-issue
-
- Jul 28, 2018
-
- Jul 27, 2018
-
-
Rhys Arkins authored
Fixes #2317
-
- Jul 23, 2018
-
- Jul 22, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Pushes “getPrBody” logic into platform level to allow platforms to individually do things like text replacements and body length limiting. Closes #2267
-
- Jul 09, 2018
-
-
Rhys Arkins authored
-
- Jul 06, 2018
-
- Jul 05, 2018
-
-
Rhys Arkins authored
Delete cached issueList after creating any new issue, so that we don’t end up with “old” state and potentially create duplicate issues.
-
- 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 30, 2018
-
-
Rhys Arkins authored
Closes #2200
-
- Jun 29, 2018
-
-
Marvin Altemeier authored
Fixes call to Gitlab API. Settings require direct path to API, the fixed string doubled it
-
- Jun 27, 2018
-
-
Rhys Arkins authored
Refactors platforms to take the admin-only `gitAuthor` and `gitPrivateKey` values during repository initialisation instead of during file commits.
-
Dragomir Țurcanu authored
fix: Shortened the URLs in the GitLab wrapper
-
- Jun 26, 2018
-
-
Rhys Arkins authored
For very large repositories, recursing through the entire repo can be very time consuming. Bot admins can now disable file list recursion by setting the env `RENOVATE_DISABLE_FILE_RECURSION=true`. Then only files within the root directory of repositories will be found. Closes #2172
-
- Jun 21, 2018
-
-
Dragomir Țurcanu authored
This PR adds issue handling functions to the GitLab platform. The implemented functions are `getIssueList`, `ensureIssue` and `ensureIssueClosing` (migrated from GitHub). Closes #1587
-
- Jun 19, 2018
-
-
Dragomir Țurcanu authored
This PR integrates the `getPrFiles` function into the GitLab's wrapper.
-
- Jun 15, 2018
-
-
Rhys Arkins authored
-
- Jun 12, 2018
-
-
Dragomir Țurcanu authored
Adds a series of functions related to the commenting aspect of GitLab for the API wrapper. These functions are: `getComments`, `addComment`, `editComment`, `deleteComment`, `ensureComment` and `ensureCommentRemoval`.
-
- Jun 04, 2018
-
-
Connor Brathwaite authored
Closes #1764
-
- May 23, 2018
-
-
Dragomir Țurcanu authored
Fixed the 404 error on branch rebasing. (GitLab) Closes #1992
-
- May 19, 2018
-
-
Rhys Arkins authored
This reverts commit 09978ae8.
-
Dragomir Țurcanu authored
Added permission checking on `initRepo` which, in case of an error, throws a clear message (`The token doesn't have the write permissions to the repository`) Closes #509
-
- Apr 17, 2018
-
-
renovate[bot] authored
-
- Apr 14, 2018
-
-
Sarun Intaralawan authored
Closes #1626
-
- Apr 06, 2018
-
-
Adam Moss authored
GitLab as of v10.6 has a API end point for Merge Request Approvals which equates to the Reviewer functionality in GitHub. This is available to both GitLab.com and EES or above on-prem users. See https://docs.gitlab.com/ee/api/merge_request_approvals.html#merge-request-level-approvals Signed-off-by:
Adam Moss <adam.moss@bcs.org.uk>
-