moonraker/moonraker/components
Eric Callahan ac23f00d1f update_manager: remove initialized lock
Now that init occurs before the server starts there is no need to block requests until post initialization.

Signed-off-buy:  Eric Callahan <arksine.code@gmail.com>
2021-11-12 10:11:39 -05:00
..
file_manager file_manager: use the job queue to start gcode uploads 2021-11-12 10:11:39 -05:00
update_manager update_manager: remove initialized lock 2021-11-12 10:11:39 -05:00
__init__.py moonraker: rename the "plugins" package to "components" 2021-03-18 08:29:31 -04:00
authorization.py authorization: specifically identify basic auth 2021-08-28 08:54:40 -04:00
data_store.py data_store: add annotations 2021-05-18 19:16:49 -04:00
database.py database: read out all namespaces on init 2021-06-13 11:04:44 -04:00
history.py history: implement reset totals endpoint 2021-11-12 10:11:39 -05:00
job_queue.py job_queue: initial implementation 2021-11-12 10:11:39 -05:00
job_state.py job_state: initial implementation 2021-11-12 10:11:39 -05:00
klippy_apis.py moonraker: refactor klipper initialization 2021-11-12 10:11:39 -05:00
machine.py machine: use component_init for post initialization 2021-11-12 10:11:39 -05:00
mqtt.py mqtt: use component_init for post initalization 2021-11-12 10:11:39 -05:00
octoprint_compat.py moonraker: remove references to "system_args" 2021-07-06 19:25:10 -04:00
paneldue.py paneldue: use component_init for post initialization 2021-11-12 10:11:39 -05:00
power.py power: use component_init for post initialization 2021-11-12 10:11:39 -05:00
proc_stats.py proc_stats: update service state in the proc_stat timer 2021-10-23 10:20:07 -04:00
shell_command.py shell_command: handle ProcessLookupError when cancelling 2021-11-01 08:25:28 -04:00