Ramón M. Gómez
de4289ae2b
#940 : Proper sequence of decorators
2020-05-19 11:34:39 +02:00
Ramón M. Gómez
e274dc0ee9
#940 : Fix string and byte conversions
2020-05-19 11:34:39 +02:00
Ramón M. Gómez
12f0b1d654
#940 : Updating dependencies to build OGAgent for Linux
2020-05-19 11:34:39 +02:00
Ramón M. Gómez
1b0abe2f61
#940 : Adapting OGAgent for Linux to Python 3
2020-05-19 11:34:39 +02:00
Ramón M. Gómez
909a626001
#940 : More `2to3` changes
2020-05-19 11:34:39 +02:00
Ramón M. Gómez
53e7d458c5
#940 : Run `2to3` on OGAgent source code
...
Result after running the command: `2to3 -w ogagent/src`
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
1528428d8b
#940 : OGAgent "about" box supporting Qt5
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
0440c7c37a
#968 : Define execution levels in OGAgent.
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
3a3b642556
#975 : REST route `GET /status` with `detail=true` shows detailed status
...
Note: `GET /status?detail=true` requires the authentication token.
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
a850bd1236
#975 : OGAgent sends version number at startup.
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
e298c499c9
#975 : OGAgent supports multiple user sessions.
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
4aa86dedef
#940 : Simplify OGAgent REST route `GET /status`
2020-05-19 11:26:19 +02:00
Ramón M. Gómez
aa9ea5dec9
#940 : Update OGAgent version number
2020-05-19 11:26:19 +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
63576194e5
#940 : Replace obsolete function `platform.linux_distribution` with `distro.os_release_attr`.
2019-12-11 14:24:10 +01:00
Ramón M. Gómez
d3dd7cfbac
#914 : Update OGAgent creation dependencies and installation instructions.
2019-10-09 08:08:23 +02:00
Ramón M. Gómez
31159d4285
#914 : Fix permissions for some OGAgent scripts.
2019-10-07 14:03:45 +02:00
Ramón M. Gómez
2617b6d50f
#913 : Adapting commit {{{0fcdc63}}} from master branch.
2019-06-05 10:30:39 +02:00
Ramón M. Gómez
4d6db25a23
#914 : Updating changelog of OGAgent for Linux.
2019-05-23 12:38:53 +02:00
Ramón M. Gómez
ed55bec0a4
#913 : OGAgent uses decorator to check autorization header and cleaning the Python code.
2019-05-22 11:20:56 +02:00
Ramón M. Gómez
feb481a8b3
Refs #913 : Adding loop to connect to the server when OGAgent is activated.
2019-05-20 18:06:42 +02:00
Ramón M. Gómez
03a1cb28f1
#877 : OGAgent can connect to an alternate server, and fixing some Python code cleanup.
2019-01-29 10:11:38 +01:00
Ramón M. Gómez
bedce23f28
#877 : Copy hosts file on OGAgent activation, and some code cleanup.
2018-11-23 13:08:38 +01:00
Ramón M. Gómez
219fba068c
#840 : Creación de nuevos OGAgent para versión 1.1.1 en desarrollo.
2018-06-03 13:07:00 +02:00
ramon
855c6d721d
#730 : Revisar cambios en nuevo nombre y URL.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5580 a21b9725-9963-47de-94b9-378ad31fedc9
2018-01-23 10:57:22 +00:00
ramon
6c8f1c2308
#718 : Eliminar marcas de arranque al inciciar el servicio de OGAgent; sustituir formato de texto por HTML en {{{README}}} de OGAgent.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5557 a21b9725-9963-47de-94b9-378ad31fedc9
2018-01-17 12:03:40 +00:00
ramon
2e072d295d
#718 : Mejoras en OGAgent para Windows:
...
* Obtener versión y edición de Windows.
* Ampliar el tiempo de detección de la red a 5 min.
* Deshabilitar la hibernación en la instalación del OGAgent.
* Reinicio opcional en la desinstalación.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5553 a21b9725-9963-47de-94b9-378ad31fedc9
2018-01-12 13:15:48 +00:00
ramon
622bc35be6
#708 : OGAgent notifica el idioma al iniciar sesión de usuario.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5528 a21b9725-9963-47de-94b9-378ad31fedc9
2017-12-12 15:30:02 +00:00
ramon
aac3fb9aab
#718 : Permitir caracteres Unicode y mensajes de varias líneas en OGAgent para Windows.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5481 a21b9725-9963-47de-94b9-378ad31fedc9
2017-10-24 12:58:32 +00:00
ramon
e37d561c50
#718 : Ampliar a 1 minuto el timeout para obtener datos de red en la activación del OGAgent, para uso en redes con servidor DHCP lento.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5475 a21b9725-9963-47de-94b9-378ad31fedc9
2017-10-23 09:08:36 +00:00
ramon
97a3b4e482
#718 : Completar cambios en r5471.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5472 a21b9725-9963-47de-94b9-378ad31fedc9
2017-10-19 16:29:27 +00:00
ramon
90e5c2d1a4
#718 : Creación de OGAgent:
...
* adaptar algunos ficheros a la sintaxis recomendada por el comando {{{pylint}}};
* OGAgent para Windows:
* actualizar componentes y reducir los aviso de Wine;
* corregir fallo al instalar {{{pycrypto}}} para Windows;
* corregir localización de certificado en Windows (ahora está en librería {{{certifi}}} en vez de en {{{requests}}});
* OGAgent para Linux:
* evitar bucle infinito al intentar parar el proceso.
* Ignorar mensajes de SELinux en la MV Vagrant para OGAgent.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5471 a21b9725-9963-47de-94b9-378ad31fedc9
2017-10-19 11:52:05 +00:00
ramon
e21cba12d0
#718 : Corregir errata en servicio de usuario de OGAgent; usar flag {{{EWX_SHUTDOWN}}} en vez de {{{EWX_POWEROFF}}} al apagar Windows para compatibilidad con Wake-on-Lan.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5470 a21b9725-9963-47de-94b9-378ad31fedc9
2017-10-18 17:18:09 +00:00
ramon
b0b650035e
#718 : Agente OGAgent usa mensajes en UTF-8; actualizar definición de la API REST.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5256 a21b9725-9963-47de-94b9-378ad31fedc9
2017-04-03 12:29:57 +00:00
ramon
02399e9dd4
#718 : Volver a poner nivel de log por defecto a {{{DEBUG}}} para OGAgent.
...
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5244 a21b9725-9963-47de-94b9-378ad31fedc9
2017-03-22 12:00:42 +00:00