Sign in
gerrit
/
gerrit
/
35c80e2e5f81cb7ea9452c72017769b57d252c50
/
gerrit-server
d6b455c
GerritPersonIdentProvider: Sanitize user.name and user.email values
by David Pursehouse
· 7 years ago
11a98d0
OutgoingEmail: Reduce visibility of methods
by David Pursehouse
· 7 years ago
f2b2481
OutgoingEmail: Remove unused public methods
by David Pursehouse
· 7 years ago
4fbf7ff
OutgoingEmail: Annotate methods with @Nullable
by David Pursehouse
· 7 years ago
aac7617
OutgoingEmail#getUserNameEmailFor: Protect against null accountId
by David Pursehouse
· 7 years ago
d75352f
OutgoingEmail#getNameEmailFor: Protect against null accountId
by David Pursehouse
· 7 years ago
ddf27f4
OutgoingEmail#getName{Email}For: Use helpers from Account
by David Pursehouse
· 7 years ago
e48cb9b
ProjectConfig#saveLabelSections: Save "branch" values
by David Pursehouse
· 7 years ago
db2eb89
AbstractQueryChangesTest: Add byMessageMixedCase test
by David Pursehouse
· 7 years ago
f33b4e5
Move: Return the modified change in JSON response
by David Pursehouse
· 7 years ago
99289a5
AbstractQueryAccountsTest: Add byDeletedAccount to ensure consistency
by Borui Tao
· 7 years ago
2a727f8
AbstractQueryGroupsTest: Add byDeletedGroup to achieve higher coverage
by Borui Tao
· 7 years ago
f98a60b
Bazel: Harmonize names of external repositories
by David Ostrovsky
· 7 years ago
38cb32d
CreateChange: Strip comment lines out of input commit message
by David Pursehouse
· 7 years ago
bb41240
AbstractElasticIndex: fix index name of delete request and add coverage
by Borui Tao
· 7 years ago
9a780a7
DropWizardMetricMaker: Move sanitizeMetricName to MetricMaker base class
by David Pursehouse
· 7 years ago
7d293e4
Merge changes from topic "queue-metrics" into stable-2.14
by Hugo Arès
· 7 years ago
edc6a49
Reformat all Java files with google-java-format 1.6
by David Pursehouse
· 7 years ago
04586d8
Enable metrics for core queues
by Eryk Szymanski
· 7 years ago
366c3a6
WorkQueue: Add possibility to enable metrics
by Eryk Szymanski
· 7 years ago
0f6c9bd
FieldType: Remove unnecessary KEYWORD type
by David Ostrovsky
· 7 years ago
cb13335
Hoist declaration of TestName up to GerritBaseTests
by David Pursehouse
· 7 years ago
8c058bf
Elasticsearch: Add tests for queries against version 5
by David Pursehouse
· 7 years ago
09fdc3e
GroupField: Change UUID fields' type to KEYWORD
by David Pursehouse
· 7 years ago
506125e
Add keyword type to index type system
by David Ostrovsky
· 7 years ago
473f53b
WorkQueue: rename prefix to queueName
by Eryk Szymanski
· 7 years ago
fac55c7
Use Logger's built-in formatting
by David Pursehouse
· 7 years ago
8f589c9
Consistently import org.slf4j.LoggerFactory
by David Pursehouse
· 7 years ago
1e158a9
PluginLoader: Make Logger private
by David Pursehouse
· 8 years ago
17c9c7d
AbstractQueryChangesTest#createInjector: Remove unnecessary 'throws Exception'
by David Pursehouse
· 7 years ago
764af7d
Acceptance tests: Remove ES bootstrap boilerplate
by David Ostrovsky
· 7 years ago
46af8d1
Use Logger's built-in string formatting where possible
by David Pursehouse
· 7 years ago
7cda6c9
Merge "Revert "WorkQueue: Add metrics"" into stable-2.14
by Hugo Arès
· 7 years ago
adfefda
Fix more comparisons of current user
by David Pursehouse
· 7 years ago
879c2a5
Merge "GroupCacheImpl: Fix log message when UUID is not found" into stable-2.14
by Edwin Kempin
· 7 years ago
b801a36
Revert "WorkQueue: Add metrics"
by Hugo Arès
· 7 years ago
5872780
Fix permissions checks on Gerrit API on current user
by Luca Milanesio
· 7 years ago
3912a9d
GroupCacheImpl: Fix log message when UUID is not found
by David Pursehouse
· 7 years ago
fe270dd
WorkQueue.Executor#buildMetrics: Remove MetricMaker parameter
by David Pursehouse
· 7 years ago
65a1ae5
ChangeQueryBuilder: Allow ownerin predicate to be evaluated by the index
by Borui Tao
· 7 years ago
907bd33
Merge changes I74a0c8b8,I332cb50b,Ic0074b53 into stable-2.14
by Hugo Arès
· 7 years ago
480c638
ldap.Helper: Use local logger and make logger in LdapRealm private
by Edwin Kempin
· 7 years ago
ba6fd0f
Remove ValidationError#createLoggerSink to avoid passing around loggers
by Edwin Kempin
· 7 years ago
702463f
OperatingSystemMXBeanProvider: Log exception for ReflectiveOperationException
by Edwin Kempin
· 7 years ago
7d1dfc7
ProjectConfig: Don't use JGit's StringUtils to convert to lower case
by David Pursehouse
· 7 years ago
3cee96f
Do not abort indexing if < 50% projects failed
by Luca Milanesio
· 7 years ago
ef899cc
Revert "AllChangesIndexer: Don't abort when failing to open repository"
by David Pursehouse
· 7 years ago
4e97e35
WorkQueue: Don't fail when queue metric already exists
by David Pursehouse
· 7 years ago
fccd70e
WorkQueue: Sanitize metric name when queue is created
by Jacek Centkowski
· 7 years ago
d7a17e1
DropWizardMetricMaker: Introduce method to sanitize metric name
by Jacek Centkowski
· 7 years ago
45b4c87
VersionedAccountDestinations: Remove unused createSink(String) method
by Edwin Kempin
· 7 years ago
4731b1c
Merge "AllChangesIndexer: Don't abort when failing to open repository" into stable-2.14
by David Pursehouse
· 7 years ago
104ea59
DropWizardMetricMaker: Improve error messages for invalid arguments
by David Pursehouse
· 7 years ago
594a463
DropWizardMetricMaker: Improve error message when metric name is invalid
by Eryk Szymanski
· 7 years ago
83eaad4
AllChangesIndexer: Don't abort when failing to open repository
by Borui Tao
· 7 years ago
b6e94a0
Introduce mechanism to overload Gerrit core modules
by Jacek Centkowski
· 7 years ago
a3cc510
Move default memory cache implementation out of H2 package
by Dave Borowitz
· 7 years ago
5517ec3
Introduce CacheImpl annotation
by Jacek Centkowski
· 7 years ago
e602b8d
Untangle persistent/memory cache implementations from each other
by Jacek Centkowski
· 7 years ago
eb2f45c
WorkQueue: Add metrics
by Eryk Szymanski
· 7 years ago
9c1a6a0
WorkQueue: Don't lazy-initialize the default queue
by David Pursehouse
· 7 years ago
97b615f
DiffSummaryLoader: Remove unused logger
by Edwin Kempin
· 7 years ago
1ce1cb1
EventUtil: Always say 'event listener' in logs
by Edwin Kempin
· 7 years ago
e149c14
EventFactory: Log PatchListNotAvailableException always as error
by Edwin Kempin
· 7 years ago
933ca6d
EventFactory: Log exception when getting commit message fails
by Edwin Kempin
· 7 years ago
27f6c5d
TrackingFootersProvider: Fix spelling mistake in log message
by Edwin Kempin
· 7 years ago
211c739
WorkQueue: Add comment on additional constructor
by David Pursehouse
· 7 years ago
6255d15
WorkQueue: Make defaultQueueSize final
by David Pursehouse
· 7 years ago
5dd0174
AbstractQueryChangesTest#reviewerin: Expand to cover CC
by David Pursehouse
· 7 years ago
6ca35fa
Remove duplication between both index modules
by Hugo Arès
· 7 years ago
679c04e
Add more debug logging to account creation
by Inderjot Kaur Ratol
· 7 years ago
3ecb519
AccountManager: Reduce logs to debug level
by David Pursehouse
· 7 years ago
5e35a13
AccountManager: Use Logger's built-in string formatting
by David Pursehouse
· 7 years ago
db9c8ad
Replace "the the" occurences with "the" (wrong repetition)
by Maxime Guerreiro
· 7 years ago
4ec5ef6
Upgrade to google-java-format 1.5
by David Pursehouse
· 7 years ago
575474b
Merge "Clarify behavior of ownerin: and reviewerin: predicates" into stable-2.14
by David Pursehouse
· 7 years ago
789bb29
Clarify behavior of ownerin: and reviewerin: predicates
by David Pursehouse
· 7 years ago
ef335f6
GetAuditLog: Fix NPE if group UUID cannot be resolved
by Edwin Kempin
· 7 years ago
aaa40aa
AbstractQueryChangesTest: Add test coverage for query: predicate
by David Pursehouse
· 7 years ago
603c456
AbstractQueryChangesTest: Add test coverage for destination: predicate
by David Pursehouse
· 7 years ago
807ec64
Merge "AbstractQueryChangesTest: explicitly cover is:owner" into stable-2.14
by David Pursehouse
· 7 years ago
d77c347
AbstractQueryChangesTest: explicitly cover is:owner
by Marco Miller
· 7 years ago
b24340b
AbstractQueryChangesTest: Add stub test for "query:" predicate
by David Pursehouse
· 7 years ago
ace569a
Fix internal errors when 'destination:' refers to non-existing destination
by David Pursehouse
· 7 years ago
a32cb27
AbstractQueryChangesTest: Add coverage of is:mergeable
by David Pursehouse
· 7 years ago
d434871
AbstractQueryChangesTest: Add coverage of is:cc and cc:self
by David Pursehouse
· 7 years ago
f6b0f7d
AbstractQueryChangesTest: Add coverage for is:visible
by David Pursehouse
· 7 years ago
120cc28
AbstractQueryChangesTest#submitRecords: Add coverage for submittable:closed
by David Pursehouse
· 7 years ago
addc44c
AbstractQueryChangesTest#bySize: Make it easier to discover size: and delta:
by David Pursehouse
· 7 years ago
098d3c2
AbstractQueryChangesTest: Use Lists.newArrayList
by David Pursehouse
· 7 years ago
89f4c7c
AbstractQueryChangesTest: Add coverage for the commit: predicate
by David Pursehouse
· 7 years ago
66a701c
AbstractQueryChangesTest: Add coverage for is:reviewer and reviewer:self
by David Pursehouse
· 7 years ago
bf8b5dd
AbstractQueryChangesTest: Add coverage for parentproject: predicate
by David Pursehouse
· 7 years ago
521cb3d
AbstractQueryChangesTest: Add coverage for is:reviewed and status:reviewed
by David Pursehouse
· 7 years ago
2b74109
AbstractQueryChangesTest#byStatusOpen: Add coverage for is:pending
by David Pursehouse
· 7 years ago
00e00d9
AbstractQueryChangesTest: Add test coverage for since: and until: predicates
by David Pursehouse
· 7 years ago
0fd336b
AbstractQueryChangesTest: Add test coverage for assignee related queries
by David Pursehouse
· 7 years ago
c6dbb95
Add back <strong> tag in HTML revert notification email
by David Pursehouse
· 7 years ago
83d60a9
Merge "Improve wording of revert notification email subject" into stable-2.14
by David Pursehouse
· 7 years ago
ad4bc49
AbstractQueryChangesTest: Add test coverage for the tr: and bug: queries
by David Pursehouse
· 7 years ago
Next »