Sign in
gerrit
/
gerrit
/
f70c20a8f96bce574da16ea6c265f88bc797f5aa
/
gerrit-server
f70c20a
Add a custom JSON deserializer for ChangeEvents
by Martin Fick
· 10 years ago
0aef6f1
Add EventTypes class registering all stream event types
by Martin Fick
· 10 years ago
28a21de
Make SchemaVersion#guessVersion(Class) public again
by Edwin Kempin
· 10 years ago
67eed04
Merge "Add retry logic for lock failure when deleting a branch"
by Edwin Kempin
· 10 years ago
7936d2f
Merge "Do not delete branches concurrently."
by Edwin Kempin
· 10 years ago
1c0ad3d
Merge "Add message to change created via cherry pick"
by Edwin Kempin
· 10 years ago
3ec69e5
Merge "Refactor adding message to source change in cherry pick"
by Edwin Kempin
· 10 years ago
36cc4c3
Merge "RFC: Enable Eclipse warning about fall-through cases in switch statements"
by Shawn Pearce
· 10 years ago
9adecb8
Merge "Remove uneeded variable assignment"
by Shawn Pearce
· 10 years ago
b6a0ab0
Merge changes from topic 'coverity_scan'
by Shawn Pearce
· 10 years ago
bc379e3
Merge "ChangeScreen: Allow to disable muting of common paths in file table"
by Shawn Pearce
· 10 years ago
a9dd4b7
Remove uneeded variable assignment
by Hugo Arès
· 10 years ago
648819a
Extract ChangeModifiedException out of PatchSetInserter to its own file
by David Pursehouse
· 10 years ago
62ee316
Add message to change created via cherry pick
by David Pursehouse
· 10 years ago
7adaa2c
Refactor adding message to source change in cherry pick
by David Pursehouse
· 10 years ago
a72ff87
Fix a resource leak
by Stefan Beller
· 10 years ago
9fdf1d4
Fix possible data race condition
by Stefan Beller
· 10 years ago
3695e7e
Fix: REST API projects endpoints do not correctly handle '.git' suffix
by David Pursehouse
· 10 years ago
3644469
Merge "CommentsIT: Add coverage of range values and file comments"
by Edwin Kempin
· 10 years ago
ce934c5
Merge "Fix comment range parsing for file comments in notedb"
by Edwin Kempin
· 10 years ago
27b1281
Use StringBuilder instead of concatenation in SubmoduleOp
by David Pursehouse
· 10 years ago
9bbffa7
RFC: Enable Eclipse warning about fall-through cases in switch statements
by David Pursehouse
· 10 years ago
d13b7f9
CommentsIT: Add coverage of range values and file comments
by David Pursehouse
· 10 years ago
b28b27b
Fix comment range parsing for file comments in notedb
by David Pursehouse
· 10 years ago
751441f
ChangeScreen: Allow to disable muting of common paths in file table
by David Pursehouse
· 10 years ago
2105d0b
Always return the same message when the draft workflow is disabled
by Edwin Kempin
· 10 years ago
a9692dc
Return '405 Method Not Allowed' from delete draft endpoints
by David Pursehouse
· 10 years ago
8431b55
Merge "Fix: REST API allows to create draft change when drafts are disabled"
by David Pursehouse
· 10 years ago
6f8beaa
Fix: REST API allows to create draft change when drafts are disabled
by David Pursehouse
· 10 years ago
4d6478a
Fix compilation broken by 875fc8e8
by Dave Borowitz
· 10 years ago
875fc8e
Revert changes to MergeOp to batch object inserts and ref updates
by Dave Borowitz
· 10 years ago
df99e12
Allow to publish draft patch sets even when `allowDrafts` is false
by David Pursehouse
· 10 years ago
ad84028
Merge "Improve LDAP login times, transfer 40x less data."
by Shawn Pearce
· 10 years ago
00a0f1e
MergeOp: Debug log in openBranch and validateChangeList
by Dave Borowitz
· 10 years ago
3ca14ac
MergeOp: Reload changes and double-check submitted status
by Dave Borowitz
· 10 years ago
0a8741d
MergeOp: Use Objects.equals when comparing branch tip
by Dave Borowitz
· 10 years ago
c5a971e
MergeOp: Include full BatchRefUpdate in update failure exception
by Dave Borowitz
· 10 years ago
f1c813a
Improve LDAP login times, transfer 40x less data.
by Saša Živkov
· 10 years ago
2f79f56
Clean up MergeException
by Dave Borowitz
· 10 years ago
5e5bfa0
Add retry logic for lock failure when deleting a branch
by Hugo Arès
· 10 years ago
ef8e320
Do not delete branches concurrently.
by Hugo Arès
· 10 years ago
49d01b9
Submit: use equals instead of != on Account.Ids
by Dave Borowitz
· 10 years ago
c20148c
Convert MergeOp to use BatchRefUpdate
by Dave Borowitz
· 10 years ago
b67addf
Merge branch 'stable-2.10'
by Saša Živkov
· 10 years ago
cb41013
Drop broken Schema migrations
by Saša Živkov
· 10 years ago
daf0c20
Merge changes from topic 'events'
by David Pursehouse
· 10 years ago
426f6d0
Merge "InlineEdit: Add support for diff web links"
by Edwin Kempin
· 10 years ago
9ea9c11
InlineEdit: Add support for diff web links
by David Ostrovsky
· 10 years ago
5c2728c
Merge "Reduce number of LDAP queries when having multiple accountBases"
by Edwin Kempin
· 10 years ago
4723ce3
Merge "Submit whole topic: Only consider open changes"
by Edwin Kempin
· 10 years ago
e61744b
Merge changes I47fe2eb9,Ifc6a64eb
by Edwin Kempin
· 10 years ago
7a722f7
Extensions GWT API: Align rule with package boundaries
by David Ostrovsky
· 10 years ago
6b0ee98
InlineEdit: Fix rendering edits in unified diff screen
by David Ostrovsky
· 10 years ago
4c72aea
Add more abstract events to the event hierarchy.
by Martin Fick
· 10 years ago
05dab6f
Submit whole topic: Only consider open changes
by Stefan Beller
· 10 years ago
96cfc19
Submit whole topic: Fix NPE in change screen when topic is not set
by David Pursehouse
· 10 years ago
93288f8
Submit whole topic: Only try to submit whole topic if topic is set
by David Pursehouse
· 10 years ago
5dea1c0
Defer object flushing when merging
by Dave Borowitz
· 12 years ago
8a8c753
Merge changes from topic 'auto-value'
by David Pursehouse
· 10 years ago
a2b7358
Add ChangeCache implementation to scan changes from git
by Dave Borowitz
· 10 years ago
eba2661
Convert some value classes to AutoValue
by Dave Borowitz
· 10 years ago
be09512d
Fix NPE when writing reflog for refs/meta/config changes
by David Pursehouse
· 10 years ago
1dee726
Merge "Write reflog for refs/meta/config changes"
by Saša Živkov
· 10 years ago
654fcad
Merge "Include merge result commit in change-merged stream-event"
by David Pursehouse
· 10 years ago
ecf13a1
Merge "Fix setting draft status of created changes"
by Edwin Kempin
· 10 years ago
fa0a744
Merge "InlineEdit: Extend POST changes/<id>/edit endpoint to rename files"
by Edwin Kempin
· 10 years ago
c692134
Fix setting draft status of created changes
by David Pursehouse
· 10 years ago
447f723
Merge "Remove unnecessary 'final' modifiers in AccountManager"
by Edwin Kempin
· 10 years ago
1bf7026
Organize imports
by David Pursehouse
· 10 years ago
d79f494
Remove deprecated "/message" endpoint
by David Pursehouse
· 10 years ago
91a3025
Rename Publish to PublishDraftPatchSet
by David Pursehouse
· 10 years ago
de176c3
Rename comment-related classes to reduce confusion
by David Pursehouse
· 10 years ago
a00c953
InlineEdit: Extend POST changes/<id>/edit endpoint to rename files
by David Ostrovsky
· 10 years ago
b9d81d9
Remove unnecessary 'final' modifiers in AccountManager
by David Pursehouse
· 10 years ago
2d142b1
Fix exception handling when trying to parse an edit as anonymous user
by Edwin Kempin
· 10 years ago
1ad63ef
Submit the whole topic if atomic topics is enabled
by Stefan Beller
· 10 years ago
ec65f84
Change label and tooltip of submit button if submitting atomic topics
by Stefan Beller
· 10 years ago
126c225
Reduce number of LDAP queries when having multiple accountBases
by Saša Živkov
· 10 years ago
5b5cad6
Write reflog for refs/meta/config changes
by Edwin Kempin
· 10 years ago
72f19cf
InlineEdit: Add method for renaming files in change edit
by David Ostrovsky
· 10 years ago
0df53ff
Make IndexConfig an @AutoValue
by Dave Borowitz
· 10 years ago
b4de292
Add index configuration to specify maximum possible limit
by Dave Borowitz
· 10 years ago
9686cf2
Include merge result commit in change-merged stream-event
by Sven Selberg
· 10 years ago
959aec4
Remove unused imports
by Edwin Kempin
· 10 years ago
e216199
Merge "Fix LDAP connection pool configuration."
by Edwin Kempin
· 10 years ago
68e7fe6
Merge "Honor ldap.connectTimeout also without connection pooling"
by Edwin Kempin
· 10 years ago
5049f51
Fix LDAP connection pool configuration.
by Saša Živkov
· 10 years ago
303701a
Honor ldap.connectTimeout also without connection pooling
by Saša Živkov
· 10 years ago
64a436d
Changes API: Add methods to suggest reviewers
by Thomas Forrer
· 11 years ago
a066f02
Refactor LabelId out of PatchSetApprovals
by David Ostrovsky
· 10 years ago
abc1296
Make "My Drafts" limited to own drafts
by David Pursehouse
· 10 years ago
6d3411f
Make merge failure error messages consistent
by David Pursehouse
· 10 years ago
e4e8315
Remove leftover Change indexes and open field
by Dave Borowitz
· 10 years ago
f9c88308
Remove ChangeAccess.byKey and byKeyRange
by Dave Borowitz
· 10 years ago
dfc07f6
Replace most ChangeAccess queries with searches
by Dave Borowitz
· 10 years ago
3cbb9d9
Fix all ChangeFields to properly handle null values
by Dave Borowitz
· 10 years ago
d0a27b4
Move submission to database to its own private function
by Stefan Beller
· 10 years ago
36934dc
Remove old change screen
by David Ostrovsky
· 12 years ago
c09bad2
Remove unused imports and unused Provider<ReviewDb>
by David Pursehouse
· 10 years ago
fd65719
Merge changes from topic 'cleanup'
by Dave Borowitz
· 10 years ago
Next »