Skip to content
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

Add command execution support #3

Closed
Tracked by #5
n0nuser opened this issue Feb 20, 2022 · 1 comment · Fixed by #9
Closed
Tracked by #5

Add command execution support #3

n0nuser opened this issue Feb 20, 2022 · 1 comment · Fixed by #9
Assignees
Labels
enhancement New feature or request

Comments

@n0nuser
Copy link
Owner

n0nuser commented Feb 20, 2022

Describe the solution you'd like
Receive POST with command as string and return a JSON with keys: stdout, stderr and elapsed time.

@n0nuser n0nuser mentioned this issue Feb 20, 2022
12 tasks
@n0nuser n0nuser added this to In Progress in TFG - Monitor App Feb 20, 2022
@n0nuser n0nuser self-assigned this Feb 20, 2022
@n0nuser n0nuser added the enhancement New feature or request label Feb 20, 2022
@n0nuser
Copy link
Owner Author

n0nuser commented Feb 21, 2022

Test the following in Linux and Windows:

Linux:

  • Valid Command
  • Invalid Command
  • Interactive Command

Windows:

  • Valid Command
  • Invalid Command
  • Interactive Command

When all of the checks are true, Pull Request and solve the issue.

TFG - Monitor App automation moved this from In Progress to Done Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant