-
-
Notifications
You must be signed in to change notification settings - Fork 1
Allow enabling/disabling device sources and known devices #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
ec6e912
feat: allow enabling/disabling device sources and known devices
heavyrubberslave 2586e6f
Some improvements, still wip
heavyrubberslave 6b3088e
Centralize device enable/disable handling in DeviceManager
heavyrubberslave a0489e6
Clear pending retry on device disappearance, align virtual provider
heavyrubberslave f18c599
Generalize device provider detection flow into a base class
heavyrubberslave 68da237
Introduce AnyDevice to erase setAttribute bivariance at device bounda…
heavyrubberslave cd3e0db
Type AnyDevice.setAttribute with AttributeValue instead of unknown
heavyrubberslave d25ea81
Restore device-family type safety for BLE/serial providers
heavyrubberslave bd140d6
Tighten test attribute-value typings from unknown to AttributeValue
heavyrubberslave c267f46
Address code review findings on device lifecycle and settings
heavyrubberslave 0f9d1d3
Merge DetectedDeviceProvider into DeviceProvider, route virtual throu…
heavyrubberslave 00088ea
Drive buttplug.io scanning off 'scanningfinished' instead of fixed ti…
heavyrubberslave bb40c9d
Revert "Drive buttplug.io scanning off 'scanningfinished' instead of …
heavyrubberslave a03632a
Name buttplug.io scan timing constants and cover the scan duty-cycle
heavyrubberslave 9fea5d7
Drop the auto-scan duty-cycle test and its injectable timers
heavyrubberslave 150ed88
Remove unnecessary comments, rename some things for clarity
heavyrubberslave 4de46df
Rename DeviceInfo to DeviceDetectionInfo, disambiguate detection vs c…
heavyrubberslave 833c607
Removed some more unnecessay comments
heavyrubberslave faf22f7
Reference-count BLE/serial observers; buttplugIo devices close themse…
heavyrubberslave dd3a17b
Revert renaming
heavyrubberslave d472a40
Mock the usb module in SerialPortObserver tests instead of double-cal…
heavyrubberslave e661512
Stop recomputing buttplugIo device id in the factory, matching other …
heavyrubberslave 338aca2
Don't abort virtual device reconciliation when one device fails to close
heavyrubberslave 3e16303
Rename buttplugIo naming leftovers for clarity
heavyrubberslave 7ea3b0d
Don't leave a provider permanently zombied when device.close() fails …
heavyrubberslave 440a058
Replace DeviceProviderManager's hand-rolled operation queue with Sequ…
heavyrubberslave 249e4a0
Extract shared reference-counting logic from BleObserver/SerialPortOb…
heavyrubberslave d68a8bd
Hydrate schema defaults and validate via AJV in PlainToClassSerialize…
heavyrubberslave 448318b
Drop redundant void prefix on a promise that already has a .catch()
heavyrubberslave 1a9005c
Remove some more comments
heavyrubberslave e2bfc6b
Fix remaining CodeRabbit findings, parallelize provider start/stop, u…
heavyrubberslave 1a6466c
Fix settings-change races, provider restart, and DI/scope cleanup
heavyrubberslave 72736a5
fix: guard provider shutdown/stop errors so graceful shutdown completes
heavyrubberslave 3ebf4a3
fix: close race between automation log file creation and read
heavyrubberslave 4dffc96
fix: open automation log before isolate creation to avoid leak on wri…
heavyrubberslave 11e4e1c
Split scriptRuntime, wip
heavyrubberslave 24d868b
Restructure scriptRuntime
heavyrubberslave c857bb0
Give automation scripts their own AutomationScript logger, drop conso…
heavyrubberslave 61071f9
Remove unnecessary comment
heavyrubberslave File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.