- Dec 03, 2018
-
-
Rhys Arkins authored
-
- Nov 09, 2018
-
- Nov 07, 2018
-
-
Rhys Arkins authored
Closes #2752
-
- Oct 29, 2018
-
-
Rhys Arkins authored
- Oct 26, 2018
-
-
Rhys Arkins authored
Adds support to run Renovate like “renovate owner/repo —dry-run”. Instead of creating branches, PRs or comments, an INFO level dry run message will be logged each time instead. Closes #1399
-
- Oct 19, 2018
-
-
Rhys Arkins authored
-
- Oct 18, 2018
-
- Oct 08, 2018
-
-
Rhys Arkins authored
-
- Sep 24, 2018
-
-
Rhys Arkins authored
-
- Sep 21, 2018
-
-
Rhys Arkins authored
Closes #442
- Sep 14, 2018
-
- Sep 05, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Include body, message and stack with every error if present
-
- Sep 03, 2018
-
- Sep 02, 2018
-
-
Rhys Arkins authored
- Aug 27, 2018
-
-
Rhys Arkins authored
- Aug 23, 2018
-
-
Rhys Arkins authored
-
- Aug 16, 2018
-
-
Rhys Arkins authored
-
- Jul 26, 2018
-
- Jul 22, 2018
-
-
Rhys Arkins authored
Fixes #2283, Fixes #2119
-
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 04, 2018
-
-
Rhys Arkins authored
-
- Jun 26, 2018
-
- Jun 20, 2018
-
- Jun 19, 2018
-
-
Rhys Arkins authored
Closes #2141
-
- Jun 16, 2018
-
-
Rhys Arkins authored
- Jun 14, 2018
-
- Jun 13, 2018
-
-
Ayoub Kaanich authored
Closes #2101 #2092
-
- Jun 07, 2018
-
-
Dragomir Țurcanu authored
This PR adds the feature of commenting on a failed automerge. It's done by adding a conditional in `lib/workers/branch/automerge.js` which, in case of receiving `failure` or `error` from the `getBranchStatus` function, returns the "branch status error" value. Another modification is in `lib/workers/branch/index.js`, which is an adition to the failure response of the `tryBranchAutomerge` function. The added functionality is the ability to add a comment to the PR which had a failure automerging. In case of receiving the aforementioned "branch status error" value, to the comment is appended a note which emphasize the fact that there're multiple failed status checks. Closes #1934
-
- Jun 04, 2018
-
-
Rhys Arkins authored
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.