The logic for filtering bad requests for Save Code Now needs to be improved to handle the fact that GitLab allows subprojects.
For example, https://gitlab.inria.fr/solverstack/maphys/maphys/ is a legitimate origin, but it is flagged as invalid by the WebApp for the moment.
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects
Event Timeline
Comment Actions
It looks like the patch only fixes the issue for the gitlab.com origin, while the issue is present in all origins that are instances of GitLab, like https://gitlab.inria.fr/solverstack/maphys/maphys/
Comment Actions
The patch only adds a test for an origin url under gitlab.com, but the regular expression change actually allows multiple levels of directories for any origin.
Comment Actions
The patch hopefully fixes all type of git repository urls. I think you got mistaken by the frontend test, the real fix is in the regexp modification.
Nervertheless, this is not deployed yet.