summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'zj-update-ci-templates' into 'master' Kamil Trzciński2017-04-213-8/+86
| | | | | Update CI templates to include 9.1 templates See merge request !10807
* Merge branch 'notebook-katex-rendering-improvements' into 'master' Jacob Schatz2017-04-141-15/+44
| | | | | | | Correctly parse katex math in IPyhton notebooks Closes #30900 See merge request !10678
* Merge branch 'removed-notebooklab-absolute-paths' into 'master' Jacob Schatz2017-04-111-215/+32
| | | | | Fixed notebooklab code including file paths See merge request !10629
* Update licenses.csv via:Lin Jen-Shin2017-04-111-146/+322
| | | | license_finder report --format=csv --save=vendor/licenses.csv
* Update templates via:Lin Jen-Shin2017-04-1114-70/+68
| | | | rake gitlab:update_templates
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-052-0/+51108
|
* Added worksheets support to notebook viewerPhil Hughes2017-03-301-2522/+2539
| | | | Updated some Ruby code based on comments
* Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-281-0/+5870
|\ | | | | | | | | iPython notebook viewer See merge request !10017
| * Component now includes scoped stylesPhil Hughes2017-03-242-155/+2663
| | | | | | | | | | This means we no longer need the CSS, the Vue component will handle the CSS & correctly scope it the components
| * Updated notebooklab with latest code highlighting changesPhil Hughes2017-03-231-1331/+1027
| |
| * Added testsPhil Hughes2017-03-231-4/+4
| |
| * Updated notebooklab libraryPhil Hughes2017-03-231-123/+1682
| | | | | | | | | | | | Added error handling [ci skip]
| * Stops errors in the rendering breaking the pagePhil Hughes2017-03-231-2/+39
| | | | | | | | | | | | Fixed some output types [ci skip]
| * Loads raw JSON & displays in the componentPhil Hughes2017-03-231-0/+27
| | | | | | | | [ci skip]
| * Started iPython notebook viewerPhil Hughes2017-03-231-0/+2043
| | | | | | | | | | | | Using NotebookLab library [ci skip]
* | remove Cookies class from global spaceMike Greiling2017-03-221-156/+0
|/
* Merge branch 'license-file-9-0' into 'master' Robert Speicher2017-03-131-0/+945
|\ | | | | | | | | Add the generated license.csv for 9.0 See merge request !9826
| * Move licenses file under the vendor folderlicense-file-9-0DJ Mountney2017-03-121-0/+945
| |
* | Update templates with new CI variableszj-update-templatesZ.J. van de Weg2017-03-105-29/+29
| |
* | Update the gitignore and gitlab-ci templates for 9.0DJ Mountney2017-03-0829-51/+299
|/
* remove manually vendored raphael library in favor of node moduleMike Greiling2017-03-053-9774/+0
|
* Removed some unused JS depsPhil Hughes2017-03-021-53/+0
| | | | We dont use them anywhere, so why have them around?
* Use es6-promise package to avoid webpack warningsuse-es6-promise-packageEric Eastwood2017-02-131-1156/+0
| | | | | | | | | | | | | | | 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 ```
* convert timeago.js dependency to an npm moduleMike Greiling2017-02-111-237/+0
|
* remove vue from vendor since it is now in node_modulesMike Greiling2017-02-116-8851/+0
|
* Update .gitignore templatesupdate-gitignore-templatesRuben Davila2017-02-0724-179/+141
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-843/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-49/+0
| |\ | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * Remove turbolinks.Bryce Johnson2017-02-021-49/+0
| | |
| * | fix relative paths to xterm.js within fit.jsMike Greiling2017-02-021-2/+2
| |/
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-246/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran2017-01-301-246/+0
| |\ | | | | | | | | | | | | | | | | | | Resolve "ba-resize memory leak" Closes #26282 See merge request !8412
| | * remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-246/+0
| | | | | | | | | | | | | | | | | | refactor js-autosize code now that ba-resize is gone Added specs
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-0/+76
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | Update autodeploy templates [ci skip]Kamil Trzcinski2017-01-221-0/+76
| |/
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-1333-53/+294
|\ \ | |/
| * Merge branch 'update-templates-8-16' into 'master' Rémy Coutable2017-01-1133-53/+294
| |\ | | | | | | | | | | | | Update templates - 8.16 RC1 See merge request !8505
| | * add missing openshift templateupdate-templates-8-16James Lopez2017-01-101-0/+76
| | |
| | * update templatesJames Lopez2017-01-0933-127/+292
| | |
| * | Merge branch 'patch-turbolinks' into 'security'Robert Speicher2017-01-101-0/+49
| |/ | | | | | | | | | | Updated Turbolinks to patched version of turbolinks-classic See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2048
* | ensire u2f object is accessible in a commonJS environmentMike Greiling2017-01-101-1/+3
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-4/+17
| |
* | Correct merge conflictsLuke "Jared" Bennett2017-01-101-100/+107
| | | | | | | | Fixed eslint failures
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-102-5/+2
| |
* | replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-064-0/+2468
|/
* Terminal: Add TextEncoder and TextDecoder in terminal bundle.Fatih Acet2017-01-042-0/+3348
|
* Link to k8s contributing doc.Sytse Sijbrandij2016-12-271-1/+13
|
* Merge branch '25896-fix-404-katax-fonts' into 'master' Alfredo Sumaran2016-12-222-36/+40
|\ | | | | | | | | | | | | Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
| * Update build step for KaTeX.Hiroyuki Sato2016-12-222-4/+8
| |
| * Replace url('...') to url(font-path('...'))Hiroyuki Sato2016-12-221-32/+32
| |