Commit Graph

152 Commits (eb2c5f87682a022566c3ba6508b5e506e0a19f63)
 

Author SHA1 Message Date
Ramón M. Gómez eb2c5f8768 #908: Fast-forward branch. 2020-05-20 14:23:02 +02:00
Ramón M. Gómez 8f3a5704d1 #962: Fix typo in commit `88fc95a`. 2020-04-25 13:08:57 +02:00
Ramón M. Gómez dab4e358d4 #962: Only OGAgent for Windows runs each line in independent processes (other agents can run the whole script in a single subprocess). 2020-04-23 12:53:27 +02:00
Ramón M. Gómez f6d5f3007d #959: Update OGAgent version. 2020-03-11 15:07:45 +01:00
Ramón M. Gómez 9732c070b7 #963: OGAgent Installer for Windows: parameter page is shown after license page. 2020-03-11 13:26:44 +01:00
Ramón M. Gómez ad5af0bbe4 #963: OGAgent Installer for Windows supports `/S /server IPAddress` parameters to assign the server IP address in silent mode and automatically starts the services just before finishing the installation. 2020-03-11 11:47:57 +01:00
Ramón M. Gómez b18cd9b486 #963: Add a new option and dialog to the OGAgent Installer for Windows to enter the IP address of the OpenGnsys Server.
Now you can enter the IP address by running `OGAgentSetup-x.x.x.exe /server IPAddress` or by editing the related dialog.
2020-03-11 10:52:57 +01:00
Ramón M. Gómez f2af8209b9 #963: Uninstalling OGAgent for Windows does not require a reboot (you can run `OGAgentUninstaller.exe /S` for an unattended uninstall). 2020-03-10 11:21:49 +01:00
Ramón M. Gómez 815ea5072f #940: Code cleaning and cosmetic changes. 2020-03-05 13:56:18 +01:00
Ramón M. Gómez 9bb8368941 #940: Update Ubuntu and Windows OGAgent dependencies. 2020-03-05 13:52:22 +01:00
Ramón M. Gómez 8d2fe2f538 #962: Fix bug when OGAgent processes script lines; now it's not necessary to use escape characters in script input box. 2020-03-05 08:14:28 +01:00
Ramón M. Gómez e3878fd47c #962: OGAgent runs each script line independently to solve a Python for Windows problem. 2020-03-04 16:23:03 +01:00
Ramón M. Gómez 6c2d948397 #959: Update OGAgent version and changelog. 2020-02-24 11:29:05 +01:00
Ramón M. Gómez dd16198113 #940: Fix variable bug from commit `ba568ee`. 2020-02-21 12:58:28 +01:00
Ramón M. Gómez 7f86bff48e #940: Fix bug when build OGAgent for openSUSE. 2020-02-20 14:27:30 +01:00
Ramón M. Gómez b2c820777e #940: OGAgent user scripts looks for Python 2. 2020-02-20 14:23:49 +01:00
Ramón M. Gómez eeb5b08c98 #940: OGAgent control scripts looks for Python 2. 2020-02-19 13:49:46 +01:00
Ramón M. Gómez a0bd02cdc4 #930: Fast-forward the branch 2020-01-15 10:39:27 +01:00
Ramón M. Gómez a3f2b23e80 #930: OGAgent for ogLive can launch the Browser. 2020-01-15 09:48:26 +01:00
Juan Manuel Bardallo fb1405778b Bug fixed when out and err are None in operation exec_command 2020-01-15 09:46:55 +01:00
Ramón M. Gómez 53f167e585 #908: Trying to fix a bug when obteining execution outputs. 2020-01-15 09:46:55 +01:00
Ramón M. Gómez 3c08c36716 #761: OGAGent checks for dobule slash before connecting to REST URL. 2020-01-15 09:45:41 +01:00
Ramón M. Gómez 4d89f8218e #750: Simple REST route to get the list of running commands. 2020-01-15 09:44:19 +01:00
Ramón M. Gómez 15eb6949ce #750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation. 2020-01-15 09:43:38 +01:00
Ramón M. Gómez e140d8d037 #750: Process to build OGAgent for ogLive package. 2020-01-15 09:43:38 +01:00
Ramón M. Gómez 0fbb893e75 #750: Adapting route {{GET /command}}} parameters. 2020-01-15 09:42:43 +01:00
Ramón M. Gómez d1b88b05ee #750: Using more descriptive status; new route {{{POST /command}}} to launch command/script in a callback thread that returns all data to a server route. 2020-01-15 09:40:07 +01:00
Ramón M. Gómez dc8c12bf6e #750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation. 2020-01-15 09:32:59 +01:00
Ramón M. Gómez b8d05a72c6 #750: Process to build OGAgent for ogLive package. 2020-01-15 09:29:07 +01:00
Ramón M. Gómez bb549c7878 #930: Correct some typos. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez a648e3fbbe #930: Remove duplicate code and fix some typos. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez d8ba7b2bf0 #930: OGAgent for ogLive can launch the Browser. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez b9ed5ca8f6 #908 OGAgent for ogLive launches the Browser with an animation while getting initial configuration. 2020-01-15 09:24:46 +01:00
Juan Manuel Bardallo 8055b1358a Bug fixed when out and err are None in operation exec_command 2020-01-15 09:24:46 +01:00
Ramón M. Gómez 2ac6daa3f5 #908: Trying to fix a bug when obteining execution outputs. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez 16c3792567 #761: OGAgent launchs client's default menu on activation process. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez 8ef3e73b9e #908 OGAgent for ogLive code clean up. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez bdfcb0d1fe #761: OGAGent checks for dobule slash before connecting to REST URL. 2020-01-15 09:24:46 +01:00
Ramón M. Gómez 198088d7f4 #750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation. 2020-01-14 14:10:42 +01:00
Ramón M. Gómez ecf49815c1 #750: Process to build OGAgent for ogLive package. 2020-01-14 12:02:30 +01:00
Ramón M. Gómez ae813486ce #750: Renaming server REST route {{{GET /done}}} to {{{GET /command_done}}} to log commands executed on clients. 2020-01-14 11:58:38 +01:00
Ramón M. Gómez 85f395ee78 #750: Adapting route {{GET /command}}} parameters. 2020-01-14 11:58:38 +01:00
Ramón M. Gómez 633c90c26e #750: Simple REST route to get the list of running commands. 2020-01-14 11:57:34 +01:00
Ramón M. Gómez ddd54eea4b #750: Using more descriptive status; new route {{{POST /command}}} to launch command/script in a callback thread that returns all data to a server route. 2020-01-14 11:56:33 +01:00
Ramón M. Gómez f0c847c35f #750: Route {{{GET /getconfig}}} renamed as {{{GET /config}}}; route {{{GET /hardware}}} returns data in JSON format; new basic route {{{GET /software?disk=NDisk&part=NPart}}} 2020-01-14 11:53:59 +01:00
Ramón M. Gómez 863e038f24 #750: New route {{{GET /hardware}}}. 2020-01-14 11:53:59 +01:00
Ramón M. Gómez bb1ff4dc1d #750: OGAgent for ogLive looks for {{{oglive}}} environ variable; route {{{GET /getconfig}}} returns data in JSON format. 2020-01-14 11:53:59 +01:00
Ramón M. Gómez be334a5c17 #750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation. 2020-01-14 11:53:09 +01:00
Ramón M. Gómez 983213c9df #750: Process to build OGAgent for ogLive package. 2020-01-14 11:05:44 +01:00
Ramón M. Gómez 7b07f5c983 #930: OGAgent `GET /script` route accepts a new optional `send_config` parameter to send back the client configuration after command execution. 2019-12-12 12:07:22 +01:00