summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Rname katex.css to katex.scssHiroyuki Sato2016-12-221-0/+0
| |
* | Added Autodeploy script for OpenShiftKamil Trzcinski2016-12-211-0/+74
|/
* Add xterm.js 2.1.0 and a wrapper class to the asset pipelineNick Thomas2016-12-193-0/+4527
|
* Merge remote-tracking branch 'origin/master' into dockerfile-templatesdockerfile-templatesKamil Trzcinski2016-12-1887-9414/+17726
|\
| * Clearer comment as to why the procedure is neededMunken2016-12-162-2/+2
| |
| * Added KaTeX license and procedure to build it for GitlabMunken2016-12-162-0/+82
| |
| * Math works for inline syntaxMunken2016-12-0882-0/+9576
| |
| * move timeago.js to vendor directoryMike Greiling2016-11-221-0/+237
| |
| * Adds es6-promise polyfill24492-promise-polyfillFilipa Lacerda2016-11-151-0/+1159
| | | | | | | | Adds changelog
| * Bump up vue version.Fatih Acet2016-11-102-9232/+6672
| |
| * Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-182/+0
| |
* | Allow to use Dockerfile templatesKamil Trzcinski2016-11-081-0/+3
|/
* Move jquery.timeago to vendor directoryAlfredo Sumaran2016-11-031-0/+182
|
* Add and update .gitignore & .gitlab-ci.yml templates for 8.14Alejandro Rodríguez2016-11-0316-140/+247
|
* Updated Sortable JS pluginsortable-version-updatePhil Hughes2016-11-011-55/+144
| | | | | | Fixes an issue in Safari that stops issues from being draggable Closes #23048
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-242-41/+156
|
* Update templates for 8.13Rémy Coutable2016-09-3010-1/+114
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'update-templates' into 'master' Robert Speicher2016-09-1213-5/+82
|\ | | | | | | | | Update templates. See merge request !6163
| * Update templates.update-templatesRuben Davila2016-09-0113-5/+82
| |
* | Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-11/+150
|/
* drop execute bitElan Ruusamäe2016-08-193-0/+0
| | | | originally added by mistakes
* Removed vue assetsPhil Hughes2016-08-172-10080/+0
|
* Fixed removing items from listPhil Hughes2016-08-171-2/+1285
|