summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* Load participants asyncEric Eastwood2017-10-311-3/+3
* Allow promoting project milestones to group milestonesFelipe Artur2017-10-311-0/+28
* Merge branch 'zj-commit-cache' into 'master'Sean McGivern2017-10-271-1/+1
|\
| * Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+1
* | Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-backSean McGivern2017-10-261-0/+23
|/
* Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' i...Rémy Coutable2017-10-2378-453/+453
|\
| * Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-2078-453/+453
* | Merge branch 'bvl-fix-group-atom-feed' into 'master'Douwe Maan2017-10-221-0/+25
|\ \
| * | Make sure we render events for projects within a groupBob Van Landuyt2017-10-201-0/+25
| |/
* | URI decode Page-Title header to preserve UTF-8 charactersToon Claes2017-10-201-0/+14
|/
* Merge branch 'not-found-in-commits' into 'master'Douwe Maan2017-10-191-2/+29
|\
| * Renders 404 in commits controller if no commits are foundGuilherme Vieira2017-10-181-2/+29
* | Merge branch 'sh-security-fix-backports-master' into 'master'Robert Speicher2017-10-182-34/+67
|\ \
| * \ Merge branch 'master' into sh-security-fix-backports-masterStan Hu2017-10-176-83/+478
| |\ \
| * | | Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-172-34/+67
* | | | Merge branch '30140-restore-readme-only-preference' into 'master'Douwe Maan2017-10-181-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add readme only option as project viewAnnabel Dunstone Gray2017-10-161-0/+8
| |/ /
* | | Merge branch 'zj-gitaly-n-1-call-test' into 'master'Douwe Maan2017-10-171-11/+21
|\ \ \
| * | | Allow testing on Gitaly call countZeger-Jan van de Weg2017-10-161-11/+21
* | | | Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-175-72/+457
|\ \ \ \ | |_|/ / |/| | |
| * | | Make sure we always return an array of hierarchiesBob Van Landuyt2017-10-131-0/+9
| * | | Nest the group_children_path inside the canonical group pathBob Van Landuyt2017-10-122-270/+277
| * | | Fix spinach featuresBob Van Landuyt2017-10-111-1/+0
| * | | Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-1014-60/+640
| |\ \ \ | | |/ /
| * | | Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-45/+44
| * | | Only expand ancestors when searchingBob Van Landuyt2017-10-091-1/+12
| * | | Make sure all ancestors are loaded when searching groupsBob Van Landuyt2017-10-051-2/+2
| * | | Return an empty array when no matches are foundBob Van Landuyt2017-10-041-0/+10
| * | | Fix bug with project paginationBob Van Landuyt2017-10-041-5/+7
| * | | Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-041-0/+10
| * | | Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-3/+3
| * | | Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-0/+26
| * | | Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-23/+11
| * | | Improve number of queriesBob Van Landuyt2017-10-041-25/+25
| * | | Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-041-0/+12
| * | | [WIP] improve number of queries when rendering a hierarchyBob Van Landuyt2017-10-041-12/+19
| * | | Search subgroups on dashboard and explore viewsBob Van Landuyt2017-10-042-2/+23
| * | | Reuse the groups tree for explore and dashboard.Bob Van Landuyt2017-10-044-75/+168
| * | | Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt2017-10-041-0/+29
| * | | Limit the amount of queries per rowBob Van Landuyt2017-10-041-6/+79
| * | | Allow filtering children for a groupBob Van Landuyt2017-10-041-0/+30
| * | | Add pagination for childrenBob Van Landuyt2017-10-041-0/+18
| * | | Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-21/+61
| * | | Remove the subgroups path on a groupBob Van Landuyt2017-10-041-0/+1
* | | | Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-4/+4
* | | | Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez2017-10-121-4/+4
| |/ / |/| |
* | | Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
* | | Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | | Add a project forks spec helperBob Van Landuyt2017-10-075-40/+35
* | | Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-4/+60