Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the `project/forked_merge_requests.feature` spinach test with an ↵ | blackst0ne | 2018-05-14 | 1 | -51/+0 |
| | | | | rspec analog | ||||
* | Replace the `project/commits/diff_comments.feature` spinach test with an ↵ | blackst0ne | 2018-05-14 | 1 | -96/+0 |
| | | | | rspec analog | ||||
* | Replace `features/project/merge_requests/references.featue`blackst0ne-replace-spinach-project-merge-requests-references.feature | blackst0ne | 2018-05-10 | 1 | -31/+0 |
| | |||||
* | Replace the `project/issues/references.feature` spinach test with an rspec ↵ | blackst0ne | 2018-05-09 | 1 | -33/+0 |
| | | | | analog | ||||
* | Replace the `project/deploy_keys.feature` spinach test with an rspec analog | blackst0ne | 2018-05-09 | 1 | -46/+0 |
| | |||||
* | Replace the `project/ff_merge_requests.feature` spinach test with an rspec ↵ | blackst0ne | 2018-05-08 | 1 | -41/+0 |
| | | | | analog | ||||
* | Replace the `project/builds/artifacts.feature` spinach test with an rspec analog | blackst0ne | 2018-05-07 | 1 | -65/+0 |
| | |||||
* | Replace commits spinach tests with RSpec analog | Semyon Pupkov | 2018-05-04 | 1 | -96/+0 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | Replace the `project/source/markdown_render.feature` spinach test with an ↵ | blackst0ne | 2018-05-02 | 1 | -147/+0 |
| | | | | rspec analog | ||||
* | Replace find file project spinach tests with RSpec | Semyon Pupkov | 2018-04-24 | 1 | -42/+0 |
| | |||||
* | Merge branch 'replace-build-permissions' into 'master' | Rémy Coutable | 2018-04-17 | 1 | -54/+0 |
|\ | | | | | | | | | Replace project builds permissions spinach with RSpec See merge request gitlab-org/gitlab-ce!18306 | ||||
| * | Replace project builds permissions spinach with RSpec | Semyon Pupkov | 2018-04-17 | 1 | -54/+0 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | | Replace the `project/commits/comments.feature` spinach test with an rspec analog | blackst0ne | 2018-04-16 | 1 | -51/+0 |
| | | |||||
* | | Replace the `project/issues/milestones.feature` spinach test with an rspec ↵ | blackst0ne | 2018-04-11 | 1 | -43/+0 |
| | | | | | | | | analog | ||||
* | | Replace the `project/commits/branches.feature` spinach test with an rspec analog | blackst0ne | 2018-04-11 | 1 | -42/+0 |
|/ | |||||
* | Migrate features/project/project.feature to RSpec and reorganize several ↵ | Rémy Coutable | 2018-04-09 | 1 | -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 analog | blackst0ne | 2018-04-03 | 1 | -48/+0 |
| | |||||
* | Replace the `project/issues/issues.feature` spinach test with an rspec analog | blackst0ne | 2018-04-03 | 2 | -180/+1 |
| | |||||
* | Merge branch 'projects-graphs-rspec' into 'master' | Grzegorz Bizon | 2018-03-14 | 1 | -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 analog | Semyon Pupkov | 2018-03-14 | 1 | -33/+0 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | | Replace project redirects spinach tests with RSpec analog | Semyon Pupkov | 2018-03-14 | 1 | -38/+0 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | | Merge branch 'move-project-fork-to-rspec' into 'master' | Douwe Maan | 2018-03-09 | 1 | -49/+0 |
|\ \ | | | | | | | | | | | | | Move project fork spinach tests to RSpec See merge request gitlab-org/gitlab-ce!17511 | ||||
| * | | Move project fork spinach tests to RSpec | Semyon Pupkov | 2018-03-05 | 1 | -49/+0 |
| |/ | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | | Move project active tab spinach tests to RSpec | Semyon Pupkov | 2018-03-08 | 1 | -138/+0 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | Move project pages spinach tests to Rspec | Semyon Pupkov | 2018-02-21 | 1 | -87/+0 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | Move spinach project network graph tests to RSpec | Semyon Pupkov | 2018-02-16 | 1 | -46/+0 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 | ||||
* | Add modal for deleting a milestonewinh-delete-milestone-modal | Winnie Hellmann | 2018-01-25 | 1 | -2/+5 |
| | |||||
* | update spinach test for subscription toggle | Mike Greiling | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Backport 'Rebase' feature from EE to CEjprovazn-rebase | Jan Provaznik | 2018-01-05 | 1 | -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 Coutable | 2017-10-06 | 1 | -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.feature | Vitaliy @blackst0ne Klachkov | 2017-10-05 | 1 | -324/+0 |
| | | |||||
* | | Merge branch 'master' into ff_port_from_ee | Eric Eastwood | 2017-09-26 | 4 | -169/+15 |
|\ \ | |/ | |||||
| * | Improve list of sorting options | Vitaliy @blackst0ne Klachkov | 2017-09-23 | 2 | -19/+15 |
| | | |||||
| * | Merge branch 'replace_project_shortcuts.feature' into 'master' | Rémy Coutable | 2017-09-22 | 1 | -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.feature | Vitaliy @blackst0ne Klachkov | 2017-09-22 | 1 | -63/+0 |
| | | | |||||
| * | | Replace the 'project/service.feature' spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-22 | 1 | -87/+0 |
| |/ | |||||
* | | Port fast-foward spinach specs from EE | Eric Eastwood | 2017-09-19 | 1 | -0/+24 |
|/ | |||||
* | Merge branch 'replace_project_snippets.feature' into 'master' | Rémy Coutable | 2017-09-18 | 1 | -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 analog | Vitaliy @blackst0ne Klachkov | 2017-09-18 | 1 | -35/+0 |
| | | |||||
* | | Merge branch 'replace_project_commits_revert.feature' into 'master' | Rémy Coutable | 2017-09-18 | 1 | -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 analog | Vitaliy @blackst0ne Klachkov | 2017-09-18 | 1 | -31/+0 |
| |/ | |||||
* | | Replace the 'project/archived.feature' spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-17 | 1 | -30/+0 |
|/ | |||||
* | Merge branch 'replace_project_issues_award_emoji.feature' into 'master' | Rémy Coutable | 2017-09-12 | 1 | -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 Klachkov | 2017-09-12 | 1 | -45/+0 |
| | | | | | | | | analog | ||||
* | | Replace the 'project/builds/summary.feature' spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 1 | -30/+0 |
|/ | |||||
* | Merge branch 'replace_project_merge_requests_revert.feature' into 'master' | Rémy Coutable | 2017-09-12 | 1 | -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 Klachkov | 2017-09-12 | 1 | -29/+0 |
| | | | | | | | | rspec analog | ||||
* | | Merge branch 'replace_milestone.feature' into 'master' | Rémy Coutable | 2017-09-12 | 1 | -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 analog | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 1 | -16/+0 |
| | | |||||
* | | Merge branch 'replace_project_merge_requests_accept.feature' into 'master' | Rémy Coutable | 2017-09-11 | 1 | -28/+0 |
|\ \ | | | | | | | | | | | | | Replace the 'project/merge_requests/accept.feature' spinach test with an rspec analog See merge request !14176 |