summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '11-6-update-gitignore' into 'master'Robert Speicher2018-12-1012-101/+102
|\ | | | | | | | | Update the .gitignore See merge request gitlab-org/gitlab-ce!23706
| * Update the .gitignoreAlex Hanselka2018-12-1012-101/+102
| |
* | Update License info for 11.6 feature freezeAlex Hanselka2018-12-101-56/+98
|/
* HTTPS for JupyterHub installationAmit Rathi2018-12-031-0/+1
|
* Merge branch 'master' into certmanager-tempAmit Rathi2018-11-191-2/+1
|\
| * Remove unneeded licenses for gitlab-org npm namsepaceMike Greiling2018-11-161-2/+1
| |
* | Move ingress shim config from --set to values.yamlAmit Rathi2018-11-161-0/+5
| |
* | Use email on the accountAmit Rathi2018-11-131-3/+3
| |
* | Jupyter config changes for tls to come in a separate PRAmit Rathi2018-11-131-4/+0
| |
* | CleanupAmit Rathi2018-11-131-1/+1
| |
* | Cert manager migration, cluster_issuer etc.Amit Rathi2018-11-132-0/+11
| |
* | Updated loggingAmit Rathi2018-11-131-3/+7
|/
* Merge branch 'update-dependencies-list-11-5' into 'master'Sean McGivern2018-11-081-27/+25
|\ | | | | | | | | Update license list See merge request gitlab-org/gitlab-ce!22904
| * Update license listupdate-dependencies-list-11-5Steve Azzopardi2018-11-081-27/+25
| | | | | | | | | | | | As of part 5 on feature freeze day, we update the license list https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-5-update-the-dependencies-license-list-on-gitlab-ce
* | Run rake gitlab:update_templatesSteve Azzopardi2018-11-0813-12/+165
|/ | | | | | | As part of step 4 on feature freeze day, we need to update the templates. https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-4-update-the-gitignore-and-dockerfile-templates-on-gitlab-ce
* Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgsLukas Eipert2018-10-311-1/+1
|
* Fix #53298: JupyterHub to restarts should work without errorsAmit Rathi2018-10-301-1/+1
|
* Upgrade Prometheus and alertmanagerpl-uprade-prometheus-alertmanagerPeter Leitzen2018-10-251-1/+3
| | | | Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2
* Remove dependencies on LinguistZeger-Jan van de Weg2018-10-121-0/+5488
| | | | | | | | | | | | | | | | 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.
* Merge branch 'update-templates-11-4' into 'master'Kamil Trzciński2018-10-084-3/+14
|\ | | | | | | | | Update templates for 11.4 See merge request gitlab-org/gitlab-ce!22188
| * Update templates for 11.4Jan Provaznik2018-10-084-3/+14
| |
* | Updated licenses for 11.4Jan Provaznik2018-10-081-185/+222
|/
* Clone nurtch demo notebooks at Jupyter startupAmit Rathi2018-10-041-0/+4
|
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-1/+0
| | | | | | | | 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.
* Merge branch 'master' into 'remove-dropzonejs-rails'Mike Greiling2018-09-28114-12912/+581
|\ | | | | | | # Conflicts: # Gemfile.lock
| * Resolve "Un-vendor CI templates"Dylan Griffith2018-09-2648-2401/+0
| |
| * Vendor Auto-DevOps.gitlab-ci from gitlab-ci-ymlMayra Cabrera2018-09-171-2/+2
| | | | | | | | | | Uses curl instead of wget on install_dependencies, as wget does not support https through http proxy on alpine:latest
| * Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
| |
| * Merge branch 'vendor-auto-devops-gitlab-ci-fix-503-on-deploy' into 'master'Kamil Trzciński2018-09-131-0/+2
| |\ | | | | | | | | | | | | | | | | | | 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
| | * Auto devops should wait for Deployment to completeThong Kuah2018-09-131-0/+2
| | | | | | | | | | | | | | | | | | | | | 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
| * | Created a function for logging into the registryThong Kuah2018-09-131-6/+6
| |/ | | | | | | | | | | Vendor Auto-DevOps.gitlab-ci.yml from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/193 Thanks @LaurentGoderre, for your contribution !
| * Update templates and licenses for 11.3dks-update-templates-licenses-11-3Diana Stanley2018-09-1019-563/+93
| |
| * Add license info of unknown libraries to license_finder configuration ↵Balasankar "Balu" C2018-09-051-15/+29
| | | | | | | | instead of direct approval
| * Vendor in Auto-DevOps.gitlab-ci.yml to resolve review apps not re-deployableThong Kuah2018-08-301-1/+1
| | | | | | | | vendored from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/188
| * Remove Gemnasium serviceGilbert Roulot2018-08-201-1/+0
| |
| * Vendor in Auto-DevOps.gitlab-ci.yml to update glibc to 2.28Thong Kuah2018-08-151-3/+3
| | | | | | | | | | | | vendored from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/186 Thanks @sgerrand !
| * Merge branch '50257-fix-auto-devops-glibc-pubkey-url' into 'master'Grzegorz Bizon2018-08-141-1/+1
| |\ | | | | | | | | | | | | | | | | | | 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
| | * Auto-DevOps.gitlab-ci.yml: Update glibc package signing key URLDylan Griffith2018-08-141-1/+1
| | | | | | | | | | | | | | | | | | Vendored in from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/185 Thanks @sgerrand
| * | Upgrade Middleman template for GitLab CIGabriel Mazetto2018-08-141-6/+7
| |/
| * Vendor Auto-DevOps.gitlab-ci.yml with new proxy env vars passed through to ↵Dylan Griffith2018-08-131-2/+21
| | | | | | | | | | | | | | | | docker See https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/184 Thanks to @kinolaev for this contribution.
| * Update licensesBob Van Landuyt2018-08-081-163/+126
| |
| * Update templates for 11.2Bob Van Landuyt2018-08-089-22/+29
| |
| * Uses npm css and removes css from vendor folderFilipa Lacerda2018-08-031-2206/+0
| |
| * Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda2018-08-034-5669/+0
| |
| * Specify Jupyter Image to use with JupyterHub InstallationAmit Rathi2018-07-201-0/+1
| |
| * Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324)Dylan Griffith2018-07-181-0/+1
| |
| * Merge branch '11-1-update-licenses' into 'master'James Lopez2018-07-091-45/+39
| |\ | | | | | | | | | | | | [11.1.0] Update the dependencies license list See merge request gitlab-org/gitlab-ce!20487
| | * Update the dependencies license list for 11.1.0Alessio Caiazza2018-07-091-45/+39
| | |
| * | Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0Alessio Caiazza2018-07-0925-37/+86
| |/
| * Replaces date.format.js in vendor with NPM packageTim Zallmann2018-07-021-132/+0
| |