summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeDouwe Maan2017-04-051-2/+1
* Address review commentsDouwe Maan2017-04-055-5/+5
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-053-5/+5
* Don't use original_discussion_idDouwe Maan2017-04-051-6/+1
* Add specsDouwe Maan2017-04-051-7/+7
* Fix some specsDouwe Maan2017-04-051-0/+2
* Add option to start a new discussion on an MRDouwe Maan2017-04-056-83/+70
* Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-1/+1
* Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-022-1/+2
* Labels support color names in backendDongqing Hu2017-03-291-2/+4
* Merge branch '23363-use-strong-params-in-wikis-controller' into 'master' Rémy Coutable2017-03-281-1/+1
|\
| * Update wikis_controller.rb to use strong paramsKeifer Furzland2017-03-251-1/+1
* | Merge branch 'mr-diffs-speed-up' into 'master' Rémy Coutable2017-03-271-22/+22
|\ \
| * | Only load what we need when visiting MR diffs pageSean McGivern2017-03-271-22/+22
| |/
* | Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-273-2/+16
|\ \
| * | Move conditional statement to PipelineSerializer#represent_statusShinya Maeda2017-03-231-1/+0
| * | Use detailed_status effectively. Remove unnecesarry context(nest). Add new co...Shinya Maeda2017-03-231-0/+1
| * | Rename endpoints 'status' to 'pipeline_status' in merge_requestsShinya Maeda2017-03-231-2/+2
| * | Fix rspec failureShinya Maeda2017-03-233-6/+3
| * | with_status to only_statusShinya Maeda2017-03-233-3/+3
| * | Remove legacy def status from builds_controllerShinya Maeda2017-03-231-3/+0
| * | Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-233-10/+12
| * | Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-233-1/+19
* | | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-271-0/+9
|\ \ \ | |_|/ |/| |
| * | Display flash message to unauthenticated user when creating new issueSam Rose2017-03-251-0/+9
* | | Merge branch '22850-404-when-requesting-build-trace' into 'master' Kamil Trzciński2017-03-241-1/+1
|\ \ \
| * | | No need to authorize_update_build! if 'trace' requested (as same as 'raw')Shinya Maeda2017-03-231-1/+1
| | |/ | |/|
* | | Add dropdown sort to project milestonesGeorge Andrinopoulos2017-03-241-3/+6
* | | fix new MR form erroneously selects tag as source when branch of same name ex...Sanster2017-03-241-2/+2
| |/ |/|
* | Return 404 if deploy key cannot be found in Projects::DeployKeysController#di...Adam Niedzielski2017-03-231-1/+3
|/
* Merge branch '29483-spam-check-only-title-and-description' into 'master' Sean McGivern2017-03-221-1/+8
|\
| * Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+8
* | Merge branch '29428-new-directory-from-existing-branch' into 'master' Sean McGivern2017-03-213-5/+6
|\ \
| * | New directory from interface on existing branchJacopo2017-03-213-5/+6
* | | Hide ancestor groups in the share group dropdown listdz-hide-share-group-ancestorsDmitriy Zaporozhets2017-03-211-0/+1
| |/ |/|
* | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-202-2/+2
|\ \
| * | Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-202-2/+2
| |/
* | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-201-0/+2
|\ \
| * | Redirect to signin when New Issue for not logged inSam Rose2017-03-201-0/+2
* | | Fix Project Wiki updateDongqing Hu2017-03-201-1/+2
| |/ |/|
* | Merge branch 'fix-slow-queries-for-branches-index' into 'master' Douwe Maan2017-03-162-3/+11
|\ \
| * | removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-162-3/+11
* | | Fix specDouwe Maan2017-03-161-1/+4
|/ /
* | Merge branch '29389-fix-already-initialized-constants' into 'master' Robert Speicher2017-03-141-2/+0
|\ \
| * | Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-2/+0
| |/
* | Merge branch 'feature/custom-lfs' into 'master' Douwe Maan2017-03-131-1/+1
|\ \
| * | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-1/+1
* | | Merge branch 'handle-failure-when-deleting-tags' into 'master' Douwe Maan2017-03-131-4/+18
|\ \ \
| * | | Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-131-4/+18
| | |/ | |/|
* | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-131-14/+23
|\ \ \ | |_|/ |/| |