summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/project
Commit message (Expand)AuthorAgeFilesLines
* Hide the "defer" button if a change in state INTEGRATINGIsmo Haataja2014-10-081-1/+5
* Show review scores for staged changesIsmo Haataja2014-06-201-5/+6
* Add new change state "deferred".Ismo Haataja2014-06-202-1/+16
* Staging branch featureIsmo Haataja2014-06-202-1/+31
* Merge branch 'stable-2.6' into stable-2.7Sasa Zivkov2013-11-141-0/+4
|\
| * Fix: Performance issue when traversing large Git repositoriesSven Selberg2013-11-141-0/+4
* | Merge branch 'stable-2.6' into 'stable-2.7'Edwin Kempin2013-10-051-1/+7
|\|
| * Skip non-commits when verifying access for 'add branch' operationJonathan Nieder2013-10-041-1/+7
* | Merge branch 'stable-2.6' into stable-2.7David Pursehouse2013-10-022-2/+44
|\|
| * Verify access to source ref during add branch operationDariusz Luksza2013-10-012-2/+44
* | Return inherited boolean values for settings from /projects/*/configEdwin Kempin2013-07-121-18/+52
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-07-051-1/+2
|\|
| * Fix: NullPointerException of dashboard titleBruce Zu2013-07-051-1/+2
| * Remove unnecessary @SuppressWarnings annotations in ChangeControlDavid Pursehouse2013-04-241-2/+0
* | Remove unnecessary @SuppressWarnings annotations in ChangeControlDavid Pursehouse2013-04-221-2/+0
* | Merge branch 'stable-2.6'Shawn Pearce2013-04-192-10/+27
|\|
| * Gracefully fail when submit_rule/1 has no solutionsShawn Pearce2013-04-192-10/+27
| * Remove unused importDavid Pursehouse2013-04-181-1/+0
* | Allow projects to specify themesDave Borowitz2013-04-103-0/+89
* | Support enabling/disabling commentlink sections per-projectDave Borowitz2013-04-093-3/+67
* | Allow defining commentlinks in project.configDave Borowitz2013-04-092-5/+23
* | Get commentlinks per-project in UI codeDave Borowitz2013-04-092-0/+19
* | Extract global commentlink config into a ProviderDave Borowitz2013-04-092-0/+90
* | Add a REST API endpoint for getting project configurationDave Borowitz2013-04-092-0/+46
* | Merge branch 'stable-2.6'Shawn Pearce2013-04-051-2/+2
|\|
| * Support '${project}' token in dashboard title and descriptionEdwin Kempin2013-04-041-2/+2
* | Merge "Remove unused import"Shawn Pearce2013-04-031-1/+0
|\ \ | |/ |/|
| * Remove unused importDavid Pursehouse2013-04-031-1/+0
| * Make ProjectInfo and fields publicDave Borowitz2013-03-271-7/+7
| * Make ListProjects.apply() more friendly for programmatic useDave Borowitz2013-03-271-10/+7
| * ListProjects: Move @Option to public settersDave Borowitz2013-03-271-15/+39
* | Small cleanup in PerformCreateProjectDariusz Luksza2013-04-021-6/+4
* | Make ProjectInfo and fields publicDave Borowitz2013-03-271-7/+7
* | Make ListProjects.apply() more friendly for programmatic useDave Borowitz2013-03-271-10/+7
* | ListProjects: Move @Option to public settersDave Borowitz2013-03-271-15/+39
|/
* Fix overriding of labels in child projectsShawn Pearce2013-03-261-1/+1
* Support triggering GC for one project via RESTEdwin Kempin2013-03-262-0/+94
* Add support to retrieve repository statistics for a project via RESTEdwin Kempin2013-03-263-0/+97
* Allow evaluating submit rules for draft changesDave Borowitz2013-03-221-21/+23
* Enforce label uniqueness in ProjectConfig and ProjectStateDave Borowitz2013-03-141-2/+3
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-141-15/+5
* Allow parent projects to block children from overriding labelsDave Borowitz2013-03-141-2/+9
* Allow setting label types in project.configDave Borowitz2013-03-142-5/+28
* Use per-project label types in Prolog submit rulesDave Borowitz2013-03-141-1/+1
* Support to get/set the HEAD of a project via RESTEdwin Kempin2013-03-133-0/+169
* Merge "Access LabelTypes through ProjectState rather than globally"Edwin Kempin2013-03-123-0/+19
|\
| * Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-113-0/+19
* | Merge "Reuse ProjectInfo from ProjectJson in ListProjects"Shawn Pearce2013-03-112-18/+10
|\ \ | |/ |/|
| * Reuse ProjectInfo from ProjectJson in ListProjectsEdwin Kempin2013-03-082-18/+10
* | Merge "Return 422 if entity from request body cannot be processed"Shawn Pearce2013-03-112-19/+28
|\ \