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-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
2018-05-09Update the .gitignore, .gitlab-ci.yml, and Dockerfile templatesFilipa Lacerda
2018-05-08Vendor Auto-DevOps.gitlab-ci.ymlFabio Busatto
2018-05-04Resolve "Reconcile project templates with Auto DevOps"Fabio Busatto
2018-04-26remove peek performance_barPirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-25Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik
* processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
2018-04-18Avoid infinite loop in container scanning job. Refs gitlab-org/gitlab-ee#5706Olivier Gonzalez
2018-04-16Fix container scanning in vendored GitLab CI configuration for Auto DevopsGilbert Roulot
2018-04-13Use stable docker image instead of latestPhilippe Lafoucrière
2018-04-12Update the dependencies license list for 10.7Filipa Lacerda
2018-04-12 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templatesFilipa Lacerda
2018-04-10Update vendored .gitlab-ci.yml for Auto-DevopsOlivier Gonzalez
2018-04-05Override the Prometheus server nameJoshua Lambert
2018-03-19Show Ajax requests in performance barSean McGivern
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
2018-03-16Update vendored gitlab-ci.yml template for auto-devopsOlivier Gonzalez
2018-03-13Improve the frontend code for the performance barSean McGivern
2018-03-13Add Gitaly call details to the performance barSean McGivern
The same as the SQL queries, show the details of Gitaly calls in the performance bar, as a modal that can be opened in the same way.
2018-03-12Merge branch '44096-update-zaproxy-image-in-auto-devops-template' into 'master'Dmitriy Zaporozhets
Resolve "Update zaproxy image in Auto DevOps template" Closes #44096 See merge request gitlab-org/gitlab-ce!17683
2018-03-12Use GitLab fork of zaproxyFabien Catteau
Closes #44096
2018-03-08Merge branch 'update-templates-and-dependencies-10-6' into 'master'Robert Speicher
Update templates and licenses See merge request gitlab-org/gitlab-ce!17637
2018-03-08Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik
This reverts commit 0b7d10851456018328da137beeca931767b4fd0a.
2018-03-08Update templates and licensesJames Lopez
2018-03-06Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera
2018-03-05Cleanup after adding MR diff's commit_countJan Provaznik
* processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
2018-03-02Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera
2018-02-26Change RBAC value to false on Prometheus values.ymlMayra Cabrera
- This will allow to install Prometheus again without a problem Closes #43621