index
:
bt-dualboot.git
master
Sync Bluetooth for dualboot Linux and Windows
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-21
updated README.md
HEAD
master
Rishi-k-s
2023-01-27
Merge pull request #9 from J3RN/fix-fstrings
Konstantin
2023-01-13
Fix fstrings for multiple pairing errors
Jonathan Arnett
2022-05-15
Merge pull request #4 from x2es/bugfix_N3_make_class_optional
Konstantin
2022-05-15
bugfix: option `[General]/Class=` from `/var/lib/bluetooth/ADAPTER_MAC/DEVICE...
Konstantin Ivanov
2022-05-10
Update README.md
Konstantin
2022-05-10
version 1.0.0
Konstantin Ivanov
2022-05-10
add README.md
Konstantin Ivanov
2022-05-10
rename Dockerfile.pip to Dockerfile.build_pip
Konstantin Ivanov
2022-05-05
add --version option
Konstantin Ivanov
2022-05-04
fixup refactor console -> cli
Konstantin Ivanov
2022-05-04
sample local tests launcher
Konstantin Ivanov
2022-05-04
allow invoke as `python3 -m bt_dualboot`
Konstantin Ivanov
2022-05-04
add development README-dev.md
Konstantin Ivanov
2022-05-04
mv tests_integration/helpers.sh dev/helpers.sh
Konstantin Ivanov
2022-05-03
rename bt_dualboot.console to bt_dualboot.cli
Konstantin Ivanov
2022-05-03
mv bin/ dev/
Konstantin Ivanov
2022-05-03
bin/start-tests-integration: allow nested images
Konstantin Ivanov
2022-05-03
bugfix: windows registry contains non-MAC as key
Konstantin Ivanov
2022-04-29
* allow multiple Dockerfiles per test environment: invoke the same tests set ...
Konstantin Ivanov
2022-04-28
re-layout project
Konstantin Ivanov
2022-04-20
shortcut for start tests refers bugs
Konstantin Ivanov
2022-04-20
refactor tests: named data samples
Konstantin Ivanov
2022-04-20
refactor assert_hive_backup_ok() dry_run= to should_absent=
Konstantin Ivanov
2022-04-20
add Hive file backup feature
Konstantin Ivanov
2022-04-17
handle --sync input errors
Konstantin Ivanov
2022-04-17
introduce manual_pytest.ini for spawining shell in context of prepared test e...
Konstantin Ivanov
2022-04-17
fix --sync: show error on attempt sync already synced devices
Konstantin Ivanov
2022-04-16
add bin/pre-release* tools
Konstantin Ivanov
2022-04-16
implement `--sync MAC` and `--sync-all`
Konstantin Ivanov
2022-04-15
evolve bash tools for testing and development
Konstantin Ivanov
2022-04-11
git tool for review and stage files for commit
Konstantin Ivanov
2022-04-11
DRY refactor test_integration launchers
Konstantin Ivanov
2022-04-11
add/refactor tests for BtSyncManager.push()
Konstantin Ivanov
2022-04-11
lint: flake8 --max-line-length 110 --max-doc-length 110 --statistics --ignore...
Konstantin Ivanov
2022-04-11
lint: autopep8 --in-place -r --max-line-length 110 --aggressive
Konstantin Ivanov
2022-04-11
`# fmt: off` for black
Konstantin Ivanov
2022-04-11
lint with black
Konstantin Ivanov
2022-04-11
Initial beta version with working --sync-all
Konstantin Ivanov