th33xitus
|
bd78fa8ef7
|
add: quick and simple solution to start, stop, restart klipper/moonraker from within the main menu
|
2021-01-10 13:05:58 +01:00 |
|
th33xitus
|
b12d344b40
|
fix: update the config folder change function (its more like a "rename only" function now and should be plenty sufficient?)
|
2021-01-10 12:55:24 +01:00 |
|
th33xitus
|
9ea29bf995
|
fix: introduce new/better folder structure for multi instance setups
|
2021-01-09 23:17:45 +01:00 |
|
th33xitus
|
d066999d0b
|
fix: little UI fixes
|
2021-01-09 18:02:59 +01:00 |
|
th33xitus
|
1ab681e71a
|
fix: enable python3 check again, display moonraker IP at the end of the setup
|
2021-01-09 16:49:10 +01:00 |
|
th33xitus
|
f782a32e9c
|
fix: bug in assigning correct port to instances
|
2021-01-09 16:08:29 +01:00 |
|
th33xitus
|
7dc1bc6cc8
|
fix: add full range of local network to auto-created moonraker.conf files
|
2021-01-08 20:02:58 +01:00 |
|
th33xitus
|
2a29716bb9
|
fix: make mcu ids verbose again for easier copy pasting into configs
|
2021-01-08 20:02:18 +01:00 |
|
th33xitus
|
33a9fef676
|
fix: check via md5sum of requirements text file if an update of the python env is necessary. if yes, do that update automatically. no user interaction anymore.
|
2021-01-08 14:57:51 +01:00 |
|
th33xitus
|
88afa55268
|
feat: support flashing of multiple connected mcus
|
2021-01-08 13:56:36 +01:00 |
|
th33xitus
|
65ec2e5e1a
|
fix: bugs
|
2021-01-07 17:03:14 +01:00 |
|
th33xitus
|
08c1807cc7
|
fix: forgot to stop services first
|
2021-01-07 16:40:52 +01:00 |
|
th33xitus
|
218700b63d
|
fix: add remove method for init.d moonraker service
|
2021-01-07 16:27:51 +01:00 |
|
th33xitus
|
bb1c5c4900
|
fix: add remove method for removing old init.d klipper service
|
2021-01-07 16:25:31 +01:00 |
|
th33xitus
|
08ae57d349
|
initial commit of a bigger kiauh rework to make multi instance installations possible
|
2021-01-07 15:26:19 +01:00 |
|
th33xitus
|
61dfab5683
|
feat: klipper config backup function
|
2021-01-07 15:24:25 +01:00 |
|
th33xitus
|
a44ae4c2b9
|
fix: followup to 240746e. kiauh now also tries to identify the branch from the commit SHA if the HEAD was detached at a single commit, if the other method does not give a usefull output.
|
2020-12-22 21:58:20 +01:00 |
|
th33xitus
|
240746e1b6
|
fix: a fix for the detached HEAD issue when updating klipper that was introduced in a past commit. the user now gets a warn message that he needs to force update klipper. behind the scenes he will be brought back onto the branch and head gets reattached.
|
2020-12-22 20:39:12 +01:00 |
|
th33xitus
|
1fd839bc7a
|
fix: add "v" to versions, add kiauh version to bottom left corner in main menu
|
2020-12-21 21:00:27 +01:00 |
|
th33xitus
|
a6bfb30235
|
fix: add missing fluidd backup function
|
2020-12-21 19:08:26 +01:00 |
|
th33xitus
|
7854fe3d95
|
fix: fix #50
|
2020-12-20 19:25:13 +01:00 |
|
th33xitus
|
1eda775571
|
fix: previous klipper updates resulted in a detached head state. fixed update routine and other stuff relaying on the read_branch function/GET_BRANCH variable
|
2020-12-20 18:41:42 +01:00 |
|
 th33xitusandGitHub
