summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Add ProjectCache.remove(Project.NameKey name) methodSaša Živkov2018-04-173-2/+16
* StreamEventsApiListener: Prevent NPE when account is nullRemy Bohmer2018-02-271-2/+2
* CommitValidators: Debug log when commit validation exception occursDavid Pursehouse2018-02-091-0/+1
* CreateChange: Fix appending Signed-off-by line after Change-IdDavid Pursehouse2018-02-061-3/+5
* CreateChange: Only insert Change-Id if there isn't already oneDavid Pursehouse2018-02-061-5/+10
* ReceiveCommits: Fix NEW_PATCHSET regex patternDavid Pursehouse2018-02-051-1/+1
* CommitValidators: Always check for Change-Id in subject lineDavid Pursehouse2018-02-051-7/+7
* TestTimeUtil: Also stub out JGit's SystemReader [redux]Dave Borowitz2017-11-201-1/+51
* AccountManager: Remove unused importDavid Pursehouse2017-11-201-1/+0
* AccountManager: Don't try to lookup external IDs from account indexEdwin Kempin2017-11-061-30/+1
* Schema_109: Fix SQL syntax errorOrgad Shaneh2017-10-311-1/+1
* Schema_109: Keep old timestamps during data migrationOrgad Shaneh2017-10-311-1/+1
* Permissions may be lost when matching expanding paramsGustaf Lundh2017-09-251-1/+0
* Changes can't be found when project name matches Change-Id patternDavid Pursehouse2017-06-292-16/+16
* Revert "Fix java.lang.ArrayIndexOutOfBoundsException when checking for parent"David Pursehouse2017-06-221-2/+2
* Fix java.lang.ArrayIndexOutOfBoundsException when checking for parentPaladox none2017-06-181-2/+2
* Files: Fix NPE when old patch set is not foundEdwin Kempin2017-06-151-6/+12
* Enhance UploadValidators to allow listening to negotation startMatthias Sohn2017-05-162-0/+27
* ReviewersUtil: Add logging and metrics for reviewer suggestionDavid Pursehouse2017-05-111-20/+59
* JdbcAccountPatchReviewStore: Fix copyright yearDavid Pursehouse2017-04-261-1/+1
* Support Jdbc implementation of AccountPatchReviewStoreHongkai Liu2017-04-266-250/+453
* Fix file_name column size in H2AccountPatchReviewStoreHugo Arès2017-04-251-1/+1
* GET files?reviewed: Don't fire N+1 selects for N patch setsDavid Ostrovsky2017-04-253-44/+69
* Use lower case table/column/constraint names in H2AccountPatchReviewStoreHugo Arès2017-04-251-21/+21
* Fix clear methods in H2AccountPatchReviewStoreHugo Arès2017-04-251-2/+2
* Create account-indexed extension pointHugo Arès2017-04-242-0/+16
* Merge branch 'stable-2.12' into stable-2.13David Pursehouse2017-04-052-2/+4
|\
| * Fix intopic predicate with regexHugo Arès2017-04-042-1/+3
* | H2AccountPatchReviewStore: Set idle connection eviction timeDavid Ostrovsky2017-04-011-0/+3
* | H2AccountPatchReviewStore: Make it 50 times fasterDavid Ostrovsky2017-03-301-17/+44
* | Merge branch 'stable-2.12' into stable-2.13Paladox2017-03-301-2/+2
|\|
| * Fix the wrong order of RevWalk.isMergedInto in RebaseSorterZhen Chen2017-03-301-2/+2
* | ReceiveCommits: parseBody before getFooterLinesDave Borowitz2017-03-241-0/+1
* | Be more consistent about object ids used in ref operation validationv2.13.7David Pursehouse2017-03-223-2/+8
* | VersionedMetaData: Fix deletion of last file in branchEdwin Kempin2017-03-171-6/+2
* | WatchConfig.Accessor: Add method to delete all watches of an accountEdwin Kempin2017-03-171-0/+13
* | Do not append a message on push for already merged changesOrgad Shaneh2017-03-151-1/+5
* | OperatingSystemMXBeanProvider: Don't throw IllegalStateExceptionDavid Pursehouse2017-03-091-7/+7
* | Merge "Fix eviction order when linking new external ids" into stable-2.13David Ostrovsky2017-03-061-1/+1
|\ \
| * | Fix eviction order when linking new external idsLuca Milanesio2017-03-061-1/+1
* | | Revert "Always use REVIEW state in ReviewDb"David Ostrovsky2017-03-061-1/+3
|/ /
* | LocalDiskRepositoryManager: Handle failure to visit file/pathDavid Pursehouse2017-03-041-0/+6
* | ProcMetricModule: Use reflection to avoid direct reference to com.sun classesDavid Pursehouse2017-03-022-25/+104
* | RebaseIfNecessary: Use submitter's identity on mergeOrgad Shaneh2017-03-011-1/+4
* | Fix wrong variable in log message in BatchUpdateZhen Chen2017-02-271-5/+3
* | Change BatchRefUpdate error into a 500 error instead of 409Zhen Chen2017-02-251-2/+2
* | Don't require Add Patch Set permission for submit by rebasev2.13.6Edwin Kempin2017-02-213-2/+18
* | PostReviewers: Add missing @Override tagDavid Pursehouse2017-02-151-0/+1
* | Only send one newchange email from PostReviewerWyatt Allen2017-02-102-5/+35
* | PostReviewers: Add notify handling for reviewers added emailSven Selberg2017-02-092-13/+26