• Joined on 2023-12-09
jeka synced commits to kiauh-v6-dev at jeka/kiauh from mirror 2024-05-03 05:27:26 +05:00
9864dd0c7f refactor: use check_install_dependencies at more places where appropriate
d84adee7f9 fix: typo
c17c3e9bd4 feat: add KlipperScreen
074344cf7c refactor: unneccessary use of check_file_exist
42667ad792 refactor(backups): print info message when file or directory does not exist
Compare 11 commits »
jeka synced commits to refs/pull/428/head at jeka/kiauh from mirror 2024-05-03 05:27:26 +05:00
9864dd0c7f refactor: use check_install_dependencies at more places where appropriate
d84adee7f9 fix: typo
c17c3e9bd4 feat: add KlipperScreen
074344cf7c refactor: unneccessary use of check_file_exist
42667ad792 refactor(backups): print info message when file or directory does not exist
Compare 11 commits »
jeka synced and deleted reference refs/tags/feat/crowsnest-for-v6 at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
jeka synced and deleted reference refs/tags/refs/pull/462/merge at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
jeka synced commits to kiauh-v6-dev at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
be228210bd refactor: use utils to handle service actions
b70ac0dfd7 refactor: move config related helper methods into own util module
af48738221 refactor: use util function to handle service controls
9d2cb72aa4 feat: implement crowsnest (#462)
Compare 4 commits »
jeka synced commits to refs/pull/428/head at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
be228210bd refactor: use utils to handle service actions
b70ac0dfd7 refactor: move config related helper methods into own util module
af48738221 refactor: use util function to handle service controls
9d2cb72aa4 feat: implement crowsnest (#462)
Compare 4 commits »
jeka synced commits to refs/pull/428/merge at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
be228210bd refactor: use utils to handle service actions
b70ac0dfd7 refactor: move config related helper methods into own util module
af48738221 refactor: use util function to handle service controls
9d2cb72aa4 feat: implement crowsnest (#462)
Compare 5 commits »
jeka synced commits to refs/pull/462/head at jeka/kiauh from mirror 2024-05-02 04:57:26 +05:00
a089d34f8c feat: add crowsnest update
jeka synced commits to feat/crowsnest-for-v6 at jeka/kiauh from mirror 2024-05-01 20:47:26 +05:00
jeka synced new reference feat/crowsnest-for-v6 to jeka/kiauh from mirror 2024-05-01 20:47:26 +05:00
jeka synced commits to kiauh-v6-dev at jeka/kiauh from mirror 2024-05-01 20:47:26 +05:00
8c3397ea78 fix: add missing methods to MainsailThemeInstallMenu
7d3d46ac07 refactor: replace RepositoryManager by simple util functions
3da7aedd7f refactor: remove redundant variable assignment
8d343853f1 feat: fall back to .version file if release_info.json not exist
Compare 4 commits »
jeka synced commits to refs/pull/428/head at jeka/kiauh from mirror 2024-05-01 20:47:26 +05:00
8c3397ea78 fix: add missing methods to MainsailThemeInstallMenu
7d3d46ac07 refactor: replace RepositoryManager by simple util functions
3da7aedd7f refactor: remove redundant variable assignment
8d343853f1 feat: fall back to .version file if release_info.json not exist
Compare 4 commits »
jeka synced commits to refs/pull/428/merge at jeka/kiauh from mirror 2024-05-01 20:47:26 +05:00
8c3397ea78 fix: add missing methods to MainsailThemeInstallMenu
7d3d46ac07 refactor: replace RepositoryManager by simple util functions
3da7aedd7f refactor: remove redundant variable assignment
8d343853f1 feat: fall back to .version file if release_info.json not exist
Compare 5 commits »
jeka synced commits to kiauh-v6-dev at jeka/kiauh from mirror 2024-04-29 03:27:26 +05:00
1f2d724189 feat: use dynamically created client download URL
1a29324e6a refactor: handle ports as ints as they are coming as ints from the KiauhSettings
5225e70e83 refactor: replace two seperate download url properties by only one
51f0713c5a refactor: print traceback of exception
Compare 4 commits »
jeka synced commits to refs/pull/428/head at jeka/kiauh from mirror 2024-04-29 03:27:26 +05:00
1f2d724189 feat: use dynamically created client download URL
1a29324e6a refactor: handle ports as ints as they are coming as ints from the KiauhSettings
5225e70e83 refactor: replace two seperate download url properties by only one
51f0713c5a refactor: print traceback of exception
Compare 4 commits »
jeka synced commits to refs/pull/428/merge at jeka/kiauh from mirror 2024-04-29 03:27:26 +05:00
1f2d724189 feat: use dynamically created client download URL
1a29324e6a refactor: handle ports as ints as they are coming as ints from the KiauhSettings
5225e70e83 refactor: replace two seperate download url properties by only one
51f0713c5a refactor: print traceback of exception
Compare 5 commits »
jeka synced commits to kiauh-v6-dev at jeka/kiauh from mirror 2024-04-28 19:17:25 +05:00
d420daca26 fix: options not applied to self.options
cb62909f41 feat: implement functions of SettingsMenu
02eebff571 feat: implement KiauhSettings and use it where appropriate
36b295bd1b refactor: clean up fetch_status code
372c9c0b7d refactor: update remove menu ui
Compare 5 commits »
jeka synced commits to refs/pull/428/head at jeka/kiauh from mirror 2024-04-28 19:17:25 +05:00
d420daca26 fix: options not applied to self.options
cb62909f41 feat: implement functions of SettingsMenu
02eebff571 feat: implement KiauhSettings and use it where appropriate
36b295bd1b refactor: clean up fetch_status code
372c9c0b7d refactor: update remove menu ui
Compare 5 commits »
jeka synced commits to refs/pull/428/merge at jeka/kiauh from mirror 2024-04-28 19:17:25 +05:00
d420daca26 fix: options not applied to self.options
cb62909f41 feat: implement functions of SettingsMenu
02eebff571 feat: implement KiauhSettings and use it where appropriate
36b295bd1b refactor: clean up fetch_status code
Compare 6 commits »
jeka synced commits to refs/pull/428/merge at jeka/kiauh from mirror 2024-04-19 22:57:25 +05:00
c67ea2245d fix: return sorted extension dict
fda99bb70a chore: format
2c1c94c904 feat: Add Klipper-Backup to KIAUH (#457)
Compare 4 commits »