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
e07df596
Commit
e07df596
authored
May 08, 2022
by
Síle Ekaterin Liszka
Browse files
Chessa::Bug::Adelie: add some logging
parent
45ae2baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Chessa/Bug.pm
View file @
e07df596
...
...
@@ -140,6 +140,7 @@ sub parse {
if
((
$project
!~
/:/
)
&&
defined
(
$src
))
{
$project
=
"
$src
:
$project
";
}
$self
->
{
log
}("
Found
$project
$type
$num
\n
");
push
@uris
,
[
$project
,
$num
,
$type
];
}
...
...
@@ -148,6 +149,7 @@ sub parse {
for
my
$plugin
(
@
{
$self
->
{
plugins
}})
{
if
(
$plugin
->
wants
(
$uri
->
[
0
]))
{
$uri
->
[
0
]
=~
s/^.*?://g
;
$self
->
{
log
}("
Handing off to
"
.
$plugin
->
name
);
$plugin
->
handle
(
$self
->
{
http
},
$on_info
,
$uri
,
$errors
);
last
;
}
...
...
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