Juan Farré

Results 26 comments of Juan Farré

I'm working on this issue and find out that many cases would greatly benefit from using the File Operations Plugin, for instance, to create a directory or delete a file....

Thank you, @michaelsauter , I certainly will. @clemensutschig Actually in the end I may need it only in one or two places, but it's very frustrating that for something as...

Ok @clemensutschig . @michaelsauter I have been told opening shells is not the preferred choice, but yes, it is a good solution in many cases. If using basic commands, it...

For methods that took a File parameter, it is impossible to be backwards compatible. When a String with file name or path was enough, I used a String. For the...

I have found a clash between tests when creating directories and files. There are a couple of tests that create a directory and another test that create a file with...

@michaelsauter As far as I'm aware, it's all internal API, so it should be a minor concern.

This issue has grown much bigger than it seemed initially, mostly to make unit tests work after the changes. I have created a new issue that needs to be solved...

> To which resource types does this apply? I guess we could try to find all resources and label them in one shot - rather than patching https://www.krenger.ch/blog/openshift-add-or-remove-label/#:~:text=You%20can%20find%20more%20information%20on%20labeling%20nodes,the%20example%20%E2%80%9Cmylabel%E2%80%9D%29%20from%20a%20node%20or%20pod%3A @serverhorror >...

Accidentally closed the PR and re-opened it. I agree with @metmajer and @hrcornejo @victorpablosceruelo Concretely about unrolling that collect, this can better be achieved by extracting it into a nonCPS...

> @jafarre-bi @hrcornejo if I understand Hector correctly, then this PR does not solve the problem that any information is masked by the CPS warning message. Is my understanding correct?...