Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Síle Ekaterin Liszka
Chessa
Commits
08a50e8d
Commit
08a50e8d
authored
May 10, 2022
by
Kiyoshi Aman
Browse files
Chessa::Bug::Adelie: alter formatting to contain sigils
parent
c73fca3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Chessa/Bug/Adelie.pm
View file @
08a50e8d
...
...
@@ -154,7 +154,7 @@ sub issue {
url
=>
$json
->
{
web_url
},
state
=>
$json
->
{
state
},
);
my
$str
=
$self
->
{
msg
}(
$project
,
$d
{
id
}
)
.
'
'
.
$d
{
title
}
.
'
(
'
.
my
$str
=
$self
->
{
msg
}(
"
$project
#
$d
{id}
",
$d
{
title
}
)
.
'
(
'
.
$self
->
{
msg
}('
Status
',
$d
{
state
})
.
'
'
.
$self
->
{
msg
}('
Author
',
$d
{
author
})
.
"
) -
$d
{url}
";
...
...
@@ -185,7 +185,7 @@ sub mr {
push
@
{
$d
{
labels
}},
$label
->
{
title
};
}
}
my
$str
=
$self
->
{
msg
}(
$project
,
$d
{
id
}
)
.
'
'
.
$d
{
title
}
.
'
(
'
.
my
$str
=
$self
->
{
msg
}(
"
$project
!
$d
{id}
",
$d
{
title
}
)
.
'
(
'
.
$self
->
{
msg
}('
Status
',
$d
{
state
})
.
"
;
$d
{merge}
"
.
$self
->
{
msg
}('
Author
',
$d
{
author
})
.
'
)
'
.
$d
{
source
}
.
'
->
'
.
$d
{
target
};
...
...
@@ -214,7 +214,7 @@ sub commit {
url
=>
$json
->
{
web_url
},
);
my
$str
=
$self
->
{
msg
}(
$project
,
$d
{
id
}
)
.
'
'
.
$d
{
title
}
.
'
(
'
.
my
$str
=
$self
->
{
msg
}(
"
$project
\@
$d
{id}
",
$d
{
title
}
)
.
'
(
'
.
$self
->
{
msg
}('
Author
',
$d
{
author
})
.
(
$d
{
author
}
ne
$d
{
commit
}
?
'
'
.
$self
->
{
msg
}('
Committer
',
$d
{
commit
})
:
'')
.
"
) -
$d
{url}
";
...
...
@@ -235,8 +235,7 @@ sub snippet {
id
=>
$num
,
url
=>
$json
->
{
web_url
},
);
$project
=
'
Snippet
'
unless
length
(
$project
);
my
$str
=
$self
->
{
msg
}(
$project
,
$d
{
id
})
.
"
$d
{title} (
"
.
my
$str
=
$self
->
{
msg
}("
$project
!
$d
{id}
",
$d
{
title
})
.
'
(
'
.
$self
->
{
msg
}('
Author
',
$d
{
author
})
.
"
) -
$d
{url}
";
$on_info
->
(
$str
);
...
...
Write
Preview
Supports
Markdown
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