summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Merge branch 'git_to_html_redirection' into 'master' Sean McGivern2017-02-031-1/+1
|\
| * Fixed redirection from http://someproject.git to http://someprojectblackst0ne2017-02-041-1/+1
* | Disabled add issues button if no lists existPhil Hughes2017-02-031-1/+1
* | Fixed issue with issue not persisting in listPhil Hughes2017-02-031-1/+1
* | Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-032-23/+2
* | Infinite scrollingPhil Hughes2017-02-031-1/+1
* | Used issue bulk update instead of different endpointPhil Hughes2017-02-032-5/+1
* | Changed where data gets loadedPhil Hughes2017-02-032-1/+5
* | Add issues to boards listPhil Hughes2017-02-031-1/+22
* | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-033-3/+3
|\ \ | |/ |/|
| * replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-033-3/+3
* | Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-022-6/+5
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-026-17/+56
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-2617-152/+181
| |\ \ \
| * | | | Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-5/+3
| * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-041-2/+2
| * | | | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-0414-58/+173
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-121-6/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-106-16/+38
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-083-9/+24
| |\ \ \ \ \ \ \
| * | | | | | | | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-1/+2
* | | | | | | | | Merge branch '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-i...Alfredo Sumaran2017-02-021-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update pipeline and commit URL and text on CI status change25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggeredSam Rose2017-02-011-1/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Check public snippets for spamSean McGivern2017-02-021-3/+5
|/ / / / / / / /
* | | | | | | | Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-311-1/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Abillity to promote project labels to group labelsRitave2017-01-311-1/+32
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński2017-01-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update #list_teams to propagate errorsZ.J. van de Weg2017-01-301-4/+1
| * | | | | | | | Fix inconsistent return typeZ.J. van de Weg2017-01-241-1/+4
* | | | | | | | | Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable2017-01-312-1/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Expose serialized pipelines API for merge requestsGrzegorz Bizon2017-01-271-1/+10
| * | | | | | | | | Expose serialized pipelines for commit pipelinesGrzegorz Bizon2017-01-271-0/+11
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-301-7/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch '26943-fix-user-in-build-presenter' into 'master' Robert Speicher2017-01-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't override presentee methods for Gitlab::View::Presenter::DelegatedRémy Coutable2017-01-241-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Remove unused js response from refs controllerissue_27211Felipe Artur2017-01-261-6/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre2017-01-252-6/+12
|/ / / / / /
* | | | | | pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-18/+12
* | | | | | automatically redirect urls containing author_id or assignee_idMike Greiling2017-01-201-0/+18
* | | | | | Merge branch '26138-combine-webhooks-and-services-settings-pages' into 'master' Rémy Coutable2017-01-203-14/+22
|\ \ \ \ \ \
| * | | | | | Fixed tests and a rubocop linter26138-combine-webhooks-and-services-settings-pagesJose Ivan Vargas2017-01-181-4/+2
| * | | | | | Removed the index action from both the projects hook and services controllersJose Ivan Vargas2017-01-182-9/+2
| * | | | | | Corrected code style and titlesJose Ivan Vargas2017-01-181-1/+1
| * | | | | | Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas2017-01-183-5/+22
* | | | | | | Merge branch '23563-document-presenters' into 'master' Dmitriy Zaporozhets2017-01-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | More improvements to presenters23563-document-presentersRémy Coutable2017-01-181-1/+1
| * | | | | | | Add Presentable concernRémy Coutable2017-01-181-1/+1
* | | | | | | | Merge branch '26117-sort-pipeline-for-commit' into 'master' Kamil Trzciński2017-01-191-5/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add sorting pipeline for a commitTakuya Noguchi2017-01-191-5/+0