summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2023-11-242-5/+24
|\
| * Merge "Fire `ref-updated` stream events on online edit refs update" into stab...Marcin Czech2023-11-232-5/+24
| |\
| | * Fire `ref-updated` stream events on online edit refs updateMarcin Czech2023-11-232-5/+24
* | | Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2023-11-221-1/+1
|\| |
| * | Use project and changeNum for listing files in a patch-setLuca Milanesio2023-11-221-1/+1
| |/
* | Merge branch 'stable-3.6' into stable-3.7Diego Zambelli Sessona2023-11-167-18/+111
|\|
| * Optionally skip submit rules evaluation on closed changesDariusz Luksza2023-11-096-1/+98
| * Optimise the way that `SubmitRuleEvaluator.evaluate` loads objectsJacek Centkowski2023-11-061-9/+9
| * SubmitRuleEvaluator: Simply logic that checks that change and project existEdwin Kempin2023-11-061-18/+13
* | Merge branch 'stable-3.6' into stable-3.7Nasser Grainawi2023-10-253-9/+38
|\|
| * Merge branch 'stable-3.5' into stable-3.6Nasser Grainawi2023-10-253-9/+38
| |\
| | * Allow uploading changes to group refsPrudhvi Akhil Alahari2023-10-232-6/+31
| | * Setup operator aliases with submit requirement expressionsKaushik Lingarkar2023-10-121-3/+7
* | | Merge branch 'stable-3.6' into stable-3.7Yash Chaturvedi2023-10-141-2/+18
|\| |
| * | Merge branch 'stable-3.5' into stable-3.6Yash Chaturvedi2023-10-121-2/+18
| |\|
| | * Merge "Fix the warning to not appear while loading a plugin" into stable-3.5Aniket Kumar2023-10-051-2/+18
| | |\
| | | * Fix the warning to not appear while loading a pluginAniket Kumar2023-10-021-2/+18
* | | | Merge branch 'stable-3.6' into stable-3.7Martin Fick2023-09-2914-102/+565
|\| | |
| * | | Merge branch 'stable-3.5' into stable-3.6Martin Fick2023-09-2914-103/+565
| |\| |
| | * | Add in memory change data cache by projectMartin Fick2023-09-2813-123/+563
| | |/
* | | Merge branch 'stable-3.6' into stable-3.7Prudhvi Akhil Alahari2023-09-273-20/+62
|\| |
| * | Merge branch 'stable-3.5' into stable-3.6Prudhvi Akhil Alahari2023-09-271-2/+27
| |\|
| | * Read refreshAfterWrite and maxAge from config for persistent cachesPrudhvi Akhil Alahari2023-09-271-2/+27
| | * Fix H2CacheFactory to correctly set refreshAfterWritePrudhvi Akhil Alahari2023-09-261-1/+1
| * | Merge branch 'stable-3.5' into stable-3.6Kaushik Lingarkar2023-09-251-15/+28
| |\|
| | * Fix SSH set-topic cmd to consider 'editTopicName' permissionKaushik Lingarkar2023-09-221-16/+28
| * | GitVisibleChangeFilter: Avoid throwing exceptionsNasser Grainawi2023-09-221-3/+7
* | | Merge branch 'stable-3.6' into stable-3.7Antonio Barone2023-09-2623-83/+246
|\| |
| * | Merge "Fix NPE when remote display name unset" into stable-3.6Luca Milanesio2023-09-221-2/+4
| |\ \
| | * | Fix NPE when remote display name unsetDarius Jokilehto2023-09-211-2/+4
| * | | Merge branch 'stable-3.5' into stable-3.6Nasser Grainawi2023-09-2120-77/+235
| |\ \ \ | | | |/ | | |/|
| | * | Merge changes I02aafb92,I3450875b,Ia9630124,I7cf5471e into stable-3.5Nasser Grainawi2023-09-217-50/+108
| | |\ \
| | | * | SubmitRuleEvaluator: Do not recreate metrics for each instanceNasser Grainawi2023-09-211-17/+28
| | | * | SubmitRuleEvaluator: Move Factory interface above fieldsNasser Grainawi2023-09-211-5/+5
| | | * | DefaultRefFilter: Do not recreate metrics for each instanceNasser Grainawi2023-09-211-17/+28
| | | * | QueryProcessor: Create Singleton metrics instances for subclassesNasser Grainawi2023-09-205-11/+47
| | * | | Fix 'force topic edit' permission to consider change owner ruleKaushik Lingarkar2023-09-202-3/+3
| | * | | Merge "Retry SSH set-reviewers cmd on lock failures" into stable-3.5Kaushik Lingarkar2023-09-201-6/+29
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Retry SSH set-reviewers cmd on lock failuresKaushik Lingarkar2023-09-191-6/+29
| | * | | InactiveAccountDisconnector: Fix NPE when sessionUser is nullNasser Grainawi2023-09-191-1/+3
| | |/ /
| | * | SSH Query: Show copied approvals on respective patchsetsKaushik Lingarkar2023-09-053-1/+17
| | * | Skip building bloom filters by default during offline reindexKaushik Lingarkar2023-08-115-5/+46
| | * | Disable cache cleanup during offline reindexKaushik Lingarkar2023-08-111-12/+25
| | * | Merge branch 'stable-3.4' into stable-3.5Yash Chaturvedi2023-07-311-0/+5
| | |\ \
| | | * \ 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
| * | | | | Avoid NPE when deleting single refAntonio Barone2023-09-211-3/+6
| | |_|_|/ | |/| | |
| * | | | CloudSpannerAccountPatchReviewStore#convertError: Fix endless recursionEdwin Kempin2023-09-151-1/+0
* | | | | Allow to set gerrit.instanceID from java system propertyThomas Draebing2023-09-157-3/+120
* | | | | Merge branch 'stable-3.6' into stable-3.7Luca Milanesio2023-09-133-2/+90
|\| | | |