summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/templates
Commit message (Collapse)AuthorAgeFilesLines
* disable ESLint for all JavaScript fileswinniehell2016-10-262-0/+2
|
* Removed append logictemporarily-revert-appending-templates-before-long-term-ux-fixLuke Bennett2016-10-211-7/+5
| | | | Updated test
* Added no-template functionality22456-option-to-choose-for-no-issue-templateLuke Bennett2016-10-131-1/+7
| | | | Added tests
* Restore inexplicably removed code from requestFileSuccess.desplacturingBryce Johnson2016-10-052-7/+7
| | | | (also clean up a few global refs)
* Refactor TemplateSelector and fix for tests.Bryce Johnson2016-10-051-1/+1
|
* Combine requestFileSuccess arguments into `opts`Joseph Frazier2016-10-031-4/+4
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6149#note_14830172
* Append issue template to existing descriptionJoseph Frazier2016-10-031-6/+8
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21733 Add two newlines before the template if the existing description isn't empty. This makes it easier to see where the template begins. Don't append the template when "Reset template" is selected, of course. Don't append template if it equals the existing description. This makes it so that selecting a template twice doesn't duplicate it.
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-162-0/+80