Commit Graph

  • 8a45c99efb Merge branch 'main' of https://github.com/OVERLORD7F/SVMU main 0.4-RC3 OVERLORD7F 2025-09-25 16:13:15 +03:00
  • 9592382966 fixed #30 OVERLORD7F 2025-09-25 16:12:52 +03:00
  • 754db8ff41 Update README.md OVERLORD 2025-09-25 13:32:16 +03:00
  • d6642c62f4 Fix #29 OVERLORD7F 2025-09-25 12:59:53 +03:00
  • dfff6c74e6 changed ico OVERLORD7F 2025-09-25 12:36:29 +03:00
  • 22b746e7a8 SVMU exe logos OVERLORD 2025-09-25 11:55:27 +03:00
  • 0df2fccc62 Update README.md OVERLORD 2025-09-24 16:54:17 +03:00
  • abf36d8661 Merge branch 'main' of https://github.com/OVERLORD7F/SVMU OVERLORD7F 2025-09-24 16:51:05 +03:00
  • 8141afb769 main menu pic OVERLORD7F 2025-09-24 16:50:46 +03:00
  • bdf81db7e6 Update README.md OVERLORD 2025-09-24 16:25:39 +03:00
  • 43d0cd06b6 Update README.md OVERLORD 2025-09-24 16:23:13 +03:00
  • cf3e71add4 Updated readme to reflect changes in 0.4-dev OVERLORD7F 2025-09-24 16:15:28 +03:00
  • 050d501900 Merge branch 'main' of https://github.com/OVERLORD7F/SVMU OVERLORD7F 2025-09-24 15:55:37 +03:00
  • 29af815ad3 0.4-dev Added config profiles #23 (Massive changes in caonfig_data_import) Removed example config #24 Fixed #25 Added current node display #26 Tested ISO auto-mount: Currently attached iso will be swapped (if any present) Unified promts styling & other menu improvements OVERLORD7F 2025-09-18 15:59:44 +03:00
  • 18f13d94ef - Promts no longer case sensetive - hopefully removed circular import and warnings with get_iso_name / get_vm_name OVERLORD7F 2025-09-18 15:59:44 +03:00
  • 6c272e46ab Implemented #22 OVERLORD7F 2025-09-17 16:46:04 +03:00
  • 2210746bec and this one OVERLORD7F 2025-09-15 17:45:24 +03:00
  • 0f6e17a73c - option to auto-attach ISO to VMs #20 - added splash screen (ASCII ART) option to skip #21 - Implemented disk options as variables from config #19 - Related changes in config creation / editing menus OVERLORD7F 2025-09-15 17:44:55 +03:00
  • 1a92e86704 - added random splash screen on startup (testing) - branding changes in menus - ver. now stored in variable OVERLORD7F 2025-09-11 16:27:26 +03:00
  • 162a38be6d ver 6.5.7 tested - works! OVERLORD7F 2025-09-04 16:27:10 +03:00
  • 27d85f4d1a Update README.md v0.3-dev OVERLORD 2025-05-30 12:19:29 +03:00
  • f3734432a7 Added option to write selected VMs by tag (#10) to сonfig OVERLORD7F 2025-05-30 12:12:33 +03:00
  • 72dccaa206 Default values for Courses-Space-VM section (fix #18) OVERLORD7F 2025-05-30 11:28:59 +03:00
  • daba29f208 Filter VM UUIDs #10 (#17) Seting-dev 2025-05-29 17:19:43 +03:00
  • 1f4c614c28 Show example config #14 OVERLORD7F 2025-05-29 15:44:01 +03:00
  • 7867b0ea23 Added options in config for courses #16 OVERLORD7F 2025-05-29 15:20:29 +03:00
  • dae4bf33a0 Merge branch 'main' of https://github.com/OVERLORD7F/SpaceVM_VM_Utility OVERLORD7F 2025-05-29 13:30:01 +03:00
  • d2383dea4f - Progress bars for disk delete / create actions - Changed output for disk edit menu OVERLORD7F 2025-05-29 13:28:48 +03:00
  • 433854b36f Update README.md OVERLORD 2025-05-28 17:09:53 +03:00
  • 71a7c38c27 Expanding config-related functions OVERLORD7F 2025-05-28 16:59:38 +03:00
  • 3ca5404b81 LEEETS GOOOO <50 lines !!1 - Ping / API key checks are back! #13 - Changes in config import - Moved everything in main to menu loop because of reasons #2 - New function check_config - Currently selected pools / vms .. are shown in main menu #12 - Renamed a few functions OVERLORD7F 2025-05-28 12:45:07 +03:00
  • 2ccde25b6e - Finally, proper config file is here! - Small changes in menus OVERLORD7F 2025-05-26 17:52:12 +03:00
  • 96c6e29c00 Config Edit changes #8 (#11) Seting-dev 2025-05-26 10:28:01 +03:00
  • 7e986834f6 Update README.md dev OVERLORD 2025-05-21 15:13:41 +03:00
  • 291e9cfe75 Complete menus overhaul OVERLORD7F 2025-05-21 14:12:37 +03:00
  • d7477da9b6 - Beggining of implementing new menus and text using "Rich" library btw main.py is ~ 50 lines now 0_o OVERLORD7F 2025-05-16 17:53:57 +03:00
  • da756a8ba6 - Changed "disk edit mode" into function and moved to new module - Changed config sub menu into function and moved to config_data_import module - New function config_show - Fixed create disk option in disk edit mode - A few formatting changes in menus OVERLORD7F 2025-05-16 12:17:51 +03:00
  • b6fb2b14e6 - Introducing power-on-check function. All disk-related operations are available ONLY if VM is powered off. OVERLORD7F 2025-05-16 11:09:27 +03:00
  • 6b56b75189 Merge pull request #7 from Seting-dev/main OVERLORD 2025-05-15 17:21:29 +03:00
  • 331b8f6935 Update data_pools_api.py OVERLORD 2025-05-15 17:20:20 +03:00
  • 6c1759549c edit data pools api Seting-dev 2025-05-15 17:17:33 +03:00
  • 81554db41a removed vm_info_short OVERLORD7F 2025-05-15 15:44:39 +03:00
  • 54328f4e4a LEETS GOOOOOOOO main is less then 100 lines !!!! Code cleanup, all functions moved from main. Small changes in main menu OVERLORD7F 2025-05-15 15:41:33 +03:00
  • dccb5975e6 Merge branch 'main' of https://github.com/OVERLORD7F/SpaceVM_VM_Utility OVERLORD7F 2025-05-15 11:51:06 +03:00
  • 28e9bb8ea4 changes in importing config OVERLORD7F 2025-05-15 11:46:28 +03:00
  • 9525c4e2db Update main.py Seting-dev 2025-05-15 10:58:07 +03:00
  • e7d2e0e829 check Seting-dev 2025-05-15 10:53:03 +03:00
  • 2f7a0826bf test1 test2 test3 Seting-dev 2025-05-15 10:48:51 +03:00
  • a885c549cc Merge branch 'main' of https://github.com/OVERLORD7F/SpaceVM_VM_Utility Seting-dev 2025-05-15 10:21:48 +03:00
  • 22f3d3fe64 Fixed issue #2 , Expanded config_edit function OVERLORD 2025-05-14 10:53:34 +03:00
  • b2e361f032 Хуйня Seting-dev 2025-05-13 17:41:42 +03:00
  • 013d352bde Update README.md OVERLORD 2025-05-13 14:02:42 +03:00
  • c6ca475fda Update README.md v0.1-dev OVERLORD 2025-05-12 17:40:08 +03:00
  • 3d7d64e5d5 - Moved api-related functions to sepate modules - Now config file has to be placed in the same directory as main.py - Checks for config file (if exist / if empty) OVERLORD7F 2025-05-12 17:21:00 +03:00
  • 82d10c7536 removed old file OVERLORD7F 2025-05-07 16:22:27 +03:00
  • a091d75443 Beggining of changes in file structure OVERLORD7F 2025-05-07 16:20:36 +03:00
  • 0f107030f5 Small code cleanup. Test commit from VSC OVERLORD7F 2025-05-07 14:50:54 +03:00
  • 5409dec235 Add files via upload OVERLORD 2025-05-07 14:30:09 +03:00
  • 8c3c5a6d87 Add files via upload OVERLORD 2025-05-07 13:05:33 +03:00
  • 6a4e166b0f Add files via upload OVERLORD 2025-05-05 20:40:12 +03:00
  • ff2b907c0a Merge pull request #1 from Seting-dev/patch-1 OVERLORD 2025-05-05 20:30:07 +03:00
  • b9e9841b74 Update pyth-api1.py Seting-dev 2025-04-29 16:08:00 +03:00
  • cdfc3283de Add files via upload OVERLORD 2025-04-28 17:33:29 +03:00
  • a4e5747c74 Add files via upload OVERLORD 2025-04-28 14:41:12 +03:00
  • 70f58884d9 vdisk create function OVERLORD7F 2025-04-25 18:02:09 +03:00
  • ee88967e4c Update README.md OVERLORD7F 2025-04-25 11:48:38 +03:00
  • 0841f4b816 Add files via upload OVERLORD7F 2025-04-25 11:45:50 +03:00
  • 9ddb92b0f5 Early concept upload OVERLORD7F 2025-04-25 11:34:38 +03:00
  • dada783257 Update README.md OVERLORD7F 2025-04-25 11:17:32 +03:00
  • f1911e0091 Initial commit OVERLORD7F 2025-04-25 11:13:50 +03:00