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 (Collapse)Author
2021-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-04-24Move EE specific GfmAutocomplete code to EE fileRajat Jain
Refactor GfmAutocomplete and create a new EE counterpart which is referenced through `ee_else_ce`
2019-01-07Removed discard comment buttonConstance Okoghenun
Removed the button and associated tests form notes on Issues and Merge request page.
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-07-02Add `&` support for epics autocompletionKushal Pandya
2018-06-25Add default autocomplete configKushal Pandya
2018-03-20Resolve "Loss of input text on comments after preview"Simon Knox
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-08Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-10-19Remove dropzoneInput from global namespaceFilipa Lacerda
2017-10-11Moves form related JS modules out of globalPhil Hughes
2017-06-29Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann
2017-05-18Disable reference prefixes in notes for SnippetsSam Rose
2017-05-16Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood
2017-05-03Add real-time note edits :chipmunk:Eric Eastwood
2017-04-06phil review changesLuke "Jared" Bennett
2017-04-05Fix close buttob bug when toggling dropdownLuke "Jared" Bennett
2017-04-05Move CommentTypeToggle use from gl_form to notesLuke "Jared" Bennett
2017-04-05Added resolvable discussion frontendLuke "Jared" Bennett
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-20remove ba-resizeLuke "Jared" Bennett
refactor js-autosize code now that ba-resize is gone Added specs
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-04Review fixes.Fatih Acet
2016-12-15Changed autocomplete_sources into an action that returns a single 'at' type ↵Luke Bennett
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
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-04Cleaned up global namespace JSJosé Iván
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
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-02Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan
2016-07-24ES6ify all the things!Fatih Acet