You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all - I want to say thanks for sharing this project - it is very valuable.
Now my "issue":
Path param should be allowed to exceed 20 chars.
(Ideally also would allow to contain "/". But I shouldn't mix up things.)
Limiting path to 20 makes it difficult to host multiple projects on the same allure server.
I aim to serve results of multiple projects for multiple branches and / or multiple pull-requests.
Since path should not contain "/" - I aim to use path params with a patterns like these:
$module-name_$branch or
$module-name_$PR-number
The limit of 20 is reached quickly - would be nice to make it (much) longer.
The text was updated successfully, but these errors were encountered:
First of all - I want to say thanks for sharing this project - it is very valuable.
Now my "issue":
Path param should be allowed to exceed 20 chars.
(Ideally also would allow to contain "/". But I shouldn't mix up things.)
Limiting path to 20 makes it difficult to host multiple projects on the same allure server.
I aim to serve results of multiple projects for multiple branches and / or multiple pull-requests.
Since path should not contain "/" - I aim to use path params with a patterns like these:
$module-name_$branch
or$module-name_$PR-number
The limit of 20 is reached quickly - would be nice to make it (much) longer.
The text was updated successfully, but these errors were encountered: