summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove unused method to create change notes based on index lookup"Nasser Grainawi2024-04-051-0/+19
* Remove unused method to create change notes based on index lookupMarcin Czech2024-04-051-17/+0
* Use changenumber field when querying for change numberFabio Ponciroli2024-04-0511-23/+83
* Introduce change number in secondary indexFabio Ponciroli2024-04-053-2/+20
* Re-apply: Resolve draft comment reference ambiguity for imported changesDariusz Luksza2024-04-054-12/+70
* Ignore warning about unchecked cast in ChangeDraftUpdateDariusz Luksza2024-04-051-1/+3
* Merge "Merge branch 'stable-3.9' into master"Luca Milanesio2024-04-0527-84/+240
|\
| * Merge branch 'stable-3.9' into masterDariusz Luksza2024-04-0527-84/+240
| |\
| | * Merge branch 'stable-3.8' into stable-3.9Diego Zambelli Sessona2024-04-0411-11/+126
| | |\
| | | * Merge branch 'stable-3.7' into stable-3.8Diego Zambelli Sessona2024-04-0410-37/+140
| | | |\
| | | | * Merge branch 'stable-3.6' into stable-3.7Diego Zambelli Sessona2024-04-0410-37/+140
| | | | |\
| | | | | * Merge branch 'stable-3.5' into stable-3.6Diego Zambelli Sessona2024-04-0410-37/+140
| | | | | |\
| | | | | | * Merge branch 'stable-3.4' into stable-3.5upstream/stable-3.5Diego Zambelli Sessona2024-04-041-0/+1
| | | | | | |\
| | | | | | | * Reset pageResultSize when PaginationType NONE back-fill resultsupstream/stable-3.4Diego Zambelli Sessona2024-04-041-0/+1
| | | | | | * | Merge branch 'stable-3.4' into stable-3.5Diego Zambelli Sessona2024-03-297-34/+128
| | | | | | |\|
| | | | | | | * 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-253-1/+75
| | | | | | | * Move comment of PaginatingSource.read()Diego Zambelli Sessona2024-03-191-3/+3
| | | | | | | * Fix visibility filter for changes when paginationType NONEDiego Zambelli Sessona2024-03-184-36/+63
| | | | | | * | Run tests in FakeQueryChangesTest for paginationType NONEDiego Zambelli Sessona2024-03-262-2/+10
| | | | | | * | Allow plugins to use PredicateArgsKaushik Lingarkar2024-03-071-1/+1
| | | | | | * | Consistently normalize PatchSetApprovals when persistingNasser Grainawi2024-02-261-2/+8
| | * | | | | | Revert "During online reindexing of all changes skip changes already present"Luca Milanesio2024-04-044-46/+12
| | * | | | | | Do not allow unload/restart plugins with ApiModuleLuca Milanesio2024-04-044-9/+46
| | * | | | | | Merge branch 'stable-3.8' into stable-3.9Nasser Grainawi2024-04-031-1/+1
| | |\| | | | |
| | | * | | | | Merge branch 'stable-3.7' into stable-3.8Nasser Grainawi2024-04-033-4/+2
| | | |\| | | |
| | | | * | | | Merge "Bump JGit to c0b415fb0" into stable-3.7Nasser Grainawi2024-04-031-1/+1
| | | | |\ \ \ \
| | | | | * | | | Bump JGit to c0b415fb0Nasser Grainawi2024-03-211-1/+1
| | | | * | | | | Stop considering WIP changes "unmergeable"Nasser Grainawi2024-04-031-2/+0
| | | | * | | | | Use virtual change id for account patchset reviewdb clear actionJacek Centkowski2024-03-271-1/+1
| | | * | | | | | Fix ReturnMissingNullable bug pattern flagged by error proneDavid Ostrovsky2024-04-032-0/+2
| | * | | | | | | Merge branch 'stable-3.8' into stable-3.9Dariusz Luksza2024-03-2918-70/+250
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-3.7' into stable-3.8Dariusz Luksza2024-03-2818-79/+218
| | | |\| | | | |
| | | | * | | | | Fix starred changes clash after repo import from another siteJacek Centkowski2024-03-2510-51/+113
| | | | * | | | | Resolve draft comment reference ambiguity for imported changesLuca Milanesio2024-03-235-17/+73
| | | | |/ / / /
| | | | * | | | Expose change's serverid in Change classLuca Milanesio2024-03-202-0/+20
| | | | * | | | Make ChangeNumberBitmapMaskAlgorithm a NOOP for local serverIdLuca Milanesio2024-03-053-16/+17
* | | | | | | | Merge "edit/tree/TreeCreator: allow the caller to provide an ObjectInserter"Edwin Kempin2024-04-051-12/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | edit/tree/TreeCreator: allow the caller to provide an ObjectInserterNitzan Gur-Furman2024-04-041-12/+34
* | | | | | | | | Merge "CreateChange: Introduce CommitTreeSupplier"Edwin Kempin2024-04-051-29/+132
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | CreateChange: Introduce CommitTreeSupplierNitzan Gur-Furman2024-04-041-29/+132
| |/ / / / / / /
* | | | | | | | ChangeJson: Don't get all ref states when only meta ref is neededEdwin Kempin2024-04-042-11/+13
* | | | | | | | ChangeData: Cache metaRevision when it is computed in metaRevisionOrThrow()Edwin Kempin2024-04-041-1/+2
* | | | | | | | ChangeJson: Remove unneeded null check for ChangeData#getRefStates()Edwin Kempin2024-04-041-7/+4
* | | | | | | | ChangeData: Do not import Project.NameKeyEdwin Kempin2024-04-041-4/+4
* | | | | | | | Merge "Improve error message when change edit rebase fails."Kamil Musin2024-04-041-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve error message when change edit rebase fails.Kamil Musin2024-04-041-1/+2
| |/ / / / / / /
* | | | | | | | ChangeJson: Write performance log for retrieving change data from pluginsEdwin Kempin2024-04-041-1/+5
* | | | | | | | Provide the end time for operations to PerformanceLoggerEdwin Kempin2024-04-042-7/+13
|/ / / / / / /
* | | | | | | Merge "feat: Allow listing tags in specific order"Idan Attias2024-04-036-4/+153
|\ \ \ \ \ \ \