summaryrefslogtreecommitdiff
path: root/spec/features/projects/issuable_templates_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Show inline edit button for issuesClement Ho2017-12-191-6/+2
* Generalize detail page headers40543-generalize-detail-page-headersEric Eastwood2017-12-051-2/+2
* Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-2/+2
* Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Add a project forks spec helperBob Van Landuyt2017-10-071-4/+4
* Remove edit action for issuesJarka Kadlecova2017-10-031-24/+22
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-2/+2
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-5/+4
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-4/+4
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+7
|/
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-7/+7
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+2
* Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-2/+0
|\
| * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* | Adding animation for all dropdownNur Rony2017-04-211-4/+6
|/
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-15/+10
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-12/+9
|\
| * Fix remove template26346-cannot-reset-or-remove-mr-issues-description-templatesLuke "Jared" Bennett2017-01-041-12/+9
* | Fix tests to use the new APILin Jen-Shin2016-12-081-5/+35
|/
* Removed append logictemporarily-revert-appending-templates-before-long-term-ux-fixLuke Bennett2016-10-211-1/+1
* Added no-template functionality22456-option-to-choose-for-no-issue-templateLuke Bennett2016-10-131-7/+33
* Append issue template to existing descriptionJoseph Frazier2016-10-031-5/+25
* Fix issuable templates dropdown for forked projectsissue_21824Felipe Artur2016-09-151-8/+12
* Trigger autosize update after template selectionissue-description-scroll-fixPhil Hughes2016-09-091-0/+13
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-0/+89