summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* GerritPersonIdentProvider: Sanitize user.name and user.email valuesDavid Pursehouse2018-06-201-6/+10
* OutgoingEmail: Reduce visibility of methodsDavid Pursehouse2018-06-201-2/+2
* OutgoingEmail: Remove unused public methodsDavid Pursehouse2018-06-201-26/+0
* OutgoingEmail: Annotate methods with @NullableDavid Pursehouse2018-06-201-3/+5
* OutgoingEmail#getUserNameEmailFor: Protect against null accountIdDavid Pursehouse2018-06-201-0/+3
* OutgoingEmail#getNameEmailFor: Protect against null accountIdDavid Pursehouse2018-06-201-4/+13
* OutgoingEmail#getName{Email}For: Use helpers from AccountDavid Pursehouse2018-06-201-24/+2
* ProjectConfig#saveLabelSections: Save "branch" valuesDavid Pursehouse2018-06-151-0/+5
* AbstractQueryChangesTest: Add byMessageMixedCase testDavid Pursehouse2018-06-131-0/+12
* Move: Return the modified change in JSON responseDavid Pursehouse2018-06-121-2/+9
* AbstractQueryAccountsTest: Add byDeletedAccount to ensure consistencyBorui Tao2018-06-121-0/+16
* AbstractQueryGroupsTest: Add byDeletedGroup to achieve higher coverageBorui Tao2018-06-121-0/+17
* Bazel: Harmonize names of external repositoriesDavid Ostrovsky2018-06-081-4/+4
* CreateChange: Strip comment lines out of input commit messageDavid Pursehouse2018-06-071-2/+15
* AbstractElasticIndex: fix index name of delete request and add coverageBorui Tao2018-06-071-0/+12
* DropWizardMetricMaker: Move sanitizeMetricName to MetricMaker base classDavid Pursehouse2018-06-074-16/+27
* Merge changes from topic "queue-metrics" into stable-2.14Hugo Arès2018-06-063-9/+126
|\
| * Enable metrics for core queuesEryk Szymanski2018-06-062-4/+6
| * WorkQueue: Add possibility to enable metricsEryk Szymanski2018-06-061-5/+120
* | Reformat all Java files with google-java-format 1.6David Pursehouse2018-06-0619-276/+219
|/
* FieldType: Remove unnecessary KEYWORD typeDavid Ostrovsky2018-06-063-10/+2
* Hoist declaration of TestName up to GerritBaseTestsDavid Pursehouse2018-06-053-8/+2
* Elasticsearch: Add tests for queries against version 5David Pursehouse2018-06-042-0/+9
* GroupField: Change UUID fields' type to KEYWORDDavid Pursehouse2018-06-041-2/+3
* Add keyword type to index type systemDavid Ostrovsky2018-06-042-0/+7
* WorkQueue: rename prefix to queueNameEryk Szymanski2018-05-311-5/+5
* Use Logger's built-in formattingDavid Pursehouse2018-05-2921-90/+77
* Consistently import org.slf4j.LoggerFactoryDavid Pursehouse2018-05-292-3/+4
* PluginLoader: Make Logger privateDavid Pursehouse2018-05-296-11/+26
* AbstractQueryChangesTest#createInjector: Remove unnecessary 'throws Exception'David Pursehouse2018-05-281-1/+1
* Acceptance tests: Remove ES bootstrap boilerplateDavid Ostrovsky2018-05-253-5/+14
* Use Logger's built-in string formatting where possibleDavid Pursehouse2018-05-2319-98/+93
* Merge "Revert "WorkQueue: Add metrics"" into stable-2.14Hugo Arès2018-05-221-99/+3
|\
| * Revert "WorkQueue: Add metrics"Hugo Arès2018-05-221-99/+3
* | Fix more comparisons of current userDavid Pursehouse2018-05-222-2/+3
* | Merge "GroupCacheImpl: Fix log message when UUID is not found" into stable-2.14Edwin Kempin2018-05-221-1/+1
|\ \ | |/ |/|
| * GroupCacheImpl: Fix log message when UUID is not foundDavid Pursehouse2018-05-211-1/+1
* | Fix permissions checks on Gerrit API on current userLuca Milanesio2018-05-2131-34/+76
|/
* WorkQueue.Executor#buildMetrics: Remove MetricMaker parameterDavid Pursehouse2018-05-181-8/+8
* ChangeQueryBuilder: Allow ownerin predicate to be evaluated by the indexBorui Tao2018-05-181-18/+36
* Merge changes I74a0c8b8,I332cb50b,Ic0074b53 into stable-2.14Hugo Arès2018-05-173-2/+73
|\
| * WorkQueue: Don't fail when queue metric already existsDavid Pursehouse2018-05-171-1/+9
| * WorkQueue: Sanitize metric name when queue is createdJacek Centkowski2018-05-171-1/+3
| * DropWizardMetricMaker: Introduce method to sanitize metric nameJacek Centkowski2018-05-172-0/+61
* | ldap.Helper: Use local logger and make logger in LdapRealm privateEdwin Kempin2018-05-172-7/+12
* | Remove ValidationError#createLoggerSink to avoid passing around loggersEdwin Kempin2018-05-174-18/+23
* | OperatingSystemMXBeanProvider: Log exception for ReflectiveOperationExceptionEdwin Kempin2018-05-171-1/+1
* | ProjectConfig: Don't use JGit's StringUtils to convert to lower caseDavid Pursehouse2018-05-171-2/+2
* | Do not abort indexing if < 50% projects failedLuca Milanesio2018-05-171-3/+7
* | Revert "AllChangesIndexer: Don't abort when failing to open repository"David Pursehouse2018-05-171-1/+3
|/