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-18Merge branch '549-support-multiple-gdk-run-args' into 'master'docs-gitaly-secrets-mismatchToon Claes
Support `gdk run` with multiple args Closes #549 See merge request gitlab-org/gitlab-development-kit!720
2019-07-18Support `gdk run` with multiple argsAsh McKenzie
2019-07-18Merge branch 'ashmckenzie/ci-improvements' into 'master'Stan Hu
Improve .gitlab-ci.yml Closes #555 See merge request gitlab-org/gitlab-development-kit!727
2019-07-17Use shallow_clone with gdk installingAsh McKenzie
This will improve the clone speed and reduce CI time.
2019-07-17Move CI install/update logic into support/ci/xxxAsh McKenzie
2019-07-17Hit a URL that will properly test the stackAsh McKenzie
2019-07-17Add explicit stage: testAsh McKenzie
2019-07-17Merge branch 'exiftool-homebrew' into 'master'Ash McKenzie
Install exiftool with OSX Homebrew See merge request gitlab-org/gitlab-development-kit!726
2019-07-17Merge branch 'remove-references-to-node-lts' into 'master'Ash McKenzie
Remove reference to node 10.x LTS Closes #548 See merge request gitlab-org/gitlab-development-kit!725
2019-07-16Install exiftool with OSX Homebrew Rene Verschoor
2019-07-16Merge branch 'zj-rakefile-gitaly' into 'master'Toon Claes
Move Gitaly config to Rake tasks Closes #546 See merge request gitlab-org/gitlab-development-kit!717
2019-07-16Move Gitaly config to Rake tasksZeger-Jan van de Weg
While not necessarily required, moving all Gitaly tasks to Rake allowed for easier access to them and allowed easier configuration of Gitaly and GitLab alike. This flexibility is leveraged for the new rake tasks for `praefect`. `rake praefect:enable` and `rake praefect:disable` are introduced to use Praefect as a proxy in the GDK and allow for later iterations which will run a cluster of Gitaly servers. Supersedes: https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/645
2019-07-16Merge branch 'mention-nip-for-autodevops-configuration' into 'master'Grzegorz Bizon
Mention nip.io For AutoDevOps Testing See merge request gitlab-org/gitlab-development-kit!722
2019-07-16Remove reference to node 10.x LTSGiorgenes Gelatti
2019-07-16Merge branch 'sh-install-latest-git' into 'master'Ash McKenzie
Install latest version of Git Closes #553 See merge request gitlab-org/gitlab-development-kit!723
2019-07-16Combine Git command-line install into one layerStan Hu
2019-07-15Install latest version of GitStan Hu
The standard Git version (v2.17) doesn't support all the features that Gitaly needs (e.g. delta islands). We install the latest version available in the PPA (v2.22). Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/553
2019-07-15Apply suggestion to doc/howto/auto_devops/tips_and_troubleshooting.mdJoão Cunha
2019-07-15Mention nip.io For AutoDevOps TestingAndrew Fontaine
Nip is a great utility for quickly setting up a wildcard domain for testing deployments, review apps, etc.
2019-07-15Merge branch 'pin-icu4c' into 'master'Ash McKenzie
Pin icu4c and readline during MacOS setup See merge request gitlab-org/gitlab-development-kit!708
2019-07-12Merge branch 'master' into 'master'Toon Claes
Fix script to handle both gitlab-ce *and* gitlab-ee. See merge request gitlab-org/gitlab-development-kit!706
2019-07-12Fix script to handle both gitlab-ce *and* gitlab-ee.Evan Carlin
This script previously set the upstream to always be gitlab-ce. This is misleading and can cause a hard to decipher bug when pulling from upstream.
2019-07-12Merge branch 'update-gdk-doc-for-enable-puma-by-default' into 'master'Grzegorz Bizon
Update GDK doc for enable puma by default See merge request gitlab-org/gitlab-development-kit!712
2019-07-11Remove unnecessary pinAvielle Wolfe
2019-07-11Apply suggestion to doc/prepare.mdAvielle Wolfe
2019-07-11Pin icu4c and readlineAvielle Wolfe
When these packages update, they break the services that rely on them.
2019-07-09Merge branch 'fix/auto-devops-procfile-tunnels' into 'master'Toon Claes
Make use of gdk config to populate auto devops ports See merge request gitlab-org/gitlab-development-kit!716
2019-07-09Make use of gdk config to populate auto devops portsJoão Cunha
2019-07-09Update GDK doc for enable puma by defaultQingyu Zhao
2019-07-08Merge branch '543-add-puma-into-gdk-diff-config-files' into 'master'Toon Claes
Add puma.rb into gdk diff-config files Closes #543 See merge request gitlab-org/gitlab-development-kit!714
2019-07-08Merge branch 'patch-3' into 'master'Toon Claes
Add gpgme issue to troubleshooting.md See merge request gitlab-org/gitlab-development-kit!715
2019-07-08Add gpgme issue to troubleshooting.mdAmmar Alakkad
2019-07-05Add puma.rb into gdk diff-config filesQingyu Zhao
2019-07-04Merge branch 'fix-erb-renderer-on-linux' into 'master'Toon Claes
Update lib/gdk/erb_renderer.rb See merge request gitlab-org/gitlab-development-kit!713
2019-07-04Update lib/gdk/erb_renderer.rbNick Thomas
2019-07-04Merge branch 'tc-gdk-yml-config' into 'master'Stan Hu
Compile Procfile & nginx.conf from gdk.yml if possible See merge request gitlab-org/gitlab-development-kit!642
2019-07-04Apply suggestion to nginx/conf/nginx.conf.erbStan Hu
2019-07-03Small tweaks in gdk.example.yml generationToon Claes
Add a method to find the executable that returns `nil` when not found so a default can be set.
2019-07-03More fine-grained nginx configToon Claes
And disable listening to http by default.
2019-07-03Dump settings from RakefileToon Claes
Add 2 new targets: - gdk.example.yml: Dumps the default configuration to file - dump_config: Dumps the current configuration to stdout
2019-07-01Implement respond_to_missing?Toon Claes
2019-07-01Don't use colors if not supportedToon Claes
2019-07-01Safe-guard non-existence or emptiness of gdk.ymlToon Claes
Allow gdk.yml to be non-existing or empty.
2019-07-01Remove unused files and gdk-defaults.yml.erbToon Claes
We no longer need these.
2019-07-01Make the instructions more prominentToon Claes
Having the instructions below the diff makes it clearer to see them.
2019-07-01Convert defaults file into ruby codeToon Claes
Instead of crazy tricks with ERB in YAML, define the config directly in ruby. With method_missing we're dynamically generating methods of each of the settings. These settings follow the same structure of the YAML file people can use to override their settings. So the settings are applied as following: - from gdk.yml - from lose files like: hostname, port, webpack_port, etc. - from defaults defined in lib/gdk/config.rb directly
2019-07-01More Auto DevOps tweaksToon Claes
This might be less DRY, but it's a lot easier to read.
2019-07-01Safe render ERB filesToon Claes
Avoid overwriting generated files blindly, and instead show the diff with the changes and ask the user what to do. Just like `bin/safe-sed` was introduced in: https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/628
2019-07-01Support auto_devops in Procfile.erbToon Claes
2019-07-01The defaults reads the old-style files nowToon Claes
To have an easier migration, just make the gdk-defaults read the lose old-style files to get the settings. From that point all the new code can be used. At some point we might want to remove this fallback mechanism, but this works for now.