index
:
ogClient
master
more_events
winlinux
OpenGnsys client
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ogRest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#995 Add link speed in probe responses
Jose M. Guisado
2021-05-04
1
-5
/
+9
*
Rename 'linux' folder and operations to 'live'
Jose M. Guisado
2020-12-03
1
-2
/
+2
*
#1010 Change POST /software to GET
Javier Sánchez Parra
2020-12-02
1
-2
/
+2
*
#1000 ogRest: set idle state after processing bad request
Jose M. Guisado
2020-12-01
1
-0
/
+3
*
#1004 Send datasize in bytes
Javier Sánchez Parra
2020-09-29
1
-1
/
+4
*
#1004 Add new fields to /image/create response
Javier Sánchez Parra
2020-09-10
1
-1
/
+7
*
#999 Fix ogClient session command
Javier Sánchez Parra
2020-08-21
1
-1
/
+1
*
Add Virtual status
Javier Sánchez Parra
2020-06-26
1
-1
/
+4
*
Add syslog logs for HTTP requests and responses
Roberto Hueso Gómez
2020-06-26
1
-0
/
+21
*
Import OgLinuxOperations only when necessary
Roberto Hueso Gómez
2020-06-08
1
-2
/
+1
*
Rename 'linux' mode to 'live' mode
Roberto Hueso Gómez
2020-06-05
1
-1
/
+1
*
Move check_vm_state_loop() into OgVirtualOperations
Roberto Hueso Gómez
2020-05-26
1
-14
/
+3
*
Only import virtual functions when needed.
Javier Sánchez Parra
2020-05-20
1
-1
/
+2
*
Adapt ogLinuxOperation to work with json config file
Javier Sánchez Parra
2020-05-18
1
-1
/
+1
*
Wait before polling QMP for host poweroff
Roberto Hueso Gómez
2020-05-14
1
-2
/
+2
*
Rename operation 'execCMD' to 'shellrun'
Roberto Hueso Gómez
2020-05-13
1
-1
/
+1
*
Switch config file to json
Roberto Hueso Gómez
2020-05-13
1
-4
/
+5
*
Poweroff when no VM and no jobs are running
Roberto Hueso Gómez
2020-05-11
1
-1
/
+14
*
Avoid killing ogclient in virtual mode
Roberto Hueso Gómez
2020-04-20
1
-8
/
+8
*
Avoid writting /software output to a file
Roberto Hueso Gómez
2020-04-17
1
-5
/
+4
*
Use samba for create and restore virtual partitions
Roberto Hueso Gómez
2020-04-17
1
-1
/
+2
*
Fix reboot and poweroff threads args
Roberto Hueso Gomez
2020-04-13
1
-2
/
+2
*
Add mode selection for ogClient
Roberto Hueso Gomez
2020-04-08
1
-17
/
+25
*
rename getURI to get_uri in restRequest
OpenGnSys Support Team
2020-03-09
1
-1
/
+1
*
rename execcmd to shellrun
OpenGnSys Support Team
2020-03-09
1
-2
/
+2
*
Put state to IDLE after run/schedule
Roberto Hueso Gómez
2020-03-03
1
-0
/
+1
*
Send complete HTTP header when response has no body
Roberto Hueso Gómez
2020-03-02
1
-1
/
+2
*
Rename operation to method
OpenGnSys Support Team
2020-02-26
1
-4
/
+4
*
Modify way to close PID process
Alvaro Neira Ayuso
2020-02-24
1
-12
/
+17
*
Use state machine to avoid race condition problems
Alvaro Neira Ayuso
2020-02-23
1
-11
/
+63
*
pep-0008 cleanup
OpenGnSys Support Team
2020-02-21
1
-38
/
+38
*
Use 'with' keyword for file reading
Roberto Hueso Gómez
2020-02-05
1
-9
/
+4
*
Fix /image/restore execution and response
Roberto Hueso Gómez
2020-02-05
1
-0
/
+5
*
Fix /image/create execution and response
Roberto Hueso Gómez
2020-02-05
1
-5
/
+2
*
Fix /setup execution and response
Roberto Hueso Gómez
2020-02-03
1
-8
/
+2
*
Fix parseGetConf(...) configuration parsing
Roberto Hueso Gómez
2020-02-03
1
-5
/
+6
*
add space after Content-Length and Content-Type
OpenGnSys Support Team
2020-01-28
1
-2
/
+2
*
Change POST /refresh to GET /refresh
Roberto Hueso Gómez
2020-01-21
1
-2
/
+2
*
Fix /software command Linux operation
Roberto Hueso Gómez
2020-01-21
1
-3
/
+3
*
Fix /shell/run commands splitting
Roberto Hueso Gómez
2020-01-21
1
-1
/
+1
*
Fix /hardware command Linux operation
Roberto Hueso Gómez
2020-01-21
1
-2
/
+2
*
(Clean-Up) Rename all the functions in ogRest to new ones more clears
Alvaro Neira Ayuso
2020-01-19
1
-35
/
+25
*
(Clean-Up) Rename HTTPParser file to restRequest
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
*
(Clean-Up) Modify restResponse to get the response using constructor and get ...
Alvaro Neira Ayuso
2020-01-19
1
-40
/
+81
*
(Clean-Up) Rename HTTPParser to restRequest
Alvaro Neira Ayuso
2020-01-19
1
-48
/
+48
*
(Clean-Up) Rename cmd function/variables to use "run" syntax
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
*
Improve /image/create command response
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+7
*
Add Refresh command
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+19
*
Add image/create command for creating a new image
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+20
*
(BUG) Include client parameter in restore command
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
[next]