summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bump Lucene version to 9.7.0"Luca Milanesio2023-11-285-39/+3
* Revert "Remove old change index schema versions and clean up the code"Luca Milanesio2023-11-285-13/+232
* Revert "Add `debugString` methods to Account and AccountState"Luca Milanesio2023-11-282-30/+0
* Revert "Redirect all the legacy change URIs in the backend"Luca Milanesio2023-11-281-5/+3
* Revert "ChangeData: Clear cached patch sets when change notes are loaded"Luca Milanesio2023-11-281-1/+0
* Revert "Revert "Remove old change index schema versions and clean up the code""Luca Milanesio2023-11-285-232/+13
* Revert "ChangeData: Annotate change() with @Nullable"Luca Milanesio2023-11-281-1/+0
* Revert "Do not apply default limit to internal queries"Luca Milanesio2023-11-287-13/+18
* Revert "Support rebasing merge commits via REST"Luca Milanesio2023-11-285-20/+14
* Revert "RestApiServlet#createRequestInfo: Use retryer to look up change and i...Luca Milanesio2023-11-281-15/+3
* Revert "Stop merging lucene core and backward-codecs libraries"Luca Milanesio2023-11-283-4/+4
* Revert "Move the internal NoteDbUpdateManager::excute method to a util class"Luca Milanesio2023-11-282-108/+48
* Revert "Refactor StarredChangesReader::byChange to only return AccountIds"Luca Milanesio2023-11-283-13/+14
* Revert "Delete StarredChangesUtil"Luca Milanesio2023-11-283-3/+23
* Revert "Set @CanIgnoreReturnValue for QueryProcessor setters"Luca Milanesio2023-11-281-3/+0
* Revert "Add another method signature for `setUserProvidedLimit()`"Luca Milanesio2023-11-281-6/+0
* Revert "Add a metric for counting changes with many files"Luca Milanesio2023-11-281-29/+4
* Revert "Add an interface to allow executing pending draft updates together"Luca Milanesio2023-11-285-304/+77
* Revert "BatchUpdate: Add debug logs for ref updates with new tree ID"Luca Milanesio2023-11-281-29/+0
* Revert "Small fixes to ChangeDraftUpdateExecutor"Luca Milanesio2023-11-282-13/+3
* Revert "Reject implicit merges on submit (except for cherry pick submit type)."Luca Milanesio2023-11-283-264/+2
* Revert "Remove unused methods in QueryProcessor"Luca Milanesio2023-11-285-3/+63
* Revert "Remove unused last() and batchSize() methods in Sequences.java"Luca Milanesio2023-11-281-0/+24
* Revert "Remove unused method Sequence#getBatchSize"Luca Milanesio2023-11-282-0/+8
* Revert "Support decorating Callable's from the WorkQueue.Executor"Luca Milanesio2023-11-281-4/+2
* Revert "MergeOp#hasImplicitMerges: Reset RevWalk after use"Luca Milanesio2023-11-281-21/+13
* Revert "Skip mergeability check when mergeabilityComputationBehavior = NEVER"Luca Milanesio2023-11-281-8/+1
* Revert "Extract AbstractChangeUpdate::verifyComment method to a utility class"Luca Milanesio2023-11-282-55/+17
* Revert "Add documentation for StarredChanges interface"Luca Milanesio2023-11-282-49/+2
* Merge branch 'stable-3.8' into stable-3.9Luca Milanesio2023-11-241-1/+0
|\
| * Merge branch 'stable-3.7' into stable-3.8Luca Milanesio2023-11-241-1/+0
| |\
| | * 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 "Add documentation for StarredChanges interface" into stable-3.9Fabio Ponciroli2023-11-2350-328/+1022
|\ \ \ \ \
| * | | | | Add documentation for StarredChanges interfaceFabio Ponciroli2023-11-232-2/+49
| * | | | | Merge "Extract AbstractChangeUpdate::verifyComment method to a utility class"Nitzan Gur-Furman2023-11-222-17/+55
| |\ \ \ \ \
| | * | | | | Extract AbstractChangeUpdate::verifyComment method to a utility classNitzan Gur-Furman2023-11-222-17/+55
| * | | | | | Merge "Skip mergeability check when mergeabilityComputationBehavior = NEVER"Matthias Sohn2023-11-221-1/+8
| |\ \ \ \ \ \
| | * | | | | | Skip mergeability check when mergeabilityComputationBehavior = NEVERSaša Živkov2023-11-211-1/+8
| * | | | | | | Merge changes I7485b2ce,Idecff622,I9d4cfd45Youssef Elghareeb2023-11-228-95/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Remove unused method Sequence#getBatchSizeYoussef Elghareeb2023-11-212-8/+0
| | * | | | | | Remove unused last() and batchSize() methods in Sequences.javaYoussef Elghareeb2023-11-211-24/+0
| | * | | | | | Remove unused methods in QueryProcessorYoussef Elghareeb2023-11-215-63/+3
| * | | | | | | MergeOp#hasImplicitMerges: Reset RevWalk after useEdwin Kempin2023-11-211-13/+21
| | |/ / / / / | |/| | | | |
| * | | | | | Merge "Support decorating Callable's from the WorkQueue.Executor"Saša Živkov2023-11-211-2/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Support decorating Callable's from the WorkQueue.ExecutorSaša Živkov2023-11-211-2/+4
| * | | | | | Merge changes from topic "fix-reject-implicit-merge-on-submit"Dmitrii Filippov2023-11-203-2/+264
| |\ \ \ \ \ \
| | * | | | | | Reject implicit merges on submit (except for cherry pick submit type).Dmitrii Filippov2023-11-203-2/+264
| * | | | | | | Merge "Support rebasing merge commits via REST"Patrick Hiesel2023-11-205-14/+20
| |\ \ \ \ \ \ \