- Sep 25, 2018
-
- Sep 08, 2018
-
- Sep 05, 2018
-
-
Rhys Arkins authored
Include body, message and stack with every error if present
-
- Jul 29, 2018
-
-
Rhys Arkins authored
For use in new app
-
- Jul 21, 2018
-
- Jul 17, 2018
-
- Jul 14, 2018
-
-
Rhys Arkins authored
Raises PRs and includes warning if lock file updates fail and release timestamp is greater than a day old. Closes #2233
-
- Jul 09, 2018
-
- Jun 28, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Raises an additional log file warning whenever lock file errors persist for a day or longer. The idea of this is that temporary errors - e.g. caused by npmjs itself - should not disturb the user. 1 day seems like a reasonable time for multiple attemps to be made first, assuming it has been scheduled. Once this is tested in production for a little while and no unexpected problems, it will be converted to actually raise a config warning issue in the repo to get user attention.
-
- May 24, 2018
-
- 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 10, 2018
-
-
Rhys Arkins authored
-
- Apr 04, 2018
-
-
Rhys Arkins authored
-
- Mar 22, 2018
-
- Mar 20, 2018
-
-
Rhys Arkins authored
- Mar 09, 2018
-
-
Rhys Arkins authored
-
- Mar 05, 2018
-
-
Rhys Arkins authored
-
- Feb 09, 2018
-
-
Rhys Arkins authored
-
- Feb 08, 2018
-
-
Rhys Arkins authored
-
- Feb 05, 2018
-
- Feb 04, 2018
-
- Feb 03, 2018
-
-
Rhys Arkins authored
If attempting to create a branch and it already exists, or attempting to update a branch and it no longer exists, then we abort.
- Feb 02, 2018
-
-
Rhys Arkins authored
-
- Jan 26, 2018
-
-
Rhys Arkins authored
feat: stringify unknown errors for better visibility
-
- Jan 14, 2018
-
-
Rhys Arkins authored
We don’t want npmjs 5xx errors to cause config validation Issues in repositories. Closes #1388
-
- Dec 31, 2017
-
- Dec 18, 2017
-
-
Rhys Arkins authored
This PR updates Renovate to detect config validation problems and (1) stop processing, and (2) either raise an Issue if already onboarded, or (2) update the onboarding PR to reflect the error if still onboarding. Closes #1300
-
- Nov 08, 2017
-
- Nov 05, 2017
-
-
Rhys Arkins authored
Repository logic code has been rearranged for better logic and file separation. Closes #654