summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* SubmitRuleEvaluator: Simply logic that checks that change and project existEdwin Kempin2023-10-171-18/+13
* Revert change to UrlModule in change I622c48491Youssef Elghareeb2023-10-161-2/+1
* Merge changes Id6a89e15,I2c98ee86,I34c1558bYoussef Elghareeb2023-10-1612-170/+320
|\
| * Extract RepoSequence into an interface and an implementationYoussef Elghareeb2023-10-1312-139/+311
| * 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-132-2/+10
|\ \ \ | |/ / |/| |
| * | Consolidate behavior of change lookup without project nameFabio Ponciroli2023-10-132-2/+10
* | | Merge "Consume flexmark-all artifact with lib classifier"David Ostrovsky2023-10-131-22/+1
|\ \ \
| * | | Consume flexmark-all artifact with lib classifierDavid Ostrovsky2023-07-011-22/+1
* | | | Expose some AbstractDaemonTest class variables.Marija Savtchouk2023-10-131-7/+108
* | | | Merge "Improve message when change can't be submitted due to missing dependency"Edwin Kempin2023-10-121-1/+1
|\ \ \ \
| * | | | Improve message when change can't be submitted due to missing dependencyEdwin Kempin2023-10-121-1/+1
| | |_|/ | |/| |
* | | | Fix preloading of change pageYoussef Elghareeb2023-10-121-1/+2
* | | | ChangeJson.toChangeInfoImpl: Drop unneeded null checkEdwin Kempin2023-10-121-6/+4
* | | | 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-111-0/+1
* | | | Merge "Add metric for tracking latency of parent data computation"Youssef Elghareeb2023-10-111-7/+35
|\ \ \ \
| * | | | Add metric for tracking latency of parent data computationYoussef Elghareeb2023-10-111-7/+35
| |/ / /
* | | | Merge "Allow rebase with a secondary email via REST"Kaushik Lingarkar2023-10-105-34/+121
|\ \ \ \
| * | | | Allow rebase with a secondary email via RESTKaushik Lingarkar2023-10-105-34/+121
* | | | | Merge "Add 'description', 'd' aliases for the 'message' search operator"Thiago Perrotta2023-10-101-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add 'description', 'd' aliases for the 'message' search operatorThiago Perrotta2023-10-101-0/+10
* | | | | 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
| | |_|/ | |/| |
* | | | SerializedClassSubject: Fix raw type warningEdwin Kempin2023-10-101-1/+1
* | | | Merge "SerializedClassSubject: Use Guice to get Field types"Nasser Grainawi2023-10-092-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | SerializedClassSubject: Use Guice to get Field typesNasser Grainawi2023-10-032-1/+5
* | | | Don't send out post-approval diff message if the change bypassed Code-ReviewPatrick Hiesel2023-10-061-9/+12
* | | | Merge "Revert "Stop relying on server-side settings for option-hexes.""Patrick Hiesel2023-10-062-0/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "Stop relying on server-side settings for option-hexes."Chris Poucet2023-10-062-0/+25
* | | | Add a method to apply delta to user preferences configMarija Savtchouk2023-10-062-4/+42
|/ / /
* | | Don't reindex accounts when draft comments are changedPatrick Hiesel2023-10-051-6/+7
* | | Add an option to the query changes API to allow skipping faulty recordsYoussef Elghareeb2023-10-0210-8/+190
|/ /
* | Merge branch 'stable-3.8'Martin Fick2023-09-2914-104/+567
|\ \
| * \ Merge branch 'stable-3.7' into stable-3.8Martin Fick2023-09-2914-104/+567
| |\ \
| | * \ 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 "Merge branch 'stable-3.8'"Prudhvi Akhil Alahari2023-09-2831-104/+426
|\ \ \ \ \ \
| * | | | | | Merge branch 'stable-3.8'Prudhvi Akhil Alahari2023-09-2731-104/+426
| |\| | | | |
| | * | | | | Merge branch 'stable-3.7' into stable-3.8Prudhvi Akhil Alahari2023-09-2725-102/+307
| | |\| | | |
| | | * | | | 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