You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(repository_hub): URL encode branch and tag names for GitLab API (#481)
## 📝 Description
Branch and tag names containing forward slashes (e.g.,
"feature/branch-name", "release/v1.0.0") were causing 404 errors when
making API requests to GitLab. Added URI.encode with char_unreserved
predicate to properly encode special characters in names according to
RFC 3986.
## ✅ Checklist
- [x] I have tested this change
- [x] ~This change requires documentation update~
0 commit comments