summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "SubmitRuleEvaluator: Simply logic that checks that change and project ...upstream/test-dmfilippovEdwin Kempin2023-10-181-18/+13
|\
| * SubmitRuleEvaluator: Simply logic that checks that change and project existEdwin Kempin2023-10-171-18/+13
* | Add GetDiff tests for binary filesEdwin Kempin2023-10-181-0/+101
* | Merge "Remove npm dep on `crisper` and `polymer-bundler`"Ben Rohlfs2023-10-172-845/+12
|\ \
| * | Remove npm dep on `crisper` and `polymer-bundler`Ben Rohlfs2023-10-172-845/+12
* | | Merge "Fix strikethrough on hover for abandoned changes"Ben Rohlfs2023-10-171-7/+10
|\| | | |/ |/|
| * Fix strikethrough on hover for abandoned changesBen Rohlfs2023-10-171-7/+10
* | Revert change to UrlModule in change I622c48491Youssef Elghareeb2023-10-161-2/+1
* | Merge changes Id6a89e15,I2c98ee86,I34c1558bYoussef Elghareeb2023-10-1616-180/+331
|\ \
| * | Extract RepoSequence into an interface and an implementationYoussef Elghareeb2023-10-1316-149/+322
| * | Move RepoSequence#storeNew method to AllProjectsCreatorYoussef Elghareeb2023-10-102-12/+10
| * | Remove unused constructor in RepoSequenceYoussef Elghareeb2023-10-101-20/+0
* | | Merge "Fix errorprone InlineMeInliner warnings"Luca Milanesio2023-10-146-35/+34
|\ \ \
| * | | Fix errorprone InlineMeInliner warningsFabio Ponciroli2023-10-146-35/+34
* | | | Merge "Consolidate behavior of change lookup without project name"Luca Milanesio2023-10-133-2/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Consolidate behavior of change lookup without project nameFabio Ponciroli2023-10-133-2/+26
* | | | Merge "Consume flexmark-all artifact with lib classifier"David Ostrovsky2023-10-135-452/+8
|\ \ \ \
| * | | | Consume flexmark-all artifact with lib classifierDavid Ostrovsky2023-07-015-452/+8
* | | | | Expose some AbstractDaemonTest class variables.Marija Savtchouk2023-10-134-18/+119
* | | | | Merge "Revert "Attach the 'allow-incomplete-results' query param to change qu...Dhruv Srivastava2023-10-121-2/+1
|\ \ \ \ \
| * | | | | Revert "Attach the 'allow-incomplete-results' query param to change queries"Youssef Elghareeb2023-10-121-2/+1
* | | | | | Merge "Improve message when change can't be submitted due to missing dependency"Edwin Kempin2023-10-125-10/+61
|\ \ \ \ \ \
| * | | | | | Improve message when change can't be submitted due to missing dependencyEdwin Kempin2023-10-125-10/+61
| | |_|_|/ / | |/| | | |
* | | | | | Fix preloading of change pageYoussef Elghareeb2023-10-123-4/+5
* | | | | | ChangeJson.toChangeInfoImpl: Drop unneeded null checkEdwin Kempin2023-10-121-6/+4
* | | | | | Merge "Remove committer_email field from topic cherry-pick payload"Yash Chaturvedi2023-10-111-1/+0
|\ \ \ \ \ \
| * | | | | | Remove committer_email field from topic cherry-pick payloadYash Chaturvedi2023-10-061-1/+0
* | | | | | | ChangeJson: Log error if current revision is requested but not foundEdwin Kempin2023-10-111-0/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Add `DETAILED_ACCOUNTS` to `CHANGE_DETAIL_OPTIONS`.Ben Rohlfs2023-10-112-1/+2
* | | | | | Fix DEFAULT_DETAIL_HEXES to use `changePage`Ben Rohlfs2023-10-111-5/+2
* | | | | | Merge "Guard the PARENTS option by a flag"Chris Poucet2023-10-113-5/+18
|\ \ \ \ \ \
| * | | | | | Guard the PARENTS option by a flagBen Rohlfs2023-10-113-5/+18
* | | | | | | Merge "Add metric for tracking latency of parent data computation"Youssef Elghareeb2023-10-112-7/+38
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add metric for tracking latency of parent data computationYoussef Elghareeb2023-10-112-7/+38
| | |/ / / / | |/| | | |
* | | | | | Merge "Add display name to account hovercard"Ben Rohlfs2023-10-112-1/+22
|\ \ \ \ \ \
| * | | | | | Add display name to account hovercardBen Rohlfs2023-10-102-1/+22
* | | | | | | Merge "Fix n/p shortcuts for new diff"Ben Rohlfs2023-10-111-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix n/p shortcuts for new diffBen Rohlfs2023-10-101-1/+0
* | | | | | | | Allow rebase with a secondary email via UIKaushik Lingarkar2023-10-108-6/+282
* | | | | | | | Merge "Allow rebase with a secondary email via REST"Kaushik Lingarkar2023-10-109-34/+386
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow rebase with a secondary email via RESTKaushik Lingarkar2023-10-109-34/+386
* | | | | | | | | Merge "Add 'description', 'd' aliases for the 'message' search operator"Thiago Perrotta2023-10-103-20/+60
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add 'description', 'd' aliases for the 'message' search operatorThiago Perrotta2023-10-103-20/+60
* | | | | | | | | Merge "Fall back to reachability check if the base in merge commit does not h...Marija Savtchouk2023-10-101-27/+31
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fall back to reachability check if the base in merge commit does notMarija Savtchouk2023-10-101-27/+31
* | | | | | | | | Merge "SerializedClassSubject: Fix raw type warning"Edwin Kempin2023-10-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | SerializedClassSubject: Fix raw type warningEdwin Kempin2023-10-101-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Attach the 'allow-incomplete-results' query param to change queries"Youssef Elghareeb2023-10-101-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Attach the 'allow-incomplete-results' query param to change queriesYoussef Elghareeb2023-10-091-1/+2
* | | | | | | Merge "SerializedClassSubject: Use Guice to get Field types"Nasser Grainawi2023-10-093-3/+6
|\ \ \ \ \ \ \