- 08 Jun, 2021 1 commit
-
-
- 07 Jun, 2021 2 commits
-
-
-
Martin Lowe authored
* Revert "Revert "Update to bot checking logic to check for project and any matching email"" This reverts commit c1bd01af9b0846b98996265a10020f1b0403beba. Revert "Revert "Fix tests associated with changes to bot detection logic"" This reverts commit 9480b8fc2d3374e3377325a5e870dd0a0e176192. Revert "Revert "Maintain support for bots committing to non-project repositories"" This reverts commit 1bf96e82ad77030d05d384480624dd29d7b8d575. * Add fix for null pointer when handling emails There was a production issue with some commits generating null pointer exceptions. Added extra object safety around mail strings. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Fix merge commit for validation resource
-
- 03 Jun, 2021 2 commits
-
-
- 01 Jun, 2021 1 commit
-
-
Mikaël Barbero authored
-
- 27 May, 2021 1 commit
-
-
- 22 Apr, 2021 2 commits
-
-
- 30 Mar, 2021 2 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 22 Feb, 2021 1 commit
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 03 Feb, 2021 6 commits
-
-
This reverts commit 070fad17.
-
This reverts commit 2eb52040.
-
This reverts commit 6a9561fd.
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Previously, check was only looking if user is a bot, rather than checking for specific project bots. Even then, only checked one email address. As there is cross-commits/mirrors, we should allow any of the alias emails for a registered bot. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 02 Feb, 2021 1 commit
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 16 Dec, 2020 3 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Added tests for all 3 supported platforms (Github, Gitlab, and Gerrit) around bot detection. Changed bot detection policy to check if user is any bot, regardless of project commit is for. This allows for bots to push in untracked projects when using strict mode as well. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 11 Dec, 2020 2 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Currently this causes issues on internal checks, but could cause issues rebasing in some scenarios in other environments. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 10 Dec, 2020 2 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 09 Dec, 2020 3 commits
-
-
CommitHelper now checks multiple footerlines for matching email rather than first only. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Christopher Guindon authored
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
- 08 Dec, 2020 2 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 20 Nov, 2020 1 commit
-
-
Prevents cache collisions between jobs Signed-off-by:
Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
-
- 18 Nov, 2020 1 commit
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 07 Oct, 2020 3 commits
-
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Added 2 skip conditions for validation around forks and non-project repositories. Updated messaging to indicate mixed success for warnings, and to better format messages. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Change from using rev-list to cherry for list of commits. Will remove commits already tracked in default branch from checked commits. This should prove to be more accurate than rev-list which did not respect boundaries of branches/tree. Includes fix for new line characters being randomly added to output after switch over to using hash objects to store commit data directly. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
- 28 Sep, 2020 4 commits
-
-
Martin Lowe authored
* Double quotes break in commits JSON parsing #27 Fixed issue with double quotes by adding anchor character of `~` in front of `"` in Git template string. Once fetched, a call is made to replace all quotes that don't have the anchor character with ", then replace the anchored quotes with `"` to produce valid JSON. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> * Update to create hashes instead of formatted JSON using git show Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Fixed LoadingCache in projects service to fetch projects async instead of blocking. Updated RB script with extra error checking. Incremented Quarkus version to stable 1.3.1.Final from 1.3.0.Final. Added catch-all runtime exception response mapper to stop HTML response on error pages. Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-