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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-05-29fix lintLuke Bennett
2018-05-29Fix user_removes_labels_specLuke Bennett
2018-05-29Fix update_prioritization_specLuke Bennett
2018-05-29Further fixes for project subscription_specLuke Bennett
2018-05-29Fix project subscription_specLuke Bennett
2018-05-29Remove screenshotsLuke Bennett
2018-05-25BE reviewLuke Bennett
2018-04-03Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne
2018-01-30Fix labels specsAnnabel Dunstone Gray
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-11Hide issues and MRs in labels list if disabledSophie Herold
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
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-27Remove help message about prioritized labels for non-membersTakuya Noguchi
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
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-03-15Allow sorting by due date and label prioritySean McGivern
2017-03-07Rename priority sorting option to label priorityDimitrie Hoekstra
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-06Removed jQuery UI sortablePhil Hughes
2017-01-30Added labels empty state and priority label empty stateLuke "Jared" Bennett
Fixed delete labels not working Review changes
2016-11-17Add feature spec for labels subscriptionDouglas Barbosa Alexandre
2016-10-19Add support to group labels prioritization on project levelDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-07-08Ensure only renderable text diffs are collapsedSean McGivern
Other diffs (those that are too large to render anyway, image diffs, diffs suppressed by .gitattributes) should be rendered immediately.
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-16Implements TemplateDropdown class to create custom template dropdownsAlfredo Sumaran
Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
2016-06-07Fix label order by priority on labels pageSean McGivern
2016-06-06Clarify issue priority specSean McGivern
We don't care particularly about the ordering within a priority level, just that the levels are in the right order.
2016-06-06Remove commentAlfredo Sumaran
Just to trigger CI
2016-06-06Add test for the case when user can't prioritize labelsAlfredo Sumaran
2016-06-06Fix styleSean McGivern
- `reorder(nil)` is better than `reorder('')` - Only use ASCII in comments
2016-06-06Add tests for issues with multiple labelsAlfredo Sumaran
2016-06-06Add tests for issue prioritizationAlfredo Sumaran
2016-06-06Add tests for label prioritizationAlfredo Sumaran