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
40e612b7
Commit
40e612b7
authored
Feb 10, 2020
by
Kerri Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo 'wether' -> 'whether'
parent
22065fbe
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
...vascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
+1
-1
app/finders/concerns/finder_with_cross_project_access.rb
app/finders/concerns/finder_with_cross_project_access.rb
+1
-1
ee/lib/ee/api/namespaces.rb
ee/lib/ee/api/namespaces.rb
+1
-1
lib/gitlab/git/blob.rb
lib/gitlab/git/blob.rb
+1
-1
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+1
-1
spec/helpers/projects_helper_spec.rb
spec/helpers/projects_helper_spec.rb
+1
-1
No files found.
app/assets/javascripts/pipelines/mixins/graph_pipeline_bundle_mixin.js
View file @
40e612b7
...
@@ -59,7 +59,7 @@ export default {
...
@@ -59,7 +59,7 @@ export default {
},
},
requestRefreshPipelineGraph
()
{
requestRefreshPipelineGraph
()
{
// When an action is clicked
// When an action is clicked
// (wether in the dropdown or in the main nodes, we refresh the big graph)
// (w
h
ether in the dropdown or in the main nodes, we refresh the big graph)
this
.
mediator
this
.
mediator
.
refreshPipeline
()
.
refreshPipeline
()
.
catch
(()
=>
flash
(
__
(
'
An error occurred while making the request.
'
)));
.
catch
(()
=>
flash
(
__
(
'
An error occurred while making the request.
'
)));
...
...
app/finders/concerns/finder_with_cross_project_access.rb
View file @
40e612b7
# frozen_string_literal: true
# frozen_string_literal: true
# Module to prepend into finders to specify wether or not the finder requires
# Module to prepend into finders to specify w
h
ether or not the finder requires
# cross project access
# cross project access
#
#
# This module depends on the finder implementing the following methods:
# This module depends on the finder implementing the following methods:
...
...
ee/lib/ee/api/namespaces.rb
View file @
40e612b7
...
@@ -40,7 +40,7 @@ module EE
...
@@ -40,7 +40,7 @@ module EE
optional
:max_seats_used
,
type:
Integer
,
default:
0
,
desc:
'The max number of active users detected in the last month'
optional
:max_seats_used
,
type:
Integer
,
default:
0
,
desc:
'The max number of active users detected in the last month'
optional
:plan_code
,
type:
String
,
desc:
'The code of the purchased plan'
optional
:plan_code
,
type:
String
,
desc:
'The code of the purchased plan'
optional
:end_date
,
type:
Date
,
desc:
'The date when subscription expires'
optional
:end_date
,
type:
Date
,
desc:
'The date when subscription expires'
optional
:trial
,
type:
Grape
::
API
::
Boolean
,
desc:
'Wether the subscription is trial'
optional
:trial
,
type:
Grape
::
API
::
Boolean
,
desc:
'W
h
ether the subscription is trial'
optional
:trial_ends_on
,
type:
Date
,
desc:
'The date when the trial expires'
optional
:trial_ends_on
,
type:
Date
,
desc:
'The date when the trial expires'
optional
:trial_starts_on
,
type:
Date
,
desc:
'The date when the trial starts'
optional
:trial_starts_on
,
type:
Date
,
desc:
'The date when the trial starts'
end
end
...
...
lib/gitlab/git/blob.rb
View file @
40e612b7
...
@@ -128,7 +128,7 @@ module Gitlab
...
@@ -128,7 +128,7 @@ module Gitlab
def
load_all_data!
(
repository
)
def
load_all_data!
(
repository
)
return
if
@data
==
''
# don't mess with submodule blobs
return
if
@data
==
''
# don't mess with submodule blobs
# Even if we return early, recalculate wether this blob is binary in
# Even if we return early, recalculate w
h
ether this blob is binary in
# case a blob was initialized as text but the full data isn't
# case a blob was initialized as text but the full data isn't
@binary
=
nil
@binary
=
nil
...
...
lib/support/init.d/gitlab
View file @
40e612b7
...
@@ -340,7 +340,7 @@ start_gitlab() {
...
@@ -340,7 +340,7 @@ start_gitlab() {
# Wait for the pids to be planted
# Wait for the pids to be planted
wait_for_pids
wait_for_pids
# Finally check the status to tell wether or not GitLab is running
# Finally check the status to tell w
h
ether or not GitLab is running
print_status
print_status
}
}
...
...
spec/helpers/projects_helper_spec.rb
View file @
40e612b7
...
@@ -194,7 +194,7 @@ describe ProjectsHelper do
...
@@ -194,7 +194,7 @@ describe ProjectsHelper do
expect
(
helper
.
project_list_cache_key
(
project
).
last
).
to
start_with
(
'v'
)
expect
(
helper
.
project_list_cache_key
(
project
).
last
).
to
start_with
(
'v'
)
end
end
it
'includes wether or not the user can read cross project'
do
it
'includes w
h
ether or not the user can read cross project'
do
expect
(
helper
.
project_list_cache_key
(
project
)).
to
include
(
'cross-project:true'
)
expect
(
helper
.
project_list_cache_key
(
project
)).
to
include
(
'cross-project:true'
)
end
end
...
...
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