summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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
* | 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 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
* | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2022-10-281-6/+15
|\| | | |
| * | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2022-10-281-6/+15
| |\| | |
| | * | | Merge branch 'stable-3.0' into stable-3.1Luca Milanesio2022-10-281-6/+15
| | |\| |
| | | * | Merge branch 'stable-2.16' into stable-3.0Luca Milanesio2022-10-281-6/+15
| | | |\|
| | | | * Cache repository locations in LocalDiskRepositoryManagerKaushik Lingarkar2022-10-281-6/+15
* | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2022-10-215-16/+92
|\| | | |
| * | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2022-10-213-6/+58
| |\| | |
| | * | | Merge branch 'stable-3.0' into stable-3.1Luca Milanesio2022-10-213-6/+58
| | |\| |
| | | * | Merge branch 'stable-2.16' into stable-3.0Luca Milanesio2022-10-213-6/+58
| | | |\|
| | | | * Limit the number of changes that can be submitted togetherLuca Milanesio2022-10-183-6/+59
| * | | | GitwebServlet: Retrieve git path from FileRepositoryLuca Milanesio2022-08-141-9/+32
| * | | | Make delegate() method publicFabio Ponciroli2022-08-061-1/+2
* | | | | Merge "Update jgit to c6b0ee04e49c96e0beec4154196c416abcf2bcc9" into stable-3.3Luca Milanesio2022-10-211-0/+0
|\ \ \ \ \
| * | | | | Update jgit to c6b0ee04e49c96e0beec4154196c416abcf2bcc9Matthias Sohn2022-10-211-0/+0
* | | | | | Merge branch 'stable-3.2' into stable-3.3David Ostrovsky2022-07-180-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Detect DelegateRepository in GarbageCollection operationJacek Centkowski2022-07-183-1/+111
| * | | | | Allow reuse of DelegateRepository functionalityMarcin Czech2022-07-182-3/+18
* | | | | | Merge branch 'stable-3.2' into stable-3.3David Ostrovsky2022-06-282-10/+15
|\| | | | |
| * | | | | Merge branch 'stable-3.1' into stable-3.2David Ostrovsky2022-06-282-10/+15
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'stable-3.0' into stable-3.1David Ostrovsky2022-06-283-12/+19
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-2.16' into stable-3.0David Ostrovsky2022-06-283-12/+18
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Allow async receive-commits to have a thread-local cacheLuca Milanesio2022-06-021-1/+4
| | | | * | Fix RepoRefCache stale checks during NoteDb rebuildLuca Milanesio2022-05-312-5/+10
| | | | * | Lazy load change notes when submit by pushLuca Milanesio2022-05-301-9/+13
* | | | | | Avoid creating an IdentifiedUser multiple times in a SSH queryKaushik Lingarkar2022-06-061-2/+6
* | | | | | Cache ProjectControl instances in SSH queriesKaushik Lingarkar2022-06-031-1/+2
* | | | | | Fix SSH queries to not show commit-message unless --commit-message is providedKaushik Lingarkar2022-06-021-11/+19
* | | | | | Merge "Use sane value for QueryProcessor's effective limit on "--no-limit"" i...Adithya Chakilam2022-05-268-9/+135
|\ \ \ \ \ \
| * | | | | | Use sane value for QueryProcessor's effective limit on "--no-limit"Adithya Chakilam2022-05-258-9/+135
* | | | | | | Avoid loading change notes to obtain hashtags in ssh queriesKaushik Lingarkar2022-05-241-1/+3
* | | | | | | Set version to 3.3.12-SNAPSHOTLuca Milanesio2022-05-215-5/+5
* | | | | | | Set version to 3.3.11v3.3.11Luca Milanesio2022-05-215-5/+5
* | | | | | | Merge branch 'stable-3.2' into stable-3.3Luca Milanesio2022-05-208-87/+311
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /