Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-11-04 19:14:30 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-04 19:14:30 +0300
commit9cc25eafc18f985a4fe1d40081b496e69f369951 (patch)
tree11380f7739684dd3d8167dec16fd80853c336138
parent1f64f9f9df2234e7ebc9ca5229865c816dce4867 (diff)
parent314cae2ae5f7240dfffc8461a0c6315648ebcb43 (diff)
Merge branch 'survey-banner-garbage-collection' into 'master'
Add garbage collection survey banner See merge request gitlab-org/gitlab-docs!1285
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
-rw-r--r--content/_data/runner-nav.yaml4
3 files changed, 15 insertions, 15 deletions
diff --git a/Gemfile b/Gemfile
index c130ed52..170efc7e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,6 +23,6 @@ end
group :test, :development do
gem 'scss_lint', '~> 0.59.0', require: false
gem 'highline', '~> 2.0.3'
- gem 'rspec', '~> 3.9.0'
+ gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index dc6c9cb4..14d30bbb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -124,19 +124,19 @@ GEM
ref (2.0.0)
rexml (3.2.4)
rouge (3.24.0)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.3)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.3)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.0)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-mocks (3.9.1)
+ rspec-support (~> 3.10.0)
+ rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
@@ -172,7 +172,7 @@ DEPENDENCIES
pry-byebug (~> 3.9.0)
rake (~> 13.0.1)
rouge (~> 3.24.0)
- rspec (~> 3.9.0)
+ rspec (~> 3.10.0)
sassc (~> 2.4.0)
scss_lint (~> 0.59.0)
diff --git a/content/_data/runner-nav.yaml b/content/_data/runner-nav.yaml
index 052bcd90..91f254d8 100644
--- a/content/_data/runner-nav.yaml
+++ b/content/_data/runner-nav.yaml
@@ -44,8 +44,6 @@ sections:
category_url: 'install/linux-repository.html'
- category_title: Old GitLab Runner URLs
category_url: 'install/old.html'
- - category_title: Container Registry and cache server
- category_url: 'install/registry_and_cache_servers.html'
- section_title: Configure
section_url: 'configuration/'
@@ -70,6 +68,8 @@ sections:
category_url: 'configuration/tls-self-signed.html'
- category_title: System services
category_url: 'configuration/init.html'
+ - category_title: Speed up job execution
+ category_url: 'install/registry_and_cache_servers.html'
- section_title: Register
section_url: 'register/'