summaryrefslogtreecommitdiffstats
path: root/javatests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.8' into stable-3.9Diego Zambelli Sessona2023-11-171-0/+69
|\
| * Merge branch 'stable-3.7' into stable-3.8Diego Zambelli Sessona2023-11-161-0/+69
| |\
| | * Merge branch 'stable-3.6' into stable-3.7Diego Zambelli Sessona2023-11-161-0/+69
| | |\
| | | * Optionally skip submit rules evaluation on closed changesDariusz Luksza2023-11-091-0/+69
| * | | Merge branch 'stable-3.7' into stable-3.8Nasser Grainawi2023-10-251-6/+15
| |\| |
| | * | Merge branch 'stable-3.6' into stable-3.7Nasser Grainawi2023-10-251-6/+15
| | |\|
| | | * Merge branch 'stable-3.5' into stable-3.6Nasser Grainawi2023-10-251-6/+15
| | | |\
| | | | * Allow uploading changes to group refsPrudhvi Akhil Alahari2023-10-231-6/+15
* | | | | Skip file size validation for binary filesYoussef Elghareeb2023-11-151-1/+13
* | | | | Merge "Update external account IDs in a single commit" into stable-3.9Luca Milanesio2023-11-101-0/+39
|\ \ \ \ \
| * | | | | Update external account IDs in a single commitDariusz Luksza2023-11-101-0/+39
* | | | | | Add 'm' alias for the 'message' search operatorThiago Perrotta2023-11-101-0/+10
* | | | | | AccountIT: adjust access modifiers of a few methodsYoussef Elghareeb2023-11-101-4/+9
* | | | | | Return approver/rejector for a label if DETAILED_LABELS is passed.Dmitrii Filippov2023-11-101-2/+26
* | | | | | Do not ignore commit in a group's history if the author is not parsed.Dmitrii Filippov2023-11-101-10/+101
* | | | | | Support tracing requests that match a headerEdwin Kempin2023-11-101-1/+59
|/ / / / /
* | | | | Fix FakeHttpServletRequest getRequestURI() returning query stringLuca Milanesio2023-11-092-5/+9
* | | | | Add session support in FakeHttpServletRequestLuca Milanesio2023-11-093-3/+57
* | | | | apply-patch: show indication for large patch trimmingNitzan Gur-Furman2023-11-081-0/+41
* | | | | Fix: do not restore votes after reviewer is deleted and added back.Dmitrii Filippov2023-11-081-0/+111
* | | | | Add negative cache invalidation to `ProjectCacheImpl`Marcin Czech2023-11-071-0/+13
* | | | | Merge "Return 400 BAD_REQUEST when a user cannot be added as reviewer by emai...Luca Milanesio2023-11-031-2/+44
|\ \ \ \ \
| * | | | | Return 400 BAD_REQUEST when a user cannot be added as reviewer by emailDaniele Sassoli2023-11-031-2/+44
* | | | | | Use PaginatingSource only when pagination enabledDiego Zambelli Sessona2023-11-032-1/+32
|/ / / / /
* | | | | Revert "ListProjectImpl: Delegate to QueryProjects if match is used"Edwin Kempin2023-10-301-12/+1
* | | | | Slightly refactor the code in Submit#unmergeableChangesYoussef Elghareeb2023-10-261-1/+1
* | | | | Redirect comment links URIs without projectFabio Ponciroli2023-10-261-0/+26
* | | | | Move Sequences.java to the server packageYoussef Elghareeb2023-10-2411-11/+11
* | | | | Merge "Fix OperatorPrecedence bug pattern flagged by error prone"Luca Milanesio2023-10-201-2/+2
|\ \ \ \ \
| * | | | | Fix OperatorPrecedence bug pattern flagged by error proneDavid Ostrovsky2023-10-201-2/+2
* | | | | | Merge "Add test to reproduce getting diff for binary file not touched in change"Patrick Hiesel2023-10-201-0/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add test to reproduce getting diff for binary file not touched in changeEdwin Kempin2023-10-191-0/+44
* | | | | | Bazel: Add missing dependency to guavaDavid Ostrovsky2023-10-195-0/+5
* | | | | | Merge "Introduce a user preference for sidebar on diff page"Frank Borden2023-10-192-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Introduce a user preference for sidebar on diff pageFrank Borden2023-10-192-0/+3
* | | | | | Add GetDiff tests for binary filesEdwin Kempin2023-10-181-0/+101
|/ / / / /
* | | | | Merge changes Id6a89e15,I2c98ee86,I34c1558bYoussef Elghareeb2023-10-164-10/+11
|\ \ \ \ \
| * | | | | Extract RepoSequence into an interface and an implementationYoussef Elghareeb2023-10-134-10/+11
* | | | | | Merge "Consolidate behavior of change lookup without project name"Luca Milanesio2023-10-131-0/+16
|\ \ \ \ \ \
| * | | | | | Consolidate behavior of change lookup without project nameFabio Ponciroli2023-10-131-0/+16
* | | | | | | Expose some AbstractDaemonTest class variables.Marija Savtchouk2023-10-133-11/+11
* | | | | | | Merge "Improve message when change can't be submitted due to missing dependency"Edwin Kempin2023-10-124-9/+60
|\ \ \ \ \ \ \
| * | | | | | | Improve message when change can't be submitted due to missing dependencyEdwin Kempin2023-10-124-9/+60
| | |/ / / / / | |/| | | | |
* | | | | | | Fix preloading of change pageYoussef Elghareeb2023-10-121-1/+1
* | | | | | | Add `DETAILED_ACCOUNTS` to `CHANGE_DETAIL_OPTIONS`.Ben Rohlfs2023-10-111-1/+1
* | | | | | | Merge "Allow rebase with a secondary email via REST"Kaushik Lingarkar2023-10-103-0/+258
|\ \ \ \ \ \ \
| * | | | | | | Allow rebase with a secondary email via RESTKaushik Lingarkar2023-10-103-0/+258
| |/ / / / / /
* | | | | | | Merge "Add 'description', 'd' aliases for the 'message' search operator"Thiago Perrotta2023-10-101-19/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add 'description', 'd' aliases for the 'message' search operatorThiago Perrotta2023-10-101-19/+49
* | | | | | | Merge "SerializedClassSubject: Use Guice to get Field types"Nasser Grainawi2023-10-091-2/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |