summaryrefslogtreecommitdiff
path: root/spec/features/tags/master_views_tags_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation and testsManoj MJ2019-06-191-82/+0
| | | | | | | | This commit adds - feature specs - to test the ability of a user with "developer" permission to delete tags in repositories. - documentation
* Further design iteration on project overviewDennis Tang2018-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-7/+7
|
* Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood2018-02-161-1/+1
|
* Prevent some specs from mangling the gitlab-shell checkoutNick Thomas2017-12-191-3/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-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-10/+10
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| | | | Change single `login_via` use to `gitlab_sign_in_via`
* Fixed rspec testsJose Ivan Vargas2017-04-061-1/+1
|
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+10
|
* Add integration specs for tagsRémy Coutable2016-05-101-0/+73
Signed-off-by: Rémy Coutable <remy@rymai.me>