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
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