Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path param should be allowed to exceed 20 chars. #67

Closed
Watcher24 opened this issue Apr 6, 2023 · 1 comment
Closed

Path param should be allowed to exceed 20 chars. #67

Watcher24 opened this issue Apr 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Watcher24
Copy link

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.

@kochetkov-ma kochetkov-ma self-assigned this Apr 25, 2023
@kochetkov-ma kochetkov-ma added the enhancement New feature or request label Apr 25, 2023
@kochetkov-ma
Copy link
Owner

Set max=120. Check please v2.11.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants