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

Properly url encode/decode branch names + object names whenever they're used in url paths #353

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

jaclarke
Copy link
Member

Fixes #352

Branch/database and object names can contain / characters which break routing whenever they appear in url paths in the ui or api urls. This PR adds url encoding of branch+object names where they appear in ui urls and in api calls to the server.

Depends on edgedb/edgedb#7352

@jaclarke jaclarke force-pushed the fix-branch-name-handling branch from b797e90 to 7698620 Compare June 12, 2024 21:04
@jaclarke jaclarke merged commit da2b940 into main Jun 12, 2024
1 of 2 checks passed
@jaclarke jaclarke deleted the fix-branch-name-handling branch June 12, 2024 21:06
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.

Database not exist if / used for branching name
1 participant