Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
52376ea5
Commit
52376ea5
authored
Apr 26, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
66131e58
58abd0e3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
app/models/clusters/applications/runner.rb
app/models/clusters/applications/runner.rb
+1
-1
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-4-1.yml
...s/unreleased/update-gitlab-runner-helm-chart-to-0-4-1.yml
+5
-0
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+8
-1
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
52376ea5
...
@@ -107,7 +107,7 @@ gitlab:ui:visual:
...
@@ -107,7 +107,7 @@ gitlab:ui:visual:
-
$CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
-
$CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
artifacts
:
artifacts
:
paths
:
paths
:
-
tests/__image_snapshots__/
-
gitlab-ui/
tests/__image_snapshots__/
when
:
always
when
:
always
karma
:
karma
:
...
...
app/models/clusters/applications/runner.rb
View file @
52376ea5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
Clusters
module
Clusters
module
Applications
module
Applications
class
Runner
<
ApplicationRecord
class
Runner
<
ApplicationRecord
VERSION
=
'0.4.
0
'
.
freeze
VERSION
=
'0.4.
1
'
.
freeze
self
.
table_name
=
'clusters_applications_runners'
self
.
table_name
=
'clusters_applications_runners'
...
...
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-4-1.yml
0 → 100644
View file @
52376ea5
---
title
:
Update GitLab Runner Helm Chart to 0.4.1
merge_request
:
27627
author
:
type
:
other
doc/administration/high_availability/nfs.md
View file @
52376ea5
...
@@ -39,7 +39,14 @@ options:
...
@@ -39,7 +39,14 @@ options:
### Improving NFS performance with GitLab
### Improving NFS performance with GitLab
NOTE:
**Note:**
This is only available with GitLab 11.9 and up.
NOTE:
**Note:**
This is only available starting in certain versions of GitLab:
*
11.5.11
*
11.6.11
*
11.7.12
*
11.8.8
*
11.9.0 and up (e.g. 11.10, 11.11, etc.)
If you are using NFS to share Git data, we recommend that you enable a
If you are using NFS to share Git data, we recommend that you enable a
number of feature flags that will allow GitLab application processes to
number of feature flags that will allow GitLab application processes to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment