Gauthier Delacroix

Results 37 comments of Gauthier Delacroix

Hi ! Any news on this feature ? A simple "collapse all" button like in the explorer tab may also fit the need: ![image](https://github.com/alefragnani/vscode-project-manager/assets/1533042/ba97758e-b0f0-4627-bbc9-332169850b34)

Any chance this could be reviewed ?

Hi @koushik-swaminathan, I just tried the change in 0.6.30 (sorry for the delay), but it wasn't the same issue (note #223 wasn't listed in #390 list of fixed issues). -...

@koushik-swaminathan I've just rebased the PR. I'm open to any other solution to handle policies order but the lack of this feature is a real blocker for me to use...

@ruuk I've tried to debug and it seems this is caused by collections being added as movies. `showPanelControl` only contains as much items as movies, but chunks also contain collections....

Knowing this is collections related, I've just found that this is the same issue as #373, #354 and #344

@emmahsax No, #191 is about conditions order inside a policy, not policies order.

@axdotl Looking at the policy API doc, the order can't be set when creating/updating a policy but only through a specific request: https://docs.opsgenie.com/docs/alert-and-notification-policy-api#change-policy-order It's a bad API design leaded by...

> Based on your proposals I think the least dirty way is to introduce a new `policy_order` resource where one can reference existing policies. @axdotl I tended to agree but...

This is actually worse than I thought since, unlike the WebAPI, the Policy API used by Terraform does not provide the order in the policy data. It's only given in...