summaryrefslogtreecommitdiffstats
path: root/gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/server/notedb/ChangeRebuilderIT.java
Commit message (Expand)AuthorAgeFilesLines
* Dissolve gerrit-acceptance-tests top-level directoryDavid Ostrovsky2017-10-311-1384/+0
* Migrate acceptance test fail() calls from JUnit to TruthDavid Pursehouse2017-10-301-3/+1
* Get rid of empty static Input classesDavid Pursehouse2017-10-041-2/+3
* Discontinue draft workflowDavid Ostrovsky2017-09-301-15/+0
* RemoveDrafts: disallow creation of new draftsDavid Ostrovsky2017-09-151-30/+19
* NoteDbMode: Remove barely-used readWrite() methodDave Borowitz2017-07-131-1/+1
* Merge "Merge branch 'stable-2.14'"David Ostrovsky2017-06-241-1/+1
|\
| * Merge branch 'stable-2.14'David Pursehouse2017-06-241-1/+1
| |\
| | * Disable auto-reindexing if stale during online reindexDave Borowitz2017-06-241-1/+1
| | * ChangeIndexer#reindexAfterIndexUpdate -> autoReindexIfStaleDave Borowitz2017-06-241-1/+1
* | | NoteDbMigrator: Migrate to read change IDs from All-ProjectsDave Borowitz2017-06-231-0/+4
|/ /
* | Add hasReviewStarted, pendingReviewers to ChangeLogan Hanks2017-06-141-0/+1
* | Convert most revision modify views to retrying helperDave Borowitz2017-05-041-2/+2
* | Pull BatchUpdate.Factory field up into AbstractDaemonTestDave Borowitz2017-05-021-2/+0
* | ChangeIndexer#reindexAfterIndexUpdate -> autoReindexIfStaleDave Borowitz2017-04-171-1/+1
|/
* Move BatchUpdate *Op and Listener to new filesDave Borowitz2017-03-131-2/+3
* BatchUpdate: Extract interfaces for *ContextDave Borowitz2017-03-131-1/+1
* Move BatchUpdate to a new packageDave Borowitz2017-03-131-3/+3
* Update Truth to 0.32Dave Borowitz2017-03-101-1/+1
* ChangeRebuilderImpl: Handle non-monotonic patch set timestampsDave Borowitz2017-02-071-1/+43
* Handle change subjects containing '\r' in NoteDbDave Borowitz2017-02-071-0/+16
* Format all Java files with google-java-formatDave Borowitz2017-02-071-239/+222
* Refactor: Make static methods in SystemGroupBackend non-staticEdwin Kempin2017-01-311-3/+2
* Populate comment parentUuid fieldKasper Nilsson2017-01-251-4/+20
* Support temporarily read-only changes via NoteDbChangeStateDave Borowitz2017-01-121-2/+39
* Remove sequence-based UID generation for messagesDave Borowitz2017-01-101-2/+2
* Add api portion of resolvable commentsKasper Nilsson2017-01-041-15/+34
* Support setting current patch set in NoteDbDave Borowitz2016-12-191-23/+42
* ChangeIndexer: Reindex if stale after every index updateDave Borowitz2016-11-291-0/+7
* ChangeNotesState: Check meta ID before copying state to ChangeDave Borowitz2016-11-081-22/+37
* NoteDbChangeState: Add enum to indicate change's primary storageDave Borowitz2016-11-031-0/+2
* NoteDbChangeState: Refactor to move ref state into nested classDave Borowitz2016-11-031-4/+8
* ChangeNotesParser: Filter out entities for missing patch setsDave Borowitz2016-11-021-0/+27
* EventSorter: Don't eagerly process events after satisfying depsDave Borowitz2016-10-281-0/+17
* Record real user in database for approvals/messages/commentsDave Borowitz2016-10-101-0/+115
* Extract RevisionNote.Comment and use it instead of PatchLineCommentEdwin Kempin2016-09-221-8/+8
* Convert Function/Predicate in acceptance tests to streams/lambdasDave Borowitz2016-09-221-7/+1
* ChangeRebuilder: Add dependencies on PatchSetEventDave Borowitz2016-09-211-0/+2
* Extract an interface to replace ChangeBundle#fromReviewDbDave Borowitz2016-09-191-6/+10
* Move ChangeRebuilder(Impl) to a subpackageDave Borowitz2016-09-161-1/+1
* Refuse to rebuild changes with no patch setsDave Borowitz2016-08-181-0/+17
* Enable RepoSequence with a config optionDave Borowitz2016-07-221-4/+17
* BatchUpdate: Add more helper methodsDavid Pursehouse2016-07-141-1/+1
* Use a common function to unwrap ReviewDbBjörn Pedersen2016-06-291-22/+19
* Support read-only mode for NoteDb changesDave Borowitz2016-06-271-0/+69
* Organize importsDave Borowitz2016-06-231-2/+0
* Don't auto-rebuild ChangeNotes from within BatchUpdateDave Borowitz2016-06-211-0/+71
* Parse draft notes from staged results if auto-rebuilding failsDave Borowitz2016-06-211-2/+59
* Parse ChangeNotes from staged results if auto-rebuilding failsDave Borowitz2016-06-161-2/+88
* Selectively ignore errors from NoteDbUpdateManagerDave Borowitz2016-06-031-0/+35