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

Allow slashes in promise name #160

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Allow slashes in promise name #160

merged 1 commit into from
Dec 21, 2023

Conversation

dfarr
Copy link
Member

@dfarr dfarr commented Dec 19, 2023

Now that promise id constitutes the final part of the http route we can allow slashes in the id. Gin allows this with special character * but we need to strip the leading / which gin will preserve.

@dfarr dfarr requested a review from guergabo December 19, 2023 23:43
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (657098b) 67.29% compared to head (194083c) 67.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
+ Coverage   67.29%   67.33%   +0.04%     
==========================================
  Files          76       77       +1     
  Lines        7308     7317       +9     
==========================================
+ Hits         4918     4927       +9     
  Misses       2071     2071              
  Partials      319      319              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@guergabo guergabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dfarr dfarr merged commit eabb82f into main Dec 21, 2023
6 checks passed
@dfarr dfarr deleted the feature/slashes-in-route branch December 21, 2023 00:00
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.

2 participants