mkinney
|
0a655ac8df
|
Merge pull request #203 from mkinney/minor_changes
do not print line for export; comment out ble test; do not send decoded
1.2.50
|
2022-01-01 09:51:34 -08:00 |
|
Mike Kinney
|
0b6676c5b3
|
do not print line for export; comment out ble test; do not send decoded
|
2022-01-01 09:49:21 -08:00 |
|
mkinney
|
e5ecba7ec0
|
Merge pull request #202 from mkinney/format_mac_address
if mac address is in nodes, format it like a valid mac address
|
2021-12-31 20:04:19 -08:00 |
|
Mike Kinney
|
a1809f5b84
|
if mac address is in nodes, format it like a valid mac address
|
2021-12-31 20:01:14 -08:00 |
|
mkinney
|
9c66447913
|
Merge pull request #201 from mkinney/more_testing
added tests for _getOrCreateByNum(), nodeNumToId(), and _fixupPositio…
|
2021-12-31 14:26:37 -08:00 |
|
Mike Kinney
|
65960fb982
|
added tests for _getOrCreateByNum(), nodeNumToId(), and _fixupPosition(); found/fixed bug on _fixupPosition
|
2021-12-31 13:43:37 -08:00 |
|
mkinney
|
9d0bc09e0f
|
Merge pull request #200 from mkinney/tuning_tests
Tuning tests
|
2021-12-31 12:30:00 -08:00 |
|
Mike Kinney
|
475ddcc8dd
|
add tests for _ipToNodeId()
|
2021-12-31 12:28:14 -08:00 |
|
Mike Kinney
|
105276f98e
|
add unit tests for _shouldFilterPacket()
|
2021-12-31 12:17:04 -08:00 |
|
Mike Kinney
|
4ee647403b
|
fix output on tests using pytest -s option; fixed some tests
|
2021-12-31 10:55:13 -08:00 |
|
Mike Kinney
|
10f48f130f
|
move some unit tests to unitslow
|
2021-12-31 09:59:22 -08:00 |
|
mkinney
|
bd697864e4
|
Merge pull request #199 from mkinney/unit_testing_continues
revert the stream interface change; fix tunnel tests
|
2021-12-31 09:40:58 -08:00 |
|
Mike Kinney
|
ab876c9efd
|
add unit test for findPorts()
|
2021-12-31 09:38:44 -08:00 |
|
Mike Kinney
|
aba303c677
|
figured out issue; had device connected to serial port; needed to patch; fixed tunnel test in main
|
2021-12-31 09:28:17 -08:00 |
|
Mike Kinney
|
43d59ca8d8
|
temp comment out tests that pass locally but not when run from CI
|
2021-12-31 08:53:17 -08:00 |
|
Mike Kinney
|
177705aeff
|
revert the stream interface change; fix tunnel tests
|
2021-12-31 08:49:13 -08:00 |
|
Sacha Weatherstone
|
b92fff0da6
|
Create vercel.json
|
2021-12-31 20:46:21 +11:00 |
|
mkinney
|
6a6b72a2ae
|
Merge pull request #198 from mkinney/keep_working_on_unit_tests
start to add unit tests for tunnel
|
2021-12-30 23:01:05 -08:00 |
|
Mike Kinney
|
614a90c0eb
|
unit test a few more lines
|
2021-12-30 22:59:01 -08:00 |
|
Mike Kinney
|
9adbed4be6
|
add unit tests for onTunnelReceive()
|
2021-12-30 22:52:49 -08:00 |
|
Mike Kinney
|
809f005f61
|
add unit tests for ipstr(), hexstr(), and readnet_u16()
|
2021-12-30 22:26:26 -08:00 |
|
Mike Kinney
|
d366e74e86
|
refactor of Tunnel() for unit testing; create unit tests for Tunnel()
|
2021-12-30 21:24:32 -08:00 |
|
Mike Kinney
|
3f307880f9
|
add unit tests for tunnel and subnet
|
2021-12-30 20:04:32 -08:00 |
|
Mike Kinney
|
50523ec1b1
|
start to add unit tests for tunnel
|
2021-12-30 19:37:38 -08:00 |
|
mkinney
|
684b2885aa
|
Merge pull request #197 from mkinney/work_on_unit_tests
add more tests; do not need the old --reply test
|
2021-12-30 12:28:36 -08:00 |
|
Mike Kinney
|
f5eb8738fb
|
added unit tests for --ch-set and onNode()
|
2021-12-30 12:20:24 -08:00 |
|
Mike Kinney
|
14941c742a
|
add more tests; do not need the old --reply test
|
2021-12-30 11:28:03 -08:00 |
|
mkinney
|
217add3b00
|
Update README.md
add code coverage badge
|
2021-12-30 09:32:18 -08:00 |
|
mkinney
|
4bac85b6a9
|
Update ci.yml
|
2021-12-30 09:21:17 -08:00 |
|
mkinney
|
36bed11959
|
Update publish_to_pypi.yml
1.2.49
|
2021-12-30 09:12:53 -08:00 |
|
mkinney
|
6f9bcfaaff
|
Merge pull request #196 from mkinney/bump_version
bump version for testing pub to pypi
|
2021-12-30 09:06:54 -08:00 |
|
Mike Kinney
|
f17b66c872
|
bump version for testing pub to pypi
|
2021-12-30 09:05:26 -08:00 |
|
Sacha Weatherstone
|
040cb9bf34
|
Update and rename publish_to_pypi.py to publish_to_pypi.yml
|
2021-12-31 04:00:03 +11:00 |
|
mkinney
|
3269b3018f
|
Merge pull request #195 from mkinney/publish_to_pypi
add workflow to publish to pypi
|
2021-12-30 08:49:26 -08:00 |
|
Mike Kinney
|
aab10b0912
|
add workflow to publish to pypi
|
2021-12-30 08:46:34 -08:00 |
|
mkinney
|
e2e9b7d55e
|
Merge pull request #194 from mkinney/remove_raw_from_nodes_display
remove the raw key from the nodes dict
|
2021-12-30 08:28:36 -08:00 |
|
Mike Kinney
|
cecc5c3b25
|
remove the raw key from the nodes dict
|
2021-12-30 08:26:13 -08:00 |
|
mkinney
|
54bb846d00
|
Merge pull request #193 from mkinney/temp_disable_reply_unittest
need to comment out unittest with change to --reply
|
2021-12-30 07:51:15 -08:00 |
|
Mike Kinney
|
1a5f525632
|
need to comment out unittest with change to --reply
|
2021-12-30 07:49:34 -08:00 |
|
mkinney
|
8ba3d26d63
|
Merge pull request #191 from Beiri22/patch-1
Update __main__.py
|
2021-12-30 07:46:40 -08:00 |
|
Beiri22
|
b341b6cfdb
|
Update __main__.py
Main loop also in reply mode.
|
2021-12-30 10:31:27 +01:00 |
|
mkinney
|
38e7972191
|
Merge pull request #189 from mkinney/master
bump version; remove docs dir; no need to regen docs on release
|
2021-12-29 22:02:01 -08:00 |
|
mkinney
|
5be70328fe
|
Merge branch 'meshtastic:master' into master
|
2021-12-29 21:58:15 -08:00 |
|
Mike Kinney
|
dfe798dbdf
|
no longer gen docs
|
2021-12-29 21:57:16 -08:00 |
|
Mike Kinney
|
d98b23dba0
|
remove docs dir
|
2021-12-29 21:56:03 -08:00 |
|
Mike Kinney
|
4fbe5c7863
|
bump version
|
2021-12-29 21:55:41 -08:00 |
|
Sacha Weatherstone
|
69bb8bcca2
|
Fx protobuf path
1.2.48
|
2021-12-30 16:52:25 +11:00 |
|
Sacha Weatherstone
|
bb2ea17371
|
Fix action name
|
2021-12-30 16:49:55 +11:00 |
|
Sacha Weatherstone
|
b51af8a070
|
Create update_protobufs
|
2021-12-30 16:48:20 +11:00 |
|
mkinney
|
aede26694c
|
Merge pull request #188 from mkinney/work_on_serial_issue
revamp the serial connection to avoid Tbeam reboots
|
2021-12-29 21:41:59 -08:00 |
|