summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Workaround Gitiles bug on All-Users visibilityLuca Milanesio2020-11-132-2/+44
* Make PermissionBackend#ForRef authoritativePatrick Hiesel2020-11-116-82/+389
* Schema_146: Disable bitmap index re-build during full gcMatthias Sohn2020-05-041-0/+6
* Schema_154: Disable bitmap index re-build during full gcDavid Ostrovsky2020-05-041-0/+6
* Schema_154: Periodically run full gcDavid Ostrovsky2020-05-041-0/+38
* Schema_146: Periodically run full gcDavid Ostrovsky2020-05-041-1/+13
* Revert "Keep alive database connection to prevent exceeding wait timeout"David Ostrovsky2020-05-031-22/+3
* Use dedicated database connection for every schema migrationDavid Ostrovsky2020-05-012-34/+53
* Keep alive database connection to prevent exceeding wait timeoutDavid Ostrovsky2020-04-261-3/+22
* Add test that verifies 'visibleto' predicate for groupJacek Centkowski2020-04-211-0/+42
* Improve log if VersionedMetaData fails to updateEryk Szymanski2020-01-301-15/+9
* ReviewerUtil: Keep only AccountLoader.FactoryDavid Pursehouse2019-11-061-4/+6
* ListMembers: Keep only AccountLoader.Factory in REST handlerPatrick Hiesel2019-11-051-2/+3
* GetAccess: Access MetaDataUpdate.Factory via ProviderDavid Pursehouse2019-11-011-3/+3
* SetParent: Access MetaDataUpdate.Factory via ProviderDavid Pursehouse2019-11-011-3/+4
* PutDescription: Access MetaDataUpdate.Factory via ProviderDavid Pursehouse2019-11-011-3/+4
* OutgoingEmail: Sanity check recipients of multipart and plaintextDavid Pursehouse2019-10-311-0/+6
* OutgoingEmail: Log when email is sent as multipart and plaintextDavid Pursehouse2019-10-311-0/+2
* OutgoingEmail: Log the reason that email is not being sentDavid Pursehouse2019-10-311-0/+15
* OutgoingEmail#send: Check first if email sending is enabledDavid Pursehouse2019-10-311-4/+4
* PutDescription: Use present tense for commit messageEdwin Kempin2019-10-281-1/+1
* Highlight jinja2 syntaxPaladox none2019-10-211-0/+3
* Highlight Jenkinsfile as groovyPaladox none2019-10-201-0/+1
* ProjectConfig: Add method to read from repositoryDavid Pursehouse2019-10-161-0/+9
* Rewrite OS bean provider to avoid using reflectionDavid Ostrovsky2019-10-145-34/+115
* MergeOp: Fix swapped message and tag parameters for ChangeMessageBen Rohlfs2019-09-301-2/+2
* Merge branch 'stable-2.14' into stable-2.15David Pursehouse2019-09-041-0/+1
|\
| * Bazel: Add fixes for --incompatible_load_{java|python}_rules_from_bzlDavid Ostrovsky2019-09-021-0/+1
* | Revert "CreateAccount: Fail early when invalid SSH key is given"Thomas Dräbing2019-08-281-9/+9
* | CreateAccount: Fail early when invalid SSH key is givenDavid Pursehouse2019-08-271-9/+9
* | ProjectState: Fix 'invalid type qualification' javadoc warningDavid Pursehouse2019-08-271-1/+1
* | Don't store LabelTypes in ProjectStatePatrick Hiesel2019-08-261-27/+20
* | Rebase: Don't swallow caught exceptionEdwin Kempin2019-08-221-1/+1
* | StarredChangesUtil: Fix NPE when ref to be deleted doesn't existEdwin Kempin2019-08-221-1/+3
* | StarredChangesUtil: Throw LockFailureException on LOCK_FAILUREEdwin Kempin2019-08-221-2/+7
* | Rebase: Do not fail with 500 ISE if non-existing change is given as baseEdwin Kempin2019-08-221-3/+11
* | Fix detecting changes of parent trees when computing change kind for merge co...Edwin Kempin2019-08-221-3/+8
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2019-08-141-3/+1
|\|
| * Catch all exceptions for reporting on Schema_130 migrationLuca Milanesio2019-08-131-3/+1
* | ChangeApi: Add methods to get change comments/drafts as listDavid Pursehouse2019-08-112-2/+31
* | ListChangeComments: Extend ListChangeDraftsDavid Pursehouse2019-08-092-32/+35
* | PrologEnvironment: Reduce "setting reductionLimit" log spamDavid Pursehouse2019-08-061-1/+3
* | Files: Use Gerrit API to get revision parentsDavid Pursehouse2019-08-031-8/+14
* | CommitApi: Add method to get commit infoDavid Pursehouse2019-08-011-0/+14
* | Files: Validate parent option to prevent internal server errorDavid Pursehouse2019-08-011-2/+9
* | ReceiveCommits: Fix comparison to ensure correct log messageDavid Pursehouse2019-07-251-1/+1
* | Set sshd.threads to at least 4.Florian Klink2019-07-241-1/+1
* | Add assertThrows method compatible with future JUnit 4.13Dave Borowitz2019-07-242-0/+157
* | ReceiveCommits: Bypass commit count when skip-validation is usedJacek Centkowski2019-07-241-1/+4
* | Replace usage of Iterables.limit with Java 8 Stream APIDavid Pursehouse2019-07-113-16/+11