Commit graph

  • 66de18f9b6
    spoolman: really fix type checking this time Eric Callahan 2024-01-16 13:57:20 -05:00
  • 8d6def7e41
    spoolman: type checking fix Eric Callahan 2024-01-16 13:53:21 -05:00
  • c196f7548c
    update_manager: workaround zipfile permission issues Eric Callahan 2024-01-16 12:35:38 -05:00
  • 15fed2e819
    spoolman: check for deleted spools Eric Callahan 2024-01-16 11:43:59 -05:00
  • 374516a00a
    spoolman: remove class variables Eric Callahan 2024-01-16 07:58:22 -05:00
  • c4f1d251c3
    klippy_connection: add support for service info fallback Eric Callahan 2024-01-15 12:20:05 -05:00
  • 619a588683
    application: add error handling to listen() Eric Callahan 2024-01-14 12:45:12 -05:00
  • 7beca7a1a3
    application: refactor HTTP routing Eric Callahan 2024-01-14 11:17:20 -05:00
  • 35785be5dc
    application: remove direct websockets import Eric Callahan 2024-01-13 19:47:08 -05:00
  • 69f527b7c7
    secrets: remove dependency on file_manager Eric Callahan 2024-01-13 13:56:00 -05:00
  • 60f4a82873
    confighelper: avoid direct import of JinjaTemplate Eric Callahan 2024-01-13 12:37:35 -05:00
  • ddd735feba
    refactor: convert klippy_connection into a component Eric Callahan 2024-01-13 12:02:33 -05:00
  • a88468eb79
    refactor: convert websockets into a component Eric Callahan 2024-01-13 10:58:03 -05:00
  • d506c9241f
    refactor: convert application into a component Eric Callahan 2024-01-13 10:44:39 -05:00
  • 94b1896e28
    server: add support for python dependency recovery Eric Callahan 2024-01-13 08:17:13 -05:00
  • 01ad427d75
    build: bump dependency versions Eric Callahan 2024-01-11 16:39:48 -05:00
  • cf99b78489
    app_deploy: use pip_utils for python package updates Eric Callahan 2024-01-11 14:12:40 -05:00
  • 20871e2171
    pip_utils: utilities for managing python packages via pip Eric Callahan 2024-01-11 12:27:39 -05:00
  • f1de614027
    shell_command: refactor retrires to attempts Eric Callahan 2024-01-10 16:30:54 -05:00
  • eee1eda6bc
    shell_command: add run_cmd_async method to factory Eric Callahan 2024-01-10 12:24:26 -05:00
  • 3008a13efb
    update_manager: fix web_deploy persistent_files Eric Callahan 2024-01-10 12:00:36 -05:00
  • ea6df41f05
    gpio: fix initial state for inverted gpios Eric Callahan 2024-01-10 05:59:21 -05:00
  • 27a0295218
    eventloop: remove deprecated uvloop method Eric Callahan 2024-01-07 19:51:48 -05:00
  • 6e6388d673
    update_manager: fix race condition Eric Callahan 2024-01-06 11:54:33 -05:00
  • 84a8538597
    build: fix pdm build regression Eric Callahan 2024-01-01 05:51:09 -05:00
  • 54dc887254
    build: bump zeroconf to 0.131.0 Eric Callahan 2023-12-28 07:35:30 -05:00
  • ca595163bb
    server: log launch arguments: Eric Callahan 2023-12-29 20:03:30 -05:00
  • 5585884d26
    app: resolve soft restart issues Eric Callahan 2023-12-29 08:11:47 -05:00
  • c4d15e40a8
    install: speedup zeroconf install Eric Callahan 2023-12-28 11:46:19 -05:00
  • 36b5b9f4dd
    update_manager: bump pip version Eric Callahan 2023-12-28 10:30:51 -05:00
  • 19422819da
    app_deploy: add support for pip environment vars Eric Callahan 2023-12-28 07:49:41 -05:00
  • f7d5f11cf8
    database: fix get_batch for older versions of lmdb Eric Callahan 2023-12-28 06:02:09 -05:00
  • 5c5e91cb3d
    database: log lmdb versions Eric Callahan 2023-12-28 05:50:03 -05:00
  • c226e9c1e4
    docs: note history changes in changelog Eric Callahan 2023-12-27 07:48:20 -05:00
  • 09b6a33ae4
    history: add check for interrupted jobs Eric Callahan 2023-12-27 06:21:18 -05:00
  • ee0c641b08
    docs: update webcam documentation Eric Callahan 2023-12-24 14:49:22 -05:00
  • cc5dea716b
    docs: note gpio and button behavior changes user_changes.md Eric Callahan 2023-12-24 07:53:00 -05:00
  • dbbb07c68e
    confighelper: clean up warnings Eric Callahan 2023-12-23 15:22:23 -05:00
  • ad1666bb2c
    confighelper: add getgpioevent method Eric Callahan 2023-12-23 11:42:32 -05:00
  • e620d2dcd7
    gpio: improve pin parsing Eric Callahan 2023-12-23 11:37:45 -05:00
  • 06a3f932ba
    docs: update gpio documentation Eric Callahan 2023-12-20 11:02:44 -05:00
  • 2298f6b5a7
    gpio: improve event debounce procedure Eric Callahan 2023-12-20 10:50:11 -05:00
  • 78d7a4f560
    build: remove gpiod deps, add python-periphery Eric Callahan 2023-12-19 16:55:15 -05:00
  • 5d079d8c26
    gpio: migrate from gpiod to python-periphery Eric Callahan 2023-12-19 16:50:50 -05:00
  • 7fc571643d
    power: enable HTTP port option for Zigbee/Hue devices wollew 2023-12-23 00:19:05 +01:00
  • 088d9ee59a
    docs: update power documentation Eric Callahan 2023-12-22 16:53:52 -05:00
  • 90e2ab6fcf
    docs: add JSON-RPC over HTTP documentation Eric Callahan 2023-12-22 16:51:57 -05:00
  • aa16dd671b
    app: add jsonrpc HTTP endpoint Eric Callahan 2023-11-28 10:23:56 -05:00
  • 6dbcdf537f
    app: improve endpoint registration logging Eric Callahan 2023-11-27 08:10:12 -05:00
  • 94989b39dc
    app: raise an exception on duplicate endpoint registration Eric Callahan 2023-11-26 19:19:09 -05:00
  • b3b60757aa
    authorization: remove "permitted_paths" attribute Eric Callahan 2023-11-26 16:26:22 -05:00
  • eed759e111
    klippy_apis: allow subscription requests from transports Eric Callahan 2023-11-26 12:23:39 -05:00
  • bfeb096f31
    jsonrpc: share one instance among all transports Eric Callahan 2023-11-26 11:45:55 -05:00
  • 8b2d9b26f5
    app: streamline endpoint registration Eric Callahan 2023-11-24 20:29:08 -05:00
  • 7de61eb113
    klippy_connection: track connection state with an enum Eric Callahan 2023-11-16 14:44:20 -05:00
  • b18e9cc222
    all: Replace strings with RequestType flags Eric Callahan 2023-11-05 05:21:10 -05:00
  • 6e8b720d17
    job_state: combine events into a single handler Eric Callahan 2023-11-03 06:35:13 -04:00
  • 7deb9fac4c
    common: add RequestType and TransportType flags Eric Callahan 2023-06-28 16:30:24 -04:00
  • 42357891a3
    docs: add "check_klipper_config_path" documentation Eric Callahan 2023-12-16 15:31:35 -05:00
  • 3b53d9532d
    file_manager: add option to opt out of klipper check Eric Callahan 2023-12-16 15:25:38 -05:00
  • 6d8cb762ff
    file_manager: relax registration requirements Eric Callahan 2023-12-15 10:53:09 -05:00
  • 9ad8fed81e
    spoolman: register announcement feed Eric Callahan 2023-12-02 07:44:40 -05:00
  • cf83c9f709
    announcements: implement feed registration Eric Callahan 2023-12-02 07:42:50 -05:00
  • fb15b2a3de
    metadata: increase read size to 1 MiB Eric Callahan 2023-11-19 17:56:55 -05:00
  • be23f206ee
    metadata: refactor regex helper methods Eric Callahan 2023-11-17 13:59:59 -05:00
  • dddd968f82
    simplyprint: unknown temperature fix Eric Callahan 2023-11-15 17:40:09 -05:00
  • 7337c6f762
    klippy_connection: fix error message from Klipper Eric Callahan 2023-11-05 16:38:16 -05:00
  • 07388f4d38
    simplyprint: add support for gcode acknowledgements Eric Callahan 2023-11-05 12:26:31 -05:00
  • e3cf9b2aa9
    docs: note changes to bound service init Eric Callahan 2023-11-15 17:35:02 -05:00
  • 6c6b7dcff0
    power: process bound services when initial_state is set Eric Callahan 2023-11-14 08:11:40 -05:00
  • 975011d190
    metadata : fix extract to work with Ideamaker WALDNER Emmanuel 2023-11-07 22:12:58 +01:00
  • d9c16380a4
    docs: update readthedocs configuration Eric Callahan 2023-11-07 15:09:03 -05:00
  • 588454ffee
    docs: document agent remote method registration Eric Callahan 2023-11-07 14:49:19 -05:00
  • 27dddd62ac
    extensions: support agent method registration Eric Callahan 2023-11-07 07:18:26 -05:00
  • 2e27b073c9 docs: add Domoticz power device documentation docgalaxyblock 2023-10-23 16:22:17 +02:00
  • b63ca44094 docs: updated prebuild images config path note from ~/klipper_config to ~/printer_data docgalaxyblock 2023-10-23 16:22:17 +02:00
  • 40011370a3
    update_manager: improve Klipper detection Eric Callahan 2023-11-02 06:19:14 -04:00
  • e03dbe3251
    app: raise tornado http exceptions in upload handler Eric Callahan 2023-10-30 10:15:35 -04:00
  • 4f32f477bd
    app: improve upload error handling Eric Callahan 2023-10-29 20:14:03 -04:00
  • a71c5c159d
    spoolman: filter spool_id before setting it active Eric Callahan 2023-10-24 19:32:24 -04:00
  • 17ffb4455e docs: fix typos in docs Daisuke Sato 2023-10-20 03:06:20 +09:00
  • 2641fc54d6
    proc_stats: fix vcio ioctl logging spam Eric Callahan 2023-10-13 16:55:59 -04:00
  • b8ce199edd
    install: fix dbus provider detection Eric Callahan 2023-10-08 12:10:54 -04:00
  • fd11c08b99
    build: update python dependencies Eric Callahan 2023-10-10 16:30:39 -04:00
  • b676773602
    metadata: update deprecated pillow constant Eric Callahan 2023-10-10 16:26:39 -04:00
  • 9785387867
    docs: update linting guidelines Eric Callahan 2023-10-07 10:42:34 -04:00
  • 4fe99e6ebb
    json_wrapper: fix linter errors Eric Callahan 2023-10-07 10:37:42 -04:00
  • d721ec5d9c
    update_manager: fix linter errors Eric Callahan 2023-10-07 10:36:49 -04:00
  • 6f6f535d6a
    file_manager: fix linter errors Eric Callahan 2023-10-07 10:36:16 -04:00
  • b4dfa5a4dd
    zeroconf: fix linter errors Eric Callahan 2023-10-07 10:35:58 -04:00
  • d25ddc954a
    wled: fix linter errors Eric Callahan 2023-10-07 10:35:29 -04:00
  • 0afbefc962
    simplyprint: fix linter errors Eric Callahan 2023-10-07 10:33:56 -04:00
  • a28c7c3f93
    power: fix linter errors Eric Callahan 2023-10-07 10:33:20 -04:00
  • bfc7ea3635
    notifier: fix linter errors Eric Callahan 2023-10-07 10:31:58 -04:00
  • 0e7c759bde
    machine: fix linter errors Eric Callahan 2023-10-07 10:31:41 -04:00
  • 2a7594fc3b
    job_state: fix linter errors Eric Callahan 2023-10-07 10:31:15 -04:00
  • 7219cc45a5
    button: fix linter errors Eric Callahan 2023-10-07 10:30:56 -04:00
  • 0eae069666
    announcements: fix linter errors Eric Callahan 2023-10-07 10:30:42 -04:00
  • 89dbefe46d
    websockets: fix linter errors Eric Callahan 2023-10-07 10:30:25 -04:00
  • ddd4a02e9c
    server: fix linter errors Eric Callahan 2023-10-07 10:30:08 -04:00