Sign in
gerrit
/
gerrit
/
d007867a81c3fd376dc33fee96126b81d2e619d6
/
gerrit-pgm
5d976cc
Fix a resource leak
by Stefan Beller
· 10 years ago
5b4c65e
Fix bashish in bin/gerrit.sh
by Martin Waitz
· 10 years ago
a2b7358
Add ChangeCache implementation to scan changes from git
by Dave Borowitz
· 10 years ago
ed819f3
Add "threads" command to the gerrit.sh script
by Saša Živkov
· 10 years ago
9625637
Use AutoCloseable gwtorm/jdbc instances
by Dave Borowitz
· 10 years ago
0acebc4
Separately bind MimeUtil2 as singleton
by Shawn Pearce
· 10 years ago
773f8f1
Permit Realm to supply email address verification on the fly
by Shawn Pearce
· 10 years ago
686bfea
Fix minor python code style issues
by David Pursehouse
· 10 years ago
a4aafd9
Merge "Allow to pass run options to daemon with gerrit.sh"
by Saša Živkov
· 10 years ago
6710f0a
Allow to pass run options to daemon with gerrit.sh
by Hugo Arès
· 10 years ago
56e1f2f
Merge branch 'stable-2.10'
by David Pursehouse
· 10 years ago
9c12c4f
Hoist ContactStore configurtion out of WebModule
by Shawn Pearce
· 10 years ago
c2cab42
Merge branch 'stable-2.9' into stable-2.10
by Saša Živkov
· 10 years ago
bde8e9a
Downgrade SSHD to 0.9.0-4-g5967cfd
by Saša Živkov
· 10 years ago
500f2c9
Improve GWT SDM debug session recompilation time by a factor of 10
by David Ostrovsky
· 10 years ago
98b881b
Use dummy index module in RebuildNotedb program
by David Pursehouse
· 10 years ago
8beeffc
Merge branch 'stable-2.9' into stable-2.10
by David Pursehouse
· 10 years ago
477f8e2
postgres: fix PK drop, don't assume PK name as TABLE_pkey
by Saša Živkov
· 10 years ago
5df54ae
Remove now-unused ConfigUtil imports
by Dave Borowitz
· 10 years ago
627c37e
Remove ConfigUtil getEnum methods that are available in JGit
by Hugo Arès
· 10 years ago
53d50c5
Merge "Add init step that creates initial admin user for developer system"
by Edwin Kempin
· 10 years ago
ec00490
Make InitUtil available for plugins
by Edwin Kempin
· 10 years ago
f30cfa4
Merge branch 'stable-2.10'
by David Pursehouse
· 10 years ago
f60e7a9
Merge branch 'stable-2.9' into stable-2.10
by David Pursehouse
· 10 years ago
db88d15
Fix NullPointerException in Reindex
by Hugo Arès
· 10 years ago
bb255a1
Add init step that creates initial admin user for developer system
by Edwin Kempin
· 10 years ago
12b44cb
Add InitStep to fix wrong primary key column order
by Saša Živkov
· 10 years ago
cb72e26
Remove unused import in Daemon
by Dave Borowitz
· 10 years ago
ddb8d6b
Fix warning about redundant argument in BaseInit
by David Pursehouse
· 10 years ago
d454ad3
Merge "RebuildNotedb: Fix guice bindings"
by David Pursehouse
· 10 years ago
29b1a4a
Merge "gerrit-pgm: Align Buck rules with package boundaries"
by Shawn Pearce
· 10 years ago
bb88de2
Merge branch 'stable-2.10'
by Shawn Pearce
· 10 years ago
8071a4f
Merge branch 'stable-2.9' into stable-2.10
by Shawn Pearce
· 10 years ago
04ef5f7
Merge changes from topic 'sshd-upgrade' into stable-2.9
by Shawn Pearce
· 10 years ago
77aca16
RebuildNotedb: Fix guice bindings
by David Ostrovsky
· 10 years ago
10969b1
Inject InitStep members again before calling postRun.
by Saša Živkov
· 10 years ago
919250f
gerrit-pgm: Align Buck rules with package boundaries
by David Ostrovsky
· 10 years ago
13452f4
Bump Bouncycastle version to 1.51
by David Ostrovsky
· 10 years ago
c3c45c1
Extract MergeabilityCache as an interface
by Dave Borowitz
· 10 years ago
db27fb3
Rename ChangeBatchIndexer to SiteIndexer
by Dave Borowitz
· 10 years ago
0916cc3
Replace background mergeability checks with reindexing
by Dave Borowitz
· 10 years ago
2ab1af1
Store mergeable field from cache in index
by Dave Borowitz
· 10 years ago
094ee4d
Write change mergeability info to a persistent cache
by Dave Borowitz
· 10 years ago
5d73b06
Convert ChangeBatchIndexer to more of a builder pattern
by Dave Borowitz
· 10 years ago
79bb124
Merge "Allow to use --enable-httpd with --slave"
by Saša Živkov
· 10 years ago
5e75bc6
Merge "Turn off http features not intended for slave"
by Saša Živkov
· 10 years ago
045d8a3
Allow to use --enable-httpd with --slave
by Hugo Arès
· 11 years ago
a94cf89
Turn off http features not intended for slave
by Hugo Arès
· 11 years ago
c8d85ab
Suppress unused argument warnings in unavoidable cases
by Dave Borowitz
· 10 years ago
8b42ec5
Turn on many more Eclipse warnings, and fix them
by Dave Borowitz
· 10 years ago
2571776
Buck: Remove unused dependencies
by David Ostrovsky
· 10 years ago
d161297
Allow to manipulate All-Projects's group list in init step
by Adrian Görler
· 10 years ago
8dc720e
Move TimeUtil from gerrit-server to gerrit-common
by David Ostrovsky
· 10 years ago
1c48a7e
Revert "Use javax.inject.Inject instead of com.google.inject.Inject"
by Saša Živkov
· 10 years ago
5db3bba
Use javax.inject.Inject instead of com.google.inject.Inject
by Dave Borowitz
· 10 years ago
88e33ac
Add User to the http request attributes
by Hugo Arès
· 11 years ago
7936891
Merge "Rename GerritUiOptions to GerritOptions"
by David Pursehouse
· 11 years ago
7f4662f
Fix SecureStore binding for plugins
by Dariusz Luksza
· 11 years ago
6b60160
Rename GerritUiOptions to GerritOptions
by Simon Lei
· 11 years ago
20517e1
Fix failing integraion tests after merging SecureStore
by Dariusz Luksza
· 11 years ago
5a6ddc1
Merge topic 'secure-store-lib'
by David Pursehouse
· 11 years ago
a5510e3
Merge "GWT SuperDevMode: Spawn codeserver and Daemon in same process"
by Dave Borowitz
· 11 years ago
9adf60e9
GWT SuperDevMode: Spawn codeserver and Daemon in same process
by David Ostrovsky
· 11 years ago
45ee73e
Provide configuration option to disable reverse DNS lookup
by Dariusz Luksza
· 11 years ago
d0a9f71
Minor refactoring in Reindex program
by David Pursehouse
· 11 years ago
ecc535c
Merge branch 'stable-2.10'
by David Pursehouse
· 11 years ago
9927a96
Load SecureStore implementation from site lib dir
by Dariusz Luksza
· 11 years ago
5afd5b8
Merge branch 'stable-2.9' into stable-2.10
by David Pursehouse
· 11 years ago
419fe43
Merge topic 'notedb-meta-repo'
by Dave Borowitz
· 11 years ago
5a9ba24
Extract site library loading code into utility class
by Dariusz Luksza
· 11 years ago
1635e42
ChangeUpdate: Fix incorrect write of review notes metadata
by David Ostrovsky
· 11 years ago
b966745
RebuildNotedb: Fix double Guice binding of NotesMigration instance
by David Ostrovsky
· 11 years ago
85f9771
Don't require secondary index when running daemon in slave mode
by David Pursehouse
· 11 years ago
ac332d2
Fix deprecation warnings caused by Guava upgrade
by David Ostrovsky
· 11 years ago
8fb6e98
Bump guava version to 18.0
by David Ostrovsky
· 11 years ago
33e391d
Organize ALL the imports
by Dave Borowitz
· 11 years ago
c93e841
Add PatchLineComments to RebuildNotedb
by Yacob Yonas
· 11 years ago
904c081
RebuildNotedb: batch changes by project
by Yacob Yonas
· 11 years ago
3f4a174
Create RebuildNoteDb to migrate data from ReviewDb to notedb
by Dave Borowitz
· 11 years ago
af816ae
ProjectControl: Use VisibleRefFilter for commit visibility
by Dave Borowitz
· 11 years ago
5236477
Factor out common modules from Reindex
by Dave Borowitz
· 11 years ago
3fe8a07
pgm: Add utility for limiting threads based on DB pool size
by Dave Borowitz
· 11 years ago
b5c9718
pgm: Fix some ordering in BUCK
by Dave Borowitz
· 11 years ago
9b6bd02
pgm: Explicitly list subpackage srcs in the pgm rule
by Dave Borowitz
· 11 years ago
3a04635
Move libraries.config to init subpackage
by Dave Borowitz
· 11 years ago
5276ad4
pgm: Move gerrit.sh and BaseInit to init subpackage
by Dave Borowitz
· 11 years ago
aba8461
Split pgm:init rule into init and util
by Dave Borowitz
· 11 years ago
4670dbc
pgm: Rename init-base rule to init, matching package name
by Dave Borowitz
· 11 years ago
6844619
Move init-api rule srcs to a subpackage, init.api
by Dave Borowitz
· 11 years ago
d2cf6d4
Move ConsoleUI to init package
by Dave Borowitz
· 11 years ago
9e58478
Config Section: Add passwordForKey() convenience method
by David Ostrovsky
· 11 years ago
b0f0007
Fix reading parameters from subsections during init step
by Stefan Lay
· 11 years ago
b2b5dd5
gerrit.sh: change "1.6" to "1.7"
by David Pursehouse
· 11 years ago
463f681
Merge branch 'stable-2.9'
by David Pursehouse
· 11 years ago
f5ab119
Merge "Move bindings for cache related REST endpoints into own module"
by Edwin Kempin
· 11 years ago
9faf177
Jar plugin loading refactor as generic ServerPlugin
by Luca Milanesio
· 11 years ago
4ad8307
Move bindings for cache related REST endpoints into own module
by Edwin Kempin
· 11 years ago
4635d03
Introduce support for externally loaded plugins
by Luca Milanesio
· 11 years ago
fd3a4b4
Use fixed rate instead of fixed delay for the log file compressor
by Matthias Sohn
· 11 years ago
1a9d928
Move powermock and easymock library definitions to separate BUCK files
by David Pursehouse
· 11 years ago
Next »