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

feat(report): allow slashes in version #132

Merged
merged 4 commits into from
Nov 18, 2019

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Nov 18, 2019

Don't enforce slashes in the version string to be espaced.

feat%2Fdashboard -> feat/dashboard

This is better for readability as well plays nice with azure routing.

For now we enforce the project name to have exactly 3 parts, for example "github.com/org/name". We will need to rework that in the future to allow project names like "gitlab.com/org/team/backend/server".

Allow the slashes in the version string to not be expaced.

`feat%2Fdashboard` -> `feat/dashboard`

This is better for readability as well plays nice with azure routing.

For now we enforce the project name to have exactly 3 parts, for example  "provider/org/name". We will need to rework that in the future to allow project names like "gitlab.com/org/team/backend/server".
@nicojs nicojs merged commit 29ddfba into master Nov 18, 2019
@nicojs nicojs deleted the feat/allow-slashes-in-report-version branch November 18, 2019 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant