summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.12' into stable-2.13David Pursehouse2016-11-241-1/+2
|\
| * Fix comparison using reference equality instead of value equalityAndrew Bonventre2016-11-231-1/+2
* | Revert "ListPlugins: Remove deprecated --format option"David Pursehouse2016-11-181-13/+34
* | Merge branch 'stable-2.12' into stable-2.13David Pursehouse2016-11-163-9/+30
|\|
| * Allow submit of merge of non change branchSven Selberg2016-11-162-3/+24
| * Avoid unnecessary group visibility checksSaša Živkov2016-11-161-6/+6
* | Fix notes NPE for has:draft search predicate.Martin Fick2016-11-131-1/+1
* | Use recursive name lookup for PluginConfigLuca Milanesio2016-11-081-1/+1
* | BatchUpdate#newChangeContext: Add sanity check on unwrapped changeDavid Pursehouse2016-11-081-1/+5
* | Merge branch 'stable-2.12' into stable-2.13David Pursehouse2016-11-083-13/+15
|\|
| * CherryPick: Update mergeTip for every cherry-pickSven Selberg2016-11-081-1/+1
| * Notice merged commits even if they appear on a different branchSven Selberg2016-11-087-19/+39
| * MergeTip: Expose initial tipDave Borowitz2016-10-311-6/+16
| * Fix double Repository.close() in MergeOpJean-Jacques Lafay2016-10-021-0/+3
* | Timer0: Fix example given in JavaDocEdwin Kempin2016-11-071-1/+1
* | IncludedIn: Don't fail with NPE if ExternalIncludedIn returns nullEdwin Kempin2016-11-031-2/+5
* | Merge "Fix Schema_127 for mysql on case-sensitive FS" into stable-2.13ekempin2016-10-281-7/+7
|\ \
| * | Fix Schema_127 for mysql on case-sensitive FSSaša Živkov2016-10-281-7/+7
* | | ProjectWatch: Filter out unrelated projects when getting from indexOrgad Shaneh2016-10-261-4/+7
|/ /
* | OAuth extension point: Allow to authenticate without emailv2.13.2David Ostrovsky2016-10-201-5/+3
* | Follow up to [1] - bring Java 7 compatibility backJacek Centkowski2016-10-201-1/+2
* | ProjectCacheImpl: Harden against null UUIDsDavid Pursehouse2016-10-201-3/+16
* | GroupList: Do not store null UUIDsDave Borowitz2016-10-202-4/+14
* | Suppress deprecation warnings from ServletScopesDave Borowitz2016-10-202-0/+5
* | Fix schema migration 128Edwin Kempin2016-10-191-1/+1
* | OAuthRealm: Add user name field to editableAccountFieldsDavid Ostrovsky2016-10-191-3/+4
* | OAuth scheme: Allow to edit user nameDavid Ostrovsky2016-10-191-1/+3
* | Merge "OAuthTokenCache: Use account id as key" into stable-2.13David Pursehouse2016-10-192-32/+15
|\ \
| * | OAuthTokenCache: Use account id as keyDavid Ostrovsky2016-10-182-32/+15
* | | Account Index: Force reindexing on user creationDavid Ostrovsky2016-10-181-0/+1
|/ /
* | in WorkQueue, explicitly cancel Runnables that are Futures.Han-Wen Nienhuys2016-10-131-0/+10
* | EventUtil: Don't include CHECK option to ChangeJsonDave Borowitz2016-10-121-2/+3
* | Improve logging of errors in event listenersDavid Pursehouse2016-10-1215-28/+24
* | StreamEventsApiListener: Extend module from AbstractModuleDavid Pursehouse2016-10-111-2/+2
* | Merge changes Ic91e5a48,Ie51b350d into stable-2.13David Pursehouse2016-10-111-3/+3
|\ \
| * | ProjectConfig: resolve rule's group when saving accesslifei2016-10-061-2/+2
| * | ProjectConfig: resolve rule's group when loading permission ruleslifei2016-10-061-1/+1
* | | QueryProcessor: Add missing space in exception messageDavid Pursehouse2016-10-111-1/+1
* | | Squash event class private fire() methods into public methodsDavid Pursehouse2016-10-0712-171/+109
* | | GitReferenceUpdated: Remove redundant fire() methodsDavid Pursehouse2016-10-072-19/+7
* | | Fire events with Account rather than Account.IdDavid Pursehouse2016-10-0712-33/+17
* | | CreateProject: Use IdentifiedUser rather than CurrentUserDavid Pursehouse2016-10-071-7/+7
* | | Reduce visibility of helper methods in event classesDavid Pursehouse2016-10-0712-48/+12
* | | Reduce log spam caused by event listener failuresDavid Pursehouse2016-10-0715-14/+24
* | | SetAccess: fix updating/visiting project access rules 500 error飞 李2016-10-061-1/+4
* | | SetAccess: fix 500 error when no parameter `force` in access api飞 李2016-10-061-1/+3
|/ /
* | GitReferenceUpdated: Declare listeners as DynamicSetDavid Pursehouse2016-10-061-1/+1
* | WatchConfig: Add synchronization to prevent concurrent read/writeDavid Pursehouse2016-09-281-2/+2
* | VersionedAuthorizedKeys: Synchronize read/write of the git repositoryDavid Pursehouse2016-09-281-3/+3
* | Merge "Fix server error when navigating up to change while working" into stab...David Pursehouse2016-09-271-1/+5
|\ \