The Wayback Machine - https://web.archive.org/web/20210801112310/https://github.com/topics/remote-execution
Skip to content
#

remote-execution

Here are 159 public repositories matching this topic...

jouve
jouve commented Jun 3, 2021

Description

let's say I have an apache process group I want to control.

  • when using supervisord.running, the name must be apache:* (which is the same notation used by supervisor)
  • when using supervisord.dead, the name must be apache: (without the *)

As both states mirror each other, I expect them to use the same convention for name, the one from running since it

flatlinebb
flatlinebb commented Nov 22, 2019

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

kilgaloon
kilgaloon commented Sep 24, 2019

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

SHAFT_ENGINE
MahmoudElSharkawy
MahmoudElSharkawy commented Dec 13, 2020

When creating a new SHAFT_Engine maven project, the Properties folder is generated under the src/test/resources folder.

Steps To Reproduce:

  1. Create a new SHAFT_Engine maven project
  2. Check the src/test/resources folder
  3. 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

pcarranza
pcarranza commented Aug 8, 2018

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.

FactoryOrchestrator
spaceisfun
spaceisfun commented Oct 14, 2020

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

fmigneault
fmigneault commented Jun 29, 2021

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.

Curate this topic

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."

Learn more