summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add pipeline stages position clean-up migrationGrzegorz Bizon2018-06-293-0/+0
|
* Merge branch 'update-11-0-templates' into 'master'Mayra Cabrera2018-06-0810-240/+31
|\ | | | | | | | | Updates templates for 11.0 See merge request gitlab-org/gitlab-ce!19573
| * Updates templates for 11.0Filipa Lacerda2018-06-0810-240/+31
| |
* | Update the dependencies license listAlessio Caiazza2018-06-081-267/+122
|/
* Update vendored ADO template with adding of license managementOlivier Gonzalez2018-06-061-0/+29
|
* Updated vendored ADO templateupdate_vendored_ADO_templateOlivier Gonzalez2018-06-041-10/+55
|
* Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into ↵Dmitriy Zaporozhets2018-06-011-0/+19
|\ | | | | | | | | | | | | | | | | 'master' Resolve "Add support for Jupyter in GitLab via Kubernetes" Closes #46487 See merge request gitlab-org/gitlab-ce!19019
| * Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-0/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-0/+16
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove in favor of npm packageKushal Pandya2018-05-311-1374/+0
|/
* Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'Achilleas Pipinellis2018-05-241-4/+4
|\ | | | | | | | | Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049
| * Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779Olivier Gonzalez2018-05-231-4/+4
| |
* | Rename container scanning job and artifactOlivier Gonzalez2018-05-241-5/+5
|/
* Changes Ingress RBAC value to be false as defaultMayra Cabrera2018-05-141-0/+5
| | | | | | It was changed to be true on https://github.com/kubernetes/charts/commit/c60086ec0b260996281d337d67f2361f826f7029 Closes #46286
* Vendor Auto DevOps templateFabio Busatto2018-05-111-36/+18
|
* Merge branch '10-8-dependencies-update' into 'master'James Lopez2018-05-091-162/+234
|\ | | | | | | | | Update the dependencies license list See merge request gitlab-org/gitlab-ce!18847
| * Update the dependencies license listFilipa Lacerda2018-05-091-162/+234
| |
* | Update the .gitignore, .gitlab-ci.yml, and Dockerfile templatesFilipa Lacerda2018-05-0912-15/+27
|/
* Vendor Auto-DevOps.gitlab-ci.ymlFabio Busatto2018-05-081-23/+166
|
* Resolve "Reconcile project templates with Auto DevOps"Fabio Busatto2018-05-043-0/+0
|
* remove peek performance_barPirate Praveen2018-04-261-182/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik2018-04-253-0/+0
| | | | | | * processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
* Avoid infinite loop in container scanning job. Refs gitlab-org/gitlab-ee#5706Olivier Gonzalez2018-04-181-1/+3
|
* Fix container scanning in vendored GitLab CI configuration for Auto DevopsGilbert Roulot2018-04-161-0/+1
|
* Use stable docker image instead of latestPhilippe Lafoucrière2018-04-132-2/+2
|
* Update the dependencies license list for 10.7Filipa Lacerda2018-04-121-64/+65
|