summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Jetty to 9.4.53.v20231009 for security updatesLuca Milanesio2023-10-241-10/+10
* 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
* Disable printing cache stats by default on Init/ReindexKaushik Lingarkar2022-11-214-13/+16
* 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.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.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
* | | | Detect DelegateRepository in GarbageCollection operationJacek Centkowski2022-07-183-1/+111
* | | | Allow reuse of DelegateRepository functionalityMarcin Czech2022-07-182-3/+18
* | | | 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
* | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2022-05-204-1/+300
|\| | |
| * | | Merge branch 'stable-3.0' into stable-3.1Luca Milanesio2022-05-2021-245/+1148
| |\| |
| | * | Merge branch 'stable-2.16' into stable-3.0Luca Milanesio2022-05-2021-244/+1142
| | |\|
| | | * Set PerThreadCache as readonly after creating a new patch-setLuca Milanesio2022-04-292-14/+23
| | | * Set PerThreadCache as readonly when formatting change e-mailsLuca Milanesio2022-04-293-118/+128
| | | * Set PerThreadCache as readonly when formatting change JSONLuca Milanesio2022-04-291-1/+4
| | | * Set PerThreadCache as readonly after deleting a changeLuca Milanesio2022-04-292-6/+16
| | | * Set PerThreadCache as readonly after abandoning a changeLuca Milanesio2022-04-292-15/+24
| | | * Set PerThreadCache as readonly after merging a changeLuca Milanesio2022-04-293-15/+28
| | | * Set PerThreadCache as readonly after posting review commentsLuca Milanesio2022-04-298-41/+468
| | | * Introduce unloaders on PerThreadCache entriesLuca Milanesio2022-04-293-22/+131
| | | * RepoRefCache: Hold a reference to the refDatabase with ref countingLuca Milanesio2022-04-285-4/+320
| | | * Remove use of RefCache in ChangeNotesLuca Milanesio2022-04-253-19/+10
| | | * Cache change /meta ref SHA1 for each change indexing taskLuca Milanesio2022-04-113-22/+44
* | | | Revert "Cache change /meta ref SHA1 for each REST API request"Luca Milanesio2022-04-235-86/+11
* | | | Merge branch 'stable-3.1' into stable-3.2Luca Milanesio2022-04-086-11/+90
|\| | |
| * | | Merge branch 'stable-3.0' into stable-3.1Luca Milanesio2022-04-086-11/+90
| |\| |
| | * | Merge branch 'stable-2.16' into stable-3.0Luca Milanesio2022-04-086-11/+90
| | |\|
| | | * Cache change /meta ref SHA1 for each REST API requestLuca Milanesio2022-04-086-12/+93
* | | | Merge branch 'stable-3.1' into stable-3.2Martin Fick2022-03-173-15/+22
|\| | |