Sign in
gerrit
/
gerrit
/
4a33cfd090c9a540971605ef327294fb68381f1e
/
gerrit-server
4a33cfd
Merge "Don't fail on account update if the user branch is missing"
by Dave Borowitz
· 8 years ago
f027ca6
Don't fail on account update if the user branch is missing
by Edwin Kempin
· 8 years ago
b771e8d
Merge changes I9adc5b4d,Ide2b9025
by Edwin Kempin
· 8 years ago
66d61a5
MergeOp: Give slightly more helpful generic error messages
by Dave Borowitz
· 8 years ago
55ff087
Merge changes I09cfc058,I5d0847c2
by Dave Borowitz
· 8 years ago
f549069
Use Truth.assertWithMessage instead of Truth.assert_().withMessage
by Edwin Kempin
· 8 years ago
b7f6c9d
Format Java files with google-java-format
by David Ostrovsky
· 8 years ago
da65bcc
Use quoted-printable for SMTP transfer encoding
by Wyatt Allen
· 8 years ago
54abd03
Refactor email rendering of SMTP sender
by Wyatt Allen
· 8 years ago
46457b7
Merge "Add ability to modify workInProgress to PostReview"
by Logan Hanks
· 8 years ago
7540c21
Merge "Make sure TAG_UPLOADED_WIP_PATCH_SET is used"
by Logan Hanks
· 8 years ago
720257c
Merge "Add WIP awareness to PutMessage notifications"
by Logan Hanks
· 8 years ago
530cefa
Write account.config for initial admin user
by Edwin Kempin
· 8 years ago
e86e4d3
Don't set force update when creating user branches
by Edwin Kempin
· 8 years ago
66b5052
Upgrade Truth to 0.34
by Dave Borowitz
· 8 years ago
4b25437
Make sure TAG_UPLOADED_WIP_PATCH_SET is used
by Logan Hanks
· 8 years ago
0b55a0c
Only read author's refs/draft-comments/ ref during PUT/DELETE
by Shawn Pearce
· 8 years ago
7c2d987
VersionedMetaData: Release RevWalk after loading is done
by Edwin Kempin
· 8 years ago
072f2d4
Merge "Let cherrypick API optionally preserve reviewers/ccs"
by Edwin Kempin
· 8 years ago
54bc983
Let cherrypick API optionally preserve reviewers/ccs
by Aaron Gable
· 8 years ago
c186ed8
MailTransferException: Add missing serialVersionUID
by Dave Borowitz
· 8 years ago
686e19f
MailProcessor: Remove unused throws clause
by Dave Borowitz
· 8 years ago
0f885aa
RawMailParser: Fix malformed Javadoc
by Dave Borowitz
· 8 years ago
53c3601
Add ability to modify workInProgress to PostReview
by Logan Hanks
· 8 years ago
a1e68dc
Add WIP awareness to PutMessage notifications
by Logan Hanks
· 8 years ago
ea24478
Merge "Add user ID to "prohibited by Gerrit" messages."
by Dave Borowitz
· 8 years ago
e99188f
Reject %wip/%ready from non-owners of change
by Logan Hanks
· 8 years ago
1f5795b
Add user ID to "prohibited by Gerrit" messages.
by Han-Wen Nienhuys
· 8 years ago
806a950
Merge "Split MailProcessor#process and Op#updateChange"
by Edwin Kempin
· 8 years ago
4562a0a
Throw Exceptions instead of logging and returning in MailReceivers
by Patrick Hiesel
· 8 years ago
b4f51d3
Merge "Improve JavaDoc in inbound emails"
by David Pursehouse
· 8 years ago
e32d0c9
Split MailProcessor#process and Op#updateChange
by Patrick Hiesel
· 8 years ago
abca903
Improve JavaDoc in inbound emails
by Patrick Hiesel
· 8 years ago
8be599a
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
8803103
LocalUsernamesToLowerCase: Reindex accounts after updating external IDs
by Edwin Kempin
· 8 years ago
813e84f
Merge "Add a private constructor to static mail classes"
by David Pursehouse
· 8 years ago
df9391e
Merge "Add more test coverage for ListFiles"
by David Pursehouse
· 8 years ago
87938bf
MetaDataUpdate: Fix example code
by Edwin Kempin
· 8 years ago
d0fff4d
Add a private constructor to static mail classes
by Patrick Hiesel
· 8 years ago
e74ecf8
Merge "MetaDataUpdate: Fix example code"
by Edwin Kempin
· 8 years ago
ac5d9c0
Add more test coverage for ListFiles
by Changcheng Xiao
· 8 years ago
d7c99b9
MetaDataUpdate: Fix example code
by Edwin Kempin
· 8 years ago
8469d5e
ListTags: Remove unused changeCache
by Edwin Kempin
· 8 years ago
1da71ba
Merge "AccountManager: Allow unlinking of several external IDs at once"
by Edwin Kempin
· 8 years ago
d0e4546
Merge "AccountDetailInfo: Include flag if account is inactive"
by Edwin Kempin
· 8 years ago
0bfd454
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
34da15c
Add support for tag web links
by Paladox none
· 8 years ago
19f9f92
Simplify @ReceiveCommitsExecutor to ExecutorService
by Shawn Pearce
· 8 years ago
5bec387
Merge "Allow project owners to update project configuration"
by Edwin Kempin
· 8 years ago
433e1a9
Add support for tag web links
by Paladox none
· 8 years ago
0481700
Merge "Optimize BranchesCollection.parse for large repositories"
by Shawn Pearce
· 8 years ago
41c3620
Optimize BranchesCollection.parse for large repositories
by Shawn Pearce
· 8 years ago
228e52d
Merge "Remove unused public method."
by David Ostrovsky
· 8 years ago
2c147cc
Merge "Rename CapabilityControl to AccountLimits"
by David Pursehouse
· 8 years ago
04bd0a0
Remove unused public method.
by Han-Wen Nienhuys
· 8 years ago
7281d35
Allow project owners to update project configuration
by Changcheng Xiao
· 8 years ago
ec41e63
Merge "Pass RevWalk from BatchUpdate Context to ApprovalCopier"
by Dave Borowitz
· 8 years ago
147089b
Test that blocking approval for change owners on parent works
by Edwin Kempin
· 8 years ago
26aec0d
Pass RevWalk from BatchUpdate Context to ApprovalCopier
by Dave Borowitz
· 8 years ago
a1e074f
Merge changes Ia54a797e,I5e049e01,I094324e4,I3a2c08ea,I11ac38d7
by David Pursehouse
· 8 years ago
6c4b5df
ChangeNotes: Avoid noisy warnings on stray patch set refs
by Dave Borowitz
· 8 years ago
10d3d3b
AccountManager: Allow unlinking of several external IDs at once
by Edwin Kempin
· 8 years ago
fbb4a9c
NoteDbMigrator: Skip changes where the repo doesn't exist
by Dave Borowitz
· 8 years ago
4f264dc
Don't use transactions for GwtormChangeBundleReader
by Dave Borowitz
· 8 years ago
e0a93d9
Fail reindexing more silently on shutdown
by Dave Borowitz
· 8 years ago
ecff922
AllChangesIndexer: Clarify behavior of repo size estimation
by Dave Borowitz
· 8 years ago
e15386a
AllChangesIndexer: Clarify ProjectHolder fields
by Dave Borowitz
· 8 years ago
95cdae9
AllChangesIndexer: Make indexAll helper method private
by Dave Borowitz
· 8 years ago
6b7b075
AllChangesIndexer: Remove unnecessary (in Java 8) finals
by Dave Borowitz
· 8 years ago
e3b4760
Add progress monitor for migrating accounts to NoteDb
by Dave Borowitz
· 8 years ago
ee59afd
Rename CapabilityControl to AccountLimits
by Shawn Pearce
· 8 years ago
8800928
Merge "Move capability evaluation to DefaultPermissionBackend"
by David Pursehouse
· 8 years ago
58f6a7e
AccountDetailInfo: Include flag if account is inactive
by Edwin Kempin
· 8 years ago
30446b1
Merge changes from topic 'notedb-accounts-1'
by Edwin Kempin
· 8 years ago
8c9eac9
Merge changes from topic 'sequence-metric'
by Edwin Kempin
· 8 years ago
4e81176
Merge "NoteDbMigrator: Avoid excessively reopening db in same thread"
by Edwin Kempin
· 8 years ago
e339967
Merge "Support online NoteDb migration via config option"
by Edwin Kempin
· 8 years ago
55305fe
Merge "Merge branch 'stable-2.14'"
by David Pursehouse
· 8 years ago
80fba94
Add latency metric to Sequences
by Dave Borowitz
· 8 years ago
d41fc8e
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
f714099
Merge changes from topic 'delete-refs' into stable-2.14
by Edwin Kempin
· 8 years ago
ad3d6c1
Changes can't be found when project name matches Change-Id pattern
by David Pursehouse
· 8 years ago
bfea618
DeleteBranch{es}: Fix deletion of branch without refs/heads/ prefix
by David Pursehouse
· 8 years ago
de77fca
NoteDbMigrator: Avoid excessively reopening db in same thread
by Dave Borowitz
· 8 years ago
5074d19
Support online NoteDb migration via config option
by Dave Borowitz
· 8 years ago
ee3b8d6
Support online NoteDb migration with a flag to Daemon
by Dave Borowitz
· 8 years ago
a431b30
Sequences: Push @SuppressWarnings down to call sites
by Dave Borowitz
· 8 years ago
a9c6832
Add test for online index schema migration
by Dave Borowitz
· 8 years ago
ab646cb
Merge "Automatically set patch description for message edits"
by Dave Borowitz
· 8 years ago
b26d935
Merge "Fix PluginConfig.setGroupReference method"
by Hugo Arès
· 8 years ago
b1f59bb
AccountsUpdate: Rename atomicUpdate to update
by Edwin Kempin
· 8 years ago
21eaaa6
AccountsUpdate: Rename update method to replace
by Edwin Kempin
· 8 years ago
d8c24c6
Always update accounts atomically
by Edwin Kempin
· 8 years ago
e7e9fbb
Migrate accounts to NoteDb (part 2)
by Edwin Kempin
· 8 years ago
8c9f329
Disallow updates to account.config by direct push or submit
by Edwin Kempin
· 8 years ago
a80101b
Migrate accounts to NoteDb (part 1)
by Edwin Kempin
· 8 years ago
89e4ea8
Let AccountsUpdate#insert create the Account instance
by Edwin Kempin
· 8 years ago
affe0b3
AccountsUpdate: Remove upsert method
by Edwin Kempin
· 8 years ago
1363061b
Format all files with google-java-format
by Dave Borowitz
· 8 years ago
160f015
Provide more feedback for 'prohibited by Gerrit'.
by Han-Wen Nienhuys
· 8 years ago
Next »