Sign in
gerrit
/
gerrit
/
0309b790b4009bc374b49ecacec38eb3a5d75166
0309b79
Merge "Remove file: warning about searches"
by Shawn Pearce
· 12 years ago
23ab30d
Merge "Document the comment: search operator"
by Shawn Pearce
· 12 years ago
8820b34
Avoid unnecessary copy of query match list
by Jonathan Nieder
· 12 years ago
569f8dc
Run parallel queries asynchronously
by Shawn Pearce
· 12 years ago
e59f682
Remove file: warning about searches
by Shawn Pearce
· 12 years ago
3ffbd1b
Document the comment: search operator
by Shawn Pearce
· 12 years ago
44a6a5a
Index changes after PostReviewers
by Dave Borowitz
· 12 years ago
8828458
Try harder to choose index queries as a data source
by Dave Borowitz
· 12 years ago
2bd1cb1
Merge "Add an event for project deletion"
by Saša Živkov
· 12 years ago
902b39d
Add an event for project deletion
by Edwin Kempin
· 12 years ago
9aaf3d1
Revert "Make SubmitRecord.Label's fields @Columns"
by Dave Borowitz
· 12 years ago
b82c9bf
Merge "Store PatchSetApprovals instead of labels in the index"
by Dave Borowitz
· 12 years ago
ac990d8
Log exception stack trace when project watch evaluation fails
by Dave Borowitz
· 12 years ago
dc31f10
Don't rewrite queries when filtering project watches
by Dave Borowitz
· 12 years ago
24b14d5
Store PatchSetApprovals instead of labels in the index
by Dave Borowitz
· 12 years ago
cce486f
Merge "Add link to Buck documentation to documentation index"
by Shawn Pearce
· 12 years ago
c2d6509
Merge "Fix NPE if user is null"
by Shawn Pearce
· 12 years ago
709f2db
Protect Gerrit against bad plugins
by Edwin Kempin
· 12 years ago
6f1ece7
Fix NPE if user is null
by Edwin Kempin
· 12 years ago
1f1e0ca
Merge "Add syntax highlighting for source code examples in documentation"
by Edwin Kempin
· 12 years ago
255ffc7
Add link to Buck documentation to documentation index
by Edwin Kempin
· 12 years ago
06f92f7
Limit retrying of submitted changes to 12 hours
by Shawn Pearce
· 12 years ago
7eb8b83
Merge "Remove unused download scheme for Anonymous SSH"
by Shawn Pearce
· 12 years ago
1eda819
Abandon any open changes if a project has been removed
by Shawn Pearce
· 12 years ago
94c8e1d
Merge "Move ReceiveCommits.advertiseHistory into hook"
by Shawn Pearce
· 12 years ago
a38375f
Remove unused download scheme for Anonymous SSH
by Edwin Kempin
· 12 years ago
db8fdad
Move ReceiveCommits.advertiseHistory into hook
by Shawn Pearce
· 12 years ago
05b254f
Render JSON results for the change table only using the index
by Dave Borowitz
· 12 years ago
2474f21
Add dependency on the Google protocol buffer library
by Dave Borowitz
· 12 years ago
6ce0139
Extract part of GerritGlobalModule into AuthModule
by Dave Borowitz
· 12 years ago
0690b1e
Split out REST parts of PluginModule into PluginRestApiModule
by Dave Borowitz
· 12 years ago
50a7a3a
Make SubmitRecord.Label's fields @Columns
by Dave Borowitz
· 12 years ago
1ecac16
Fix typos in stream-events documentation
by David Pursehouse
· 12 years ago
7967012
Merge changes I7bf5e2be,Ic19c3242,I972c004d,If8acbe43
by Shawn Pearce
· 12 years ago
536c754
Run dashboard queries in parallel
by Shawn Pearce
· 12 years ago
a1acced
Load user's starred changes async to query
by Shawn Pearce
· 12 years ago
26beef8
Load reviewed information in parallel
by Shawn Pearce
· 12 years ago
414c5ff
Require REVIEWED option to retrieve reviewed flag from /changes/
by Shawn Pearce
· 12 years ago
261b2f0
Use new cached URL for Diffy logo on releases page
by Dave Borowitz
· 12 years ago
8ccd922
Merge "Fix: Plugins implementing LifecycleListener cannot use auto registration"
by Edwin Kempin
· 12 years ago
68153d7
Add syntax highlighting for source code examples in documentation
by David Pursehouse
· 12 years ago
9b554f8
Merge changes Ib4cb4207,I64b967c9
by Shawn Pearce
· 12 years ago
21bc2b2
ChangeIndex: Fix outdated javadoc
by Dave Borowitz
· 12 years ago
d9a6178
Avoid opening the branch twice during submit
by Shawn Pearce
· 12 years ago
4115ab2
Merge "Clean up old Maven to Buck switch criteria"
by Shawn Pearce
· 12 years ago
9aa9d98
Fix potential race in MergeOp caused by two reads
by Shawn Pearce
· 12 years ago
7e366b9
Merge "Add 'R' to reload/refresh search results"
by Shawn Pearce
· 12 years ago
5671881
Add 'R' to reload/refresh search results
by Shawn Pearce
· 12 years ago
3a46509
Clean up old Maven to Buck switch criteria
by David Ostrovsky
· 12 years ago
fd889d9
Don't create empty cherry-picks
by Shawn Pearce
· 12 years ago
2b71f45
Merge "Switch from asciidoc to asciidoctor"
by Shawn Pearce
· 12 years ago
90a9c10
Buck: Document how to build the documentation
by David Pursehouse
· 12 years ago
811e603
Buck: Document how to build the Gerrit Release WAR
by David Ostrovsky
· 12 years ago
cb16623
Split ref pattern matching functionality out of SectionMatcher
by Bruce Zu
· 12 years ago
1bfb51d
Switch from asciidoc to asciidoctor
by Yuxuan 'fishy' Wang
· 12 years ago
eb952c1
Correct import of io.ByteStreams in StaticServlet
by Shawn Pearce
· 12 years ago
09b54dc
Allow caching static/ resources for 15 minutes with validation
by Shawn Pearce
· 12 years ago
c6f734a
Merge "Use ETag and cacheable URLs for static/* resources"
by Shawn Pearce
· 12 years ago
bf15ebc
Merge changes I36184fee,I3429f966
by Shawn Pearce
· 12 years ago
dc08c89
Use ETag and cacheable URLs for static/* resources
by Shawn Pearce
· 12 years ago
5691035
Fix documentation dependencies for included files
by Shawn Pearce
· 12 years ago
54150f7
Refactor documentation build rules to expose attributes
by Shawn Pearce
· 12 years ago
462e5f3
Fix integration test for garbage collection via SSH
by Edwin Kempin
· 12 years ago
0699059
Fix: Plugins implementing LifecycleListener cannot use auto registration
by David Pursehouse
· 12 years ago
409b816
Remove unused imports
by David Pursehouse
· 12 years ago
bf05334
Fix broken formatting in dev-plugins.txt
by David Pursehouse
· 12 years ago
4c5d99b
Merge "Remove asciidoc.conf"
by Shawn Pearce
· 12 years ago
78314a2
Merge "Replace pattern "user instanceof IdentifiedUser" with method call"
by Shawn Pearce
· 12 years ago
a35f8a2
Replace pattern "user instanceof IdentifiedUser" with method call
by David Ostrovsky
· 12 years ago
e6cbae9
Remove asciidoc.conf
by Yuxuan 'fishy' Wang
· 12 years ago
e29d9b8
Remove Makefile from the Documentation folder
by David Pursehouse
· 12 years ago
f635b57
Buck build: Add 'docs' as an alias for Documentation:html
by David Pursehouse
· 12 years ago
67e8304
PatchListLoader: Make saving automerged trees optional
by Dave Borowitz
· 12 years ago
cd4be95
Merge "Don't add '(cherry-picked from commit ...)' if cherry-picked change is open"
by Shawn Pearce
· 12 years ago
40fe1b9
Merge "Fix incomplete update of Provider<CurrentUser> in ChangeJson"
by Shawn Pearce
· 12 years ago
6bd8beb
Don't add '(cherry-picked from commit ...)' if cherry-picked change is open
by Bruce Zu
· 12 years ago
c7701c6
Fix incomplete update of Provider<CurrentUser> in ChangeJson
by Shawn Pearce
· 12 years ago
ec2292b
Fix UiAction code example in plugin documentation
by David Pursehouse
· 12 years ago
8053bc0
Prefer active accounts over inactive ones in account lookup
by Jonathan Nieder
· 12 years ago
851607d
Use find instead of findAll from AccountsCollection.parse
by Jonathan Nieder
· 12 years ago
2cf123e
Merge "Style attribute names should be in camelCase format"
by Edwin Kempin
· 12 years ago
1835099
Style attribute names should be in camelCase format
by Bruce Zu
· 12 years ago
c949fc4
Merge "Remove empty 'Endpoints' sections from REST API documentation"
by David Pursehouse
· 12 years ago
90af548
Remove empty 'Endpoints' sections from REST API documentation
by Edwin Kempin
· 12 years ago
b9d634c
Merge "Document plugin REST endpoints"
by David Pursehouse
· 12 years ago
9de428c
Document plugin REST endpoints
by Edwin Kempin
· 12 years ago
c928bde
Merge "Update the 2.6.2 release notes with another fix"
by Edwin Kempin
· 12 years ago
f86bae5
Document UI Extension feature
by David Ostrovsky
· 12 years ago
017562a
Update the 2.6.2 release notes with another fix
by David Pursehouse
· 12 years ago
be31cd4
Merge "Prevent project.config corruption when plugin name is invalid"
by Shawn Pearce
· 12 years ago
3e73bfc
Prevent project.config corruption when plugin name is invalid
by David Ostrovsky
· 12 years ago
163a394
Merge changes I5fc5fccb,Id276015e
by Shawn Pearce
· 12 years ago
ba8a5df
Merge "Remove navigation workaround for Vim mode"
by Shawn Pearce
· 12 years ago
1e035cf
Update CodeMirror
by Shawn Pearce
· 12 years ago
94af996
Support usage of RefControl.canDelete(...) if AccessPath is SSH_COMMAND
by Edwin Kempin
· 12 years ago
c7c00ee
Ensure that AccessPath is set when user for SshSession is authenticated
by Edwin Kempin
· 12 years ago
4c2b228
Remove navigation workaround for Vim mode
by Michael Zhou
· 12 years ago
8daaf32
Merge "Prefetch diff for next file"
by Shawn Pearce
· 12 years ago
868b795
Merge "Add [,] as aliases for n,p on change lists"
by Shawn Pearce
· 12 years ago
3660ea6
Merge branch 'stable-2.7'
by Shawn Pearce
· 12 years ago
Next »