summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: fs: report error when failing to growOpenGnSys Support Team2024-04-191-2/+2
* utils: fs: set return value in ogReduceFsOpenGnSys Support Team2024-04-191-2/+3
* live: improve exception handling in image_createAlejandro Sirgo Rica2024-04-031-27/+34
* src: use explicit exception types in except Exception blocksAlejandro Sirgo Rica2024-04-033-6/+6
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-0314-91/+108
* qmp: incorrect copyright headerOpenGnSys Support Team2024-04-021-7/+5
* utils: refine log when booting windows UEFI from DOS partitionOpenGnSys Support Team2024-04-011-1/+1
* Revert "live: improve lzop and partclone error handling"OpenGnSys Support Team2024-04-011-46/+27
* utils: fix mount error messages for os probe operationsAlejandro Sirgo Rica2024-04-012-2/+2
* live: display info logging when restoring image startsOpenGnSys Support Team2024-03-271-2/+2
* live: use .ant image as main image after image creation errorAlejandro Sirgo Rica2024-03-271-0/+6
* utils: make init_cache() use the cache mountpointAlejandro Sirgo Rica2024-03-261-1/+1
* utils: remove redundant return statements from mount_mkdirAlejandro Sirgo Rica2024-03-261-3/+1
* utils: drop ogCopyEfiBootLoader scriptAlejandro Sirgo Rica2024-03-263-11/+53
* live: improve lzop and partclone error handlingAlejandro Sirgo Rica2024-03-261-27/+47
* live: improve logging in image_createAlejandro Sirgo Rica2024-03-261-2/+2
* utils: add enforce_gpt argument to get_efi_partition()Alejandro Sirgo Rica2024-03-262-5/+8
* revert 7f18485: improve uefi detection mechanismAlejandro Sirgo Rica2024-03-262-13/+3