summaryrefslogtreecommitdiff
path: root/spec/features/projects/labels
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-1/+1
* Fix display of promote to group labelJan Provaznik2019-05-282-1/+38
* Show prioritized labels to guests57247-show-prioritized-labels-to-guestsHeinrich Lee Yu2019-04-192-4/+21
* fix(labels): Move the primary button out of breadcrumbs and into the project ...Martin Hobert2019-01-221-1/+1
* Fix warning already initialized constant LABEL_TITLESSemyon Pupkov2018-12-131-3/+5
* Show primary button when all labels are prioritizedGeorge Tsiolis2018-12-071-0/+15
* Sort issues and merge requests in ascending and descending orderFatih Acet2018-12-061-2/+2
* Fix secondary nav dropdown menu styling in tablet and mobile screensKushal Pandya2018-12-031-2/+2
* Include new and edit links in breadcrumb for project milestones, group milest...George Tsiolis2018-11-281-0/+17
* Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-0/+48
* Add frozen_string_literal to search_labels_spec.rb according to GitLab botDmitriy Zaporozhets2018-07-311-0/+2
* Show different not fount message for project labels searchDmitriy Zaporozhets2018-07-311-2/+2
* Add more specs to labels search featureDmitriy Zaporozhets2018-07-311-4/+45
* Add feature specs for project labels searchDmitriy Zaporozhets2018-07-311-0/+37
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-4/+4
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-054-18/+18
* fix lintLuke Bennett2018-05-291-0/+1
* Fix user_removes_labels_specLuke Bennett2018-05-291-11/+10
* Fix update_prioritization_specLuke Bennett2018-05-291-4/+4
* Further fixes for project subscription_specLuke Bennett2018-05-291-3/+1
* Fix project subscription_specLuke Bennett2018-05-291-2/+4
* Remove screenshotsLuke Bennett2018-05-291-2/+0
* BE reviewLuke Bennett2018-05-251-0/+2
* Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne2018-04-034-0/+188
* Fix labels specsAnnabel Dunstone Gray2018-01-301-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
* Hide issues and MRs in labels list if disabledsophie-h/gitlab-ce-patch-15Sophie Herold2017-12-111-0/+75
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-072-6/+6
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-273-3/+3
* Remove help message about prioritized labels for non-membersTakuya Noguchi2017-07-271-0/+8
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-063-11/+11
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-293-5/+5
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-193-5/+5
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-5/+5
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
* Allow sorting by due date and label prioritySean McGivern2017-03-151-2/+2
* Rename priority sorting option to label priorityDimitrie Hoekstra2017-03-071-2/+2
* Enable Style/WordArrayDouwe Maan2017-02-231-2/+2
* Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-061-1/+2
* Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-301-4/+4
* Add feature spec for labels subscriptionDouglas Barbosa Alexandre2016-11-171-0/+74
* Add support to group labels prioritization on project levelDouglas Barbosa Alexandre2016-10-191-4/+4
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-5/+5
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-38/+66
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
* Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
* Implements TemplateDropdown class to create custom template dropdownstemplate_dropdownAlfredo Sumaran2016-06-161-0/+1