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

Cannot Name Folder or Request with Colon (:) in name - but pre-existing Folders and Requests work #3766

Open
2 tasks done
francoposa opened this issue Jan 8, 2025 · 2 comments
Assignees
Labels
bug Something isn't working module-file-naming

Comments

@francoposa
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

Try to create collection in UI named Test: Test. You cannot, the error says 'Folder name contains invalid characters'

Or try to create a Request in an existing collection: 'Error invoking remote method 'renderer:new-request': Error: path: Test: Test.bru is not a valid filename'.

Or try to rename an existing Request: 'Error invoking remote method 'renderer:rename-item': Error: path: Test: Test is not a valid filename'

But you can just open/import existing collections with colons in their names, or edit the requests and .bru file to match and Bruno will handle them just fine.

.bru file to reproduce the bug

meta {
name: Admin: List Tenants
type: http
seq: 2
}

get {
url: http://localhost:8080/admin/api/v3/tenants
body: none
auth: none
}

Screenshots/Live demo link

image

@francoposa francoposa added the bug Something isn't working label Jan 8, 2025
@ganesh-bruno ganesh-bruno self-assigned this Jan 9, 2025
@ganesh-bruno
Copy link
Collaborator

Hey @francoposa,

Thanks for reporting this issue.

I was able to reproduce it, and we're working on it.

@anusree-bruno
Copy link
Collaborator

Related to #2996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module-file-naming
Projects
None yet
Development

No branches or pull requests

3 participants