summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-edit-inline' into 'master'Filipa Lacerda2017-05-311-3/+5
|\
| * Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-3021-38/+344
| |\
| * | fixed move issue specsPhil Hughes2017-05-251-3/+5
* | | Fix environment specs related to protected actionsGrzegorz Bizon2017-05-311-20/+37
* | | Merge branch '30410-revert-9347-and-10079' into 'master'Douwe Maan2017-05-303-11/+5
|\ \ \
| * | | Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable2017-05-301-1/+1
| * | | Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable2017-05-302-10/+4
| | |/ | |/|
* | | Merge branch 'Disable-sub_group_issuables_spec-for-mysql' into 'master'Rémy Coutable2017-05-301-1/+1
|\ \ \
| * | | Disable sub_group_issuables_spec.rb for mysqlLuke "Jared" Bennett2017-05-301-1/+1
| |/ /
* | | Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that...Douwe Maan2017-05-302-45/+66
|\ \ \ | |/ / |/| |
| * | 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-302-45/+66
* | | Update looks job logFilipa Lacerda2017-05-301-9/+9
* | | Merge branch '2472-assignee-dropdown-does-not-display-selected-assignee-ce' i...Phil Hughes2017-05-302-0/+77
|\ \ \
| * | | Fix rubocop2472-assignee-dropdown-does-not-display-selected-assignee-ceClement Ho2017-05-261-3/+1
| * | | Backport MR from EEClement Ho2017-05-262-0/+79
* | | | Merge branch '31616-add-uptime-of-gitlab-instance-in-admin-area' into 'master'Rémy Coutable2017-05-301-0/+3
|\ \ \ \
| * | | | 31616-add-uptime-of-gitlab-instance-in-admin-areajboltz882017-05-291-0/+3
* | | | | Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'Kamil Trzciński2017-05-291-0/+24
|\ \ \ \ \
| * | | | | NULL to nilShinya Maeda2017-05-291-2/+2
| * | | | | Reproduced2Shinya Maeda2017-05-291-0/+24
| * | | | | Revert "Reproduced"Shinya Maeda2017-05-291-24/+0
| * | | | | ReproducedShinya Maeda2017-05-291-0/+24
| | |_|/ / | |/| | |
* | | | | Merge branch '23036-replace-all-spinach-tests-with-rspec-feature-tests' into ...Rémy Coutable2017-05-291-1/+13
|\ \ \ \ \
| * | | | | Replace 'starred_projects.feature' spinach test with an rspec analog23036-replace-all-spinach-tests-with-rspec-feature-testsblackst0ne2017-05-281-1/+13
| |/ / / /
* | | | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-298-17/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-178-17/+15
* | | | | Merge branch '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-a...Fatih Acet2017-05-263-4/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update MWPS feature spec per change to remove source branch default.32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-projectBryce Johnson2017-05-251-2/+2
| * | | | Set up merge request from fork more simply.Bryce Johnson2017-05-241-10/+2
| * | | | Remove spec from created_from_fork_spec.Bryce Johnson2017-05-241-15/+0
| * | | | Move spec and add one for merge button not disabled.Bryce Johnson2017-05-241-0/+29
| * | | | Add spec for disabled Remove source branch checkbox.Bryce Johnson2017-05-231-0/+15
| * | | | Set merge params to force_remove_source_branch by default.Bryce Johnson2017-05-231-2/+4
| * | | | Shush rubocop.Bryce Johnson2017-05-221-1/+0
| * | | | Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-221-0/+14
* | | | | Merge branch 'issuable-form-create-label-sub-groups' into 'master'Filipa Lacerda2017-05-261-0/+31
|\ \ \ \ \
| * | | | | Fixed create new label form in issue form not working for sub-group projectsissuable-form-create-label-sub-groupsPhil Hughes2017-05-251-0/+31
* | | | | | Merge branch 'fix-filtered-search-issuable-empty-state-exception' into 'master'Phil Hughes2017-05-251-0/+32
|\ \ \ \ \ \
| * | | | | | Remove shared example and improve sub_group_issuables_spec.rbfix-filtered-search-issuable-empty-state-exceptionLuke "Jared" Bennett2017-05-251-14/+17
| * | | | | | Added specs to test for subgroup titles on issue and mr pagesLuke "Jared" Bennett2017-05-121-0/+29
* | | | | | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-253-7/+100
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Implement web hooks loggingAlexander Randa2017-05-253-7/+100
* | | | | | | Add review comments to compare_spec.rbLuke "Jared" Bennett2017-05-251-0/+2
* | | | | | | Fix transient error clicking dropdown items in compare_spec.rbLuke "Jared" Bennett2017-05-251-1/+3
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'feature/rss-scoped-token' into 'master'Douwe Maan2017-05-2419-48/+99
|\ \ \ \ \ \
| * | | | | | user can reset his rss token on the account pageAlexis Reigel2017-05-241-0/+15
| * | | | | | use full caps RSS instead of rssAlexis Reigel2017-05-2416-35/+35
| * | | | | | atom links with rss token instead of private tokenAlexis Reigel2017-05-2418-48/+84
* | | | | | | Add specDouwe Maan2017-05-241-0/+19
|/ / / / / /
* | | | | | Merge branch 'dm-copy-as-gfm-without-empty-elements' into 'master'Filipa Lacerda2017-05-241-3/+13
|\ \ \ \ \ \