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
AgeCommit message (Collapse)Author
2019-07-01Also build nginx/conf/nginx.conf from gdk.ymlToon Claes
Also turn nginx.conf into an ERB.
2019-07-01Properly disable/enable pages & jaegerToon Claes
2019-07-01Allow configuration of nginxToon Claes
2019-07-01Generate Procfile through rakeToon Claes
When gdk.yml exists, rake instead of make is used to compile the Procfile.
2019-07-01Add some ruby code to load config from yamlToon Claes
The user has 2 config files: - gdk-defaults.yml : Which contains the defaults, and is committed to git. - gdk.yml : The user configuration, which will overwrite the defaults. There is some ruby that reads the data from these files and combines them. The config files also support ERB.
2019-07-01Ignore all kinds of keys & certsToon Claes
2019-07-01Merge branch 'share-oauth-credentials-autodevops' into 'master'Grzegorz Bizon
Update Auto DevOps docs to share Google OAuth Client See merge request gitlab-org/gitlab-development-kit!710
2019-07-01Update Auto DevOps docs to share Google OAuth ClientDylan Griffith
2019-06-29Merge branch '526-support-discovering-postgresql-10-installs' into 'master'Mike Greiling
PostgreSQL 9.6, 10 with multiple discovery types Closes #526 See merge request gitlab-org/gitlab-development-kit!704
2019-06-28Merge branch 'jv-disable-diff-color' into 'master'Toon Claes
Don't force colorized output in safe-sed See merge request gitlab-org/gitlab-development-kit!707
2019-06-28Don't force colorized output in safe-sedJacob Vosmaer
2019-06-27Merge branch ↵Toon Claes
'535-tail-f-dev-null-processes-never-getting-killed-when-gdk-is-halted' into 'master' Use exec when tailing so foreman can clean up Closes #535 See merge request gitlab-org/gitlab-development-kit!709
2019-06-27Use exec when tailing so foreman can clean upAsh McKenzie
2019-06-24PostgreSQL 9.6, 10 with multiple discovery typesAsh McKenzie
2019-06-20Merge branch 'patch-3' into 'master'Toon Claes
Increase ubuntu/xenial64 image to fix out of disk space See merge request gitlab-org/gitlab-development-kit!702
2019-06-20Merge branch '498-gracefully-handle-postgresql-minor-updates-in-procfile' ↵Stan Hu
into 'master' Resolve "Gracefully handle PostgreSQL minor updates in Procfile" Closes #498 See merge request gitlab-org/gitlab-development-kit!703
2019-06-20Add robust_pg_bin_dir_discoverAsh McKenzie
robust_pg_bin_dir_discover aims to locate a pg bin directory for 9.6 that won't change with patch upgrades. If robust_pg_bin_dir_discover does not return anything then original_pg_bin_dir_discover is executed.
2019-06-20Extract postgres version into POSTGRESQL_VERSIONAsh McKenzie
2019-06-19Merge branch ↵Toon Claes
'522-error-pathspec-v9-3-0-did-not-match-any-file-s-known-to-git' into 'master' Specify --branch when performing git clone Closes #522 See merge request gitlab-org/gitlab-development-kit!700
2019-06-19Merge branch 'ak/fix-go-modules' into 'master'Jacob Vosmaer
Set GO111MODULE=off when installing workhorse and pages See merge request gitlab-org/gitlab-development-kit!701
2019-06-19Merge branch 'link-gitaly-dev-guide' into 'master'Ash McKenzie
Add link to Gitaly development guide See merge request gitlab-org/gitlab-development-kit!699
2019-06-19Add link to Gitaly development guideMarkus Koller
2019-06-19Apply suggestion to VagrantfileLee Tickett
2019-06-18Default ubuntu/xenial64 image is only 10GB and runs out of disk space while ↵Lee Tickett
running `gdk install` so I have increased it to 15GB.
2019-06-18Set GO111MODULE=off when installing workhorse and pagesAdrien Kohlbecker
2019-06-18Specify --branch when performing git cloneAsh McKenzie
2019-06-17Merge branch 'leipert-node-12' into 'master'Toon Claes
Update node installation instruction to node@12 See merge request gitlab-org/gitlab-development-kit!698
2019-06-17Update node installation instruction to node@12Lukas Eipert
2019-06-14Merge branch 'autodevops-docs-improvements' into 'master'Mike Greiling
Autodevops how to docs clarifications See merge request gitlab-org/gitlab-development-kit!697
2019-06-14Autodevops how to docs clarificationsEnrique Alcántara
2019-06-13Merge branch 'phikai-AdoptOpenJDK-Homebrew' into 'master'Toon Claes
Adding a link to AdoptOpenJDK Homebrew project for an alternative installation method See merge request gitlab-org/gitlab-development-kit!696
2019-06-13Adjustments to the formatting of the additional Homebrew option for the ↵Kai Armstrong
OpenJDK 8 Install
2019-06-12Merge branch 'fix-anchor' into 'master'Toon Claes
Fix link anchor for `macOS` See merge request gitlab-org/gitlab-development-kit!695
2019-06-12Adding a link to AdoptOpenJDK Homebrew project for an alternative ↵Kai Armstrong
installation method
2019-06-12Fix link anchor for `macOS`Peter Leitzen
It's all lower-cased.
2019-06-12Merge branch 'id-enable-gitlab-shell-features-by-default' into 'master'Jacob Vosmaer
Uncomment Gitlab Shell migration features on make See merge request gitlab-org/gitlab-development-kit!694
2019-06-12Uncomment Gitlab Shell migration features on makeIgor
2019-06-11Merge branch 'update-golang-version' into 'master'Toon Claes
Update Golang version Closes #514 See merge request gitlab-org/gitlab-development-kit!692
2019-06-11Update Golang versionGeorge Tsiolis
2019-06-06Merge branch 'gitaly-catfile-cache-size' into 'master'Ash McKenzie
gitaly: use git.catfile_cache_size=5 See merge request gitlab-org/gitlab-development-kit!690
2019-06-06Merge branch 'docs_auto_devops_gdk_main_chunk' into 'master'Mike Greiling
Docs: Add tips how to work with slow connections with Auto DevOps setup See merge request gitlab-org/gitlab-development-kit!685
2019-06-06Move tips and troubleshooting to bottom of docThong Kuah
This is the usual place where I expect such info to be.
2019-06-05gitaly: use git.catfile_cache_size=5Jacob Vosmaer
2019-06-04Merge branch 'sh-fix-issue-505' into 'master'Toon Claes
Fetch the commit SHA from the source project See merge request gitlab-org/gitlab-development-kit!686
2019-06-04Merge branch 'zj-gdk-requires-rsync' into 'master'Jacob Vosmaer
Rsync is a required dependency for Gitaly now See merge request gitlab-org/gitlab-development-kit!689
2019-06-04Merge branch 'tc-checkout-versions-on-install' into 'master'Grzegorz Bizon
Ensure correct versions are checked out on install Closes #501 See merge request gitlab-org/gitlab-development-kit!679
2019-06-04Add preface to command-line and fix check of ci_shaStan Hu
2019-06-04Apply suggestion to support/self-update-git-worktreeStan Hu
2019-06-04Rsync is a required dependency for Gitaly nowZeger-Jan van de Weg
When running for example `make update`, Gitaly will require rsync to speed up the operation of copying files. This dependency wasn't documented in the GDK yet, but now is. For some OS's I've not filled in the dependency, as I couldn't find what rsync was called for their package manager. Related to: https://gitlab.com/gitlab-org/gitaly/merge_requests/1272
2019-06-04Move fetch SHA to support/self-update-git-worktreeStan Hu