-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: request execution mode #3200
feat: request execution mode #3200
Conversation
@nikischin Can you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you so much for this modified implementation!
I reviewed code and tested in UI in both developer
and safe
mode and it does work as intended. I haven't tested in cli, so maybe someone can confirm for cli?
Please include Fixes #3104
in the description of the pr so the ticket will be automatically closed :)
Merged! Thank you @lohxt1 and @nikischin ! |
@nikischin I am thinking that for now, we should remove the An api to perhaps consider in the future is Do you concur? |
Honestly, I have never used the cli so far. I might be interested in doing so in the future but did not have a need for it yet (if I would include it in some workflows, this would be the way to go). So honestly I cannot really provide any valuable feedback on this one.
Does this make sense? In the end you can decide better what's the best way to do, however if we change I would do so before releasing a new version as this would be a breaking change. I hope my feedback helped. Edit: I checked the cli docs and the version you suggested with
would definitely make sense. |
@helloanoop @lohxt1 let me know if I should modify the implementation in order to reflext the changes suggested or if you will do it:
One detail which for me is unclear, if the |
i'm leaning more towards i will work on making the changes @helloanoop @nikischin |
Thanks for your feedback @nikischin ! @lohxt1 will be make the updates for this. |
Any update on this @lohxt1 ? I would recommend implementing it before too many people start to use the current implementation. |
fixes #3104
extension of pr #3105
moving the getExecutionMode fn to
req
object instead ofbru
objectreq.getExecutionMode()
values: standalone | runner | cli