summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Collect all users by single query when using Member#add_usersdz-improve-add-users-methodDmitriy Zaporozhets2017-04-281-2/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'remove-invalid-services' into 'master' Douwe Maan2017-04-275-24/+38
|\ | | | | | | | | Remove invalid services with nil or empty type See merge request !10847
| * tadds migration to remove invalid servicesTiago Botelho2017-04-275-25/+35
| |
| * remove invalid servicesTiago Botelho2017-04-261-0/+4
| |
* | Merge branch ↵Sean McGivern2017-04-271-0/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized' into 'master' Resolve "Milestone sidebar display incorect number of MR when minimized" Closes #31292 See merge request !10933
| * | Added test31292-milestone-sidebar-display-incorect-number-of-mr-when-minimizedLuke "Jared" Bennett2017-04-261-0/+24
| | |
* | | Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-272-0/+50
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix ordering of commits in the network graph. Closes #30973 See merge request !10936
| * | | Fix ordering of commits in the network graph.Timothy Andrew2017-04-272-0/+50
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order
* | | Merge branch '2246-uuid-is-nil-for-new-installation' into 'master' Sean McGivern2017-04-271-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Lazily set UUID in ApplicationSetting for new installations Closes gitlab-ee#2246 See merge request !10893
| * | | Lazily sets UUID in ApplicationSetting for new installationsDouglas Barbosa Alexandre2017-04-261-0/+1
| | | |
* | | | Merge branch 'dz-add-cohort-spec' into 'master' Sean McGivern2017-04-271-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Increase code coverage for admin/cohorts page See merge request !10964
| * | | | Increase code coverage for admin/cohorts pagedz-add-cohort-specDmitriy Zaporozhets2017-04-271-0/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Remove unused codeFilipa Lacerda2017-04-271-0/+64
| | | | |
* | | | | Use vue files for vue components.Filipa Lacerda2017-04-272-2/+7
| | | | |
* | | | | Merge branch 'tc-make-user-master-project-by-admin' into 'master' Rémy Coutable2017-04-271-0/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make namespace owner master of project upon creation Closes #29446 See merge request !10910
| * | | | | Make namespace owner master of project upon creationtc-make-user-master-project-by-adminToon Claes2017-04-271-0/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.
* | | | | Merge branch '26585-remove-readme-view-caching' into 'master' Douwe Maan2017-04-278-57/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove view fragment caching for project READMEs Closes #26585 and #29594 See merge request !8838
| * | | | | Remove the unnecessary ApplicationSetting stubbingToon Claes2017-04-271-1/+0
| | | | | |
| * | | | | Remove unused optional parameter `asciidoc_opts`Toon Claes2017-04-271-19/+2
| | | | | |
| * | | | | Fix failing specsToon Claes2017-04-272-2/+2
| | | | | |
| * | | | | Refactor MarkupHelperDouwe Maan2017-04-271-10/+10
| | | | | |
| * | | | | Cache the rendered README, but post-process on showToon Claes2017-04-273-31/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
| * | | | | Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-271-2/+0
| | | | | |
| * | | | | Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-274-4/+4
| |/ / / / | | | | | | | | | | | | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper.
* | | | | Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable2017-04-271-1/+27
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Allow admins to sudo to blocked users See merge request !10842
| * | | | Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently, (for example) admins can't delete snippets for blocked users, which is an unexpected limitation. - We modify `authenticate!` to conduct the `access_api` policy check against the `initial_current_user`, instead of the user being impersonated. - Update CHANGELOG for !10842
* | | | | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-274-5/+38
|\ \ \ \ \
| * | | | | Fix rendering emoji inside a stringblackst0ne2017-04-254-5/+38
| | | | | |
* | | | | | Add button to delete filters from filtered search barClement Ho2017-04-264-7/+81
| |_|/ / / |/| | | |
* | | | | Merge branch 'gl-version-backup-file' into 'master' Rémy Coutable2017-04-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add GitLab version to backup file name See merge request !10901
| * | | | | Fix failing specgl-version-backup-fileAchilleas Pipinellis2017-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | http://rubular.com/r/op7TI9UX6K
* | | | | | Resolve "Jobs dropdown in mini graph should close when we receive an error"Filipa Lacerda2017-04-262-46/+75
| | | | | |
* | | | | | Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-0/+6
| | | | | |
* | | | | | Use rspec-set to speed up examplesZeger-Jan van de Weg2017-04-263-34/+40
| | | | | |
* | | | | | Merge branch 'backport-md-cache-fix' into 'master' Dmitriy Zaporozhets2017-04-261-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around a hard-to-understand failure in `CacheMarkdownField` See merge request !10918
| * | | | | | Fix a failing specNick Thomas2017-04-251-2/+2
| | | | | | |
* | | | | | | Merge branch '26509-show-update-time' into 'master' Annabel Dunstone Gray2017-04-261-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add updated time to project list Closes #26509 See merge request !8514
| * | | | | | | Add updated time to project listJeff Stubler2017-04-211-1/+1
| | | | | | | |
* | | | | | | | Merge branch ↵Clement Ho2017-04-261-0/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '22826-ui-inconsistency-different-files-views-find-file-button-missing' into 'master' [#22826] Ensure find_file_link and download button is part of file tree header Closes #22826 See merge request !9847
| * | | | | | | | [#22826] Add newline before expect in accordance to four phase thoughtbot styleTM Lee2017-04-251-0/+2
| | | | | | | | |
| * | | | | | | | [#22826] Ensure find_file_link and download button is part of file tree headerTM Lee2017-04-231-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move the find_file_link and download partial into the project tree_header partial - Added Changelog
* | | | | | | | | Merge branch '12910-personal-snippet-prep-2' into 'master' Sean McGivern2017-04-263-0/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support preview_markdown action for personal_snippets See merge request !10810
| * | | | | | | | | Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-263-0/+38
| | | | | | | | | |
* | | | | | | | | | Load a project's CI status in batch from redisBob Van Landuyt2017-04-263-21/+148
| | | | | | | | | |
* | | | | | | | | | Merge branch '26437-closed-by' into 'master' Rémy Coutable2017-04-263-1/+42
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add issues/:iid/closed_by api endpoint Closes #26437 See merge request !10511
| * | | | | | | | | | Add issues/:iid/closed_by api endpointmhasbini2017-04-123-1/+42
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'more-mr-filters' into 'master' Sean McGivern2017-04-261-4/+68
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More merge request filters Closes #26301 See merge request !10924
| * | | | | | | | | | | Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-4/+68
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'group-assignee-dropdown-send-group-id' into 'master' Filipa Lacerda2017-04-261-0/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assignee filter on group issues/merge requests only loads group users Closes #29490 See merge request !10884
| * | | | | | | | | | Assignee filter on group issues/merge requests only loads group usersgroup-assignee-dropdown-send-group-idPhil Hughes2017-04-241-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #29490