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-02-07Update .gitignore templatesRuben Davila
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-31Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran
Resolve "ba-resize memory leak" Closes #26282 See merge request !8412
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* 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 ...
2017-01-22Update autodeploy templates [ci skip]Kamil Trzcinski
2017-01-20remove ba-resizeLuke "Jared" Bennett
refactor js-autosize code now that ba-resize is gone Added specs
2017-01-13Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-11Merge branch 'update-templates-8-16' into 'master' Rémy Coutable
Update templates - 8.16 RC1 See merge request !8505
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-10add missing openshift templateJames Lopez
2017-01-09update templatesJames Lopez
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-27Link to k8s contributing doc.Sytse Sijbrandij
2016-12-22Merge branch '25896-fix-404-katax-fonts' into 'master' Alfredo Sumaran
Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
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-21Added Autodeploy script for OpenShiftKamil Trzcinski
2016-12-19Add xterm.js 2.1.0 and a wrapper class to the asset pipelineNick Thomas
2016-12-19Merge remote-tracking branch 'origin/master' into dockerfile-templatesKamil Trzcinski
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-08Allow to use Dockerfile templatesKamil Trzcinski
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-11-04Move jquery.timeago to vendor directoryAlfredo Sumaran
2016-11-03Add and update .gitignore & .gitlab-ci.yml templates for 8.14Alejandro Rodríguez
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-30Update templates for 8.13Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-12Merge branch 'update-templates' into 'master' Robert Speicher
Update templates. See merge request !6163
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-09-02Update templates.Ruben Davila
2016-08-19drop execute bitElan Ruusamäe
originally added by mistakes
2016-08-17Removed vue assetsPhil Hughes
2016-08-17Fixed removing items from listPhil Hughes
2016-08-17Created default sortable options to be shared between the lists & the cardsPhil Hughes
Added full vue.js source
2016-08-17Removes boards correctlyPhil Hughes