maziggy 91acac2b35 Stop retrying a printer whose FTPS handshake fails, and name the cause (#2780) vor 4 Wochen
..
__init__.py ff53e62ef8 Add comprehensive automated testing infrastructure vor 8 Monaten
conftest.py 91acac2b35 Stop retrying a printer whose FTPS handshake fails, and name the cause (#2780) vor 4 Wochen
mock_ftp_server.py f2468077fe Add mock FTPS server and comprehensive FTP test suite (67 tests) vor 7 Monaten
test_archive_copy.py c1f69ee0cc fix(slicer): wrong-printer slicing + sliced-archive filament list + per-instance MakerWorld compat vor 4 Monaten
test_archive_display_stem.py 01a7e6ee93 fix(archive,vp): strip .gcode.3mf properly + sync review/archive name (#1152) vor 4 Monaten
test_archive_plate_validation.py 713b85387a fix(archives): validate downloaded 3MF plate against gcode_file (#1204) vor 4 Monaten
test_archive_service.py bdac27ebee fix(slicer): preserve PVA-for-support intent across re-slice of source 3MF (#1881) vor 2 Monaten
test_attach_timelapse_safe_path.py 32b3a93e60 test(security-fixtures): suppress Bandit B108/B104 on adversarial inputs vor 3 Monaten
test_backup_path.py 5bbfeefa65 fix(backup): diagnose an unwritable backup path instead of quoting errno 30 (#2544) vor 1 Monat
test_bambu_cloud.py e52b73e21f Stop the Bambu Cloud TOTP tests reaching the network vor 1 Monat
test_bambu_ftp.py 91acac2b35 Stop retrying a printer whose FTPS handshake fails, and name the cause (#2780) vor 4 Wochen
test_bambu_mqtt.py 1eea194953 Resolve a spool's material to a known drying preset before starting a cycle (#2774) vor 1 Monat
test_camera_capture_coalescing.py 73afa95047 fix(camera): share one connection between concurrent one-shot captures (#2705) vor 1 Monat
test_camera_diagnose.py 73afa95047 fix(camera): share one connection between concurrent one-shot captures (#2705) vor 1 Monat
test_camera_fanout.py 62a64006b8 fix(camera): stop /camera/stop from letting a second socket open (#2521) vor 1 Monat
test_camera_profiles.py 6d7a92c024 fix(camera): P2S RTSP stream dropped every frame after the first (#1395) vor 3 Monaten
test_camera_rotation.py 432e956eff fix(camera): rotate every still exactly once, and cover the sources that let ffmpeg write the file vor 1 Monat
test_camera_tls_proxy.py 60d0c33172 fix(camera): catch RuntimeError in TLS proxy forwarders for uvloop vor 4 Monaten
test_email_service.py ea5b9b3011 Post work PR #322 vor 6 Monaten
test_external_camera.py 379765a46a fix(camera): transcode non-JPEG external snapshots to JPEG (#1902) vor 2 Monaten
test_external_camera_capture_coalescing.py 4888485a54 fix(camera): redact credentials, contain failures, and stop the external-camera test claiming a connection it never opened vor 1 Monat
test_external_spool_change.py e336eb53e7 fix(inventory): reconcile external-spool assignment when its filament type changes (#2575) vor 1 Monat
test_filament_deficit.py 9c86a05657 Check filament deficit for Library-backed queue items (#2779) vor 1 Monat
test_filament_requirements.py 14919a80a5 Merge pull request #1440 from Person2099/fix/filament-override-ams-mapping-dispatch vor 3 Monaten
test_ftp_profiles.py 9174badb10 fix(ftp): cap H2C FTPS to TLS 1.2 so the sliced 3MF downloads reliably (#2582) vor 1 Monat
test_hms_actions.py a45d32efd0 fix(hms): wrong-plate Ignore actually ignores + buttons read as buttons + ack-detection survives transient re-pause (#1869) vor 2 Monaten
test_hms_errors.py b99536cc33 Remove unused imports, variables, and fix minor CodeQL findings vor 7 Monaten
test_homeassistant_list_entities.py 135b8fd93b fix(smart-plugs): HA entity search bypassed the schema's domain whitelist (#1388) vor 3 Monaten
test_label_renderer.py 917bfd7666 feat(labels): scannable QR on 203 dpi thermal printers + monochrome mode (#1870) vor 2 Monaten
test_layer_timelapse.py cd7b869419 Merge branch 'dev' into fix/camera-rotation-finish-photo-timelapse vor 1 Monat
test_ldap_service.py 5efbd353ed Survive a directory that defines no posixGroup class (#2769) vor 1 Monat
test_log_health.py e222a0ef0e feat(system): log-health scanner + Add/Edit-Printer setup pre-flight vor 3 Monaten
test_long_lived_tokens.py 258db95483 fix(overlay): authenticate the OBS overlay with a token when login is enabled (#2613) vor 1 Monat
test_loop_watchdog.py 774eba73c8 feat(diagnostics): event-loop stall watchdog to catch silent backend freezes vor 3 Monaten
test_makerworld.py ba40f5731d fix(cloud): only sign out on Bambu's real token-expiry 401, not any 401 vor 1 Monat
test_mqtt_smart_plug_subscribe.py 74527d4124 fix(smart-plug): restore MQTT subscriptions for per-type topic configs on startup (#1010) vor 4 Monaten
test_network_utils.py af867c0392 fix(vp): populate bind-interface list on macOS (route non-Linux to psutil) vor 2 Monaten
test_notification_service.py a74dc7932f Cover nested data structures in the HA notify pass-through (#1441) vor 1 Monat
test_obico_actions.py 4206d675eb feat(notifications): dedicate AI Failure Detection notification event (#1794) vor 2 Monaten
test_orca_cloud.py 00251fe808 feat(orca-cloud): pair via RFC 8628 device flow, replacing the paste-based sign-in vor 1 Monat
test_p2s_accessory_fans.py ac3e3cc60f fix(printers): don't retract a fan kit on a partial airduct frame vor 1 Monat
test_plate_detection.py b99536cc33 Remove unused imports, variables, and fix minor CodeQL findings vor 7 Monaten
test_plate_thumbnail.py 3ef5119b7d fix(archives): render plate thumbnails server-side when sidecar slice skips them (#1759) vor 2 Monaten
test_plug_energy_history.py aba00598bb fix(smart-plugs): read a REST plug's lifetime counter, and derive Today/Yesterday from it (issue #2539) vor 1 Monat
test_preset_resolver.py 1c42a9f1fd remove(slicer): drop bundle import; fix cloud preset type/from for CLI (#1712) vor 2 Monaten
test_print_dispatch_context.py db6cdb0745 fix(camera): take the finish photo when the print ends, not when its last layer starts (#2547) vor 1 Monat
test_printable_objects_plate.py ce31de65c2 fix(skip-objects): scope the object list to the plate being printed (#2522) vor 1 Monat
test_printer_diagnostic.py 91acac2b35 Stop retrying a printer whose FTPS handshake fails, and name the cause (#2780) vor 4 Wochen
test_printer_manager.py fce7ea0200 Stop the drying badge inventing a temperature on a uniform AMS (#2759) vor 1 Monat
test_rest_smart_plug.py 3daae22f3d Security hardening (maziggy/bambuddy-security #8) vor 1 Monat
test_slice_dispatch_progress.py d5153f1de3 feat(slicer): live progress + filament discovery polish + OrcaSlicer warning vor 4 Monaten
test_slice_preview.py 1c42a9f1fd remove(slicer): drop bundle import; fix cloud preset type/from for CLI (#1712) vor 2 Monaten
test_slicer_3mf_convert.py 83142c726c fix(slice): report a finished slice once, not once per queued poll vor 1 Monat
test_slicer_api.py e95c42c021 Add auto-orient and auto-arrange to server-side slicing (#2548) vor 1 Monat
test_slicer_filament_resolver.py 261c376d1f fix(spoolbuddy): close #1815 — preserve PFUS/PFCN setting_id in resolver vor 2 Monaten
test_slot_preset_writer.py 0793022818 fix(ams): keep slot card preset name in sync after spool swaps vor 2 Monaten
test_smart_plug_manager.py 56accd24de fix(smart-plugs): don't blank printer state when an accessory plug switches off (#2629) vor 1 Monat
test_spool_assignment_notifications.py 305529f483 fix(notifications): missing-spool-assignment check now unions both assignment tables (#1473) vor 3 Monaten
test_spool_tag_matcher.py 0793022818 fix(ams): keep slot card preset name in sync after spool swaps vor 2 Monaten
test_spoolman_service.py a1d6fb22ae fix(spoolman): filter external library lookup by Bambu Lab manufacturer (#1330) vor 3 Monaten
test_spoolman_slot_mapping_fallback.py 6fb6b845e7 Read the printer's own slot mapping when Spoolman has none (#2768) vor 1 Monat
test_spoolman_tracking.py 72044e3a53 fix(usage): scope 3MF filament tracking to dispatched plate (#1697) vor 2 Monaten
test_spoolman_tray_split.py 9f4f16e5bd fix(spoolman): split mid-print usage across AMS backup switch (#1793) vor 2 Monaten
test_start_print_busy_guard_2598.py d7093c7fe4 fix(dispatch): don't send start-print to a busy printer; scheduler defers (#2598) vor 1 Monat
test_stl_thumbnail.py 396e9aa09e security: harden path-traversal class across routes + services; fifth CI backstop vor 3 Monaten
test_tailscale.py 64899a8ca4 refactor(virtual-printer): drop Tailscale LE cert path, keep toggle informational vor 4 Monaten
test_tasmota.py 839be41133 Fix support bundle leaking personal data (#473) vor 6 Monaten
test_total_layers_print_start.py beca3a8d73 fix(mqtt): keep the layer total that arrives with the print-start frame (#2702) vor 1 Monat
test_usage_tracker.py ab8e07618f fix(inventory): archive filament colour follows the assigned spool, not the 3MF (#1494) vor 3 Monaten
test_virtual_printer.py 4f2c073a34 fix(vp): gate the slicer's AMS pick behind the toggle and scope its badges (#2700) vor 1 Monat
test_vp_diagnostic.py 28a6ca6f4d Add CAP_NET_BIND_SERVICE everywhere the service is defined (#2549) vor 1 Monat
test_vp_ftp_port_slicing.py d597d36d5b fix(vp): slice FTP passive ports per VP, drop bridge-mode RAM by 95% (#1646) vor 3 Monaten