summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set version to 3.9.0-rc3v3.9.0-rc3Luca Milanesio2023-11-035-5/+5
* Merge "Return 400 BAD_REQUEST when a user cannot be added as reviewer by emai...Luca Milanesio2023-11-032-3/+46
|\
| * Return 400 BAD_REQUEST when a user cannot be added as reviewer by emailDaniele Sassoli2023-11-032-3/+46
* | Use PaginatingSource only when pagination enabledDiego Zambelli Sessona2023-11-037-67/+178
* | Fix typo in Documentation/dev-processes.txtMatthias Sohn2023-11-031-1/+1
* | Make gr-modal-styles backward compatible with Polymerd0731032023-11-021-0/+10
|/
* Revert "ListProjectImpl: Delegate to QueryProjects if match is used"Edwin Kempin2023-10-302-12/+3
* Set version to 3.9.0-SNAPSHOTLuca Milanesio2023-10-285-5/+5
* Set version to 3.9.0-rc2v3.9.0-rc2Luca Milanesio2023-10-285-5/+5
* Merge "Include com.google.gerrit.pgm.init again in acceptance framework" into...Nasser Grainawi2023-10-281-1/+0
|\
| * Include com.google.gerrit.pgm.init again in acceptance frameworkLuca Milanesio2023-10-271-1/+0
* | Set version to 3.9.0-SNAPSHOTLuca Milanesio2023-10-275-5/+5
|/
* Set version to 3.9.0-rc1v3.9.0-rc1Luca Milanesio2023-10-275-5/+5
* Merge "Merge branch 'stable-3.8' into stable-3.9" into stable-3.9Luca Milanesio2023-10-275-22/+41
|\
| * Merge branch 'stable-3.8' into stable-3.9Nasser Grainawi2023-10-255-22/+41
| |\
| | * Merge branch 'stable-3.7' into stable-3.8Nasser Grainawi2023-10-257-30/+84
| | |\
| | | * Merge branch 'stable-3.6' into stable-3.7Nasser Grainawi2023-10-257-30/+84
| | | |\
| | | | * Merge branch 'stable-3.5' into stable-3.6Nasser Grainawi2023-10-255-20/+59
| | | | |\
| | | | | * Merge "project-configuration: Fix old UI references" into stable-3.5Nasser Grainawi2023-10-251-5/+6
| | | | | |\
| | | | | | * project-configuration: Fix old UI referencesNasser Grainawi2023-10-201-5/+6
| | | | | * | Allow uploading changes to group refsPrudhvi Akhil Alahari2023-10-233-12/+46
| | | | | |/
| | | | | * Setup operator aliases with submit requirement expressionsKaushik Lingarkar2023-10-121-3/+7
| | | | * | Update Jetty to 9.4.53.v20231009 for security updatesLuca Milanesio2023-10-121-10/+10
| | | | * | Merge "Explain in ls-projects SSH API when the "parent" field is "?-N"" into ...Luca Milanesio2023-10-121-0/+15
| | | | |\ \
| | | | | * | Explain in ls-projects SSH API when the "parent" field is "?-N"Alvaro Vilaplana Garcia2023-10-101-0/+15
* | | | | | | Merge changes If0053e23,I776c1659 into stable-3.9Luca Milanesio2023-10-272-8/+7
|\ \ \ \ \ \ \
| * | | | | | | docs: dev-roles: Clarify that more CMs are acceptableNasser Grainawi2023-10-261-2/+2
| * | | | | | | docs: dev-processes: Remove hardcoded election datesNasser Grainawi2023-10-261-6/+5
* | | | | | | | Allow tracing memory allocation for indexing a changeThomas Draebing2023-10-261-20/+36
* | | | | | | | During online reindexing of all changes skip changes already presentThomas Draebing2023-10-264-12/+46
* | | | | | | | Fix unresolved dependency in SequencesOnInitYoussef Elghareeb2023-10-260-0/+0
* | | | | | | | Consistently use `getDocUrl()` and `docsBaseUrl` everywhereBen Rohlfs2023-10-269-12/+74
* | | | | | | | Refactor `docsBaseUrl` related codeBen Rohlfs2023-10-2612-323/+238
* | | | | | | | Don't pass commiterEmail when rebasing chainDhruv Srivastava2023-10-262-1/+46
* | | | | | | | Fix submit requirement status documentationMartin Wallgren2023-10-261-1/+1
* | | | | | | | Slightly refactor the code in Submit#unmergeableChangesYoussef Elghareeb2023-10-262-31/+31
* | | | | | | | Redirect comment links URIs without projectFabio Ponciroli2023-10-263-2/+47
* | | | | | | | Add project and slice ID to name of thread reindexing changesThomas Draebing2023-10-261-13/+26
* | | | | | | | Allow to configure projects to be skipped during reindexingThomas Draebing2023-10-262-3/+23
* | | | | | | | Remove obsolete `getFilterDocsLink`Ben Rohlfs2023-10-262-73/+0
* | | | | | | | Change DeleteZombieComments execution orderNitzan Gur-Furman2023-10-261-5/+8
* | | | | | | | Fix broken init by change Id6a89e15cbYoussef Elghareeb2023-10-263-41/+50
|/ / / / / / /
* | | | | | | Use "Revert^2" syntax for subsequent revertsCole Faust2023-10-242-2/+25
* | | | | | | Show diff chunk dividers with disabled context controlsRaphael von der GrĂ¼n2023-10-241-4/+11
* | | | | | | Move Sequences.java to the server packageYoussef Elghareeb2023-10-2434-34/+34
|/ / / / / /
* | | | | | Introduce Cross-Plugin communication docsAntonio Barone2023-10-231-0/+68
* | | | | | Set version to 3.9.0-rc0v3.9.0-rc0Luca Milanesio2023-10-205-5/+5
* | | | | | Bump Java language level to Java 17 per defaultDavid Ostrovsky2023-10-205-24/+24
* | | | | | Merge "Fix OperatorPrecedence bug pattern flagged by error prone"Luca Milanesio2023-10-205-10/+12
|\ \ \ \ \ \
| * | | | | | Fix OperatorPrecedence bug pattern flagged by error proneDavid Ostrovsky2023-10-205-10/+12