summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Synchronize MyersDiff and HistogramDiff invocations on local variableHugo Arès2016-05-191-4/+2
* ProjectConfig: Use conditional-and (&&) instead of bitwise-and (&)Edwin Kempin2016-05-121-1/+1
* Fix "Failed to reindex changes"Alexandre Philbert2016-04-291-1/+4
* OutputStreamQuery: Only return current patch set when visible to userDavid Pursehouse2016-04-222-4/+22
* Fix NPE in SubmitRuleEvaluatorYuxuan 'fishy' Wang2016-04-211-0/+3
* Protect the TrackingFooters.extract from null input parameterSaša Živkov2016-04-191-0/+4
* Fix subject for "Updated Changes" lines on pushEdwin Kempin2016-04-141-4/+6
* SetParent: Explicitly set to All-Projects when not specifiedDavid Pursehouse2016-02-181-7/+10
* CreateProject: Explicitly set parent to All-Projects when not specifiedDavid Pursehouse2016-02-171-5/+11
* OutputStreamQuery: fix comments with current-patch-set optionHugo Arès2016-02-101-0/+4
* EmailReviewComments: Provide the current user instead of exceptionDavid Pursehouse2016-02-092-10/+9
* OutputStreamQuery: Take files into account when adding patch setsSebastian Schuberth2016-02-061-1/+3
* OutgoingEmail: Fix breakage introduced in add() methodDavid Pursehouse2016-02-041-1/+1
* ReceiveCommits: Improve error message when failing to insert patch setDavid Pursehouse2016-02-031-7/+2
* OutgoingEmail: Kill "Skipping delivery of email" logspamDavid Pursehouse2016-02-031-2/+0
* OutgoingEmail: Check for valid email address when adding recipientsDavid Pursehouse2016-02-031-14/+15
* ldap.Helper: Kill "assuming empty group membership" logspamDavid Pursehouse2016-02-031-4/+0
* SmtpEmailSender: Refactor open method and improve loggingDavid Pursehouse2016-02-031-19/+15
* CreateEmail: Don't allow to add email prohibited by sendemail.allowrcptDavid Pursehouse2016-02-032-1/+9
* RegisterNewEmailSender: Don't unconditionally send verification mailDavid Pursehouse2016-02-031-5/+0
* Expose IndexCollection in plugin guice injectorDavid Ostrovsky2016-01-221-1/+3
* Merge "ReceiveCommits: Log error message when failing to insert patch set" in...Edwin Kempin2016-01-221-0/+3
|\
| * ReceiveCommits: Log error message when failing to insert patch setDavid Pursehouse2016-01-201-0/+3
* | Merge "ReceiveCommits: Remove declaration of unthrown exception" into stable-...Edwin Kempin2016-01-221-2/+1
|\|
| * ReceiveCommits: Remove declaration of unthrown exceptionDavid Pursehouse2016-01-201-2/+1
* | Return case-preserving email when suggesting reviewersSaša Živkov2016-01-191-1/+1
|/
* Use merge strategy for mergeability testing on "Rebase if Necessary" strategyOrgad Shaneh2016-01-131-2/+4
* OutputStreamQuery: Properly initialize c.patchSetsSebastian Schuberth2016-01-111-0/+1
* OutputStreamQuery: Minor indentation fixSebastian Schuberth2016-01-111-2/+2
* ListTags: Fix NPE when annotated/signed tag has no tagger infoDavid Pursehouse2015-12-071-2/+5
* Use REST implementation to list members for label with group operatorEdwin Kempin2015-11-274-61/+29
* Fix query for changes using a label with a group operator.Khai Do2015-11-264-10/+127
* Make InternalChangeQuery.query public so it can be used by pluginsDavid Pursehouse2015-11-241-1/+1
* Merge changes I6728ef75,I5f321aa8 into stable-2.11David Pursehouse2015-11-201-1/+1
|\
| * Make JdbcUtil#port() publicDavid Ostrovsky2015-11-171-1/+1
* | SiteIndexer: Always scan changes from repo/dbDave Borowitz2015-11-192-26/+27
|/
* AccountManager: Update display name only if it is not null.Nadav Samet2015-11-111-0/+2
* ChangeHookValidator: Fix old revision retrieval for root commitDavid Ostrovsky2015-11-111-2/+4
* Fix Incorrect owner group matching behaviour for creating projectsSimon Hwang2015-11-091-1/+1
* Merge "Revert "Prevent usage of not initialized IndexCollection"" into stable...Edwin Kempin2015-10-291-9/+0
|\
| * Revert "Prevent usage of not initialized IndexCollection"Edwin Kempin2015-10-291-9/+0
* | Handle commit validation errors when creating new change via RESTEdwin Kempin2015-10-291-3/+4
* | Handle commit validation errors when publishing change editDavid Pursehouse2015-10-292-9/+10
* | ChangeEditUtil.publish: Remove declaration of unthrown exceptionDavid Pursehouse2015-10-291-3/+2
* | Merge "Prevent usage of not initialized IndexCollection" into stable-2.11David Pursehouse2015-10-261-0/+9
|\|
| * Prevent usage of not initialized IndexCollectionDariusz Luksza2015-10-261-0/+9
* | Inline edit: Strip trailing blank lines from commit messagesDavid Pursehouse2015-10-261-0/+1
|/
* JarScanner: Fix minor typo in log messageDavid Pursehouse2015-10-211-1/+1
* Silence meaningless warnings from JarScannerDariusz Luksza2015-10-211-7/+7
* Merge changes from topic 'conflicts-with-merge' into stable-2.11David Pursehouse2015-10-152-3/+68
|\