summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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.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
* | | | | 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 "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 "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
| | * | | Introduce a PassthroughLoadingCache for disabled cachesLuca Milanesio2022-11-072-7/+152
* | | | | Merge changes I3ab1c5b7,I96f598fb,Id71cadd9,I493b9d7e,Ibbe56aac, ... into sta...Matthias Sohn2022-11-084-17/+226
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Log progress of the copy-approvals programSaša Živkov2022-11-081-0/+25
| * | | | copy-approvals: do not lock loose refs when executing BatchRefUpdateSaša Živkov2022-11-082-10/+25
| * | | | copy-approvals: multi-threaded, slice basedSaša Živkov2022-11-083-24/+151
| * | | | copy-approvals: continue when there are corrupt meta-refs in a projectSaša Živkov2022-11-071-8/+38
| * | | | copy-approvals: don't stop when it fails on one projectSaša Živkov2022-11-071-3/+15
* | | | | Merge branch 'stable-3.4' into stable-3.5Nasser Grainawi2022-11-041-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix index rewriter to rewrite all Or/AndPredicatesPrudhvi Akhil Alahari2022-11-041-1/+2
* | | | | VisibleChangesCache: Skip if project isn't readableNasser Grainawi2022-11-021-7/+6
* | | | | Merge branch 'stable-3.4' into stable-3.5Prudhvi Akhil Alahari2022-11-0213-26/+225
|\| | | |
| * | | | Add AndCardinalPredicate and OrCardinalPredicatePrudhvi Akhil Alahari2022-11-023-1/+110
| * | | | Merge "Add HasCardinality interface which helps in defining a cardinality" in...Prudhvi Akhil Alahari2022-11-0217-18/+133
| |\ \ \ \
| | * | | | Add HasCardinality interface which helps in defining a cardinalityPrudhvi Akhil Alahari2022-10-3117-18/+133
| * | | | | Do not set cherryPickOf on RevertSubmissionMarija Savtchouk2022-11-012-4/+6
| |/ / / /
* | | | | Merge branch 'stable-3.4' into stable-3.5Prudhvi Akhil Alahari2022-10-294-23/+46
|\| | | |
| * | | | Merge "Don't always rewrite And/OrPredicate to And/OrSource" into stable-3.4Prudhvi Akhil Alahari2022-10-292-8/+15
| |\ \ \ \
| | * | | | Don't always rewrite And/OrPredicate to And/OrSourcePrudhvi Akhil Alahari2022-10-282-8/+15