summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils: fs: error out if mkfs failsOpenGnSys Support Team2024-07-292-7/+22
* live: improve logging for file removal from cacheOpenGnSys Support Team2024-07-211-2/+8
* live: add logging to indicate image file copy from sambaOpenGnSys Support Team2024-07-211-0/+2
* utils: consolidate logging to write checksum file to cacheOpenGnSys Support Team2024-07-211-2/+3
* utils: missing f-string with filesystem resize errorv1.3.2-13OpenGnSys Support Team2024-07-151-1/+1
* utils: clean up error reporting related to checksumOpenGnSys Support Team2024-07-151-2/+2
* live: add checksum field to image/create responseOpenGnSys Support Team2024-07-153-4/+17
* live: check permissions when trying to fetch file via unicastv1.3.2-12OpenGnSys Support Team2024-06-271-0/+4
* live: revisit error log when failing to validate checksumOpenGnSys Support Team2024-06-272-2/+5
* live: add restricted execution mode to shell/runAlejandro Sirgo Rica2024-06-251-4/+19
* rest: add cmd field to POST /shell/runOpenGnSys Support Team2024-06-214-4/+5
* rest: add retcode field to POST /shell/runOpenGnSys Support Team2024-06-214-4/+5
* live: handle no cache in tiptorrent and unicast restorev1.3.2-11Alejandro Sirgo Rica2024-06-071-1/+4
* utils: remove bogus cache not found error after refresh commandAlejandro Sirgo Rica2024-06-071-1/+0
* utils: fix get_image_info regressionv1.3.2-10Alejandro Sirgo Rica2024-06-032-6/+6
* live: add winrecov partition typeOpenGnSys Support Team2024-06-021-0/+1
* live: revisit logging for checksum file creationv1.3.2-9OpenGnSys Support Team2024-05-311-4/+8
* src: cleanup ogGetImageInfoAlejandro Sirgo Rica2024-05-302-18/+12
* src: rename legacy.py into image.pyAlejandro Sirgo Rica2024-05-302-1/+1
* src: stop using hardcoded paths to cache image directoryAlejandro Sirgo Rica2024-05-302-9/+8
* tiptorrent: check cache availability in tip_write_csumAlejandro Sirgo Rica2024-05-301-3/+4
* src: add cache info to the image/restore responseAlejandro Sirgo Rica2024-05-303-6/+18
* virtual: handle copy error in image restoreAlejandro Sirgo Rica2024-05-301-3/+4
* src: add POST cache/delete methodAlejandro Sirgo Rica2024-05-306-0/+74
* live: add cache contents to the /refresh payloadAlejandro Sirgo Rica2024-05-301-1/+41
* utils: cache: redefine cache path constantsAlejandro Sirgo Rica2024-05-271-8/+9
* live: remove unused return value in image_restore()OpenGnSys Support Team2024-05-271-2/+1
* live: incorrect reference to image checksum file in logsOpenGnSys Support Team2024-05-251-1/+1
* live: rename variable that stores json body in refresh()OpenGnSys Support Team2024-05-211-5/+5
* live: parttypes: add EFI partition type in MBR partition schemeOpenGnSys Support Team2024-05-141-0/+1
* live: partcodes: remove reference to websiteOpenGnSys Support Team2024-05-141-1/+0
* utils: rename cache_probe() to get_cache_dev_path()OpenGnSys Support Team2024-05-093-8/+11
* utils: add error checks to checksum file creation in tip_write_csumAlejandro Sirgo Rica2024-05-071-2/+5
* utils: add mkdir error report in mount_mkdirAlejandro Sirgo Rica2024-05-071-1/+5
* utils: remove unused json importAlejandro Sirgo Rica2024-05-071-1/+0
* utils:fs: fix logging statement in get_filesystem_typeAlejandro Sirgo Rica2024-05-071-1/+1
* utils:fs: add mkfs logs when return code is not 0Alejandro Sirgo Rica2024-05-071-12/+24
* live: report LINUX-SWAP instead of SWAPv1.3.2-8OpenGnSys Support Team2024-05-071-0/+3
* live: rewrite log in case tiptorrent client failsOpenGnSys Support Team2024-05-061-1/+1
* live: restore partprobe before building filesystemOpenGnSys Support Team2024-05-061-1/+4
* live: force flush to disk after partition table is writtenOpenGnSys Support Team2024-05-061-0/+1
* live: partprobe breaks with mounted partitionsOpenGnSys Support Team2024-05-061-2/+11
* live: umount all partitions before partition setupOpenGnSys Support Team2024-05-061-2/+3
* live: fix omited error report in tip_client_getAlejandro Sirgo Rica2024-05-061-7/+6
* live: add fat32 to get_parttype()OpenGnSys Support Team2024-04-231-0/+2
* live: revisit logging for partition setup, image create and restoreOpenGnSys Support Team2024-04-231-7/+5
* utils: add logging for checksum validationOpenGnSys Support Team2024-04-221-3/+9
* utils: fs: incorrect indentationOpenGnSys Support Team2024-04-221-1/+1
* utils: fs: skip shrink/extend operation for fatOpenGnSys Support Team2024-04-191-0/+4
* utils: fs: remove unused variable in _reduce_resize2fsv1.3.2-7OpenGnSys Support Team2024-04-191-1/+0