summaryrefslogtreecommitdiff
path: root/spec/features/protected_branches_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-3/+5
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Extract EE specific tests for protected branches/tagsOswaldo Ferreira2019-04-251-20/+6
* Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-1/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
* CE port gitlab-ee!6112Luke Bennett2018-06-271-27/+20
* Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
* fix protected_branches_spec.rbJose2018-05-231-0/+2
* Resolve "Protected branches count is wrong when a wildcard includes several p...Jan2018-04-041-1/+4
* Fix trigger elements and element is not clickable at this positionJose Ivan Vargas2017-10-111-4/+4
* backport protected_branches_spec improvements from EEbackport-protected-branches-spec-changesJose Ivan Vargas2017-10-061-9/+17
* fix protected_branch spec describe block38835-protected-branch-selector-not-found-in-testJose Ivan Vargas2017-10-051-18/+17
* Merge branch '32163-protected-branch-form-should-have-sane-defaults-for-dropd...Tim Zallmann2017-10-051-0/+18
|\
| * Added defaults for the protected branches dropdowns for the repository settingsJose Ivan Vargas2017-09-201-0/+18
* | Fix the default branches sorting to actually be 'Last updated'26890-fix-default-branches-sortingRémy Coutable2017-09-251-62/+122
|/
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-7/+7
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Resolve "Simplified Repository Settings page"Mike Greiling2017-06-071-1/+1
* Clean import of shared examples for protected branches/tagsAlejandro Rodríguez2017-05-161-1/+0
* Change from .click -> .trigger('click') to make spec passrs-trigger-clickRobert Speicher2017-04-281-1/+1
* Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-2/+0
|\
| * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* | Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+1
|/
* Move protected branches access control spec into a shared example.Timothy Andrew2016-08-201-69/+2
* Backport EE assertions in protected branch related specs.Timothy Andrew2016-08-161-4/+4
* Don't select an access level if already selected.Timothy Andrew2016-08-161-4/+12
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-5/+8
* Wrap param with parens for consistencyAlfredo Sumaran2016-08-051-1/+1
* Add custom css class to each dropdown to fix failing specAlfredo Sumaran2016-08-051-3/+3
* Update layout and JS for create protected branch.Alfredo Sumaran2016-08-051-4/+4
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-6/+6
* Implement review comments from @axil.Timothy Andrew2016-07-291-2/+4
* Make specs compatible with PhantomJS versions < 2.Timothy Andrew2016-07-291-4/+0
* Humanize protected branches' access levels at one location.Timothy Andrew2016-07-291-9/+2
* Update protected branches spec to work with the `select`s.Timothy Andrew2016-07-291-0/+75
* Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-071-1/+3
* Add a feature spec for protected branch creation.Timothy Andrew2016-07-051-0/+82