Sign in
gerrit
/
gerrit
/
da65bcc1564114fab2a64bc76202ab5c0aed44ff
/
gerrit-pgm
30446b1
Merge changes from topic 'notedb-accounts-1'
by Edwin Kempin
· 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
a9c6832
Add test for online index schema migration
by Dave Borowitz
· 8 years ago
a80101b
Migrate accounts to NoteDb (part 1)
by Edwin Kempin
· 8 years ago
563781a
ProjectQoSFilter: Use checked Future<?>
by Dave Borowitz
· 8 years ago
3eae712
Cancel outstanding tasks with Future.cancel()
by Han-Wen Nienhuys
· 8 years ago
35c76c0
Support reindexing immediately after NoteDb upgrade
by Dave Borowitz
· 8 years ago
879ad910
Merge "Merge branch 'stable-2.14'"
by David Ostrovsky
· 8 years ago
b6c5c26
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
3747f0f
Disable auto-reindexing if stale during online reindex
by Dave Borowitz
· 8 years ago
c7b6b05
Align lib modules load injector on Jetty and external containers
by Luca Milanesio
· 8 years ago
1ade48f
Add more offline NoteDb migration tests
by Dave Borowitz
· 8 years ago
f7cc0f4
NoteDbMigrator: Migrate to read change IDs from All-Projects
by Dave Borowitz
· 8 years ago
b1ee709
Merge "Enable using Hana 2.0 and Hana MDC databases"
by Saša Živkov
· 8 years ago
0a8271d
Enable using Hana 2.0 and Hana MDC databases
by Matthias Sohn
· 8 years ago
6302ccb
Remove CapabilityControl from CurrentUser
by Shawn Pearce
· 8 years ago
f4001aa
Replace Hashing.{md5,sha1} with Hashing.murmur3_128
by David Pursehouse
· 8 years ago
1a8eed5
Merge "Use lsb functions if /lib/lsb/init-functions file exists"
by Shawn Pearce
· 8 years ago
3d9f028
Disable SSH in acceptance tests without @UseSsh
by Dave Borowitz
· 8 years ago
6659edb
MigrateToNoteDb: Always shut down LifecycleManagers
by Dave Borowitz
· 8 years ago
fd6ddff
Rename RebuildNoteDb to MigrateToNoteDb and expand flags
by Dave Borowitz
· 8 years ago
e7042be
Expand SiteRebuilder into a skeleton of a full-service migration
by Dave Borowitz
· 8 years ago
8b11288
SiteRebuilder: Build rebuilder with a builder
by Dave Borowitz
· 8 years ago
4b95ff3
Use lsb functions if /lib/lsb/init-functions file exists
by Paladox none
· 8 years ago
c6aa1c2
Merge changes from topic 'cors'
by Shawn Pearce
· 8 years ago
d79dcef
Support faster cross-domain XHR calls
by Shawn Pearce
· 8 years ago
909c3cc
Merge "Extract most of the RebuildNoteDb program into a separate class"
by Edwin Kempin
· 8 years ago
4b0a34a
Merge "Update mariadb-java-client to 2.0.2"
by David Pursehouse
· 8 years ago
7144a78
Merge "Remove usage of AccountAccess#all() from schema migrations"
by David Pursehouse
· 8 years ago
3152da8
Update mariadb-java-client to 2.0.2
by Paladox none
· 8 years ago
5509d27
Format files with google-java-format
by Dave Borowitz
· 8 years ago
39c5913
Extract most of the RebuildNoteDb program into a separate class
by Dave Borowitz
· 8 years ago
b048eea
Merge changes from topic 'notes-migration-state'
by Dave Borowitz
· 8 years ago
40270c4
Avoid referencing gerrit specific Executor.
by Han-Wen Nienhuys
· 8 years ago
9f39746
Remove usage of AccountAccess#all() from schema migrations
by Edwin Kempin
· 8 years ago
ab841f6
Convert VisibleRefFilter to assisted factory
by Shawn Pearce
· 8 years ago
fd8fa32
Remove more finals from method signatures
by Edwin Kempin
· 8 years ago
b0fb0a7
Remove 'final' from method signatures across gerrit.
by Han-Wen Nienhuys
· 8 years ago
a2d9e3b
RebuildNoteDb: Remove special handling of All-Users repo
by Dave Borowitz
· 8 years ago
f05ee3f
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
86a1dd7
Fix online reindexing for plugins-dependent rules
by Luca Milanesio
· 8 years ago
c0ac1ba
De-couple PluginModule and PluginRestApiModule registration
by Luca Milanesio
· 8 years ago
5a48534
Remove AccountAccess.anyAccounts and instead check if user branches exist
by Edwin Kempin
· 8 years ago
a20767c
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
56517ff
Add support for 384 and 521 bit ECSDA keys
by Paladox none
· 8 years ago
c07ff38
Use ReviewDb for resolving account cache lookup
by Luca Milanesio
· 8 years ago
1a5f1ee
Merge "Update mariadb-java-client to 2.0.1"
by David Pursehouse
· 8 years ago
a41c09e
Update mariadb-java-client to 2.0.1
by Paladox none
· 8 years ago
48daf3d
Update mysql-connector-java to 5.1.42
by Paladox none
· 8 years ago
ebd8746
Merge changes from topic 'migrate-external-ids-3'
by ekempin
· 8 years ago
123e281
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
4165509
StaleLibraryRemover: Don't fail when destination already exists
by David Pursehouse
· 8 years ago
fc22415
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
c22f0fb
Merge branch 'stable-2.13' into stable-2.14
by David Pursehouse
· 8 years ago
dca95d5
Allow setting Jetty HTTPD socket timeout
by Luca Milanesio
· 8 years ago
276b8a8
Migrate external IDs to NoteDb (part 3)
by Edwin Kempin
· 8 years ago
9cbfae0
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
db21e3a
Replace FileInputStream and FileOutputStream with static Files methods
by Hector Oswaldo Caballero
· 8 years ago
2935175
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
2efae69
InitSshd: Check if the ssh_host file exists with the other keys
by Paladox none
· 8 years ago
75c9189
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
7b38f47
Get rid of calls to SecurityUtils.isBouncyCastleRegistered()
by David Pursehouse
· 8 years ago
1fc7804
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
c3319bf
InitSshd: Generate ecdsa and ed25519 keys if the host supports them
by Paladox none
· 8 years ago
dcb4bd5
Allow multiple Servlet filters on Jetty HTTPD
by Luca Milanesio
· 8 years ago
0c80f2a
Install DefaultPermissionBackendModule at daemon level
by Shawn Pearce
· 8 years ago
74e4876d
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
a4fbf06
Move systemctl files to /init/ rather than /systemd/
by David Pursehouse
· 8 years ago
fc3cd73
SitePathInitializer: Fix destination file name for gerrit.socket
by David Pursehouse
· 8 years ago
b81dbdb
Merge "Add the new gerrit systemctl file to init" into stable-2.14
by David Pursehouse
· 8 years ago
a4cf851
Merge branch 'stable-2.13' into stable-2.14
by David Pursehouse
· 8 years ago
95f2e87
Add the new gerrit systemctl file to init
by Paladox none
· 8 years ago
d27f30b
Remove unneeded output in MigrateAccountPatchReviewDb
by Hugo Arès
· 8 years ago
a946880
Merge branch 'stable-2.13' into stable-2.14
by David Pursehouse
· 8 years ago
49799b2
Support Jdbc implementation of AccountPatchReviewStore
by Hongkai Liu
· 8 years ago
e295e3a
Add the new gerrit systemctl file to init
by Paladox none
· 8 years ago
c561858
Add init step for enabling experimental features
by Dave Borowitz
· 8 years ago
cb8604f
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
224fadf6
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
e9b58f7
Set Git/HTTP auth policy at init for LDAP, OAUTH
by Luca Milanesio
· 8 years ago
99cc791
Replace reflection with EnumSet as choice of enums
by Luca Milanesio
· 8 years ago
c9c54da
Create a user branch for every account
by Edwin Kempin
· 8 years ago
87df78a
Merge "Allow plugins to output change query attributes"
by Martin Fick
· 8 years ago
14ec59d
Rename ReindexAfterUpdate -> ReindexAfterRefUpdate
by Dave Borowitz
· 8 years ago
cffb2459
Allow plugins to output change query attributes
by Zac Livingston
· 8 years ago
226e316
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
5e9622a
WarDistribution: Don't bail out when scanning corrupted jar file
by Dariusz Luksza
· 11 years ago
74ddf29
Add an AccountsUpdate class to update accounts from a single class
by Edwin Kempin
· 8 years ago
e9d5b5f
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
d3239cc
Don't leak ObjectReaders created from ObjectInserters
by Dave Borowitz
· 8 years ago
eca086a
Remove unnecessary final modifiers
by David Ostrovsky
· 8 years ago
bfa7a2f
Callable: Replace classes with lambda expression
by David Ostrovsky
· 8 years ago
5b1d650
Merge changes from topic 'permission-backend'
by David Pursehouse
· 8 years ago
db56caf
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
0c9be87
Format Java files with google-java-format
by David Pursehouse
· 8 years ago
3a9bd79
PermissionBackend: delegated permission checking
by Shawn Pearce
· 8 years ago
c518247b
Merge branch 'stable-2.14'
by David Pursehouse
· 8 years ago
50c9b5b
Remove bouncycastle jar files from lib folder during init
by David Pursehouse
· 8 years ago
c07c18a
Migrate external IDs to NoteDb (part 2)
by Edwin Kempin
· 8 years ago
Next »