Natalia Serrano
1d93de1b59
refs #531 remove unused code, bump version
2024-08-29 11:03:00 +02:00
Natalia Serrano
0cadbf3381
refs #579 do not load modules unconditionally, look for everything in the module paths
2024-08-28 15:11:49 +02:00
Natalia Serrano
53f44ad3ab
Merge pull request 'Initial, very incomplete implementation of ogAdmClient in python' ( #7 ) from ogadmcli into main
...
Reviewed-on: #7
2024-08-27 11:36:40 +02:00
Natalia Serrano
023886cea3
refs #527 decode a base64 blob from ogcore
2024-08-27 11:36:16 +02:00
Natalia Serrano
25cfb31725
refs #527 remove unused code
2024-08-21 14:44:30 +02:00
Natalia Serrano
2c3bbe82a8
Merge branch 'main' into ogadmcli
2024-08-08 12:06:54 +02:00
Natalia Serrano
4b5193105c
Merge pull request 'job manager' ( #5 ) from ogagent-jobs into main
...
Reviewed-on: #5
2024-08-07 14:03:24 +02:00
Natalia Serrano
08f7e44870
refs #500 make longer IDs to avoid collissions
2024-08-05 15:33:00 +02:00
Natalia Serrano
67d5e81838
Merge pull request 'refs #538 fix updating the ogagent version across the codebase' ( #6 ) from versions into ogadmcli
...
Reviewed-on: #6
2024-08-02 13:51:58 +02:00
Natalia Serrano
b7788d9c1d
refs #538 fix updating the ogagent version across the codebase
2024-08-02 13:49:02 +02:00
Natalia Serrano
367e6dc782
refs #536 add openapi specification
2024-08-02 10:47:16 +02:00
Natalia Serrano
f7fd5d5570
refs #534 add ogcore-mock
2024-08-01 12:01:37 +02:00
Natalia Serrano
b6945279bc
refs #522 remove duplicated initialisation code
2024-08-01 12:01:07 +02:00
Natalia Serrano
d4e21dae13
refs #532 let jobmgr kill jobs
2024-08-01 11:18:40 +02:00
Natalia Serrano
6740704919
refs #500 bump version
2024-07-30 14:48:56 +02:00
Natalia Serrano
da7dd418c0
refs #500 fix portability issue
2024-07-30 14:47:48 +02:00
Natalia Serrano
8c6a6523d8
refs #500 #501 #502 implement job manager
2024-07-30 13:14:50 +02:00
Natalia Serrano
f25252fcf9
refs #526 translate my comments
2024-07-27 10:08:42 +02:00
Natalia Serrano
bfe563d902
refs #526 remove unwanted code
2024-07-26 14:38:58 +02:00
Natalia Serrano
94eaba7688
refs #526 implement procesaComandos()
2024-07-26 14:38:19 +02:00
Natalia Serrano
1d0057fd38
refs #526 move onActivation() below
2024-07-26 13:43:30 +02:00
Natalia Serrano
e92d8855a1
refs #526 implement muestraMenu()
2024-07-26 13:40:46 +02:00
Natalia Serrano
97246759c1
refs #529 remove useless ogAdmClient.py
2024-07-26 13:14:21 +02:00
Natalia Serrano
5482d25116
refs #525 partially implement comandosPendientes()
2024-07-26 12:17:02 +02:00
Natalia Serrano
5f7ca5be15
refs #524 implement autoexecCliente() and its companion ejecutaArchivo()
2024-07-26 10:45:02 +02:00
Natalia Serrano
886bf5e616
refs #523 implement inclusionCliente()
2024-07-25 12:43:07 +02:00
Natalia Serrano
bf061b13db
refs #522 #527 begin integrating ogAdmClient.c into the agent
2024-07-24 15:15:21 +02:00
Natalia Serrano
360d0f8fb8
Merge pull request 'Build and package ogagent py3/qt6 for windows and linux' ( #2 ) from py3-win into main
...
Reviewed-on: #2
2024-07-23 09:58:23 +02:00
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