Sign in
gerrit
/
gerrit
/
8cc7a818a3d0eeca57608f942274b9aed68a540d
/
java
201b086
PostReview: Avoid multiple notifications for existing reviewers
by David Ostrovsky
· 5 years ago
0acd69e
ChangeApi: Remove deprecated getEdit method
by David Pursehouse
· 5 years ago
aed68e8
ChangeApi: Remove useless @Deprecated annotation in NotImplemented
by David Pursehouse
· 5 years ago
108bdde
Plugin API: Remove deprecated draft workflow methods
by David Ostrovsky
· 5 years ago
18a1811
Project: Add implementation of toString
by David Pursehouse
· 5 years ago
95a8e3a
Account: Add implementation of toString
by David Pursehouse
· 5 years ago
571da91
LegacyChangeNoteWrite: Remove unused newIdent method
by David Pursehouse
· 5 years ago
4a6b059
Elasticsearch: Remove support for EOL 6.x versions
by Marco Miller
· 5 years ago
2c1340f
REST: Allow to create annotated tag with only CREATE_TAG
by Sven Selberg
· 5 years ago
7de07fd
Merge "CreateRefControl: Pass CurrentUser to Reachable" into stable-2.16
by Sven Selberg
· 5 years ago
81d2b5e
Remove support for discontinued Elasticsearch version 5.6
by David Ostrovsky
· 5 years ago
0651dee
ElasticChangeIndex: Fix typo in comment
by David Pursehouse
· 5 years ago
89a9a04
Add debug logs for automatic account creation case
by Nguyen Tuan Khang Phan
· 5 years ago
5b19791
CreateRefControl: Pass CurrentUser to Reachable
by Sven Selberg
· 5 years ago
fc0ebda
ChangeQueryBuilder: Throw error on ambiguous visibleto by display name
by David Pursehouse
· 5 years ago
a009567
Schema_151: Attempt to add created_on column if it doesn't exist
by David Pursehouse
· 5 years ago
5f73fd6
Merge "Support 'max_result_window' config for Elasticsearch indexes" into stable-2.16
by David Pursehouse
· 5 years ago
76fed53
Support 'max_result_window' config for Elasticsearch indexes
by Dyrone Teng
· 5 years ago
f096611
Document dependency from account deactivator to autoUpdateAccountActiveStatus
by Saša Živkov
· 5 years ago
a215f3e
Introduce NamedFluentLogger
by Jacek Centkowski
· 5 years ago
9c63588
Add prolog predicate to determine number of parents
by Lucas Bader
· 5 years ago
6fddec3
JettyServer: Stop using deprecated SslContextFactory constructor
by David Pursehouse
· 5 years ago
6318e6c
Merge "InitContainer: Do not copy if init is run from siteWar" into stable-2.16
by David Pursehouse
· 5 years ago
1c27f6e
Merge changes I12d74ea2,Iae424c75,I1a47821b into stable-2.16
by David Pursehouse
· 5 years ago
fa8de02
Proc metrics: add average system load for the last minute
by Matthias Sohn
· 5 years ago
e2b3f8e
Proc metrics: add available number of cores
by Matthias Sohn
· 5 years ago
9fc47ca
Add more metrics about Java threads
by Matthias Sohn
· 5 years ago
d82b6f7
Merge "Fix the access-path for AbstractGitCommand subclasses" into stable-2.16
by David Pursehouse
· 5 years ago
d02084d
Fix the access-path for AbstractGitCommand subclasses
by Saša Živkov
· 5 years ago
71f14f5
InitContainer: Do not copy if init is run from siteWar
by Sven Selberg
· 5 years ago
3a20386
Merge "Add sendemail.denyrcpt functionality" into stable-2.16
by David Pursehouse
· 5 years ago
11b517e
JGit metrics: expose total load time for block cache entries
by Matthias Sohn
· 5 years ago
1850784
UrlFormatter: Fix Javadoc of getSettingsUrl()
by David Pursehouse
· 5 years ago
26f7ee6
ReceiveCommits: Factor repeated "internal server error" text to a constant
by David Pursehouse
· 5 years ago
2a6c538
Merge "Isolate log4j dep" into stable-2.16
by David Pursehouse
· 5 years ago
57760be
Isolate log4j dep
by Joerg Zieren
· 5 years ago
a592397
Cancel deprecation of change identifiers
by David Pursehouse
· 5 years ago
c9dc6e9
FakeGroupAuditService: Make auditEvents final
by David Pursehouse
· 6 years ago
7738f98
ConfigUpdatedEvent: Use immutable type in field declaration
by David Pursehouse
· 6 years ago
e71e57e
JGitMetricModule: fix WindowCache miss ration which wasn't reported
by Matthias Sohn
· 5 years ago
6074ab0
Revert "JGitMetricModule: Replace anonymous Supplier instances with method references"
by Matthias Sohn
· 5 years ago
3cbb2c9
Merge "Set Elastic/Lucene test deps log to WARN log level" into stable-2.16
by David Pursehouse
· 5 years ago
91575b0
Set Elastic/Lucene test deps log to WARN log level
by Hamza Kaced
· 5 years ago
6b699f7
VersionedMetaData: Emit debug log after update has been committed
by David Pursehouse
· 5 years ago
ac9a6a8
VersionedMetaData: Trim message sent to log
by David Pursehouse
· 5 years ago
9cf54fd
ChangeIdHandler: Make assumption on number of query results explicit
by David Pursehouse
· 5 years ago
a1a50e7
ChangeIdHandler: Remove unnecessary 'final' modifiers
by David Pursehouse
· 5 years ago
99ed135
ChangeQueryBuilder: Rename status_open to statusOpen
by David Pursehouse
· 5 years ago
5c04d43
ChangeQueryBuilder: Rename is_visible to isVisible
by David Pursehouse
· 5 years ago
9b007de
Merge changes from topic "json-logging" into stable-2.16
by David Pursehouse
· 5 years ago
fabe35e
Extract duplicated code of {Ssh|Http}LogJsonLayout
by Thomas Draebing
· 5 years ago
6930b21
Add option to log SSH events in JSON format
by Thomas Draebing
· 5 years ago
ffc70d1
Remove duplicated constants storing key names of Ssh logs
by Thomas Draebing
· 5 years ago
b9194d6
Add option to log HTTP logging events in JSON format
by Thomas Draebing
· 5 years ago
f34572e
CacheMetrics: Make F_NAME a final constant in class scope
by David Pursehouse
· 5 years ago
d305f84
Fix more cases where Collection.isEmpty() should be used
by David Pursehouse
· 5 years ago
e109b86
Use Set instead of EnumSet in method signatures
by David Pursehouse
· 5 years ago
4371b0c
Replace negation of anyMatch() with noneMatch()
by David Pursehouse
· 5 years ago
44cfba3
AllExternalIds: Replace lambdas with method references
by David Pursehouse
· 5 years ago
4fc309d
PostReview: Replace filter and findFirst with anyMatch
by David Pursehouse
· 5 years ago
7d4152c
XContentBuilder: Use UTF_8 from Java's StandardCharsets rather than Guava
by David Pursehouse
· 5 years ago
583f612
QueryDocumentationExecutor: Make WEIGHTS final and use ImmutableMap
by David Pursehouse
· 5 years ago
d66a378
BooleanProjectConfigTransformations: Make MAPPER final
by David Pursehouse
· 5 years ago
424e42c
TestSubmitRuleInfo: Make INSTANCE final
by David Pursehouse
· 5 years ago
966993c
TrackingFootersProvider: Make constants final
by David Pursehouse
· 5 years ago
dce9a2c
ChangeCleanupConfig: Make constants final
by David Pursehouse
· 5 years ago
e4755a3
SetParent: Simplify lambda expression
by David Pursehouse
· 5 years ago
99626c1
ProjectsConsistencyChecker: Simplify lambda expression
by David Pursehouse
· 5 years ago
d6eb1c2
Remove redundant null checks used with "instanceof"
by David Pursehouse
· 5 years ago
b715bb8
Remove unnecessary array creation for varargs parameters
by David Pursehouse
· 5 years ago
d77a118
Remove redundant parentheses in lambda statements
by David Pursehouse
· 5 years ago
b1a42fe
GitwebServlet: Rename bufferSize to BUFFER_SIZE and make static
by David Pursehouse
· 5 years ago
4d429ef
GetPatch: Make FILE_NOT_FOUND static
by David Pursehouse
· 5 years ago
74132a9
DeleteZombieCommentsRefs: Make constants static
by David Pursehouse
· 5 years ago
6334dba
AbstractNotificationTest: Make constants static and rename
by David Pursehouse
· 5 years ago
a38db71
TabFile: Make TRIM final
by David Pursehouse
· 5 years ago
00ee6d3
Remove redundant calls to toString()
by David Pursehouse
· 5 years ago
9a3f466
OpenIdServiceImpl: Fix incorrect null comparison of Optional
by David Pursehouse
· 5 years ago
956e85e
Consistently use isEmpty to check for empty collection
by David Pursehouse
· 5 years ago
89e61ef
PageLinks: Reuse ADMIN_PROJECTS constant
by David Pursehouse
· 5 years ago
285953b
PageLinks: Fix typo in method name
by David Pursehouse
· 5 years ago
892e8e2
FlushCaches: Use isEmpty to check for empty list
by David Pursehouse
· 5 years ago
9ec9fee
JGitMetricModule: Replace anonymous Supplier instances with method references
by David Pursehouse
· 5 years ago
5f86b50
Adapt to deprecation of WindowCacheStats methods in JGit
by David Pursehouse
· 5 years ago
e49bebb
Merge "Use Flogger instead of System.out.println in DeleteZombieCommentsRefs" into stable-2.16
by Youssef Elghareeb
· 5 years ago
a4655f2
Use Flogger instead of System.out.println in DeleteZombieCommentsRefs
by Youssef Elghareeb
· 5 years ago
5b9de1c
Add sendemail.denyrcpt functionality
by Rikard Almgren
· 6 years ago
a4b0aa2
Bazel: Move runtime dependencies only from deps to runtime_deps
by David Ostrovsky
· 5 years ago
29a8bbd
Merge "Bazel: Remove superfluous dependencies flagged by unused_deps" into stable-2.16
by David Pursehouse
· 5 years ago
edd57a2
Error Prone: Enable and fix OperatorPrecedence
by Dave Borowitz
· 6 years ago
2cd5b74
Bazel: Remove superfluous dependencies flagged by unused_deps
by David Ostrovsky
· 6 years ago
17ef127
GerritBaseTests: Activate test logging
by David Ostrovsky
· 5 years ago
54a7c90
Allow to control the Gerrit log level for running tests from system var
by Edwin Kempin
· 5 years ago
47f9ac4
Revert "Acceptance: set log threshold level for tests"
by David Ostrovsky
· 5 years ago
bc37e83
Reduce log level for tests to INFO
by Edwin Kempin
· 5 years ago
3c953ac
Merge "Add Jetty connection metrics" into stable-2.16
by David Pursehouse
· 5 years ago
baa006b
Add Jetty connection metrics
by Matthias Sohn
· 5 years ago
028a01d
Add additional JGit WindowCache metrics
by Matthias Sohn
· 5 years ago
32f2566
BucketedCallback: fix prune() to remove unset sub-metrics from registry
by Matthias Sohn
· 5 years ago
e9ab0e6
Merge "Modify draft ref updates commits to point to an empty parent" into stable-2.16
by Youssef Elghareeb
· 5 years ago
Next »