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-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-04-05Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes
Escape miletone attribute when appending to the DOM See merge request gitlab/gitlabhq!2359
2018-03-12Update test for change in label dropdown action nameKushal Pandya
2018-02-27Add test for label search behaviourKushal Pandya
2018-02-26Fixed issue edit shortcut not workingPhil Hughes
This was caused by the element getting cached on the class before the Vue app has finished rendering. Closes #43560
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
2017-10-03Remove edit action for issuesJarka Kadlecova
2017-09-04rspec test fixesPhil Hughes
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use `empty_project` where possible in spec/features/issuesRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Remove CE from spec example descriptionsToon Claes
They are confusing.
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20FormHelper#issue_assignees_dropdown_options never has multiple assigneesToon Claes
Only EE supports multiple issue assignees, so this CE code should not contain code to have multiple assignees. EE will override the multiple issue assignees feature by overriding this method.
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
2017-06-08Improve form specClement Ho
2017-05-27Fix rubocopClement Ho
2017-05-27Backport MR from EEClement Ho
2017-05-25Fixed create new label form in issue form not working for sub-group projectsPhil Hughes
Closes #32906
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-16Fix form specClement Ho
2017-05-16Fix rubocopClement Ho
2017-05-16Merge branch 'master' into ↵Clement Ho
'31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabled'
2017-05-12Fix wait_for_ajax in describe blockLuke "Jared" Bennett
2017-05-12Fix form_spec.rb failure relating to wait_for_ajax and unneeded commandsLuke "Jared" Bennett
2017-05-12Add additional EE checkClement Ho
2017-05-11Add helper to disable css animation in rspecClement Ho
2017-05-09Add specClement Ho
2017-05-05Fix specsClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-28Display check next to assigned user in dropdownSam Rose
2017-03-09link issuable reference to itself in headermhasbini
2017-03-07re-add Assign to Me link on new MR/Issue formsSimon Knox
2017-01-17Fixed label select toggle not updating correctlyPhil Hughes
Closes #26119
2016-07-21Updated wording in the specsPhil Hughes
2016-07-20Uses the selected values from the controller not the paramsPhil Hughes
Added tests for new merge requests from forked project & owned project
2016-07-20Added tests for new/edit issue formPhil Hughes