summaryrefslogtreecommitdiff
path: root/spec/features/projects/branches_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Allow users to compare branches on a read-only instanceDouglas Barbosa Alexandre2019-02-201-0/+32
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Spec improvements for speed, reliability and readabilityBob Van Landuyt2018-04-121-1/+1
* Hide file/directory creation buttonsBob Van Landuyt2018-04-111-1/+21
* Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-12/+125
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* remove out-of-date comments about webdriver compatabilityMike Greiling2017-11-021-5/+1
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-2/+2
|\
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-2/+2
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-061-83/+13
|\ \ | |/
| * Fix the default branches sorting to actually be 'Last updated'26890-fix-default-branches-sortingRémy Coutable2017-09-251-83/+13
* | Make protected branches spec work in headless ChromeStan Hu2017-08-121-1/+5
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-14/+59
|\ \ | |/
| * Fix spec/features/projects/branches_specRobert Speicher2017-07-281-3/+3
| * Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| * Hide description about protected branches to non-memberTakuya Noguchi2017-07-201-1/+8
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-13/+13
| * Fix a bug where an invalid sort param value was passed to Gitaly34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_updatedAlejandro Rodríguez2017-06-281-1/+39
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-06-211-7/+8
|\ \ | |/
| * Remove implicit dependency on `gitlab_sign_in` assigning `@user`rs-login_asRobert Speicher2017-06-191-7/+8
| * Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-2/+2
|/
* Add confirm delete protected branch modalSam Rose2017-05-081-1/+84
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+8
* Hides merge request button on branches pagebranches-mr-button-permissionsPhil Hughes2016-09-021-17/+31
* Fix tests.Connor Shea2016-08-171-1/+1
* implements the basic filter functionalitytiagonbotelho2016-07-191-0/+32