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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
75815769
Commit
75815769
authored
Nov 16, 2018
by
jumpyoshim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo pipline to pipeline
parent
dff3ded5
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
34 additions
and
34 deletions
+34
-34
app/assets/javascripts/ide/stores/modules/pipelines/actions.js
...ssets/javascripts/ide/stores/modules/pipelines/actions.js
+1
-1
locale/ar_SA/gitlab.po
locale/ar_SA/gitlab.po
+1
-1
locale/bg/gitlab.po
locale/bg/gitlab.po
+1
-1
locale/ca_ES/gitlab.po
locale/ca_ES/gitlab.po
+1
-1
locale/cs_CZ/gitlab.po
locale/cs_CZ/gitlab.po
+1
-1
locale/da_DK/gitlab.po
locale/da_DK/gitlab.po
+1
-1
locale/de/gitlab.po
locale/de/gitlab.po
+1
-1
locale/eo/gitlab.po
locale/eo/gitlab.po
+1
-1
locale/es/gitlab.po
locale/es/gitlab.po
+1
-1
locale/et_EE/gitlab.po
locale/et_EE/gitlab.po
+1
-1
locale/fil_PH/gitlab.po
locale/fil_PH/gitlab.po
+1
-1
locale/fr/gitlab.po
locale/fr/gitlab.po
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
locale/gl_ES/gitlab.po
locale/gl_ES/gitlab.po
+1
-1
locale/he_IL/gitlab.po
locale/he_IL/gitlab.po
+1
-1
locale/id_ID/gitlab.po
locale/id_ID/gitlab.po
+1
-1
locale/it/gitlab.po
locale/it/gitlab.po
+1
-1
locale/ja/gitlab.po
locale/ja/gitlab.po
+1
-1
locale/ko/gitlab.po
locale/ko/gitlab.po
+1
-1
locale/mn_MN/gitlab.po
locale/mn_MN/gitlab.po
+1
-1
locale/nb_NO/gitlab.po
locale/nb_NO/gitlab.po
+1
-1
locale/nl_NL/gitlab.po
locale/nl_NL/gitlab.po
+1
-1
locale/pl_PL/gitlab.po
locale/pl_PL/gitlab.po
+1
-1
locale/pt_BR/gitlab.po
locale/pt_BR/gitlab.po
+1
-1
locale/ro_RO/gitlab.po
locale/ro_RO/gitlab.po
+1
-1
locale/ru/gitlab.po
locale/ru/gitlab.po
+1
-1
locale/sq_AL/gitlab.po
locale/sq_AL/gitlab.po
+1
-1
locale/tr_TR/gitlab.po
locale/tr_TR/gitlab.po
+1
-1
locale/uk/gitlab.po
locale/uk/gitlab.po
+1
-1
locale/zh_CN/gitlab.po
locale/zh_CN/gitlab.po
+1
-1
locale/zh_HK/gitlab.po
locale/zh_HK/gitlab.po
+1
-1
locale/zh_TW/gitlab.po
locale/zh_TW/gitlab.po
+1
-1
spec/finders/pipelines_finder_spec.rb
spec/finders/pipelines_finder_spec.rb
+1
-1
spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
.../javascripts/ide/stores/modules/pipelines/actions_spec.js
+1
-1
No files found.
app/assets/javascripts/ide/stores/modules/pipelines/actions.js
View file @
75815769
...
@@ -28,7 +28,7 @@ export const receiveLatestPipelineError = ({ commit, dispatch }, err) => {
...
@@ -28,7 +28,7 @@ export const receiveLatestPipelineError = ({ commit, dispatch }, err) => {
dispatch
(
dispatch
(
'
setErrorMessage
'
,
'
setErrorMessage
'
,
{
{
text
:
__
(
'
An error occured whilst fetching the latest pipline.
'
),
text
:
__
(
'
An error occured whilst fetching the latest pip
e
line.
'
),
action
:
()
=>
action
:
()
=>
dispatch
(
'
forcePipelineRequest
'
).
then
(()
=>
dispatch
(
'
forcePipelineRequest
'
).
then
(()
=>
dispatch
(
'
setErrorMessage
'
,
null
,
{
root
:
true
}),
dispatch
(
'
setErrorMessage
'
,
null
,
{
root
:
true
}),
...
...
locale/ar_SA/gitlab.po
View file @
75815769
...
@@ -681,7 +681,7 @@ msgstr ""
...
@@ -681,7 +681,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/bg/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/ca_ES/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/cs_CZ/gitlab.po
View file @
75815769
...
@@ -621,7 +621,7 @@ msgstr ""
...
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/da_DK/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/de/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/eo/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/es/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/et_EE/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/fil_PH/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/fr/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr "Une erreur est survenue lors de la création de la nouvelle branche."
...
@@ -561,7 +561,7 @@ msgstr "Une erreur est survenue lors de la création de la nouvelle branche."
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "Une erreur est survenue pendant le rapatriement de la trace de la tâche."
msgstr "Une erreur est survenue pendant le rapatriement de la trace de la tâche."
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "Une erreur est survenue lors du rapatriement de dernier pipeline."
msgstr "Une erreur est survenue lors du rapatriement de dernier pipeline."
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/gitlab.pot
View file @
75815769
...
@@ -501,7 +501,7 @@ msgstr ""
...
@@ -501,7 +501,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/gl_ES/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/he_IL/gitlab.po
View file @
75815769
...
@@ -621,7 +621,7 @@ msgstr ""
...
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/id_ID/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr ""
...
@@ -531,7 +531,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/it/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/ja/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr "新しいブランチの作成中にエラーが発生しました。"
...
@@ -531,7 +531,7 @@ msgstr "新しいブランチの作成中にエラーが発生しました。"
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "ジョブトレースの取得中にエラーが発生しました。"
msgstr "ジョブトレースの取得中にエラーが発生しました。"
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "最新のパイプラインの取得中にエラーが発生しました。"
msgstr "最新のパイプラインの取得中にエラーが発生しました。"
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/ko/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr "새 브랜치를 만드는 동안 오류가 발생했습니다."
...
@@ -531,7 +531,7 @@ msgstr "새 브랜치를 만드는 동안 오류가 발생했습니다."
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/mn_MN/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/nb_NO/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/nl_NL/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/pl_PL/gitlab.po
View file @
75815769
...
@@ -621,7 +621,7 @@ msgstr ""
...
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/pt_BR/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr "Um erro ocorreu ao criar o novo branch."
...
@@ -561,7 +561,7 @@ msgstr "Um erro ocorreu ao criar o novo branch."
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "Ocorreu um erro ao carregar o rastro da tarefa."
msgstr "Ocorreu um erro ao carregar o rastro da tarefa."
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "Ocorreu um erro ao carregar o último pipeline."
msgstr "Ocorreu um erro ao carregar o último pipeline."
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/ro_RO/gitlab.po
View file @
75815769
...
@@ -591,7 +591,7 @@ msgstr ""
...
@@ -591,7 +591,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/ru/gitlab.po
View file @
75815769
...
@@ -621,7 +621,7 @@ msgstr ""
...
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/sq_AL/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/tr_TR/gitlab.po
View file @
75815769
...
@@ -561,7 +561,7 @@ msgstr ""
...
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/uk/gitlab.po
View file @
75815769
...
@@ -621,7 +621,7 @@ msgstr "Помилка при створенні нової гілки."
...
@@ -621,7 +621,7 @@ msgstr "Помилка при створенні нової гілки."
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "Трапилася помилка при отриманні логу завдання."
msgstr "Трапилася помилка при отриманні логу завдання."
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "Трапилася помилка при отриманні даних останнього конвеєра."
msgstr "Трапилася помилка при отриманні даних останнього конвеєра."
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/zh_CN/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr "创建分支时发生错误。"
...
@@ -531,7 +531,7 @@ msgstr "创建分支时发生错误。"
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "获取作业日志时发生错误。"
msgstr "获取作业日志时发生错误。"
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "获取流水线时发生错误。"
msgstr "获取流水线时发生错误。"
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/zh_HK/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr ""
...
@@ -531,7 +531,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr ""
msgstr ""
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr ""
msgstr ""
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
locale/zh_TW/gitlab.po
View file @
75815769
...
@@ -531,7 +531,7 @@ msgstr "創建新分支時發生錯誤。"
...
@@ -531,7 +531,7 @@ msgstr "創建新分支時發生錯誤。"
msgid "An error occured whilst fetching the job trace."
msgid "An error occured whilst fetching the job trace."
msgstr "取得工作追蹤資訊時發生錯誤"
msgstr "取得工作追蹤資訊時發生錯誤"
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pip
e
line."
msgstr "取得最新流水線時發生錯誤"
msgstr "取得最新流水線時發生錯誤"
msgid "An error occured whilst loading all the files."
msgid "An error occured whilst loading all the files."
...
...
spec/finders/pipelines_finder_spec.rb
View file @
75815769
...
@@ -225,7 +225,7 @@ describe PipelinesFinder do
...
@@ -225,7 +225,7 @@ describe PipelinesFinder do
end
end
end
end
context
'when the project has limited access to piplines'
do
context
'when the project has limited access to pip
e
lines'
do
let
(
:project
)
{
create
(
:project
,
:private
,
:repository
)
}
let
(
:project
)
{
create
(
:project
,
:private
,
:repository
)
}
let
(
:current_user
)
{
create
(
:user
)
}
let
(
:current_user
)
{
create
(
:user
)
}
let!
(
:pipelines
)
{
create_list
(
:ci_pipeline
,
2
,
project:
project
)
}
let!
(
:pipelines
)
{
create_list
(
:ci_pipeline
,
2
,
project:
project
)
}
...
...
spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
View file @
75815769
...
@@ -77,7 +77,7 @@ describe('IDE pipelines actions', () => {
...
@@ -77,7 +77,7 @@ describe('IDE pipelines actions', () => {
{
{
type
:
'
setErrorMessage
'
,
type
:
'
setErrorMessage
'
,
payload
:
{
payload
:
{
text
:
'
An error occured whilst fetching the latest pipline.
'
,
text
:
'
An error occured whilst fetching the latest pip
e
line.
'
,
action
:
jasmine
.
any
(
Function
),
action
:
jasmine
.
any
(
Function
),
actionText
:
'
Please try again
'
,
actionText
:
'
Please try again
'
,
actionPayload
:
null
,
actionPayload
:
null
,
...
...
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