summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.6' into stable-3.7Thomas Draebing2023-03-134-1/+18
|\
| * Merge "Allow to hide download schemes from the REST API and UI" into stable-3.6Matthias Sohn2023-03-134-1/+18
| |\
| | * Allow to hide download schemes from the REST API and UIThomas Draebing2023-03-134-1/+18
* | | Merge branch 'stable-3.6' into stable-3.7Matthias Sohn2023-03-116-29/+98
|\| |
| * | Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2023-03-105-28/+92
| |\ \ | | |/ | |/|
| | * TaskThunk#run: ignore SshChannelClosedExceptionMatthias Sohn2023-03-091-12/+21
| | * SSH BaseCommand: handle Throwable instead of ExceptionSaša Živkov2023-03-081-1/+1
| | * Always track master on download-commands pluginSven Selberg2023-03-071-1/+3
| | * Merge "Don't limit PerThreadCache rather limit PerThreadProjectCache" into st...Nasser Grainawi2023-02-283-16/+69
| | |\
| | | * Don't limit PerThreadCache rather limit PerThreadProjectCachePrudhvi Akhil Alahari2023-02-283-16/+69
| * | | Mark setFunction as deprecatedFabio Ponciroli2023-03-071-0/+5
| * | | SSH BaseCommand: handle Throwable instead of ExceptionSaša Živkov2023-02-281-1/+1
* | | | Make it possible to run BatchUpdate with non-identified userDavid Åkerman2023-03-023-4/+9
* | | | Merge branch 'stable-3.6' into stable-3.7Nasser Grainawi2023-02-2114-331/+505
|\| | |
| * | | Merge branch 'stable-3.5' into stable-3.6Nasser Grainawi2023-02-2114-331/+505
| |\| |
| | * | GroupBackend: Provide a default isOrContainsExternalGroupNasser Grainawi2023-02-173-33/+28
| | * | Fix LabelPredicate group matching for included external groupsNasser Grainawi2023-02-172-13/+35
| | * | ChangeQueryBuilder: De-dup parseGroup()Nasser Grainawi2023-02-171-14/+3
| | * | ChangeQueryBuilder: containsExternalSubGroups fixupNasser Grainawi2023-02-171-7/+4
| | |/
| | * Fix ownerin/uploaderin for internal groups that include external groupsEdwin Kempin2023-02-156-2/+55
| | * Merge changes I46153857,If8ba2c83,Ib2bff407 into stable-3.5Nasser Grainawi2023-01-311-5/+5
| | |\
| | | * Bump SSHD version to 2.9.1David Ostrovsky2023-01-071-5/+5
| | * | Fix negated label: queries with external groupsNasser Grainawi2023-01-245-267/+367
* | | | PostReviewOp: check all comments for stream events, including draftsLuca Milanesio2023-01-281-8/+8
* | | | Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2023-01-177-96/+163
|\| | |
| * | | Merge branch 'stable-3.5' into stable-3.6Luca Milanesio2023-01-175-11/+58
| |\| |
| | * | Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2023-01-173-8/+52
| | |\ \
| | | * \ Merge branch 'stable-3.3' into stable-3.4Luca Milanesio2023-01-173-8/+52
| | | |\ \
| | | | * \ Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2023-01-153-8/+52
| | | | |\ \
| | | | | * | Introduce cache.threads option to enable a custom cache executorLuca Milanesio2023-01-152-2/+26
| | | | | * | GitwebServlet: Fix project root computationDavid Ostrovsky2022-12-161-6/+26
| | * | | | | Merge "Add slice to the change indexing task description" into stable-3.5Luca Milanesio2023-01-121-1/+4
| | |\ \ \ \ \
| | | * | | | | Add slice to the change indexing task descriptionAntoine Musso2022-11-181-1/+4
| | * | | | | | Init: Add ability to skip reindex after initKaushik Lingarkar2023-01-121-2/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'stable-3.5' into stable-3.6Luca Milanesio2023-01-053-85/+105
| |\| | | | |
| | * | | | | Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2023-01-052-5/+12
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Instantiate JSCH SSH Session Factory explicitilyLuca Milanesio2023-01-042-5/+12
| | * | | | | Retry inserting new patch-sets on lock failuresKaushik Lingarkar2022-12-011-74/+95
| | * | | | | Merge branch 'stable-3.4' into stable-3.5Kaushik Lingarkar2022-11-232-11/+10
| | |\| | | |
| | | * | | | Merge 'stable-3.3' into stable-3.4Kaushik Lingarkar2022-11-232-10/+11
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch 'stable-3.2' into stable-3.3Kaushik Lingarkar2022-11-232-10/+11
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Disable printing cache stats by default on Init/ReindexKaushik Lingarkar2022-11-212-10/+11
| | | * | | | Remove eTag from RevisionResource, subject to experimentMarija Savtchouk2022-11-183-4/+20
| * | | | | | Suppress unused method errors flagged by error proneDavid Ostrovsky2022-12-195-0/+6
| * | | | | | Fix default encoding issues flagged by error proneDavid Ostrovsky2022-12-193-3/+4
* | | | | | | Revert "ChangeNotes: Remove unused method"Luca Milanesio2022-11-212-0/+21
* | | | | | | Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2022-11-182-1/+2
|\| | | | | |
| * | | | | | Merge branch 'stable-3.5' into stable-3.6Luca Milanesio2022-11-182-1/+2
| |\| | | | |
| | * | | | | Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2022-11-182-1/+2
| | |\| | | | | | | |_|_|/ | | |/| | |
| | | * | | Fix recently introduced issues that are flagged as warningsEdwin Kempin2022-11-132-1/+2