|
06eb86efd7
|
fix: grep pattern changed to read fluidd version again
|
2020-12-20 16:23:03 +01:00 |
|
 th33xitusandGitHub
|
0339f3f4f5
|
fix: update script
there is a new way of grabbing the mainsail and fluidd version without reading them from a version file kiauh created in the past.
|
2020-12-04 19:38:40 +01:00 |
|
domi
|
3032356f89
|
fix: bug that caused the script to hang because the file that was searched for was not found
|
2020-12-04 16:43:51 +01:00 |
|
 th33xitusandGitHub
|
f1289504bf
|
fix: few moonraker update changes
- change in the description
- option 1 only does a git pull again when rebuilding venv/deps is not necessary
|
2020-12-02 21:39:16 +01:00 |
|
 th33xitusandGitHub
|
d3b7c923bd
|
fix: followup to 1b7b8a1
|
2020-12-01 18:53:30 +01:00 |
|
 th33xitusandGitHub
|
194b8a54cc
|
Merge pull request #47 from th33xitus/rework-display-version
Rework how versions are displayed and fetched
|
2020-11-29 14:57:15 +01:00 |
|
domi
|
1b7b8a1cf9
|
fix: new way of getting mainsail and fluidd version
|
2020-11-29 14:57:24 +01:00 |
|
domi
|
e6dde2cf23
|
fix: different way of displaying versions
|
2020-11-28 23:15:29 +01:00 |
|
domi
|
94926d5985
|
Update README.md
|
2020-11-28 18:04:14 +01:00 |
|
domi
|
acf8a817d8
|
Update changelog.md
|
2020-11-28 17:46:37 +01:00 |
|
domi
|
10558103a5
|
fix: fix some UI stuff
|
2020-11-28 17:42:36 +01:00 |
|
 th33xitusandGitHub
|
c61e101627
|
fix: fix typo
|
2020-11-28 16:46:43 +01:00 |
|
 th33xitusandGitHub
