Eric Callahan
d53cf27264
job_queue: always initialize state to "ready"
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-22 06:02:46 -04:00
Eric Callahan
f15ec23c3a
http_client: increase max body size
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-21 06:27:56 -04:00
Eric Callahan
0164bb239e
klippy_connection: fix bug during initialization
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-13 05:23:06 -04:00
Eric Callahan
babfba1686
mqtt: allow unlimited connection attempts
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-12 19:37:33 -04:00
Eric Callahan
09ac00ce2e
klippy_connection: request endpoints before setting the state
...
All of Klipper's endpoints should be available before Moonraker
reports the "ready" state.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-12 19:22:56 -04:00
Pierre Bedell
3d9f5dc6d9
metadata: expanded IceSL's support
...
Signed-off-by: Pierre Bedell pierre.bedell@gmail.com
2022-05-09 12:22:20 -04:00
Richard Mitchell
56097a35ad
wled: Add extra control for wled effects
...
For the "Percent" preset the intensity controls the amount of the bar lit up 0-100
Work around issue when preset is re-enabled if sending intensity or speed while no preset is active
Removed control endpoint
Added missed toggle endpoint
Transition time to 0 for control changes
Signed-off-by: Richard Mitchell <richardjm+moonraker@gmail.com>
2022-05-09 06:32:14 -04:00
Eric Callahan
fcfa563d02
docs: fix minor typo
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-04 05:28:20 -04:00
Eric Callahan
59f2736bb6
docs: clarify location of moonraker.conf
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-04 05:25:40 -04:00
David Smith
2f09b74dc1
docs: correct flip_v for webcam vertical flip
...
Signed-off-by: David Smith <davidosmith@gmail.com>
2022-05-03 06:32:53 -04:00
Eric Callahan
cd520ba917
http_client: immediately raise cancelled errors
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-23 14:55:49 -04:00
Eric Callahan
94a11ff291
docs: add repo recovery documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-21 17:56:29 -04:00
Eric Callahan
11beaa7076
metadata: read metadata after object processing
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-21 10:28:45 -04:00
Eric Callahan
6f2ce72b4c
metadata: add a UUID to extracted metadata
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-21 06:47:31 -04:00
Eric Callahan
c1eda1ef3d
http_client: modify download progress reporting
...
Report progress for each percentage change.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-21 06:37:52 -04:00
Eric Callahan
f8a38abc89
confighelper: Update the help url for moved options
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-20 07:13:26 -04:00
Eric Callahan
985760c584
docs: add clarification to option deprecations
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-20 07:08:29 -04:00
Eric Callahan
d84f93d381
polkit: add flag to disable systemctl
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 14:46:15 -04:00
Eric Callahan
3ddbb9553d
docs: note the "-z" option of the install script
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 14:18:16 -04:00
Eric Callahan
b06f782665
install: add flag to disable systemctl
...
The "-z" flag will run the install script without running the
systemctl command. This is useful for installations which
are done outside of the normal "boot" process.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 14:11:04 -04:00
Eric Callahan
4be8e2e72f
database: fix decode exception handler
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 10:59:38 -04:00
Eric Callahan
65946ef857
job_queue: increase ready job delay
...
Delay for a full second before processing a job after
Klippy reports ready.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 06:23:02 -04:00
Eric Callahan
bbd5d8a1a1
history: add logging
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 06:22:58 -04:00
Eric Callahan
430c2550c5
job_state: add logging
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 06:18:42 -04:00
Eric Callahan
fe84226908
klippy_connection: log klippy version as received
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-19 06:18:32 -04:00
Eric Callahan
d3003a1584
machine: return default values for find public interface
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-15 17:27:36 -04:00
Eric Callahan
47c6245c3f
docs: spelling fixes
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:27 -04:00
Eric Callahan
e0eded70e8
docs: document extension APIs
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:27 -04:00
Eric Callahan
4666458793
websockets: simplify JSON-RPC execution
...
To accommodate access to multiple protocols Moonraker will always
require that the "params" field contain a dictionary, so reject any
other type as invalid. There is no need to expand keyword arguments,
simply pass the params dict to the callback.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:27 -04:00
Eric Callahan
da864ab391
websockets: only allow connections to identify once
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:26 -04:00
Eric Callahan
cbc02d625c
websockets: add agent registration
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:26 -04:00
Eric Callahan
a79e0eeef2
moonraker: add extensions to core components
...
Bump the API patch version with the addition of the extension
APIs.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:26 -04:00
Eric Callahan
236a7a7736
extensions: initial implementation
...
Add basic support "agents", ie: unmanaged extensions. Connected
agents are granted a limited ability to emit websocket notifications
and process rpc requests from Moonraker.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:25 -04:00
Eric Callahan
1133c296b1
websockets: implement notification masking
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:25 -04:00
Eric Callahan
d5a55047ab
websockets: fix status codes
...
HTTP 404 and JSON-RPC -32601 are equivalent, so translate
where necessary. Any other JRPC code received outside of the
HTTP error range should be assigned a 500.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:25 -04:00
Eric Callahan
f6876c15e4
websockets: add ability to call ws client methods
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:24 -04:00
Eric Callahan
3a21e9d6f0
websockets: add default values for client data
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:24 -04:00
Eric Callahan
b296444091
github: create a pull request template
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 06:13:53 -04:00
Eric Callahan
7631999c8f
klippy_connection: handle credential exceptions
...
Handle exceptions should the attempt to fetch peer
credentials on the unix socket fail. This isn't a hard
requirement for connection and should not cause
the connection to abort.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-08 14:37:11 -04:00
Eric Callahan
b21f909705
klippy_connection: get unix socket peer credentials
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-08 14:21:17 -04:00
Eric Callahan
eb6aeddf78
update_manager: detect divergent remotes
...
If a repo's remote has diverged then a reset is necessary as the
attempt to pull will fail.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-07 08:25:26 -04:00
Eric Callahan
2096c380c4
tests: update confighelper tests
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 17:02:22 -04:00
Eric Callahan
0f70037ffc
docs: update documentation for config changes
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:41:19 -04:00
Eric Callahan
536871ad18
moonraker: bump API Version to 1.0.4
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:26:33 -04:00
Eric Callahan
77027d252e
moonraker: always log configuration exceptions
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:26:32 -04:00
Eric Callahan
bf19bcecae
moonraker: report additional configuration info
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:26:32 -04:00
Eric Callahan
fc6714b30d
confighelper: backup the entire configuraiton
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:26:32 -04:00
Eric Callahan
ad00e08d11
confighelper: add support for include directives
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:26:31 -04:00
Eric Callahan
2e4814978f
app: shallow copy arguments before passing to a request
...
This prevents a scenario where a request handler mutates
the arguments of a WebRequest, which could result in
changing the default "request_arguments" in
"InternalTransport.call_method()".
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-05 15:48:36 -04:00
Eric Callahan
fb2eacf702
confighelper: make parsed a required argument
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-05 15:48:36 -04:00