Commit Graph

108 Commits (py3-win)
 

Author SHA1 Message Date
Natalia Serrano 64089e07af Merge pull request 'fix agent for macos' (#3) from ogagent-macos into py3-win
Reviewed-on: #3
2024-07-22 15:36:14 +02:00
Natalia Serrano dc7c6af6e8 refs #474 fix regex to match ipv6 addresses
The former regex failed to match an IPv6 that didn't include "::", which are
obviously valid. Change the regex so they are caught.
2024-07-19 14:10:30 +02:00
Natalia Serrano 10a4c28ea6 Merge pull request 'Fix script execution on windows' (#4) from windows-fixes into ogagent-macos
Reviewed-on: #4
2024-07-19 10:45:19 +02:00
Natalia Serrano eab72819f2 refs #464 install nsis non-interactively 2024-07-11 11:13:56 +02:00
Natalia Serrano f69d3ab31d refs #471 #472 fix script execution on windows 2024-07-05 14:12:57 +02:00
Natalia Serrano 64dea9f846 refs #474 #475 #476 fix agent for macos 2024-07-02 14:51:24 +02:00
Natalia Serrano 833a0dc412 refs #468 remove some whitespace
This is a pretty much dumb commit just to make a ref to the ticket #468,
because the changes proposed to fix #464 also work on linux.
2024-07-01 12:16:41 +02:00
Natalia Serrano 10fab7839e refs #464 several fixes and improvements
- fix OG icon in windows system tray
- change a log.info into log.debug to avoid a crash (!)
- migrate update.sh to python so it can be run from windows/macos too
  - manage windows/VERSION in this script too
  - remove call to pyrcc--it's not required!
- remove stray windows scripts
- add a forgotten setup.bat
2024-06-28 16:02:27 +02:00
Natalia Serrano d7a7a1f0bf refs #309 #393 #408 build and package ogagent py3/qt6 for windows 2024-06-24 15:47:49 +02:00
Natalia Serrano 5294919c98 refs #247 merge pull request 'migrate agent from py2 & qt4/qt5 to py3 & qt6' (#1) from python3 into main 2024-06-21 11:49:19 +02:00
Natalia Serrano b84ab338f5 refs #247 migrate agent from py2 & qt4/qt5 to py3 & qt6
- Update installation document
- No longer create rpm linux packages
- Change deb maintainer from one person to one team
- Remove stray debhelper files
- Filter more stuff in .gitignore
2024-05-22 11:07:56 +02:00
Natalia Serrano 6a01818ef7 refs #330: if cannot connect to server, throw error 2024-04-19 11:12:43 +02:00
unizar e1dbd89fc4 Adds Jenkinsfile
Opengnsys/ogagent/pipeline/head There was a failure building this commit Details
2023-07-19 15:53:27 +02:00
Ramón M. Gómez 3910a842d4 #940: Build an OGAgent for Windows Python 2-compatible. 2020-09-09 14:33:55 +02:00
Ramón M. Gómez 2b257183d9 #940: Recover files to build OGAgent for Windows Python 2-compatible. 2020-09-09 10:56:11 +02:00
Ramón M. Gómez be263c6e2f #992: Cherry-pick commit `af35fd9`.
ogAgent sends the session type when user logs in.
2020-07-23 14:23:37 +02:00
Ramón M. Gómez af35fd94e6 #992: OGAgent sends the session type when user logs in. 2020-07-23 14:04:12 +02:00
Ramón M. Gómez 64c933fbb8 #940: Fix message encoding. 2020-07-08 11:47:53 +02:00
Ramón M. Gómez b21ea0708b #940: Fix byte-int conversions. 2020-07-07 17:51:49 +02:00
Ramón M. Gómez db05f930b5 #940: Add files `.gitignore` and `requirements.txt`. 2020-07-07 13:54:16 +02:00
Ramón M. Gómez e7774214a1 #940: Remove more dependencies from Python Six. 2020-07-07 13:50:42 +02:00
Ramón M. Gómez 9525724449 #940: Convert some docstring as defined in PEP 257. 2020-07-07 13:46:35 +02:00
Ramón M. Gómez bb685d9700 #940: Fix wrong variable name. 2020-07-07 13:37:57 +02:00
Ramón M. Gómez 68c4c91495 #940: Log error message if config parameter is missing. 2020-06-30 19:34:01 +02:00
Ramón M. Gómez 6900215e9c #940: Avoid error when Linux daemon scripts look for Python version. 2020-06-30 18:37:48 +02:00
Ramón M. Gómez 9424789f69 #940: Adapt code to run the Linux daemon. 2020-06-30 14:55:35 +02:00
Ramón M. Gómez 683d8d4427 #940: Fix Base64 conversion when reading POST parameters 2020-05-19 11:35:50 +02:00
Ramón M. Gómez 23503892b2 #940: Fix HTTP header bug
Function `send-header` needs `str`, not `int; adding some PEP 8 code clean up.
2020-05-19 11:35:50 +02:00
Ramón M. Gómez 7521269654 #940: Prepare OGAgent for Windows builder 2020-05-19 11:35:50 +02:00
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