Sign in
gerrit
/
gerrit
/
697f24d9e6c9350c9e0d9429de7a91a92fc1c0ec
/
gerrit-server
/
src
35e97c2
Run most acceptance tests in-memory
by Shawn Pearce
· 11 years ago
f0b0227
Respect starred change state in ETag SHA-1 computation
by David Ostrovsky
· 11 years ago
0d71f7b
Merge "Fix jdbc code: Both PreparedStatements must be closed in any case" into stable-2.8
by Shawn Pearce
· 11 years ago
e2317cb
Fixing jdbc code: correct PreparedStatement closing
by alex.ryazantsev
· 11 years ago
375933c
Fix jdbc code: Both PreparedStatements must be closed in any case
by alex.ryazantsev
· 11 years ago
4e92145
Merge "Remove unnecessary imports" into stable-2.8
by Edwin Kempin
· 11 years ago
59ae7d7
Remove unnecessary imports
by alex.ryazantsev
· 11 years ago
c9a6e08
Print error message to log when plugin loader fails to close JAR file
by alex
· 11 years ago
84487d5
Merge "PatchListCacheImpl: explicitly check for null revision" into stable-2.8
by Edwin Kempin
· 11 years ago
3ba4b74
Merge "ChangeField: skip PatchSets with null revisions" into stable-2.8
by Edwin Kempin
· 11 years ago
b1d685d
PatchListCacheImpl: explicitly check for null revision
by Dave Borowitz
· 11 years ago
8f5aa59
ChangeField: skip PatchSets with null revisions
by Dave Borowitz
· 11 years ago
122622d
Rename methods in PluginConfigFactory to be more explicit
by Edwin Kempin
· 11 years ago
d4b0526
Allow download schemes to support but not require authentication
by Jonathan Nieder
· 11 years ago
30d0981
Inject right plugin name @PluginName in init step
by David Ostrovsky
· 11 years ago
42f7bc3
Check preconditions when setting parent project through REST
by Edwin Kempin
· 11 years ago
ea62148
ChangeScreen2: Show download commands defined by plugins
by Edwin Kempin
· 11 years ago
ce423b1
Merge "Add extension points for adding download schemes and commands"
by David Pursehouse
· 11 years ago
8f6bb17
Add query tests for filtering/restarting paginated queries
by Dave Borowitz
· 11 years ago
a475bed
Add query tests for pagination and sort key ordering
by Dave Borowitz
· 11 years ago
d2cccd4
Don't add 1 to limit for index queries
by Dave Borowitz
· 11 years ago
29324b1
Add extension points for adding download schemes and commands
by Edwin Kempin
· 11 years ago
b0c23b9
Merge "Only return detailed accounts if requested"
by Shawn Pearce
· 11 years ago
0e5f1f8
Merge "Cleanup project ConfigInfo constructor"
by Shawn Pearce
· 11 years ago
8259041
Cleanup project ConfigInfo constructor
by Shawn Pearce
· 11 years ago
df308aa
Merge "Fix updating of project options"
by Shawn Pearce
· 11 years ago
bb23f0f
Fix updating of project options
by Edwin Kempin
· 11 years ago
98aa6d3
Merge changes I9ec71290,I6c20de69
by Shawn Pearce
· 11 years ago
40bd574
Don't allow project owners to delete branches if force push is blocked
by Edwin Kempin
· 11 years ago
ef21deb
Use a fake MillisProvider in AbstractQueryChangesTest
by Dave Borowitz
· 11 years ago
288ed98
Remove usages of System.currentTimeMillis() from gerrit-reviewdb
by Dave Borowitz
· 11 years ago
1d69c2e
Add TimeUtil.nowTs() to create a new Timestamp
by Dave Borowitz
· 11 years ago
46b1ac8
Use DateTimeUtils.currentTimeMillis() to get current time
by Dave Borowitz
· 11 years ago
a2023e9
Use TimeUnits for sort key calculations
by Dave Borowitz
· 11 years ago
fd03c30
Only return detailed accounts if requested
by Edwin Kempin
· 11 years ago
4a00e22
Fix inclusion of username if detailed account information is requested
by Edwin Kempin
· 11 years ago
c573d8a
Simplify the GitReferenceUpdatedListener.Event API
by Sasa Zivkov
· 11 years ago
3b6acb9
Remove unnecessary throws OrmException
by Hugo Ares
· 11 years ago
32b53b6
AbstractQueryChangesTest: avoid possible NPEs on teardown
by Dave Borowitz
· 11 years ago
7a2d8d4
Fix last line of license headers
by Dave Borowitz
· 11 years ago
a1fe821
Remove direct Lucene dependency from InMemoryModule
by Dave Borowitz
· 11 years ago
1134051
Add a handful of tests for querying changes
by Dave Borowitz
· 11 years ago
fac1fa5
Teach InMemoryModule to work with custom index types
by Dave Borowitz
· 11 years ago
fb5744b
Extract an abstract test case for querying changes
by Dave Borowitz
· 11 years ago
8122f7e
In-memory tests for searching changes
by Dave Borowitz
· 11 years ago
4652d34
Move InMemoryDatabase setup into a module
by Dave Borowitz
· 11 years ago
2507821
Fix status:closed query
by Dave Borowitz
· 11 years ago
0f62e83
Bind caches as eager singletons
by Dave Borowitz
· 11 years ago
5e9470a
Return InMemoryRepository from InMemoryRepositoryManager
by Dave Borowitz
· 11 years ago
88a2740
Run indexing in sameThreadExecutor when index.threads <= 0
by Dave Borowitz
· 11 years ago
bb5a30f8
Make @IndexExecutor a non-scheduled executor
by Dave Borowitz
· 11 years ago
fa30742
Merge "Fix potential NPE in mergeOp when abandoning a change"
by Saša Živkov
· 11 years ago
9eca11e
Fix: draft patch set is published by cherrypicking
by David Pursehouse
· 11 years ago
f63ec84
Fix: Editing the commit message publishes draft patch set
by David Pursehouse
· 11 years ago
175c647
Fix potential NPE in mergeOp when abandoning a change
by David Pursehouse
· 11 years ago
3670fce
Remove unnecessary suppression of "unchecked"
by David Pursehouse
· 11 years ago
2c6732e
Merge "Run has:draft and is:starred before secondary index"
by Shawn Pearce
· 11 years ago
2659d42
Make ChangeHooks expose postEvent method to send stream event
by Yang Zhenhui
· 12 years ago
2d1de10
Run has:draft and is:starred before secondary index
by Shawn Pearce
· 11 years ago
2a568ad
ChangeIndexerImpl: Replace old RequestContext after use
by Dave Borowitz
· 11 years ago
0167535
ForwardingRemovalListener: suppress unchecked warning
by Dave Borowitz
· 11 years ago
23da0d9
Miscellaneous Javadoc cleanups to cut down on Eclipse warnings
by Dave Borowitz
· 11 years ago
0b293be
ChangeIndexer: Execute synchronous methods in current thread
by Dave Borowitz
· 11 years ago
376ff8e
Merge "Extract tr: values from commit instead of database"
by Shawn Pearce
· 11 years ago
ff61c8a
Extract tr: values from commit instead of database
by Shawn Pearce
· 11 years ago
e388dca
Merge "Log and skip indexed fields that produce an error"
by Shawn Pearce
· 11 years ago
fd4e3b1
Make an unmodifiable copy of the list with current file paths
by Shawn Pearce
· 11 years ago
26e3883
Don't add "This patchset was cherry picked to ..." for the same change
by David Pursehouse
· 12 years ago
6754c8a
Refactor checking if secondary index is enabled
by Edwin Kempin
· 11 years ago
0791579
Merge "Add new file name to current paths if the file was rewritten"
by Edwin Kempin
· 11 years ago
a0976f5
Deprecate TrackingIdAccess.byTrackingId
by Shawn Pearce
· 11 years ago
2ae0171
Log and skip indexed fields that produce an error
by Dave Borowitz
· 11 years ago
02818e67
Fix bad import of Project.NameKey
by Shawn Pearce
· 11 years ago
65d431e
Throw QueryParseException earlier from index queries
by Dave Borowitz
· 11 years ago
f85220a
Merge "Deprecate database indexes used only by SqlRewriterImpl"
by Shawn Pearce
· 11 years ago
6757ca1
Remove unused imports
by Shawn Pearce
· 11 years ago
ec09b49
Deprecate database indexes used only by SqlRewriterImpl
by Shawn Pearce
· 11 years ago
5232531
Merge changes I332152c3,I7d36578e,Ib6fb9bdd
by Shawn Pearce
· 11 years ago
9e85d51
Propagate IOException when reading refs.
by Colby Ranger
· 11 years ago
31b0ee2
ChangeScreen2: Do not display 'M' next to modified files
by Shawn Pearce
· 11 years ago
c31c7f6
Add new file name to current paths if the file was rewritten
by Edwin Kempin
· 11 years ago
aebbe03
Merge branch 'stable-2.7'
by Edwin Kempin
· 11 years ago
43aadc2
Merge branch 'stable-2.6' into 'stable-2.7'
by Edwin Kempin
· 11 years ago
ac3ba6a
Merge "Skip non-commits when verifying access for 'add branch' operation" into stable-2.6
by Edwin Kempin
· 11 years ago
7b254e5
Skip non-commits when verifying access for 'add branch' operation
by Jonathan Nieder
· 11 years ago
197ff17
FieldDef: Fix type @param fields in class javadoc
by Dave Borowitz
· 11 years ago
0314f73
Standardize REST endpoints for getting changes
by Dave Borowitz
· 11 years ago
50ceb44
Remove wait_for_commit from POST /changes/X/revisions/Y/review
by Dave Borowitz
· 11 years ago
c3b436d
More reliably get futures returned by ChangeIndexer
by Dave Borowitz
· 11 years ago
7e05741
Limit threads used in Reindex to DB connection pool size
by Dave Borowitz
· 11 years ago
d4eee8b
Lazily open database connections in ChangeIndexer tasks
by Dave Borowitz
· 11 years ago
29b29e5
Don't open new database connections in ChangeBatchIndexer
by Dave Borowitz
· 11 years ago
e6e28e0
ChangeScreen2: Show file change type in file list
by David Ostrovsky
· 11 years ago
fc1bba5
Don't return futures from ChangeIndex methods
by Dave Borowitz
· 12 years ago
3d271c0
Update Lucene to 4.4.0
by Dave Borowitz
· 11 years ago
d57c22d
Close indexes as they are removed from the IndexCollection
by Dave Borowitz
· 11 years ago
83e8aee
Add REST endpoint for included in
by David Ostrovsky
· 11 years ago
6fdb69b
Merge branch 'stable-2.7'
by David Pursehouse
· 11 years ago
d292e7b
Merge branch 'stable-2.6' into stable-2.7
by David Pursehouse
· 11 years ago
1a8ce59
Fix compilation failure in RefControlTest
by Edwin Kempin
· 11 years ago
Next »