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

Fix branch name error with special char #25

Merged
merged 7 commits into from
Sep 20, 2023
Merged

Fix branch name error with special char #25

merged 7 commits into from
Sep 20, 2023

Conversation

Piazzi
Copy link
Contributor

@Piazzi Piazzi commented Sep 11, 2023

The Bookworm service was breaking when there was a | on the branch name. This fixes the issue by encoding all special characters that exist in the branch name

Issue: https://github.com/nubank/bookworm/issues/506

Signed-off-by: Lucas Piazzi <lpiazzi26@gmail.com>
src/clj_github/repository.clj Outdated Show resolved Hide resolved
src/clj_github/repository.clj Outdated Show resolved Hide resolved
Copy link
Contributor

@franpilot franpilot left a comment

Choose a reason for hiding this comment

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

Reminder: add the library dependency in the project.clj

Piazzi and others added 5 commits September 18, 2023 09:39
Fix code to address clojure style guide

Co-authored-by: Francine Pilot <francine.pilot@nubank.com.br>
Signed-off-by: Lucas Piazzi <lpiazzi26@gmail.com>
Signed-off-by: Lucas Piazzi <lpiazzi26@gmail.com>
Signed-off-by: Lucas Piazzi <lpiazzi26@gmail.com>
@franpilot
Copy link
Contributor

It's missing the new version here

@Piazzi Piazzi merged commit 3985011 into main Sep 20, 2023
2 checks passed
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