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 (Expand)Author
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-17Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran
2017-02-17Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar
2017-02-13Retrigger at.js for slash commands with autocomplete suffixSam Rose
2017-02-02Support non-ASCII characters in GFM autocompletesamrose3
2017-01-24Fix autocomplete initial undefined stateEric Eastwood
2017-01-19Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all indent eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-18Fixed highlightFirst and added specsLuke "Jared" Bennett
2017-01-03Merge branch '25964-label-autocomplete-doesn-t-handle-spaces-after' into 'mas...Fatih Acet
2016-12-28Fix GFM dropdown not showing at beginning of new linesPhil Hughes
2016-12-28Remove unneeded prevention codeLuke "Jared" Bennett
2016-12-28Fixes #22058 and #23578Yann Gravrand
2016-12-23Fixed error with GFM autocomplete when no data existsPhil Hughes
2016-12-22Stops GFM special characters interfering with markdown tagsPhil Hughes
2016-12-21Merge branch '25879-emoji-autocomplete-starts-too-eagerly' into 'master' Jacob Schatz
2016-12-21Fix space issue and add testLuke "Jared" Bennett
2016-12-21Removed hackLuke "Jared" Bennett
2016-12-16Merge branch '18435-autocomplete-is-not-performant' into 'master' Fatih Acet
2016-12-15Merge branch 'gfm-autocomplete-char-in-middle' into 'master' Fatih Acet
2016-12-15Changed autocomplete_sources into an action that returns a single 'at' type o...Luke Bennett
2016-12-15Fixed bug with +1 not autocompletingPhil Hughes
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling
2016-12-12Fixed GFM autocomplete to disallow non-word characters in stringPhil Hughes
2016-12-08Added special char test to the default beforeInsert callback. I removed the q...Luke "Jared" Bennett
2016-12-02Clean up common_utils.js (!7318)winniehell
2016-11-30Fixed GFM autocomplete regexPhil Hughes
2016-11-24Merge branch 'master' into autocomplete-space-prefixPhil Hughes
2016-11-17Merge branch 'highlight-first-user-autocomplete-option' into 'master' Fatih Acet
2016-11-17Highlight first user autocomplete optionDouwe Maan
2016-11-17Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...Douwe Maan
2016-11-16Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master' Rémy Coutable
2016-11-16Limit autocomplete to currently selected itemsAkram FARES
2016-11-15shows user avatar in mention autocomplete in editorNur Rony
2016-11-11Merge branch 'master' into autocomplete-space-prefixPhil Hughes
2016-11-06Fixes #22058 and #23578Yann Gravrand
2016-11-04Cleaned up global namespace JSJosé Iván
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-07Debounce GfmAutoComplete setup and simplify code somewhat.Bryce Johnson
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-30Merge branch 'master' into autocomplete-space-prefixPhil Hughes
2016-08-13Autocomplete based on names and aliasesDouwe Maan
2016-08-13Disable slash commands on edit formsDouwe Maan
2016-08-13Only autocomplete commands at the beginning of a lineDouwe Maan
2016-08-13Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable