hemna
0be87d8b4f
Calculate delta once and reuse it
2024-11-05 11:54:07 -05:00
hemna
d808e217a2
Updated APRSClient
...
Added some doc strings and some types for returns as well
as an exception catching around create_client
2024-11-05 11:46:50 -05:00
hemna
7e8d7cdf86
Update PacketList
...
This patch updates some of the code in PacketList to be
a bit more efficient. Thanks to the Cursor IDE :P
2024-11-05 11:34:12 -05:00
hemna
add18f1a6f
Added new dump-stats command
...
This new command will dump the existing packetstats from the
last time it was written to disk.
2024-11-05 11:33:19 -05:00
hemna
c4bf89071a
Merge pull request #180 from craigerl/walt-listen-test
...
Walt listen test
2024-11-05 11:32:38 -05:00
hemna
df0ca04483
Added some changes to listen
...
to collect stats and only show those stats during listen
2024-11-05 11:29:44 -05:00
hemna
3fd606946d
Fix a small issue with packet sending failures
...
When a packet _send_direct() failed to send due to a network
timeout or client issue, we don't want to count that as a send
attempt for the packet. This patch catches that and allows for
another retry.
2024-10-31 18:10:46 -04:00
dependabot[bot]
fbfac97140
Bump werkzeug from 3.0.4 to 3.0.6
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.4...3.0.6 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-31 18:10:45 -04:00
hemna
f265e8f354
Fix a small issue with packet sending failures
...
When a packet _send_direct() failed to send due to a network
timeout or client issue, we don't want to count that as a send
attempt for the packet. This patch catches that and allows for
another retry.
2024-10-31 17:42:43 -04:00
hemna
d863474c13
Added some changes to listen
...
to collect stats and only show those stats during listen
2024-10-31 09:17:36 -04:00
hemna
993b40d936
Merge pull request #178 from craigerl/dependabot/pip/werkzeug-3.0.6
...
Bump werkzeug from 3.0.4 to 3.0.6
2024-10-29 12:35:17 -04:00
hemna
0271ccd145
Added new aprsd admin command
...
This patch adds the aprsd admin command back.
If you don't have about lots of web traffic, then use
aprsd admin to start the admin interface.
2024-10-29 12:30:19 -04:00
hemna
578062648b
Update Changelog for v3.4.3
v3.4.3
3.4.3
2024-10-29 11:08:27 -04:00
hemna
ecf30d3397
Fixed issue in send_message command
...
Send Message was using an old mechanism for logging ack packets.
This patch fixes that problem.
2024-10-29 09:52:39 -04:00
hemna
882e90767d
Change virtual env name to .venv
2024-10-29 09:52:18 -04:00
dependabot[bot]
0ca62e727e
Bump werkzeug from 3.0.4 to 3.0.6
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.4...3.0.6 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 00:26:57 +00:00
hemna
14274c93b5
3.4.2
v3.4.2
2024-10-18 16:08:09 -04:00
hemna
14c0a699cb
Cleanup test failures
2024-10-18 12:25:16 -04:00
hemna
c12c42b876
cleaned up some requirements
...
we don't really need gevent, eventlet.
those are only needed for the web admin interface
2024-10-18 12:25:06 -04:00
hemna
765e02f5b3
Collector cleanup
2024-10-18 12:07:02 -04:00
hemna
8cdbf18bef
Add final stages in Dockerfile
...
This patch adds another final stage in the Dockerfile
2024-10-17 17:10:59 -04:00
hemna
a65262d2ff
Sort changelog commits by date
2024-10-17 17:10:03 -04:00
hemna
9951b12e2d
Log closing client connection.
...
This patch updates the aprsis connection client to add logging
when the close() happens
2024-10-17 17:09:11 -04:00
hemna
3e9bf2422a
Added packet log distance and new arrows
...
this patch adds unicode arrows during logging of packet arrows
(tx/rx) and adds distance for GPSPackets
2024-10-17 17:06:28 -04:00
hemna
5e9f92dfa6
Added color logging of thread names at keepalive
...
This patch adds logging of the thread name in color
during keepalive loop output.
2024-10-17 17:04:33 -04:00
hemna
5314856101
Removed dumping of the stats on exit
...
This patch removes the logging of the raw stats dict when the commands
exit.
2024-10-17 17:01:36 -04:00
hemna
758007ea3f
Removed remnants of QueryPlugin
...
QueryPlugin was removed a while back after the stats rework.
This patch removes the config options for the Query plugin
2024-10-03 10:34:35 -07:00
hemna
a74a66d9c3
Update Changelog
v3.4.1
2024-09-23 17:10:35 -04:00
hemna
a5dc322066
Removed invalid pyproject classifier
2024-09-23 17:09:43 -04:00
hemna
9b843eead9
Update ChangeLog
2024-09-23 17:06:06 -04:00
hemna
e5662b95f8
Build > python 3.10
2024-09-16 11:58:54 -04:00
hemna
a6f84e42bc
retagged v3.4.1 in prep for release
2024-09-16 11:46:53 -04:00
hemna
e3ab6e7f59
No limit on change log commits
2024-09-16 11:45:27 -04:00
hemna
af3d741833
Rebuild ChangeLog
2024-09-16 11:44:37 -04:00
hemna
b172c6dbde
Fixed pep8 with packet_list
...
Small python issue with a pop8 violation.
2024-09-16 11:36:49 -04:00
hemna
9d3f45ac30
Updated requirements
...
for dev and runtime
2024-09-16 11:36:00 -04:00
hemna
49e8a622a7
added m2r package to dev requirements
...
Since we need m2r for converting the ChangeLog.md to rst
added the m2r package for doing that only for the dev requirements
2024-09-16 11:34:00 -04:00
hemna
92cb92f89c
Update base docs
...
This patch updates some of the docs files for 3.4.x
2024-09-16 11:33:26 -04:00
hemna
37415557b5
Updated Makefile to build Changelog
...
this patch updates the way we build the changelog
to use the npm auto-changelog
2024-09-16 11:31:29 -04:00
hemna
5ebbb52a2c
Renamed Changelog
2024-09-16 11:21:01 -04:00
hemna
673b34c78b
Use auto-changelog to generate changelog
...
Since we removed pbr, which also generates the changelog,
we had to find a solution for generating the changelog.
The best solution was to use the npm package auto-changelog
https://github.com/CookPete/auto-changelog
2024-09-16 10:56:54 -04:00
hemna
ffa28fa28a
Fixed reference to ThirdPartyPacket
...
This patch fixes a derefence to the core.ThirdPartyPacket from
issue https://github.com/craigerl/aprsd/issues/165
2024-09-16 09:28:31 -04:00
hemna
93f752cd6d
Merge pull request #170 from craigerl/dependabot/pip/zipp-3.19.1
...
Bump zipp from 3.18.2 to 3.19.1
2024-08-20 11:24:47 -04:00
hemna
b5aa187d54
Merge pull request #169 from craigerl/dependabot/pip/certifi-2024.7.4
...
Bump certifi from 2024.2.2 to 2024.7.4
2024-08-20 11:24:37 -04:00
hemna
616cd69a2d
Merge pull request #168 from craigerl/dependabot/pip/urllib3-2.2.2
...
Bump urllib3 from 2.2.1 to 2.2.2
2024-08-20 11:24:24 -04:00
hemna
4b26e2b7f7
update to pyproject
2024-07-26 12:11:33 -04:00
hemna
f07ef71ce0
Hack Dockerfile for admin fixes?
2024-07-25 10:41:21 -04:00
dependabot[bot]
ee0c546231
Bump zipp from 3.18.2 to 3.19.1
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.18.2 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.1 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-09 19:27:37 +00:00
dependabot[bot]
ba4d9bb565
Bump certifi from 2024.2.2 to 2024.7.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.2.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 01:37:51 +00:00
dependabot[bot]
6d294113f8
Bump urllib3 from 2.2.1 to 2.2.2
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 22:57:21 +00:00