Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-27Remove superfluous type defs in specsKeifer Furzland
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-05-16Clean import of shared examples for protected branches/tagsAlejandro Rodríguez
2017-04-29Change from .click -> .trigger('click') to make spec passRobert Speicher
2017-04-24Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-21Use `:empty_project` where possible in top-level feature specsRobert Speicher
2016-08-19Move protected branches access control spec into a shared example.Timothy Andrew
2016-08-16Backport EE assertions in protected branch related specs.Timothy Andrew
2016-08-16Don't select an access level if already selected.Timothy Andrew
2016-08-16Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew
2016-08-06Wrap param with parens for consistencyAlfredo Sumaran
2016-08-06Add custom css class to each dropdown to fix failing specAlfredo Sumaran
2016-08-06Update layout and JS for create protected branch.Alfredo Sumaran
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Implement review comments from @axil.Timothy Andrew
2016-07-29Make specs compatible with PhantomJS versions < 2.Timothy Andrew
2016-07-29Humanize protected branches' access levels at one location.Timothy Andrew
2016-07-29Update protected branches spec to work with the `select`s.Timothy Andrew
2016-07-07Use the `GLDropdown` component to select protected branches.Timothy Andrew
2016-07-05Add a feature spec for protected branch creation.Timothy Andrew