summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gl_form.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettify all the things (part 7)Mike Greiling2018-10-241-7/+12
|
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|
* Add `&` support for epics autocompletionKushal Pandya2018-07-021-0/+7
|
* Add default autocomplete configKushal Pandya2018-06-251-11/+4
|
* Resolve "Loss of input text on comments after preview"Simon Knox2018-03-201-3/+3
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-2/+2
|
* Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun2018-02-081-2/+1
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-2/+3
|
* Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-2/+2
|
* Moves form related JS modules out of globalPhil Hughes2017-10-111-85/+80
|
* Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann2017-06-291-1/+5
|
* Disable reference prefixes in notes for SnippetsSam Rose2017-05-181-3/+10
|
* Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-1/+3
|
* Add real-time note edits :chipmunk:Eric Eastwood2017-05-031-2/+2
|
* phil review changesLuke "Jared" Bennett2017-04-061-4/+1
|
* Fix close buttob bug when toggling dropdownLuke "Jared" Bennett2017-04-051-0/+4
|
* Move CommentTypeToggle use from gl_form to notesLuke "Jared" Bennett2017-04-051-16/+0
|
* Added resolvable discussion frontendLuke "Jared" Bennett2017-04-051-0/+16
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-73/+71
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+92
|
* remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-62/+0
| | | | | | refactor js-autosize code now that ba-resize is gone Added specs
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* Review fixes.Fatih Acet2017-01-041-1/+1
|
* Changed autocomplete_sources into an action that returns a single 'at' type ↵18435-autocomplete-is-not-performantLuke Bennett2016-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | of sources at a time Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Cleaned up global namespace JSJosé Iván2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+6
|
* Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan2016-08-011-1/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+53