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
path: root/vendor
AgeCommit message (Collapse)Author
2017-06-09Fix vendor/peek.js so that it can be bundled with WebpackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix linting, route, and specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve the JS for the `p b` shortcut and fix its CSSRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix spec failures and add a feature flag for the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Small adjustmentsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Display queries duration in performance bar queries modalRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve UI of the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix replacement of Pygments with RougeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Replace Tipsy by Bootstrap's tooltipsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Tweak Peek to display SQL queriesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-23Upgrade to task_list v2Jared Deckard
2017-05-08Merge branch 'update-templates-for-9-2' into 'master' Timothy Andrew
Update gitignore, dockerfile, and license templates for 9.2 See merge request !11158
2017-05-08Update the vendor licenses file for 9.2.Timothy Andrew
2017-05-08Update gitignore, dockerfile, and license templates for 9.2.Timothy Andrew
2017-04-26Submodule Dockerfile templatesZeger-Jan van de Weg
2017-04-24Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz
Moved NotebookLab assets into repo See merge request !10630
2017-04-21Update CI templates to include 9.1 templatesZeger-Jan van de Weg
2017-04-13Correctly parse katex math in IPyhton notebooksPhil Hughes
Previously only some of the math was getting parsed. This makes it so that different math options are possible & correctly parsed Also fixes an issue that meant HTML was being outputted that could cause an XSS Closes #30900
2017-04-13Merge branch 'master' into notebooklab-in-repoPhil Hughes
2017-04-12Merge branch 'fix-pdflab-paths' into 'master' Jacob Schatz
Fix pdflab code including file paths See merge request !10632
2017-04-12Include CONTRIBUTING.md file when importing .gitlab-ci.yml templatesAdam Niedzielski
2017-04-11Merge branch 'removed-notebooklab-absolute-paths' into 'master' Jacob Schatz
Fixed notebooklab code including file paths See merge request !10629
2017-04-11Merge branch 'update-licenses.csv' into 'master' Robert Speicher
Update licenses.csv [ci skip] See merge request !10620
2017-04-11Fix pdflab code including file pathsSam Rose
2017-04-11Removed notebooklab vendor filePhil Hughes
2017-04-11Fixed notebooklab code including file pathsPhil Hughes
2017-04-11Update licenses.csv via:Lin Jen-Shin
license_finder report --format=csv --save=vendor/licenses.csv
2017-04-11Update templates via:Lin Jen-Shin
rake gitlab:update_templates
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-03-30Added worksheets support to notebook viewerPhil Hughes
Updated some Ruby code based on comments
2017-03-28Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz
iPython notebook viewer See merge request !10017
2017-03-24Component now includes scoped stylesPhil Hughes
This means we no longer need the CSS, the Vue component will handle the CSS & correctly scope it the components
2017-03-23Updated notebooklab with latest code highlighting changesPhil Hughes
2017-03-23Added testsPhil Hughes
2017-03-23Updated notebooklab libraryPhil Hughes
Added error handling [ci skip]
2017-03-23Stops errors in the rendering breaking the pagePhil Hughes
Fixed some output types [ci skip]
2017-03-23Loads raw JSON & displays in the componentPhil Hughes
[ci skip]
2017-03-23Started iPython notebook viewerPhil Hughes
Using NotebookLab library [ci skip]
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-13Merge branch 'license-file-9-0' into 'master' Robert Speicher
Add the generated license.csv for 9.0 See merge request !9826
2017-03-13Move licenses file under the vendor folderDJ Mountney
2017-03-10Update templates with new CI variablesZ.J. van de Weg
2017-03-09Update the gitignore and gitlab-ci templates for 9.0DJ Mountney
2017-03-05remove manually vendored raphael library in favor of node moduleMike Greiling
2017-03-02Removed some unused JS depsPhil Hughes
We dont use them anywhere, so why have them around?
2017-02-14Use es6-promise package to avoid webpack warningsEric Eastwood
See https://github.com/stefanpenner/es6-promise/issues/100 ``` [WDS] Warnings while compiling. ./vendor/assets/javascripts/es6-promise.auto.js Module not found: Error: Can't resolve 'vertx' in '/Users/eric/Documents/gitlab/gitlab-development-kit/gitlab/vendor/assets/javascripts' @ ./vendor/assets/javascripts/es6-promise.auto.js 140:16-26 @ ./app/assets/javascripts/application.js @ multi (webpack)-dev-server/client?http://localhost:3808 ./application.js ```
2017-02-11convert timeago.js dependency to an npm moduleMike Greiling
2017-02-11remove vue from vendor since it is now in node_modulesMike Greiling