summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* add issues and merge-requests classes and use to find in rspecfix-sidebar-block-ref-testLuke "Jared" Bennett2017-04-281-3/+2
|
* Add board_move slash commandAlex Sanford2017-04-281-8/+78
|
* Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-286-14/+477
|
* Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-2810-153/+1066
|\ | | | | | | | | | | | | Refactor rich blob viewers and add Code|Rendered switch Closes #24287 See merge request !10566
| * Use new renamed markup methoddm-blob-viewersDouwe Maan2017-04-271-0/+2
| |
| * Address feedbackDouwe Maan2017-04-273-28/+34
| |
| * Added specs for JS method to switch viewsPhil Hughes2017-04-271-2/+39
| |
| * Fixed failing JS testsPhil Hughes2017-04-271-3/+7
| |
| * Satisfy RubocopDouwe Maan2017-04-272-2/+0
| |
| * Add specsDouwe Maan2017-04-279-45/+898
| |
| * Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-275-12/+7
| |
| * Add test stubsDouwe Maan2017-04-277-191/+31
| |
| * Fix some specsDouwe Maan2017-04-272-5/+5
| |
| * Add specsDouwe Maan2017-04-273-13/+191
| |
* | Merge branch 'dm-fix-ghost-user-validation' into 'master' Robert Speicher2017-04-271-0/+10
|\ \ | | | | | | | | | | | | Skip validation when creating internal (ghost, service desk) users See merge request !10949
| * | Skip validation when creating internal (ghost, service desk) usersdm-fix-ghost-user-validationDouwe Maan2017-04-261-0/+10
| | |
* | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan2017-04-273-29/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
| * | | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projectsTiago Botelho2017-04-273-29/+75
| | | |
* | | | Make api/v3/deployments_spec to actually tests v3dz-fix-v3-api-deployments-specDmitriy Zaporozhets2017-04-271-6/+6
| |_|/ |/| | | | | | | | 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
| | | | | | | |