- May 15, 2021
-
-
Rhys Arkins authored
-
- May 11, 2021
-
-
Michael Kriese authored
-
- Mar 15, 2021
-
-
Michael Kriese authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Mar 02, 2021
-
-
Michael Kriese authored
-
- Feb 05, 2021
-
- Feb 02, 2021
-
- Jan 18, 2021
-
- Oct 26, 2020
-
- Aug 11, 2020
-
-
Rhys Arkins authored
-
- Jul 18, 2020
-
-
Michael Kriese authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jun 25, 2020
-
-
Lucas Cimon authored
-
- May 01, 2020
-
-
Rhys Arkins authored
-
- Apr 24, 2020
-
-
Rhys Arkins authored
Closes #6046
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Apr 09, 2020
-
-
Michael Kriese authored
-
- Mar 09, 2020
-
- Mar 01, 2020
-
-
Rhys Arkins authored
Co-Authored-By:
Michael Kriese <michael.kriese@visualon.de>
-
- Feb 24, 2020
-
-
Rhys Arkins authored
Ref #5555
-
- Jan 20, 2020
-
-
Sergio Zharinov authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 16, 2020
-
- Jan 15, 2020
-
- Jan 02, 2020
-
- Dec 20, 2019
-
- Nov 19, 2019
-
-
Jamie Magee authored
See microsoft/azure-pipelines-image-generation#1317 Fixes #4775, Fixes #4657
-
- Nov 01, 2019
-
-
Rhys Arkins authored
Closes #4760
-
- Oct 03, 2019
-
-
Rhys Arkins authored
-
- Aug 28, 2019
-
- Aug 22, 2019
-
-
IKEDA Sho authored
-
- Jul 29, 2019
-
-
Rhys Arkins authored
-
- Jul 25, 2019
-
- Jul 23, 2019
-
- Jul 17, 2019
-
-
Michael Kriese authored
-
- Jul 15, 2019
-
- May 25, 2019
-
-
Rhys Arkins authored
-
- May 24, 2019
-
-
Rhys Arkins authored
With Renovate’s github platform code now using git for all file system operations, we need to tell Renovate which gitAuthor to use. If you had already configured a gitAuthor in your bot config, you do not need to make any change. Otherwise, to keep functionality as before, you should either: (1) configure `gitAuthor` to match the bot’s account, or (2) recreate your bot’s personal access token to include the “user:email” permission so that the bot can retrieve the email itself BREAKING CHANGE: GitHub bot admins should either configure gitAuthor in their config or generate a new token with “user:email” permissions.
-
Michael Kriese authored
-
- May 15, 2019
-
- Mar 17, 2019
-
-
Rishabh Jain authored
- The function is calling python command which can be aliased to different python versions on different systems, the function depends on mock library which comes pre-installed on python v3.7+ - Add a python alias detection command which gets the correct python command which is aliased to python3.7+ Closes #3392