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
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-19Chart.html.haml refactorJacob Schatz
2018-02-16Update vendored AutoDevOps YML for latest SAST changesOlivier Gonzalez
2018-02-13Merge branch '43189-deployed-ingress-configmap-does-not-enable-metrics' into ↵Kamil Trzciński
'master' Fully enable nginx-ingress metrics Closes #43189 See merge request gitlab-org/gitlab-ce!17069
2018-02-12Properly format values.yaml for deployed IngressesJoshua Lambert
2018-02-12Merge branch 'master' into jivl-update-katexJose Ivan Vargas
2018-02-08Update jquery.waitforimages & use npm versionPhil Hughes
#39072
2018-02-08Merge branch '10-5-update-dependencies-license-list' into 'master'Marin Jankovski
10.5 Update the dependencies license list See merge request gitlab-org/gitlab-ce!16998
2018-02-0810.5 Update the dependencies license listMark Fletcher
2018-02-0810.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templatesMark Fletcher
2018-02-08Update AutoDevOps template for latest Browser Performance Testing changesJoshua Lambert
2018-02-06Merge branch 'master' into jivl-update-katexJose Ivan Vargas
2018-02-05Merge branch '39985-enable-prometheus-metrics-for-deployed-ingresses' into ↵Kamil Trzciński
'master' Enable Prometheus metrics for deployed Ingresses Closes #39985 See merge request gitlab-org/gitlab-ce!16866
2018-02-05Enable Prometheus metrics for deployed IngressesJoshua Lambert
2018-02-05Adapt config to support Prometheus 2.1Joshua Lambert
2018-01-23Vendor 10.4 Auto DevOps templatebikebilly
2018-01-19Update Auto DevOps templateAchilleas Pipinellis
[ci skip]
2018-01-16Merge branch '41796-update-auto-deployed-prometheus-scrape-config' into 'master'Kamil Trzciński
Update auto-deployed prometheus scrape config Closes #41796 See merge request gitlab-org/gitlab-ce!16306
2018-01-16Merge branch ↵Kamil Trzciński
'41809-auto-devops-performance-docker-image-not-compatible-with-gitlab-runner' into 'master' Include updated AutoDevOps template with Browser Performance using DinD Closes #41809 See merge request gitlab-org/gitlab-ce!16373
2018-01-15Update prometheus.yml to reflect current Omnibus versionJoshua Lambert
2018-01-15Resolve "Managed Prometheus deployment installs a lot of extra stuff"Mayra Cabrera
2018-01-11Update AutoDevOps template with browser performance fixJoshua Lambert
2018-01-07Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master'Kamil Trzciński
Fix restoring associations with import/export Closes #41646 See merge request gitlab-org/gitlab-ce!16221
2018-01-07Merge branch '10-4-licenses-update' into 'master'Marin Jankovski
10.4 licenses update Closes #10 See merge request gitlab-org/gitlab-ce!16269
2018-01-07Update licenses for 10.4Luke Bennett
2018-01-06Update templates for 10.4Luke Bennett
2018-01-06Bump import/export version in project templatesGrzegorz Bizon
2018-01-04Backport gitlab-org/gitlab-ci-yml!128 - Fix kubectl version to 1.8.6Alessio Caiazza
This commit extracts `kubectl`, `helm` and `codeclimate` versions as CI variables. `kubectl` changes from latest stable version to `1.8.6`, the other two are just extracted in order to be easily updated; now we can also test tool upgrades overriding CI secret variables.
2018-01-03Merge branch 'update-autodevops-template' into 'master'Kamil Trzciński
Update Auto DevOps template See merge request gitlab-org/gitlab-ce!16042
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-21Removed the remains of katex from vendor assets and load everything via webpackJose Ivan Vargas
2017-12-21added katex.js and load it via webpackJose Ivan Vargas
2017-12-21Updated katex libraryJose Ivan Vargas
2017-12-21Remove SAST:Image for now.Joshua Lambert
2017-12-21Update Auto DevOps templateJoshua Lambert
2017-12-15Avoid running autodevops sast job on GitLab CEAlessio Caiazza
2017-12-13Merge branch 'update-dependencies-license-list' into 'master'LUKE BENNETT
Updates dependencies license list See merge request gitlab-org/gitlab-ce!15905
2017-12-13Updates dependencies license listTiago Botelho
2017-12-13Ran bin/rake gitlab:update_templatesLuke Bennett
2017-11-30Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann
Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531
2017-11-29remove vendored clipboard library in favor of package.json entryMike Greiling
2017-11-28Remove serialised diff and commit columnsSean McGivern
The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-11-10Merge branch 'winh-update-licenses-10-2' into 'master'Oswaldo Ferreira
Update licenses for 10.2 See merge request gitlab-org/gitlab-ce!15318
2017-11-10Update licenses for 10.2Winnie Hellmann
2017-11-10Update templates for 10.2Winnie Hellmann
2017-11-07Upgrade vendored templatesAlessio Caiazza
2017-11-03Remove Peek's original keyboard shortcut (numpad 0, keycode 96)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann