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
/
live
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: use logging.warning()
OpenGnSys Support Team
2024-08-27
1
-2
/
+2
*
live: report that up-to-date image already exists in cache
v1.3.2-15
OpenGnSys Support Team
2024-08-21
1
-0
/
+1
*
src: remove call to restoreImageCustom script
OpenGnSys Support Team
2024-08-21
1
-2
/
+3
*
live: clean files after a failed cache image copy
Alejandro Sirgo Rica
2024-08-09
1
-0
/
+7
*
src: add POST cache/fetch method
Alejandro Sirgo Rica
2024-08-09
1
-16
/
+39
*
live: move filesystem expansion out of OS configuration
OpenGnSys Support Team
2024-08-06
1
-0
/
+2
*
live: use correct loglevel when reporting issues with listing cache contents
v1.3.2-14
OpenGnSys Support Team
2024-07-31
1
-2
/
+2
*
live: validate checksum only once if image is already in cache
OpenGnSys Support Team
2024-07-30
1
-10
/
+15
*
live: remove old image and checksum file on download
OpenGnSys Support Team
2024-07-30
1
-1
/
+9
*
live: unicast-direct does not validate checksum
OpenGnSys Support Team
2024-07-30
1
-0
/
+1
*
live: validate file existence and checksum for unicast cache
OpenGnSys Support Team
2024-07-30
1
-0
/
+5
*
utils: add postinstall.py
Alejandro Sirgo Rica
2024-07-29
1
-4
/
+5
*
utils: rename ogExtendFs to extend_filesystem
Alejandro Sirgo Rica
2024-07-29
1
-1
/
+1
*
utils: fs: error out if mkfs fails
OpenGnSys Support Team
2024-07-29
1
-2
/
+5
*
live: improve logging for file removal from cache
OpenGnSys Support Team
2024-07-21
1
-2
/
+8
*
live: add logging to indicate image file copy from samba
OpenGnSys Support Team
2024-07-21
1
-0
/
+2
*
live: add checksum field to image/create response
OpenGnSys Support Team
2024-07-15
1
-4
/
+15
*
live: check permissions when trying to fetch file via unicast
v1.3.2-12
OpenGnSys Support Team
2024-06-27
1
-0
/
+4
*
live: revisit error log when failing to validate checksum
OpenGnSys Support Team
2024-06-27
1
-1
/
+1
*
live: add restricted execution mode to shell/run
Alejandro Sirgo Rica
2024-06-25
1
-4
/
+19
*
rest: add cmd field to POST /shell/run
OpenGnSys Support Team
2024-06-21
1
-1
/
+1
*
rest: add retcode field to POST /shell/run
OpenGnSys Support Team
2024-06-21
1
-1
/
+1
*
live: handle no cache in tiptorrent and unicast restore
v1.3.2-11
Alejandro Sirgo Rica
2024-06-07
1
-1
/
+4
*
utils: fix get_image_info regression
v1.3.2-10
Alejandro Sirgo Rica
2024-06-03
1
-1
/
+0
*
live: add winrecov partition type
OpenGnSys Support Team
2024-06-02
1
-0
/
+1
*
live: revisit logging for checksum file creation
v1.3.2-9
OpenGnSys Support Team
2024-05-31
1
-4
/
+8
*
src: cleanup ogGetImageInfo
Alejandro Sirgo Rica
2024-05-30
1
-16
/
+1
*
src: rename legacy.py into image.py
Alejandro Sirgo Rica
2024-05-30
1
-1
/
+1
*
src: stop using hardcoded paths to cache image directory
Alejandro Sirgo Rica
2024-05-30
1
-5
/
+4
*
src: add cache info to the image/restore response
Alejandro Sirgo Rica
2024-05-30
1
-0
/
+8
*
src: add POST cache/delete method
Alejandro Sirgo Rica
2024-05-30
1
-0
/
+40
*
live: add cache contents to the /refresh payload
Alejandro Sirgo Rica
2024-05-30
1
-1
/
+41
*
live: remove unused return value in image_restore()
OpenGnSys Support Team
2024-05-27
1
-2
/
+1
*
live: incorrect reference to image checksum file in logs
OpenGnSys Support Team
2024-05-25
1
-1
/
+1
*
live: rename variable that stores json body in refresh()
OpenGnSys Support Team
2024-05-21
1
-5
/
+5
*
live: parttypes: add EFI partition type in MBR partition scheme
OpenGnSys Support Team
2024-05-14
1
-0
/
+1
*
live: partcodes: remove reference to website
OpenGnSys Support Team
2024-05-14
1
-1
/
+0
*
utils: rename cache_probe() to get_cache_dev_path()
OpenGnSys Support Team
2024-05-09
1
-2
/
+2
*
live: report LINUX-SWAP instead of SWAP
v1.3.2-8
OpenGnSys Support Team
2024-05-07
1
-0
/
+3
*
live: rewrite log in case tiptorrent client fails
OpenGnSys Support Team
2024-05-06
1
-1
/
+1
*
live: restore partprobe before building filesystem
OpenGnSys Support Team
2024-05-06
1
-1
/
+4
*
live: force flush to disk after partition table is written
OpenGnSys Support Team
2024-05-06
1
-0
/
+1
*
live: partprobe breaks with mounted partitions
OpenGnSys Support Team
2024-05-06
1
-2
/
+11
*
live: umount all partitions before partition setup
OpenGnSys Support Team
2024-05-06
1
-2
/
+3
*
live: fix omited error report in tip_client_get
Alejandro Sirgo Rica
2024-05-06
1
-7
/
+6
*
live: add fat32 to get_parttype()
OpenGnSys Support Team
2024-04-23
1
-0
/
+2
*
live: revisit logging for partition setup, image create and restore
OpenGnSys Support Team
2024-04-23
1
-7
/
+5
*
live: improve exception handling in image_create
Alejandro Sirgo Rica
2024-04-03
1
-27
/
+34
*
src: use explicit exception types in except Exception blocks
Alejandro Sirgo Rica
2024-04-03
1
-3
/
+3
*
src: log backtrace in unhandled error cases
Alejandro Sirgo Rica
2024-04-03
2
-28
/
+30
[next]