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-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-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-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-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
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-03Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz
Remove Turbolinks Closes #25624 See merge request !8570
2017-02-02fix relative paths to xterm.js within fit.jsMike Greiling
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-31Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
2017-01-20remove ba-resizeLuke "Jared" Bennett
refactor js-autosize code now that ba-resize is gone Added specs
2017-01-11Merge branch 'patch-turbolinks' into 'security'Robert Speicher
Updated Turbolinks to patched version of turbolinks-classic See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2048
2017-01-10ensire u2f object is accessible in a commonJS environmentMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-10Correct merge conflictsLuke "Jared" Bennett
Fixed eslint failures
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2017-01-06replace application.js sprockets output with webpack-generated equivalentMike Greiling
2017-01-04Terminal: Add TextEncoder and TextDecoder in terminal bundle.Fatih Acet
2016-12-22Update build step for KaTeX.Hiroyuki Sato
2016-12-22Replace url('...') to url(font-path('...'))Hiroyuki Sato
2016-12-22Rname katex.css to katex.scssHiroyuki Sato
2016-12-19Add xterm.js 2.1.0 and a wrapper class to the asset pipelineNick Thomas
2016-12-16Clearer comment as to why the procedure is neededMunken
2016-12-16Added KaTeX license and procedure to build it for GitlabMunken
2016-12-09Math works for inline syntaxMunken
2016-11-23move timeago.js to vendor directoryMike Greiling
2016-11-15Adds es6-promise polyfillFilipa Lacerda
Adds changelog
2016-11-10Bump up vue version.Fatih Acet
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-11-04Move jquery.timeago to vendor directoryAlfredo Sumaran
2016-11-01Updated Sortable JS pluginPhil Hughes
Fixes an issue in Safari that stops issues from being draggable Closes #23048
2016-10-25replace jquery.cookie vendor script with js.cookieMike Greiling
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-19drop execute bitElan Ruusamäe
originally added by mistakes