|
ddcaee0838
|
Merge pull request #44 from jordanruthe/master
Add KlipperScreen to kiauh
|
2020-11-28 16:45:47 +01:00 |
|
domi
|
dde5812c6b
|
fix: add check for dbus dependency (fix #43)
|
2020-11-26 15:23:16 +01:00 |
|
domi
|
42a5a0b6d8
|
fix: fix typo, should fix #42
|
2020-11-26 11:00:05 +01:00 |
|
domi
|
d95b8ac763
|
fix: reset to default foreground color
|
2020-11-21 21:17:24 +01:00 |
|
domi
|
865177d0fd
|
fix: highlight note in moonraker update menu
|
2020-11-21 16:45:00 +01:00 |
|
domi
|
8923620414
|
fix: issue with displaying longer version numbers
|
2020-11-21 16:39:19 +01:00 |
|
 th33xitusandGitHub
|
ecc349e550
|
Merge pull request #40 from th33xitus/work-moonraker
fix: rework moonraker update function
|
2020-11-20 14:06:02 +01:00 |
|
domi
|
bc35a82cc8
|
fix: rework moonraker update function
|
2020-11-20 13:14:01 +01:00 |
|
domi
|
4fe964e886
|
fix: a bit better python3 check for moonraker
|
2020-11-20 11:18:29 +01:00 |
|
th33xitus
|
8371a014a0
|
fix: restart nginx with systemctl
|
2020-11-19 13:47:26 +01:00 |
|
th33xitus
|
90af76402b
|
fix: add messages to ongoing process
|
2020-11-19 13:43:33 +01:00 |
|
th33xitus
|
25b911e867
|
fix: followup to d3a12f7d
|
2020-11-19 12:40:47 +01:00 |
|
 th33xitusandGitHub
|
4e9776cac3
|
Merge pull request #38 from th33xitus/work-fluidd
Fix KIAUH for update to Fluidd
|
2020-11-18 18:05:01 +01:00 |
|
th33xitus
|
2e3975374a
|
Update Docs
|
2020-11-18 18:03:41 +01:00 |
|
th33xitus
|
ed9b8d844b
|
fix: must restart moonraker after changes to moonraker.conf
|
2020-11-18 17:48:19 +01:00 |
|
th33xitus
|
d3a12f7db7
|
fix: add a patch due to recent changes to fluidd
|
2020-11-18 17:37:54 +01:00 |
|
th33xitus
|
3b74bb0b77
|
fix: add python check to moonraker installer
|
2020-11-13 21:20:48 +01:00 |
|
th33xitus
|
4f7ac68af6
|
fix: better moonraker service status check
|
2020-11-13 21:17:17 +01:00 |
|
th33xitus
|
e22c6be490
|
fix: cleanup
|
2020-11-13 20:49:10 +01:00 |
|
th33xitus
|
3fd9f95da3
|
fix: littel rework for dwc2 installer etc.
|
2020-11-13 20:48:57 +01:00 |
|
 th33xitusandGitHub
|
065786fea7
|
fix: forgot to disable nginx test during fluidd install
|
2020-11-07 10:00:20 +01:00 |
|
th33xitus
|
e370c54739
|
fix: add dependency check into klipper & moonraker update function
|
2020-11-06 17:56:30 +01:00 |
|
th33xitus
|
88fd83638c
|
fix: disable error-prone api checks
|
2020-11-06 17:53:39 +01:00 |
|
th33xitus
|
3d065c0f1b
|
add: example script for autocommits
|
2020-10-30 16:49:27 +01:00 |
|
th33xitus
|
d98151cfef
|
fix: little typo (but it breaks stuff)
|
2020-10-30 12:50:51 +01:00 |
|
 th33xitusandGitHub
|
41d2dd80a7
|
Merge pull request #34 from th33xitus/work-webui
Work webui
|
2020-10-30 00:13:26 +01:00 |
|
th33xitus
|
7ff1d972b4
|
Update README.md, changelog.md, features.md
|
2020-10-30 00:11:20 +01:00 |
|
th33xitus
|
efe482ea58
|
fix: upload new image
|
2020-10-30 00:10:40 +01:00 |
|
th33xitus
|
8ba6aee952
|
fix: add fluidd to ui message
|
2020-10-29 23:32:24 +01:00 |
|
th33xitus
|
9ecf7068f1
|
fix: rework of writing to configs
|
2020-10-29 22:28:24 +01:00 |
|
th33xitus
|
74a6b04762
|
Merge branch 'work-webui' of https://github.com/th33xitus/kiauh into work-webui
|
2020-10-29 18:32:01 +01:00 |
|
th33xitus
|
55382b1ecb
|
fix: followup to 9fc7f41
|
2020-10-29 18:31:07 +01:00 |
|
th33xitus
|
b48319e24d
|
fix: rework klipper webui installers
|
2020-10-29 18:31:07 +01:00 |
|
th33xitus
|
8b03b27902
|
Merge remote-tracking branch 'origin/master' into work-webui
|
2020-10-29 18:30:14 +01:00 |
|
th33xitus
|
be2734e640
|
fix: little rework and fixes of shell command extension installation
|
2020-10-29 18:27:22 +01:00 |
|
th33xitus
|
7431124d87
|
fix: formatting
|
2020-10-29 17:32:48 +01:00 |
|
th33xitus
|
4ae696857f
|
fix: followup to 9fc7f41
|
2020-10-28 23:16:24 +01:00 |
|
th33xitus
|
9fc7f4120a
|
Merge branch 'moonraker-rework' into work-webui
|
2020-10-28 21:29:53 +01:00 |
|
 th33xitusandGitHub
|
dc32470a7c
|
Merge pull request #33 from th33xitus/klipper-systemd
Support installation for klipper as systemd service
|
2020-10-28 21:24:22 +01:00 |
|
th33xitus
|
d91d01ae2c
|
fix: rework klipper webui installers
|
2020-10-28 20:39:34 +01:00 |
|
th33xitus
|
62b0f2afd6
|
fix: convert test echo into status_msg
|
2020-10-28 13:03:21 +01:00 |
|
th33xitus
|
6ce475e27a
|
fix: revert default selection for log creation question
|
2020-10-28 12:10:38 +01:00 |
|
th33xitus
|
e6d5a73a79
|
fix: followup to 5fd19ae to support klipper systemd service
|
2020-10-28 12:09:15 +01:00 |
|
th33xitus
|
5fd19aef0b
|
add: support to install klipper as systemd service
|
2020-10-28 12:08:02 +01:00 |
|
th33xitus
|
911d0d37e5
|
fix: invert default selections during klipper install
|
2020-10-26 17:59:52 +01:00 |
|
th33xitus
|
cbffa1b31a
|
fix: formatting
|
2020-10-21 21:40:21 +02:00 |
|
th33xitus
|
32c176bf2f
|
fix: add missing function call and simplify function to set hostname
|
2020-10-21 21:15:30 +02:00 |
|
th33xitus
|
b4fc691da1
|
fix: possible fix for #24
|
2020-10-20 10:32:55 +02:00 |
|
 th33xitusandGitHub
|
6129f15386
|
Merge pull request #28 from th33xitus/work-ini
fix: #24 - .gitignore for kiauh.ini
|
2020-10-13 11:59:35 +02:00 |
|
th33xitus
|
759cc8e196
|
fix: whitespaces
|
2020-10-13 11:58:05 +02:00 |
|
th33xitus
|
dec1c0e83c
|
fix: addition to b20cda1
|
2020-10-13 11:55:01 +02:00 |
|
th33xitus
|
b20cda1d15
|
fix: new function to fix #26
|
2020-10-13 11:41:57 +02:00 |
|
th33xitus
|
2c522e717f
|
add: .gitignore for kiauh.ini
|
2020-10-13 11:02:42 +02:00 |
|
th33xitus
|
c06aa0457f
|
bugfix: fix typo
|
2020-10-10 16:55:47 +02:00 |
|
 th33xitusandGitHub
|
253f4e1bf9
|
Merge pull request #25 from th33xitus/work-logupload
Add: log upload function
|
2020-10-10 16:42:19 +02:00 |
|
th33xitus
|
29e3d8b3d2
|
add: log update function
|
2020-10-10 16:41:00 +02:00 |
|
th33xitus
|
e0b7a75116
|
fix: update_all ui
|
2020-10-10 09:46:45 +02:00 |
|
th33xitus
|
083ca8b7fd
|
fix: fetching correct download url + more status messages
|
2020-10-10 09:37:06 +02:00 |
|
th33xitus
|
4e2c6aa2cc
|
fix: fluidd update function not existing
|
2020-10-10 09:35:40 +02:00 |
|
th33xitus
|
a4a85b1045
|
func: drop support for switching to moonraker klipper branch (it's obsolete)
|
2020-10-10 01:22:08 +02:00 |
|
th33xitus
|
ccf5b003fe
|
fix: more verbose ok_msg
|
2020-10-09 19:00:59 +02:00 |
|
 th33xitusandGitHub
|
0027886f4f
|
Update changelog.md
|
2020-10-06 22:48:07 +02:00 |
|
 th33xitusandGitHub
|
26599d734d
|
Update README.md
|
2020-10-06 22:37:08 +02:00 |
|
 th33xitusandGitHub
|
d58841a269
|
Merge pull request #22 from th33xitus/work-fluidd
Installer for Fluidd and several other fixes
|
2020-10-06 22:31:41 +02:00 |
|
th33xitus
|
ab6fa29bd2
|
Update README.md
|
2020-10-06 22:29:03 +02:00 |
|
th33xitus
|
6142c0c18f
|
bugfix: typos
|
2020-10-06 21:58:25 +02:00 |
|