remote-execution
Here are 159 public repositories matching this topic...
I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som
-
Updated
Jul 31, 2021 - Python
-
Updated
Dec 29, 2020 - Go
-
Updated
May 28, 2021 - Ruby
-
Updated
Sep 2, 2018 - Python
-
Updated
Jul 30, 2021 - Perl
-
Updated
Jul 30, 2021 - Java
I have a bunch of binary resources in my project folder because reasons, which I don't want to transfer to the remote target. How can I exclude them?
-
Updated
Dec 10, 2020 - Go
Introduce new command that read/tail error/info log
Possible read commands:
- leprechaun error-log
- leprechaun info-log
Possible tail commands:
- leprechaun tail-error-log
- leprechaun tail-info-log
These commands will try to read global error and info logs if they are specified as global. Every service can have it's own error and info log so we should include default commands in age
-
Updated
Jan 2, 2021 - Go
-
Updated
Mar 24, 2021 - Kotlin
When creating a new SHAFT_Engine maven project, the Properties folder is generated under the src/test/resources folder.
Steps To Reproduce:
- Create a new SHAFT_Engine maven project
- Check the src/test/resources folder
- We can see that the Properties folder is generated in the above path
Expected behavior: The Properties folder should be generated under src/main/resources fol
-
Updated
Dec 10, 2018 - Python
-
Updated
Jun 16, 2021 - Java
-
Updated
Dec 2, 2018 - Go
-
Updated
Jun 2, 2021 - Python
-
Updated
Jul 1, 2021 - C
-
Updated
Apr 2, 2019 - PHP
-
Updated
Mar 17, 2021 - C++
-
Updated
Sep 28, 2016 - JavaScript
-
Updated
Jun 8, 2021 - Python
This will help with the agents by allowing users to be in full control of their commands configuration including who is allowed to execute these commands.
This is so because of groups are controlled at the server level, but commands can be controlled at the agent level.
WHAT: Add a new Task type for a shutdown/reboot task.
WHY: An automated TaskList might want to reboot the DUT in the middle of the task flow. Currently, you would need to finish a TaskList, reboot via the API, then resume the TaskList.
HOW: Add a new Task type, which is used for Shutdown or Reboot. When executed as part of a TaskList, the reboot operation is performed and then th
-
Updated
Apr 3, 2019 - PLSQL
-
Updated
Jul 27, 2021 - Python
As per opengeospatial/ogcapi-processes#234
Add the missing processID
in the job status response.
Information is already available with Job.process
property.
Should be straightforward to update the Status Info schema and returned json content.
We should also add a similar providerID
where applicable (remote process).
When not applicable, None
, it should
Improve this page
Add a description, image, and links to the remote-execution topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the remote-execution topic, visit your repo's landing page and select "manage topics."
Description
let's say I have an
apache
process group I want to control.supervisord.running
, thename
must beapache:*
(which is the same notation used by supervisor)supervisord.dead
, thename
must beapache:
(without the*
)As both states mirror each other, I expect them to use the same convention for
name
, the one fromrunning
since it