summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
* Replace the `project/forked_merge_requests.feature` spinach test with an ↵blackst0ne2018-05-141-51/+0
| | | | rspec analog
* Replace the `project/commits/diff_comments.feature` spinach test with an ↵blackst0ne2018-05-141-96/+0
| | | | rspec analog
* Replace `features/project/merge_requests/references.featue`blackst0ne-replace-spinach-project-merge-requests-references.featureblackst0ne2018-05-101-31/+0
|
* Replace the `project/issues/references.feature` spinach test with an rspec ↵blackst0ne2018-05-091-33/+0
| | | | analog
* Replace the `project/deploy_keys.feature` spinach test with an rspec analogblackst0ne2018-05-091-46/+0
|
* Replace the `project/ff_merge_requests.feature` spinach test with an rspec ↵blackst0ne2018-05-081-41/+0
| | | | analog
* Replace the `project/builds/artifacts.feature` spinach test with an rspec analogblackst0ne2018-05-071-65/+0
|
* Replace commits spinach tests with RSpec analogSemyon Pupkov2018-05-041-96/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne2018-05-021-147/+0
| | | | rspec analog
* Replace find file project spinach tests with RSpecSemyon Pupkov2018-04-241-42/+0
|
* Merge branch 'replace-build-permissions' into 'master'Rémy Coutable2018-04-171-54/+0
|\ | | | | | | | | Replace project builds permissions spinach with RSpec See merge request gitlab-org/gitlab-ce!18306
| * Replace project builds permissions spinach with RSpecSemyon Pupkov2018-04-171-54/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Replace the `project/commits/comments.feature` spinach test with an rspec analogblackst0ne2018-04-161-51/+0
| |
* | Replace the `project/issues/milestones.feature` spinach test with an rspec ↵blackst0ne2018-04-111-43/+0
| | | | | | | | analog
* | Replace the `project/commits/branches.feature` spinach test with an rspec analogblackst0ne2018-04-111-42/+0
|/
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-86/+0
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne2018-04-031-48/+0
|
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-032-180/+1
|
* Merge branch 'projects-graphs-rspec' into 'master'Grzegorz Bizon2018-03-141-33/+0
|\ | | | | | | | | Replace project graphs spinach tests with RSpec analog See merge request gitlab-org/gitlab-ce!17675
| * Replace project graphs spinach tests with RSpec analogSemyon Pupkov2018-03-141-33/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Replace project redirects spinach tests with RSpec analogSemyon Pupkov2018-03-141-38/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Merge branch 'move-project-fork-to-rspec' into 'master'Douwe Maan2018-03-091-49/+0
|\ \ | | | | | | | | | | | | Move project fork spinach tests to RSpec See merge request gitlab-org/gitlab-ce!17511
| * | Move project fork spinach tests to RSpecSemyon Pupkov2018-03-051-49/+0
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Move project active tab spinach tests to RSpecSemyon Pupkov2018-03-081-138/+0
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move project pages spinach tests to RspecSemyon Pupkov2018-02-211-87/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move spinach project network graph tests to RSpecSemyon Pupkov2018-02-161-46/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-251-2/+5
|
* update spinach test for subscription toggleMike Greiling2018-01-121-1/+1
|
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+17
| | | | | | | | | | | | | | When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
* Merge branch 'replace_project_merge_requests.feature' into 'master'Rémy Coutable2017-10-061-324/+0
|\ | | | | | | | | Replace the 'project/merge_requests.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14621
| * Replace the 'project/merge_requests.feature' spinach test with an rspec analogreplace_project_merge_requests.featureVitaliy @blackst0ne Klachkov2017-10-051-324/+0
| |
* | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-264-169/+15
|\ \ | |/
| * Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-232-19/+15
| |
| * Merge branch 'replace_project_shortcuts.feature' into 'master'Rémy Coutable2017-09-221-63/+0
| |\ | | | | | | | | | | | | Replace the 'project/shortcuts.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14431
| | * Replace the 'project/shortcuts.feature' spinach test with an rspec analogreplace_project_shortcuts.featureVitaliy @blackst0ne Klachkov2017-09-221-63/+0
| | |
| * | Replace the 'project/service.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-221-87/+0
| |/
* | Port fast-foward spinach specs from EEEric Eastwood2017-09-191-0/+24
|/
* Merge branch 'replace_project_snippets.feature' into 'master'Rémy Coutable2017-09-181-35/+0
|\ | | | | | | | | Replace the 'project/snippets.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14326
| * Replace the 'project/snippets.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-181-35/+0
| |
* | Merge branch 'replace_project_commits_revert.feature' into 'master'Rémy Coutable2017-09-181-31/+0
|\ \ | | | | | | | | | | | | Replace the 'project/commits/revert.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14325
| * | Replace the 'project/commits/revert.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-181-31/+0
| |/
* | Replace the 'project/archived.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-171-30/+0
|/
* Merge branch 'replace_project_issues_award_emoji.feature' into 'master'Rémy Coutable2017-09-121-45/+0
|\ | | | | | | | | Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog See merge request !14202
| * Replace the 'project/issues/award_emoji.feature' spinach test with an rspec ↵Vitaliy @blackst0ne Klachkov2017-09-121-45/+0
| | | | | | | | analog
* | Replace the 'project/builds/summary.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-121-30/+0
|/
* Merge branch 'replace_project_merge_requests_revert.feature' into 'master'Rémy Coutable2017-09-121-29/+0
|\ | | | | | | | | Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog See merge request !14201
| * Replace the 'project/merge_requests/revert.feature' spinach test with an ↵Vitaliy @blackst0ne Klachkov2017-09-121-29/+0
| | | | | | | | rspec analog
* | Merge branch 'replace_milestone.feature' into 'master'Rémy Coutable2017-09-121-16/+0
|\ \ | |/ |/| | | | | Replace the 'project/milestone.feature' spinach test with an rspec analog See merge request !14171
| * Replace the project/milestone.feature spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-121-16/+0
| |
* | Merge branch 'replace_project_merge_requests_accept.feature' into 'master'Rémy Coutable2017-09-111-28/+0
|\ \ | | | | | | | | | | | | Replace the 'project/merge_requests/accept.feature' spinach test with an rspec analog See merge request !14176