-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'osw-add-qa-tests-for-protected-branches' into 'master'
Add QA tests for protected branches See merge request gitlab-org/gitlab-ce!18301
No related branches found
No related tags found
Showing
- app/views/projects/commits/_commit.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commit.html.haml
- app/views/projects/protected_branches/_create_protected_branch.html.haml 2 additions, 2 deletions...cts/protected_branches/_create_protected_branch.html.haml
- app/views/projects/protected_branches/_update_protected_branch.html.haml 1 addition, 1 deletion...cts/protected_branches/_update_protected_branch.html.haml
- app/views/projects/protected_branches/shared/_branches_list.html.haml 1 addition, 1 deletion...ojects/protected_branches/shared/_branches_list.html.haml
- app/views/projects/protected_branches/shared/_dropdown.html.haml 2 additions, 2 deletions...ws/projects/protected_branches/shared/_dropdown.html.haml
- app/views/projects/protected_branches/shared/_index.html.haml 1 addition, 1 deletion...views/projects/protected_branches/shared/_index.html.haml
- app/views/projects/protected_branches/shared/_protected_branch.html.haml 1 addition, 1 deletion...cts/protected_branches/shared/_protected_branch.html.haml
- app/views/shared/_ref_switcher.html.haml 2 additions, 2 deletionsapp/views/shared/_ref_switcher.html.haml
- qa/qa.rb 2 additions, 0 deletionsqa/qa.rb
- qa/qa/factory/resource/branch.rb 73 additions, 0 deletionsqa/qa/factory/resource/branch.rb
- qa/qa/git/repository.rb 5 additions, 1 deletionqa/qa/git/repository.rb
- qa/qa/page/project/settings/protected_branches.rb 69 additions, 0 deletionsqa/qa/page/project/settings/protected_branches.rb
- qa/qa/page/project/settings/repository.rb 6 additions, 0 deletionsqa/qa/page/project/settings/repository.rb
- qa/qa/page/project/show.rb 17 additions, 0 deletionsqa/qa/page/project/show.rb
- qa/qa/specs/features/repository/protected_branches_spec.rb 63 additions, 0 deletionsqa/qa/specs/features/repository/protected_branches_spec.rb
qa/qa/factory/resource/branch.rb
0 → 100644
Please register or sign in to comment