summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* JdbcAccountPatchReviewStore: Add configurable settings to datasourceHector Oswaldo Caballero2017-08-206-32/+80
* H2AccountPatchReviewStore: Factor out test storeHector Oswaldo Caballero2017-08-183-28/+60
* Merge "JdbcAccountPatchReviewStore: Simplify module" into stable-2.14David Pursehouse2017-08-171-12/+7
|\
| * JdbcAccountPatchReviewStore: Simplify moduleHector Oswaldo Caballero2017-08-081-12/+7
* | Allow running without gerrit.canonicalWebUrlLuca Milanesio2017-08-102-4/+9
|/
* JdbcAccountPatchReviewStore: Remove unneeded else clausesHector Oswaldo Caballero2017-08-081-6/+8
* JdbcAccountPatchReviewStore: Extract duplicated strings to constantsHector Oswaldo Caballero2017-08-071-15/+21
* ListPlugins: Return SortedMap<String, PluginInfo> from display(...)David Pursehouse2017-08-041-6/+5
* AccountManager: Improve error message on first user creation failureDavid Ostrovsky2017-08-041-1/+7
* List{Branches,Tags}: Use "-S' as alias for "--start" instead of "-s"David Pursehouse2017-07-312-2/+2
* Merge changes from topic 'fix-group-reference' into stable-2.14David Pursehouse2017-07-243-28/+208
|\
| * Support plugin group reference with inheritanceHugo Arès2017-07-211-5/+10
| * Fix PluginConfig.setGroupReference methodHugo Arès2017-07-213-2/+17
| * Align group reference from plugin with core group referenceHugo Arès2017-07-213-20/+180
| * Add method to extract group name from a configured valueHugo Arès2017-07-211-2/+2
| * Add method to check if configured value is a group referenceHugo Arès2017-07-211-1/+1
| * Extract group reference prefix into a constantHugo Arès2017-07-211-1/+1
* | ReviewerDeletedEvent: Include user that removed the reviewerDavid Pursehouse2017-07-202-0/+2
* | StreamEventsApiListener: Emit event on deletion of voteDavid Pursehouse2017-07-204-10/+76
* | VoteDeletedListener: Remove getRemoved() method from Event interfaceDavid Pursehouse2017-07-201-6/+0
|/
* Merge "Recognize all parts marked with 'multipart/'" into stable-2.14Edwin Kempin2017-07-181-3/+3
|\
| * Recognize all parts marked with 'multipart/'Patrick Hiesel2017-07-181-3/+3
* | RefFilter: Disallow using substring and regex filters togetherDavid Pursehouse2017-07-131-0/+3
* | Use quoted-printable for SMTP transfer encodingWyatt Allen2017-07-111-5/+27
* | Refactor email rendering of SMTP senderWyatt Allen2017-07-111-42/+51
* | Allow project owners to update project configurationChangcheng Xiao2017-07-101-1/+3
* | LocalUsernamesToLowerCase: Reindex accounts after updating external IDsEdwin Kempin2017-07-041-1/+2
* | MetaDataUpdate: Fix example codeEdwin Kempin2017-07-041-1/+1
* | Add support for tag web linksPaladox none2017-07-035-16/+68
* | Test that blocking approval for change owners on parent worksEdwin Kempin2017-06-301-1/+11
* | Merge changes from topic 'delete-refs' into stable-2.14Edwin Kempin2017-06-292-2/+6
|\ \
| * | DeleteBranch{es}: Fix deletion of branch without refs/heads/ prefixDavid Pursehouse2017-06-292-2/+6
* | | Changes can't be found when project name matches Change-Id patternDavid Pursehouse2017-06-292-16/+16
|/ /
* | AccountManager: Load external ID from primary storage (ReviewDb)Edwin Kempin2017-06-261-13/+5
* | Revert "AccountManager: Load external ID from primary storage"Edwin Kempin2017-06-261-6/+15
* | Disable auto-reindexing if stale during online reindexDave Borowitz2017-06-241-1/+1
* | ChangeIndexer#reindexAfterIndexUpdate -> autoReindexIfStaleDave Borowitz2017-06-241-12/+12
* | Merge "AccountManager: Load external ID from primary storage" into stable-2.14David Pursehouse2017-06-221-15/+6
|\ \
| * | AccountManager: Load external ID from primary storageEdwin Kempin2017-06-221-15/+6
* | | Revert "Fix java.lang.ArrayIndexOutOfBoundsException when checking for parent"David Pursehouse2017-06-221-1/+1
|/ /
* | Set reflog message and identity when merging changeDavid Pursehouse2017-06-193-1/+11
* | Soy: Extend shortSubject to 72 charsOrgad Shaneh2017-06-151-2/+2
* | VersionedMetaData#load: Use provided RevWalk instead of creating a new oneEdwin Kempin2017-06-141-1/+1
* | Fix java.lang.ArrayIndexOutOfBoundsException when checking for parentPaladox none2017-06-141-1/+1
* | De-couple PluginModule and PluginRestApiModule registrationLuca Milanesio2017-06-121-1/+0
* | Let ExternalIdsUpdate take care to evict accounts from the account cacheEdwin Kempin2017-06-094-13/+36
* | Don't index missing accountsEdwin Kempin2017-06-091-2/+7
* | AccountCache: Add getOrNull method that returns null for missing accountEdwin Kempin2017-06-093-16/+52
* | AccountCache: Document get and getIfPresent methodsEdwin Kempin2017-06-091-0/+17
|/
* Merge "Use change number instead of change id for inbound email" into stable-...David Pursehouse2017-06-085-17/+18
|\