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 (Collapse)Author
2018-03-06Add overview of branches and a filter for active/stale branchesTakuya Noguchi
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-09-25Fix the default branches sorting to actually be 'Last updated'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Use `empty_project` where possible in spec/features/projectsRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
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
2016-09-19Fix download artifacts button link:Lin Jen-Shin
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.
2016-08-19Make sure the branch we're testing is on the 1st page!Lin Jen-Shin
2016-08-10Empty lines around blocksLin Jen-Shin
2016-07-25Add four features tests for download buttons in different placesLin Jen-Shin