summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-14/+13
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-042-4/+55
|
* Internationalisation of javascript/t* directoriesBrandon Labuschagne2019-05-021-1/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-6/+12
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-092-0/+3
|
* Update to jQuery 3.Jacob Schatz2018-02-201-3/+3
|
* Stop loading spinner on error of issuable templatesTakuya Noguchi2018-01-211-1/+1
|
* Export template selector as ES6 modulesFilipa Lacerda2017-12-062-79/+72
|
* Add users endpoint to frontend API classWinnie Hellmann2017-05-191-1/+1
|
* Make file templates easy to use and discoverBryce Johnson2017-04-031-1/+1
|
* Lightly refactor js files related to file template selectors.Bryce Johnson2017-03-221-7/+7
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-052-0/+0
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-272-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all prefer-const eslint violationsMike Greiling2017-01-182-4/+4
| |
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-3/+3
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+1
|/
* Fix remove template26346-cannot-reset-or-remove-mr-issues-description-templatesLuke "Jared" Bennett2017-01-041-1/+1
|
* expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-132-2/+5
| | | | when no-undef encountered
* 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