summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset pageResultSize when PaginationType NONE back-fill resultsupstream/stable-3.4Diego Zambelli Sessona2024-04-041-0/+1
* Fix paginationType NONE to run further queries only if neededDiego Zambelli Sessona2024-03-271-16/+9
* Fix detection of invalid SSH key algorithmLuca Milanesio2024-03-254-3/+75
* Demonstrate SshKeyUtil fails to validate invalid SSH keysLuca Milanesio2024-03-252-0/+54
* Move comment of PaginatingSource.read()Diego Zambelli Sessona2024-03-191-3/+3
* Fix visibility filter for changes when paginationType NONEDiego Zambelli Sessona2024-03-185-38/+64
* Add tests for pagination to back fill the resultsDiego Zambelli Sessona2024-03-151-0/+26
* Merge branch 'stable-3.3' into stable-3.4Alvaro Vilaplana Garcia2023-12-073-43/+9
|\
| * Merge branch 'stable-3.2' into stable-3.3upstream/stable-3.3Alvaro Vilaplana Garcia2023-12-063-43/+9
| |\
| | * Make the indexing operation fail upon StorageException(s)upstream/stable-3.2Luca Milanesio2023-12-021-9/+7
| | * ConsistencyCheckerIT: Delete calls to index broken changes that fail silentlyPatrick Hiesel2023-12-021-3/+0
| | * RefAdvertisementIT: Don't call reindex that would fail silentlyPatrick Hiesel2023-12-021-31/+2
* | | Merge branch 'stable-3.3' into stable-3.4Diego Zambelli Sessona2023-11-071-10/+10
|\| |
| * | Merge branch 'stable-3.2' into stable-3.3Diego Zambelli Sessona2023-10-251-10/+10
| |\|
| | * Update Jetty to 9.4.53.v20231009 for security updatesLuca Milanesio2023-10-241-10/+10
* | | Bump JGit to v5.13.2.202306221912-r (5aa8a7e27)Luca Milanesio2023-08-291-0/+0
* | | Merge "Add toString method to project list cache" into stable-3.4Yash Chaturvedi2023-07-311-0/+5
|\ \ \
| * | | Add toString method to project list cacheYash Chaturvedi2023-07-261-0/+5
* | | | Add configuration to disable internal indexes paginationDiego Zambelli Sessona2023-07-289-7/+68
|/ / /
* | | Fix GerritServer replica mode when used with @UseLocalDiskLuca Milanesio2023-07-124-12/+54
* | | Format bazel files using buildifierMatthias Sohn2023-01-242-2/+5
* | | Format sources using gjfMatthias Sohn2023-01-241-3/+1
* | | Add jgit-ssh-jsch as licensed under JGit's licenseMatthias Sohn2023-01-181-0/+1
* | | Merge branch 'stable-3.3' into stable-3.4Luca Milanesio2023-01-177-9/+289
|\| |
| * | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2023-01-156-8/+435
| |\|
| | * Introduce cache.threads option to enable a custom cache executorLuca Milanesio2023-01-154-2/+302
| | * GitwebServlet: Fix project root computationDavid Ostrovsky2022-12-162-6/+133
* | | Instantiate JSCH SSH Session Factory explicitilyLuca Milanesio2023-01-042-5/+12
* | | Merge 'stable-3.3' into stable-3.4Kaushik Lingarkar2022-11-234-13/+16
|\| |
| * | Merge branch 'stable-3.2' into stable-3.3Kaushik Lingarkar2022-11-234-13/+16
| |\|
| | * Disable printing cache stats by default on Init/ReindexKaushik Lingarkar2022-11-214-13/+16
* | | Merge "Remove eTag from RevisionResource, subject to experiment" into stable-3.4Matthias Sohn2022-11-213-4/+20
|\ \ \
| * | | Remove eTag from RevisionResource, subject to experimentMarija Savtchouk2022-11-183-4/+20
* | | | Merge branch 'stable-3.3' into stable-3.4Luca Milanesio2022-11-180-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2022-11-180-0/+0
| |\|
| | * Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2022-11-180-0/+0
| | |\
| | | * Merge branch 'stable-3.0' into stable-3.1upstream/stable-3.1Luca Milanesio2022-11-180-0/+0
| | | |\
| | | | * Merge branch 'stable-2.16' into stable-3.0upstream/stable-3.0Luca Milanesio2022-11-180-0/+0
| | | | |\
| | | | | * Predicate: Add safety check against not(any())Dave Borowitz2022-11-182-6/+4
| | | | | * Add an index-safe predicate that matches all changesDave Borowitz2022-11-184-11/+76
* | | | | | Fix recently introduced issues that are flagged as warningsEdwin Kempin2022-11-133-2/+3
* | | | | | Set version to 3.4.9-SNAPSHOTLuca Milanesio2022-11-085-5/+5
* | | | | | Set version to 3.4.8v3.4.8Luca Milanesio2022-11-085-5/+5
* | | | | | Fix bulk loading of entries with PassthroughLoadingCacheLuca Milanesio2022-11-082-2/+25
* | | | | | Set version to 3.4.8-SNAPSHOTLuca Milanesio2022-11-075-5/+5
* | | | | | Set version to 3.4.7v3.4.7Luca Milanesio2022-11-075-5/+5
* | | | | | Merge "Export commons:lang3 dependency to plugin API" into stable-3.4Luca Milanesio2022-11-071-0/+1
|\ \ \ \ \ \
| * | | | | | Export commons:lang3 dependency to plugin APIDarius Jokilehto2022-11-071-0/+1
* | | | | | | Introduce a PassthroughLoadingCache for disabled cachesLuca Milanesio2022-11-075-9/+354
|/ / / / / /
* | | | | | Fix index rewriter to rewrite all Or/AndPredicatesPrudhvi Akhil Alahari2022-11-042-3/+21