thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.61k stars 126 forks source link

Allow bulk edit in Run Collection #1476

Closed gaurav-insta closed 6 months ago

gaurav-insta commented 6 months ago

Please describe feature/problem details and the solution you'd like. Please allow multi select and bulk operation in Run Collection Screen.

One of the most common use case that we have is to run a collection without a bunch of requests which only need to be run sometime and avoided the other time. So it will be convenient for us to select those requests and skip or unskip them in bulk.

Describe alternatives you've considered Alternative is to provide folders within collection which can be skipped or run with collection in single click.

Are you using the free version/paid version/trial: Paid version

rangav commented 6 months ago

Thanks @gaurav-insta for creating feature request. Will review it.

rangav commented 6 months ago

Currently there is skip button available. Did you use it?

what solution are you proposing?

gaurav-insta commented 6 months ago

Yes, I used that button…

I have a collection of requests like 30 odd requests.

of which I need to run 10 for the first time and sometimes when I need fresh data

5 I run for placing a new order

remaining 15 I need to executed everytime.

Its difficult to manually skip and unskip the requests everytime. Also I clicking run, next to skip is not running the request if we mark that request as skipped. I expect that marking something as skipped should only skip it while running the collection not individually.

On 09-Feb-2024, at 2:47 PM, Ranga Vadhineni @.***> wrote:

Currently there is skip button available. Did you use it?

— Reply to this email directly, view it on GitHub https://github.com/rangav/thunder-client-support/issues/1476#issuecomment-1935577526, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBADSEFNCTP3YVSILTLBAMTYSXSUHAVCNFSM6AAAAABDBDK6XSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGU3TONJSGY. You are receiving this because you were mentioned.

rangav commented 6 months ago

Thanks for the feedback Sure we can update to allow run for skip request.

How you want the bulk skip to work?

gaurav-insta commented 6 months ago

I have 2 options

  1. We already allow folders within collections. If it would be possible to run or skip a sub folder while running a collection, that would be immensely helpful because people can meaningfully organise their collections. Like create a customer in a sub folder within collection for ordering an item.
  2. If the above is difficult, we can provide checkbox with select all option. People can unselect the items. and then click on skip or unskip

thanks -Gaurav

On 09-Feb-2024, at 3:00 PM, Ranga Vadhineni @.***> wrote:

Thanks for the feedback Sure we can update to allow run for skip request.

How you want the bulk skip to work?

— Reply to this email directly, view it on GitHub https://github.com/rangav/thunder-client-support/issues/1476#issuecomment-1935594252, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBADSEB455GOXUV35JDN6GLYSXUDDAVCNFSM6AAAAABDBDK6XSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGU4TIMRVGI. You are receiving this because you were mentioned.

rangav commented 6 months ago

Thanks, Option 1 is very good idea, we will try to implement it. Will update here if there is any difficulties when implementing.

gaurav-insta commented 6 months ago

Sure. thank you very much!

On 09-Feb-2024, at 3:08 PM, Ranga Vadhineni @.***> wrote:

Thanks, Option 1 is very good idea, we will try to implement it. Will update here if there is any difficulties when implementing.

— Reply to this email directly, view it on GitHub https://github.com/rangav/thunder-client-support/issues/1476#issuecomment-1935605303, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBADSECUWF556SMSIM2J3XTYSXVCZAVCNFSM6AAAAABDBDK6XSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGYYDKMZQGM. You are receiving this because you were mentioned.

rangav commented 6 months ago

Skip Folder feature is implemented and published to the marketplace, please update to v2.18.0

See all features in this update https://github.com/rangav/thunder-client-support/releases/tag/v2.18.0

Please test and let me know your feedback.