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
2018-11-27Resolve "Warn in Web Editor when user navigates away"Sam Bigelow
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-05Backport project template API to CENick Thomas
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-02-21Update to jQuery 3.Jacob Schatz
2018-01-29Replace $.post in edit blob with axiosClement Ho
2017-11-20Export code as ES6 modulesFilipa Lacerda
2017-08-01Inline script cleanup globals and easyTim Zallmann
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-03-23Lightly refactor js files related to file template selectors.Bryce Johnson
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* 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 ...
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-19Merge remote-tracking branch 'origin/master' into dockerfile-templatesKamil Trzcinski
2016-12-15Merge branch 'katex-math' into 'master' Sean McGivern
Render math in Asciidoc and Markdown with KaTeX using code blocks Closes #13690 and #13180 See merge request !8003
2016-12-14Render math in Asciidoc and Markdown with KaTeX using code blocksMunken
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-08Refactored JSLuke "Jared" Bennett
Added spec
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-05Make fixes to get tests passing.Bryce Johnson
2016-10-05Fix tests for Blob Selectors.Bryce Johnson
2016-10-05Properly scope BlobCiYamlSelector and BlobCiYamlSelectors.Bryce Johnson
2016-10-01Review changesLuke Bennett
Updated tests
2016-10-01Added soft wrap logic and button to editorLuke Bennett
Added tests Added awesomeeeeee icons
2016-09-29Revert "Merge branch ↵Jacob Schatz
'18297-i-would-like-text-to-wrap-when-in-edit-mode-on-web-app' into 'master'" This reverts merge request !6188
2016-09-28Review changesLuke Bennett
2016-09-28Added soft wrap logic and button to editorLuke Bennett
Added tests Added awesomeeeeee icons
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-18Don't use global variables.Connor Shea
2016-08-18Only load Ace on Snippets and file edit pages.Connor Shea