summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notebook
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-251-4/+69
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-113-1/+17
|
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-083-3/+3
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Fix jupyter rendering bug that ended in an infinite loopROSPARS Benoit2019-03-271-14/+15
|
* Support multiple outputs in Jupyter notebooksPhil Hughes2019-01-117-68/+103
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/31910, https://gitlab.com/gitlab-org/gitlab-ce/issues/32588
* Prettify all the thingsMike Greiling2018-11-206-23/+11
|
* Fix typo in notebook propsGeorge Tsiolis2018-11-151-1/+1
|
* Prettify merge_conflicts monitoring and notebook modulesMike Greiling2018-10-107-262/+260
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-2/+2
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Updates eslint vue plugin versionFilipa Lacerda2018-06-113-5/+5
|
* fixed conflictsPhil Hughes2018-01-171-25/+13
|
* Merge branch 'fl-ipythin-10-3' into 'security-10-3'Phil Hughes2018-01-162-2/+33
| | | | | | | | | | Port of [10.2] Sanitizes IPython notebook output See merge request gitlab/gitlabhq!2285 (cherry picked from commit 1c46e031c70706450a8e0ae730f4c323b72f9e4c) aac035fe Port of [10.2] Sanitizes IPython notebook output
* Fix last eslint rulesFilipa Lacerda2018-01-081-12/+13
|
* [ci skip] Fix more rulesFilipa Lacerda2018-01-056-109/+121
|
* Re-arrange <script> tags before <template> tags in .vue files3612-update-script-template-order-in-vue-filesEric Eastwood2017-10-038-79/+79
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
* fixed inline mathPhil Hughes2017-05-301-1/+2
|
* fixed spacing before inline mathPhil Hughes2017-05-301-1/+2
|
* fixed spacing because of removed &Phil Hughes2017-05-301-1/+2
|
* fixed & being renderedPhil Hughes2017-05-301-3/+2
|
* Fixes multi-line math in notebooksPhil Hughes2017-05-301-7/+15
| | | | Closes #30900
* Pulled in latest changesPhil Hughes2017-04-131-14/+59
|
* Pulled in latest changes from NotebookLabPhil Hughes2017-04-131-0/+4
|
* Moved NotebookLab assets into repoPhil Hughes2017-04-1110-0/+425
Moved all the notebooklab assets into the GitLab repo