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-01-25Update Auto-DevOps.gitlab-ci.ymlFabio Busatto
2018-01-23Resolve conflict for secret management on Auto-DevOpsMayra Cabrera
2018-01-23Merge branch 'vendor-10-4-auto-devops-template' into 'master'Marin Jankovski
Vendor 10.4 Auto DevOps template See merge request gitlab-org/gitlab-ce!16639
2018-01-17Merge branch ↵Kamil Trzciński
'41799-managed-prometheus-deployment-install-a-lot-of-extra-stuff' into 'master' Resolve "Managed Prometheus deployment installs a lot of extra stuff" Closes #41799 See merge request gitlab-org/gitlab-ce!16378 (cherry picked from commit 5c51cbca06b099427e15309b352d01d960f641e3) 37d96e7d Use ConfigMap content to populate values.yaml 0a69f490 Fixes suggestions on MR
2018-01-17Merge 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 (cherry picked from commit ff252f61f73353ae3912707877c350bd6f7eb038) 9d7e0e49 Update AutoDevOps template with browser performance fix
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-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
2017-10-12Merge branch 'update-licenses.csv' into 'master'Rémy Coutable
Update dependencies license list See merge request gitlab-org/gitlab-ce!14845
2017-10-12Update licensesLin Jen-Shin
Followed the command from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#step-4-update-the-dependencies-license-list bin/bundle exec license_finder report --format=csv --save=vendor/licenses.csv
2017-10-12Update templates via:Lin Jen-Shin
bin/rake gitlab:update_templates
2017-09-20Support new auto-deploy helm chartAlessio Caiazza
New auto-deploy helm chart has new names in order to support Auto Monitoring. Works with, but does not require charts/charts.gitlab.io!66 See gitlab-ce#38028
2017-09-08Merge branch 'jk-update-dependencies' into 'master'Achilleas Pipinellis
Update dependencies license list for 10.0 See merge request !14137
2017-09-08Update dependencies license list for 10.0Jarka Kadlecova
2017-09-08Update license templates for 10.0Jarka Kadlecova
2017-09-07Update rails template to include postgresZeger-Jan van de Weg
2017-09-07Merge branch 'events-migration-cleanup' into 'master'Sean McGivern
Finish migration to the new events setup Closes #37241 See merge request !13932
2017-09-07Update project templates to new import versionZeger-Jan van de Weg
If the import version changes, we need to update a few project templates to match this new version. In a seperate commit I'll update the docs to reflect this.
2017-09-07Update templates for 10.0Alessio Caiazza
2017-09-05Merge branch 'update-gitignore-9-5' into 'master'Rémy Coutable
update gitignores and licenses See merge request !13423
2017-08-28Merge branch 'zj-update-templates-with-warning-header' into 'master'Stan Hu
Update templates to include header in the README Closes #36904 See merge request !13785
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-23Update templates to include header in the READMEZeger-Jan van de Weg
2017-08-15Add two more project templatesZ.J. van de Weg
Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
2017-08-14Update rails tempalte to not contain gitlab-testZeger-Jan van de Weg
[ci skip]
2017-08-09update gitignores and licenses - generated by bin/rake gitlab:update_templatesSimon Knox
2017-08-07Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes
Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
* master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...