summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: tip_check_csum() uses local checksum fileOpenGnSys Support Team2024-07-301-4/+13
* utils: enhance logging for checksum mismatchOpenGnSys Support Team2024-07-301-0/+1
* utils: add set_linux_hostnameAlejandro Sirgo Rica2024-07-291-0/+22
* utils: add set_windows_hostnameAlejandro Sirgo Rica2024-07-291-0/+47
* utils: add postinstall.pyAlejandro Sirgo Rica2024-07-292-21/+170
* utils: add BCD native supportAlejandro Sirgo Rica2024-07-291-0/+198
* utils: add win edit registry utilitiesAlejandro Sirgo Rica2024-07-291-0/+114
* utils: add restore_windows_efi_bootloaderAlejandro Sirgo Rica2024-07-291-0/+31
* utils: add functions to obtain disk and partition UUIDsAlejandro Sirgo Rica2024-07-291-0/+25
* utils: consolidate code to find efi loaderAlejandro Sirgo Rica2024-07-292-30/+29
* utils: rename ogExtendFs to extend_filesystemAlejandro Sirgo Rica2024-07-291-1/+1
* utils: fs: error out if mkfs failsOpenGnSys Support Team2024-07-291-5/+17
* 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-151-0/+1
* live: revisit error log when failing to validate checksumOpenGnSys Support Team2024-06-271-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-031-5/+6
* src: cleanup ogGetImageInfoAlejandro Sirgo Rica2024-05-301-2/+11
* src: rename legacy.py into image.pyAlejandro Sirgo Rica2024-05-301-0/+0
* src: stop using hardcoded paths to cache image directoryAlejandro Sirgo Rica2024-05-301-4/+4
* tiptorrent: check cache availability in tip_write_csumAlejandro Sirgo Rica2024-05-301-3/+4
* utils: cache: redefine cache path constantsAlejandro Sirgo Rica2024-05-271-8/+9
* utils: rename cache_probe() to get_cache_dev_path()OpenGnSys Support Team2024-05-092-6/+9
* 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
* 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
* src: use explicit exception types in except Exception blocksAlejandro Sirgo Rica2024-04-032-3/+3
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-038-49/+57
* utils: refine log when booting windows UEFI from DOS partitionOpenGnSys Support Team2024-04-011-1/+1
* utils: fix mount error messages for os probe operationsAlejandro Sirgo Rica2024-04-012-2/+2
* 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-262-10/+52
* 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
* src: make exception messages more contextual and explicitAlejandro Sirgo Rica2024-03-213-5/+5
* src: change generic exception types to be more explicitAlejandro Sirgo Rica2024-03-211-1/+1
* utils: fix string not being defined as f-strings when they shouldAlejandro Sirgo Rica2024-03-211-2/+2
* src: centralize error logging into send_internal_server_errorAlejandro Sirgo Rica2024-03-215-41/+28
* utils: implement BIOS boot for windowsAlejandro Sirgo Rica2024-03-211-4/+10