summaryrefslogtreecommitdiffstats
path: root/javatests
Commit message (Expand)AuthorAgeFilesLines
* ChangeUpdate: fix updating change meta ref when the update is no/opYoussef Elghareeb2022-04-142-20/+39
* Merge branch 'stable-3.5'Sven Selberg2022-04-124-23/+95
|\
| * Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2022-03-221-12/+15
| |\
| | * Remove references to hamcrestLuca Milanesio2022-03-221-12/+15
| * | Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2022-03-172-11/+44
| |\|
| | * Merge branch 'stable-3.3' into stable-3.4Luca Milanesio2022-03-171-1/+21
| | |\
| | | * Ignore '--no-limit' query changes option for anonymous usersJacek Centkowski2022-03-171-1/+21
| | * | Merge branch 'stable-3.3' into stable-3.4Luca Milanesio2022-03-171-10/+23
| | |\|
| | | * Separate reviewer-recipients from project-watch-recipientsDavid Ã…kerman2022-03-151-10/+23
| * | | Merge branch 'stable-3.4' into stable-3.5Nasser Grainawi2022-03-011-0/+36
| |\| |
| | * | Add ${hash} as a substitution variable for gitweb file linksClark Boylan2022-02-151-0/+42
| * | | Merge branch 'stable-3.4' into stable-3.5David Ostrovsky2022-02-151-0/+6
| |\| |
| | * | Merge "Test that endless loop on Prolog type error is fixed" into stable-3.4David Ostrovsky2022-02-121-0/+6
| | |\ \
| | | * | Test that endless loop on Prolog type error is fixedEdwin Kempin2022-02-111-0/+6
* | | | | Fix NPE when parsing empty copyValue from project.configEdwin Kempin2022-03-301-0/+18
* | | | | Approval copying: Let changekind:REWORK match all change kindsEdwin Kempin2022-03-301-0/+10
* | | | | Merge "Add change bucket size to email subjects."Nitzan Gur-Furman2022-03-302-0/+44
|\ \ \ \ \
| * | | | | Add change bucket size to email subjects.Nitzan Gur-Furman2022-03-302-0/+44
* | | | | | StickyApprovalsIT: Run all test cases with and without copy conditionEdwin Kempin2022-03-241-48/+200
* | | | | | Do not match NO_CHANGE for non-merge if changekind:MERGE_FIRST_PARENT_UPDATEEdwin Kempin2022-03-242-0/+32
* | | | | | Make changekind:MERGE_FIRST_PARENT_UPDATE consistent with the boolean flagEdwin Kempin2022-03-241-1/+11
* | | | | | Approval copying: Make changekind:NO_CODE_CHANGE consistent with the boolean ...Edwin Kempin2022-03-231-1/+10
* | | | | | Approval copying: Make changekind:TRIVIAL_REBASE consistent with the boolean ...Edwin Kempin2022-03-231-1/+10
* | | | | | StickyApprovalsIT: Rename common private test methods to test<NAME>Edwin Kempin2022-03-231-46/+47
* | | | | | Improve readability of copyWithListOfFilesUnchangedButAddedMergeList testEdwin Kempin2022-03-231-11/+15
* | | | | | Add missing license headersEdwin Kempin2022-03-234-0/+56
* | | | | | Fix bad formatting of license headersEdwin Kempin2022-03-234-40/+40
* | | | | | StickyApprovalsIT: Add test for uploaderin conditionEdwin Kempin2022-03-231-0/+52
* | | | | | StickyApprovalsIT: Fix copyWithListOfFilesUnchangedButAddedMergeList testEdwin Kempin2022-03-231-3/+4
* | | | | | StickyApprovalsIT: Add test for approverin conditionEdwin Kempin2022-03-231-0/+33
* | | | | | Fix approvalsThatMatchApproverinConditionAreStickyEvenIfUserCantSeeTheGroupEdwin Kempin2022-03-231-2/+4
* | | | | | StickyApprovalsIT: Fix test for approverin predicate when group is not visibleEdwin Kempin2022-03-231-9/+22
* | | | | | StickyApprovalsIT: Assert test assumption that user cannot see the groupEdwin Kempin2022-03-231-1/+11
* | | | | | StickyApprovalsIT: Add missing @Test annotationsEdwin Kempin2022-03-231-0/+2
* | | | | | StickyApprovalsIT: Reorder tests for better readabilityEdwin Kempin2022-03-231-245/+245
* | | | | | StickyApprovalsIT: Add helper methods to simplify label setupEdwin Kempin2022-03-231-221/+67
* | | | | | Approval queries: Make error message for 'has' consistent with 'is'Edwin Kempin2022-03-221-1/+2
* | | | | | Add approval copy predicate 'is:<int>' to match approvals with an exact voteEdwin Kempin2022-03-221-1/+18
* | | | | | QueryBuilder: Add missing space in error message for invalid queryEdwin Kempin2022-03-221-0/+7
* | | | | | Approval queries: Include operator name into error messagesEdwin Kempin2022-03-221-2/+2
* | | | | | Approval queries: Drop square brackets around valid values in error messagesEdwin Kempin2022-03-221-2/+2
* | | | | | Approval queries: Use term 'value' in error messagesEdwin Kempin2022-03-221-2/+2
* | | | | | Approval queries: Fix capitalization in error messagesEdwin Kempin2022-03-221-2/+2
* | | | | | Approval queries: List valid values in error messages in alphabetical orderEdwin Kempin2022-03-221-2/+2
* | | | | | Approval queries: Test 'is' and 'changekind' operators with invalid valuesEdwin Kempin2022-03-221-0/+17
|/ / / / /
* | | | | Migrate from strongly discouraged @Test(expected = ...) to assertThrows(...).Marija Savtchouk2022-03-181-2/+4
* | | | | Provide detailed error message when trying to push invalidMarija Savtchouk2022-03-171-0/+15
* | | | | Merge "Enhance submit action error msg if dependent change is not submittable"Youssef Elghareeb2022-03-091-2/+7
|\ \ \ \ \
| * | | | | Enhance submit action error msg if dependent change is not submittableYoussef Elghareeb2022-03-071-2/+7
* | | | | | Stop adding project-owners to To-line of NEW_CHANGES emailsChris Poucet2022-03-071-11/+18