Closed mfocko closed 8 months ago
In ogr we want the same behaviour for github, gitlab and pagure. Fix it in packit if this will change the behaviour for gitlab in ogr.
PullRequest.comment()
is not affected as filename
there is not event considered for GitLab, closing.
What happened? What is the problem?
GitLab fails to resolve
.
and (potentially)..
in the paths, this resulted in not triggering the TF runs.Possibly affected methods (as TODO list with confirmed as ticked):
GitProject.get_file_content()
PullRequest.comment()
What did you expect to happen?
ogr
to ignore the.
and..
where applicableExample URL(s)
Example of sanitization: https://github.com/packit/packit-service/blob/7337498d73eed935e6196696a518d3ea69ef4ad7/packit_service/worker/helpers/testing_farm.py#L191-L202
This could be probably done in a more generic way in the
packit-service
, that's open for discussion. The linked sanitization is not enough IMO…Steps to reproduce
Workaround
Participation