summaryrefslogtreecommitdiff
path: root/spec/features/projects/branches/download_buttons_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-101-0/+5
| | | | | | | | | | It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-1/+1
| | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-1/+1
| | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Make the dropdown match the designPatrick Bajao2019-04-021-1/+1
| | | | Regenerate locale.pot as well
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-9/+9
|
* Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-1/+1
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Fix the default branches sorting to actually be 'Last updated'26890-fix-default-branches-sortingRémy Coutable2017-09-251-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-4/+2
|
* 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
|
* Fix download artifacts button link:Lin Jen-Shin2016-09-191-1/+5
| | | | | | | Rails ignored unused arguments and ref_name_and_path is the last path argument, therefore we need to concatenate that parts ourselves. Otherwise, 'download' won't be shown at all.
* Make sure the branch we're testing is on the 1st page!Lin Jen-Shin2016-08-191-2/+2
|
* Empty lines around blocksLin Jen-Shin2016-08-101-4/+7
|
* Add four features tests for download buttons in different placesLin Jen-Shin2016-07-251-0/+37