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-10-25Upgrade Prometheus and alertmanagerPeter Leitzen
Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-08Merge branch 'update-templates-11-4' into 'master'Kamil Trzciński
Update templates for 11.4 See merge request gitlab-org/gitlab-ce!22188
2018-10-08Updated licenses for 11.4Jan Provaznik
2018-10-08Update templates for 11.4Jan Provaznik
2018-10-04Clone nurtch demo notebooks at Jupyter startupAmit Rathi
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-09-28Merge branch 'master' into 'remove-dropzonejs-rails'Mike Greiling
# Conflicts: # Gemfile.lock
2018-09-26Resolve "Un-vendor CI templates"Dylan Griffith
2018-09-17Vendor Auto-DevOps.gitlab-ci from gitlab-ci-ymlMayra Cabrera
Uses curl instead of wget on install_dependencies, as wget does not support https through http proxy on alpine:latest
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-13Merge branch 'vendor-auto-devops-gitlab-ci-fix-503-on-deploy' into 'master'Kamil Trzciński
Vendor Auto-DevOps.gitlab-ci.yml: fix where the deploy job does not wait for Deployment to complete. Closes #50186 and charts/auto-deploy-app#6 See merge request gitlab-org/gitlab-ce!21713
2018-09-13Auto devops should wait for Deployment to completeThong Kuah
Vendors in Auto-DevOps.gitlab-ci.yml from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/195 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/50186
2018-09-13Created a function for logging into the registryThong Kuah
Vendor Auto-DevOps.gitlab-ci.yml from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/193 Thanks @LaurentGoderre, for your contribution !
2018-09-10Update templates and licenses for 11.3Diana Stanley
2018-09-05Add license info of unknown libraries to license_finder configuration ↵Balasankar "Balu" C
instead of direct approval
2018-08-30Vendor in Auto-DevOps.gitlab-ci.yml to resolve review apps not re-deployableThong Kuah
vendored from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/188
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-15Vendor in Auto-DevOps.gitlab-ci.yml to update glibc to 2.28Thong Kuah
vendored from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/186 Thanks @sgerrand !
2018-08-14Merge branch '50257-fix-auto-devops-glibc-pubkey-url' into 'master'Grzegorz Bizon
Resolve "Auto Devops failing to fetch Alpine glibc pubkey" Closes gitlab-org/quality/nightly#3 and #50257 See merge request gitlab-org/gitlab-ce!21182
2018-08-14Auto-DevOps.gitlab-ci.yml: Update glibc package signing key URLDylan Griffith
Vendored in from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/185 Thanks @sgerrand
2018-08-14 Upgrade Middleman template for GitLab CIGabriel Mazetto
2018-08-13Vendor Auto-DevOps.gitlab-ci.yml with new proxy env vars passed through to ↵Dylan Griffith
docker See https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/184 Thanks to @kinolaev for this contribution.
2018-08-08Update licensesBob Van Landuyt
2018-08-08Update templates for 11.2Bob Van Landuyt
2018-08-03Uses npm css and removes css from vendor folderFilipa Lacerda
2018-08-03Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda
2018-07-20Specify Jupyter Image to use with JupyterHub InstallationAmit Rathi
2018-07-18Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324)Dylan Griffith
2018-07-09Merge branch '11-1-update-licenses' into 'master'James Lopez
[11.1.0] Update the dependencies license list See merge request gitlab-org/gitlab-ce!20487
2018-07-09Update the dependencies license list for 11.1.0Alessio Caiazza
2018-07-09Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0Alessio Caiazza
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-06-29Add pipeline stages position clean-up migrationGrzegorz Bizon
2018-06-08Merge branch 'update-11-0-templates' into 'master'Mayra Cabrera
Updates templates for 11.0 See merge request gitlab-org/gitlab-ce!19573
2018-06-08Update the dependencies license listAlessio Caiazza
2018-06-08Updates templates for 11.0Filipa Lacerda
2018-06-06Update vendored ADO template with adding of license managementOlivier Gonzalez
2018-06-04Updated vendored ADO templateOlivier Gonzalez
2018-06-01Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into ↵Dmitriy Zaporozhets
'master' Resolve "Add support for Jupyter in GitLab via Kubernetes" Closes #46487 See merge request gitlab-org/gitlab-ce!19019
2018-05-31Remove in favor of npm packageKushal Pandya
2018-05-25Add oauth reference to jupyter cluster appDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-24Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'Achilleas Pipinellis
Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049
2018-05-24Rename container scanning job and artifactOlivier Gonzalez
2018-05-24Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779Olivier Gonzalez
2018-05-14Changes Ingress RBAC value to be false as defaultMayra Cabrera
It was changed to be true on https://github.com/kubernetes/charts/commit/c60086ec0b260996281d337d67f2361f826f7029 Closes #46286
2018-05-11Vendor Auto DevOps templateFabio Busatto
2018-05-09Merge branch '10-8-dependencies-update' into 'master'James Lopez
Update the dependencies license list See merge request gitlab-org/gitlab-ce!18847
2018-05-09Update the dependencies license listFilipa Lacerda