summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge branch 'stable-3.6' into stable-3.7Antonio Barone2022-11-182-7/+18
|\| | | | |
| * | | | | Merge branch 'stable-3.5' into stable-3.6Antonio Barone2022-11-172-7/+18
| |\| | | |
| | * | | | Merge "Report pack protocol errors to the client via smart-HTTP" into stable-3.5Antonio Barone2022-11-161-2/+1
| | |\ \ \ \
| | | * | | | Report pack protocol errors to the client via smart-HTTPAntonio Barone2022-11-151-2/+1
| | * | | | | Retry SSH review cmd on lock failuresKaushik Lingarkar2022-11-141-5/+17
| | |/ / / /
* | | | | | Merge branch 'stable-3.6' into stable-3.7David Ostrovsky2022-11-132-23/+2
|\| | | | |
| * | | | | NoteDbUpdateManager: Fix wrong conflict resolutionDavid Ostrovsky2022-11-132-23/+2
* | | | | | LuceneChangeIndex: Remove commented out codeDavid Ostrovsky2022-11-101-20/+0
* | | | | | Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2022-11-094-5/+172
|\| | | | |
| * | | | | Merge branch 'stable-3.5' into stable-3.6Luca Milanesio2022-11-094-5/+172
| |\| | | |
| | * | | | Merge "Merge branch 'stable-3.4' into stable-3.5" into stable-3.5Luca Milanesio2022-11-082-7/+152
| | |\ \ \ \
| | | * | | | Merge branch 'stable-3.4' into stable-3.5Luca Milanesio2022-11-082-7/+152
| | | |\| | |
| | | | * | | Fix bulk loading of entries with PassthroughLoadingCacheLuca Milanesio2022-11-081-2/+2