-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: add bulk edit mode for request headers #706
base: main
Are you sure you want to change the base?
Conversation
@helloanoop would you consider merging this? It would make use of Bruno much easier for people at our company, where we frequently need to copy/paste a list of HTTP headers into the request. |
Hello, This feature is amazing and I really miss it after migrating from the postman. Have a great day, |
I also hope we can merge it before version 2, I'm not sure when is the deadline for V2 but this feature is a must and I don't believe it is that big of change. Why delay merging it till the next major release? @helloanoop |
It would be awesome to get this merged. Can you help with that @flaviopangracio ? |
@chriscasola / @rzvxa Out of curiosity, what's the next steps after @flaviopangracio approved the changes? |
@Bervenia I don't know, To be frank, I've lost interest in the project. I stick to the curl and swagger these days. |
Hello everyone following this PR. We apologize for the delay in merging this PR. The Bruno team has been working on improving the security functionalities of Bruno. We will get this PR merged soon! Also, apologize to @rzvxa for the inconvenience caused. If you have time, please provide us with your feedback on how we could improve. Your input is highly valued and appreciated! |
I've suggested a header clone button as an interim solution. Its messy and doesn't do everything a bulk edit mode would do, but since this PR is over a year old my hope is it will at least bring attention to this lack of functionality |
Would be nice to have it in Vars Tab and Collection Environments also. |
FWIW the lack of this feature makes it difficult to migrate from Postman to Bruno. So delaying merging of the PR by a year and a half seems like a mistake |
Description
This PR adds a bulk edit mode for request headers.
Currently this is only available on the headers tab for requests. The headers entry for collections uses a completely different component for some reason. I can make a follow up change that consolidates to a shared header editing component and uses it in both places.
Closes #185
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.