Sign in
gerrit
/
gerrit.git
/
5909e5e9c175d42547d9b6f76807e288026b306f
/
java
/
com
/
google
/
gerrit
/
server
/
project
5874cfd
Merge branch 'stable-2.16' into stable-3.0
by David Pursehouse
· 6 years ago
658978f
ProjectConfig: Add @UsedAt annotation
by David Pursehouse
· 6 years ago
8c9a473
Merge branch 'stable-2.15' into stable-2.16
by David Pursehouse
· 6 years ago
726b4cc
Merge branch 'stable-2.16' into stable-3.0
by David Pursehouse
· 7 years ago
31c8240
Merge branch 'stable-2.15' into stable-2.16
by David Pursehouse
· 7 years ago
84114c9
Merge branch 'stable-2.16' into stable-3.0
by David Pursehouse
· 7 years ago
34a6e23
Merge branch 'stable-2.15' into stable-2.16
by David Pursehouse
· 7 years ago
0d8c6d4
Merge branch 'stable-2.16' into stable-3.0
by David Pursehouse
· 7 years ago
2d6e438
Merge branch 'stable-2.15' into stable-2.16
by Antonio Barone
· 7 years ago
690191b
Merge branch 'stable-2.16' into stable-3.0
by David Pursehouse
· 7 years ago
4dde1ff
Online index upgrade: skip submit rules for closed changes
by Luca Milanesio
· 7 years ago
3fd35ac
Stop treating StorageException like it's checked
by Dave Borowitz
· 7 years ago
bd856a4
Remove StorageException from throws clauses
by Dave Borowitz
· 7 years ago
62f32fc
Rename OrmException to StorageException and move to exceptions package
by Dave Borowitz
· 7 years ago
9dd73c8
Rename common.errors package to exceptions
by Dave Borowitz
· 7 years ago
afeaf5c
AccessSection: stop inheritting from RefConfigSection
by Changcheng Xiao
· 7 years ago
9217534
Merge branch 'stable-2.16'
by David Pursehouse
· 7 years ago
7a51987
Merge branch 'stable-2.15' into stable-2.16
by David Pursehouse
· 7 years ago
d81c497
Merge "Teach PermissionBackend to accept plugin defined project permission"
by xchangcheng
· 7 years ago
a6dab52
Merge "Remove remnants of project-specific themes support"
by David Pursehouse
· 7 years ago
fd1f18e
Teach PermissionBackend to accept plugin defined project permission
by Changcheng Xiao
· 7 years ago
8673c3b
Allow plugins to declare project permissions
by Changcheng Xiao
· 7 years ago
3fbdf98
Remove remnants of project-specific themes support
by David Pursehouse
· 7 years ago
08672c3
Merge branch 'stable-2.16'
by David Pursehouse
· 7 years ago
27daa2c
Adjust more classes to inject UrlFormatter via DynamicItem
by David Pursehouse
· 7 years ago
d57ee77
Move UsedAt to common package
by Dave Borowitz
· 7 years ago
4c58e10
Change: Add helper methods to check change state
by David Pursehouse
· 7 years ago
a4184cc
Mark #hasLegacyPermissions with @UsedAt google
by Changcheng Xiao
· 7 years ago
e6cf33d
Cleanup: Use method references instead of lambdas
by Jonathan Nieder
· 7 years ago
24ee10a
Merge "Add a --no-limit option to the ssh and rest query commands"
by Martin Fick
· 7 years ago
08ab417
Merge branch 'stable-2.16'
by Paladox
· 7 years ago
4cf34d9
Don't filter tags separately for internal reachability check
by Patrick Hiesel
· 7 years ago
6b7c8ab
Exclude change refs from reachability check if changes already checked
by Patrick Hiesel
· 7 years ago
ede7366
Merge branch 'stable-2.15' into stable-2.16
by Paladox
· 7 years ago
b186cd7
Add a --no-limit option to the ssh and rest query commands
by Martin Fick
· 7 years ago
db47370
Consistently don't import Id/Key/NameKey/Entry types
by Dave Borowitz
· 7 years ago
7f2666d
CreateRefControl: add advice in the AuthException
by Han-Wen Nienhuys
· 7 years ago
72458dc
CommitsCollection: Avoid Repository#getAllRefs
by Dave Borowitz
· 7 years ago
7888deb
Use <> operator where possible
by Dave Borowitz
· 7 years ago
4e4cdfe
Replace anonymous classes with lambdas
by Dave Borowitz
· 7 years ago
185a5d8
Merge branch 'stable-2.16'
by David Pursehouse
· 7 years ago
f86cc5e
Bazel: Fix testonly values in BUILD and .bzl files
by David Pursehouse
· 7 years ago
3d54a41
Remove ReviewDb from PermissionBackend hierarchy
by Dave Borowitz
· 7 years ago
77a06a0
ProjectConfig: Store commentlinks in a map rather than a list
by David Pursehouse
· 7 years ago
d4fdc93
Support reading default project.config for All-Projects from etc
by Dave Borowitz
· 7 years ago
34a216e
ProjectCreator: split core functionality out of REST handler
by Han-Wen Nienhuys
· 7 years ago
7dcf1d6
Merge branch 'stable-2.16'
by David Pursehouse
· 7 years ago
31300d7
Don't use List in GerritConfigListener API
by Rikard Almgren
· 7 years ago
d386c4a
ContributorAgreementsChecker: Use Java's Objects.requireNonNull
by David Pursehouse
· 7 years ago
1b1ae03
Initialize CreateProjectArgs#rejectEmptyCommit in ctor
by Han-Wen Nienhuys
· 7 years ago
0ff5bce
Refactor ProjectConfig constructors to live in a Factory
by Dave Borowitz
· 7 years ago
8e07cf6
Add metric to measure latency for guessing relevant groups
by Edwin Kempin
· 7 years ago
9fdbe31
Use "Project.NameKey" instead of "NameKey"
by Changcheng Xiao
· 7 years ago
c48da97
Add project scope feature to contributor-agreement enforcement.
by Bob Badour
· 7 years ago
78ac8a2
RemoveReviewerControl: Allow to remove self from abandoned change
by David Pursehouse
· 7 years ago
4d31369
Merge changes Ib4c5c2a7,I03c75305,Iab41d005
by Dave Borowitz
· 8 years ago
3dcfa78
Log time that is spent on loading cache entries
by Edwin Kempin
· 8 years ago
c854562
Merge "TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit"
by David Pursehouse
· 8 years ago
5eb0219
Set logging tag with plugin name on invocation of extension point
by Edwin Kempin
· 8 years ago
fc5e663
Merge "UrlFormatter: add new interface"
by Dave Borowitz
· 8 years ago
b6fa44f
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
e8f707d
TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit
by David Pursehouse
· 8 years ago
3d83230
UrlFormatter: add new interface
by Han-Wen Nienhuys
· 8 years ago
f71bafe
Instrument two possibly long-running access computations
by Patrick Hiesel
· 8 years ago
a781c60
Merge "Merge branch 'stable-2.15'"
by Alice Kober-Sotzek
· 8 years ago
7f04237
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
f59c09b
Fix copying of LoggingContext to background threads
by Edwin Kempin
· 8 years ago
f735b88
Merge "Add config and rule to ignore self approval on labels"
by Patrick Hiesel
· 8 years ago
12c87c7
Add config and rule to ignore self approval on labels
by Patrick Hiesel
· 8 years ago
6724990
Avoid Collections#sort
by Dave Borowitz
· 8 years ago
a077284
ProjectConfig: Use streams for saveNotifySections
by Dave Borowitz
· 8 years ago
3055e99
Add debug logs for cache evictions that show up in trace
by Edwin Kempin
· 8 years ago
0d24824
Merge "Write debug log that shows up in trace when meta data file is read/saved"
by Edwin Kempin
· 8 years ago
8f26af1
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
5b2f0d4
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
7759d02
Merge "Add REST endpoint to check for auto-closeable changes in a project"
by Dave Borowitz
· 8 years ago
3aa1e6c
Merge "Merge branch 'stable-2.15'"
by David Pursehouse
· 8 years ago
3ceb50d
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
6b4d94b
Write debug log that shows up in trace when meta data file is read/saved
by Edwin Kempin
· 8 years ago
944cd40
Add debug log that shows up in trace whenever CacheLoader#load is invoked
by Edwin Kempin
· 8 years ago
aa9629d
Support copying logging context to background threads
by Edwin Kempin
· 8 years ago
bf9df39
Add REST endpoint to check for auto-closeable changes in a project
by Edwin Kempin
· 8 years ago
8d91464
Fix NPE in ProjectCacheImpl
by Patrick Hiesel
· 8 years ago
c68d187
ProjectState: Remind myself that themes are going away
by Dave Borowitz
· 8 years ago
4610fca
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
3b2b62b
Add ref_states to ProjectFields
by Patrick Hiesel
· 8 years ago
7f1c017
Merge "Split off mail data processing out of server package"
by Han-Wen Nienhuys
· 8 years ago
4a7cac6
ProjectConfig: Remove unused resolve(AccountGroup) method
by Edwin Kempin
· 8 years ago
50dd94e
Split off mail data processing out of server package
by Han-Wen Nienhuys
· 8 years ago
c12ddc3
Provide a nicer error message for CLA failure
by Han-Wen Nienhuys
· 8 years ago
51b5df3
Clean up callers of ProjectState#getLabelTypes by removing 'user' as arg
by Patrick Hiesel
· 8 years ago
7e50ec9
Do not evaluate ${username} and ${shardeduserid} in LabelTypes
by Patrick Hiesel
· 8 years ago
55e317c
Permission: Don't hand out the modifyable rules list to callers
by Edwin Kempin
· 8 years ago
f717f06
Fix trivial usages of deprecated RefDatabase.getRefs method
by David Pursehouse
· 8 years ago
0bfe395
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
af864a0
Reformat all Java files with google-java-format 1.6
by David Pursehouse
· 8 years ago
a655fe0
Migrate server classes to Flogger
by Edwin Kempin
· 8 years ago
b564a52
Merge branch 'stable-2.15'
by David Pursehouse
· 8 years ago
609f982
Replace all lambdas with method references, when possible
by Maxime Guerreiro
· 8 years ago
346a204
Move PrologEnvironment creation out of ProjectState
by Dave Borowitz
· 8 years ago
Next »