Konstantin Gründger
|
bb7c3c28c9
|
Release v2.0.0
|
2025-05-23 10:52:17 +02:00 |
Konstantin Gründger
|
699d95f2da
|
skip test case for createTimestamp
|
2025-05-23 10:51:01 +02:00 |
Konstantin Gründger
|
c6a71a19a5
|
handle decimals from rust parser
|
2025-05-22 09:54:02 +02:00 |
Konstantin Gründger
|
3f326d5087
|
added test cases and changed test case structure
|
2025-05-21 17:23:18 +02:00 |
Konstantin Gründger
|
14cf4848c8
|
refactoring
|
2025-05-21 16:22:17 +02:00 |
Konstantin Gründger
|
34cb2182a6
|
unskip capturs, inreach and delay message tests
|
2025-05-21 16:18:56 +02:00 |
Konstantin Gründger
|
ab45567015
|
remove OgnParseError
|
2025-05-21 15:04:40 +02:00 |
Konstantin Gründger
|
ef25a71a7d
|
make timestamp conversion compatible for python < 3.11
|
2025-05-21 14:48:35 +02:00 |
Konstantin Gründger
|
ecd02840a0
|
switch from regex to rust parser
|
2025-05-21 14:26:49 +02:00 |
Konstantin Gründger
|
082798870e
|
Release v1.3.3
|
2025-05-21 10:12:18 +02:00 |
Konstantin Gründger
|
64043cc79f
|
Skip development test cases
|
2025-05-21 09:26:51 +02:00 |
Konstantin Gründger
|
a25021ee94
|
updated migration documentation
|
2025-05-21 09:26:51 +02:00 |
Konstantin Gründger
|
7f4ed55e54
|
added migration documentation
|
2025-05-21 09:26:51 +02:00 |
Konstantin Gründger
|
a619150516
|
test the rust parser
|
2025-05-21 09:26:51 +02:00 |
Konstantin Gründger
|
c1e8ac2749
|
optionally use the rust parser
|
2025-05-21 09:26:51 +02:00 |
Konstantin Gründger
|
e1cde51d5b
|
ignore capturs, inreach and delay messages for test cases
|
2025-05-20 19:05:31 +02:00 |
Konstantin Gründger
|
ee23af5407
|
split ci workflow into deploy and test
|
2025-05-20 19:05:31 +02:00 |
Konstantin Gründger
|
5bebc0c5af
|
updated ogn-aprs-protocol (fixed OGADSB_ADSB.txt)
|
2025-05-20 19:05:31 +02:00 |
Konstantin Gründger
|
64ef68b501
|
also checkout submodules
|
2025-05-20 19:05:31 +02:00 |
Konstantin Gründger
|
94286f984d
|
add test cases for all message types
|
2025-05-06 13:38:39 +02:00 |
Konstantin Gründger
|
3a18cc8ef4
|
check messages from ogn-aprs-protocol
|
2025-05-06 13:38:20 +02:00 |
Konstantin Gründger
|
2dd2934dba
|
Refactoring: use f-string instead of format function
|
2025-05-05 10:18:51 +02:00 |
Konstantin Gründger
|
3059b43dce
|
Refactoring: replace unittest with pytest
|
2025-04-23 12:12:32 +02:00 |
Konstantin Gründger
|
f046d647cc
|
Release v1.3.2
|
2025-04-23 10:45:16 +02:00 |
Konstantin Gründger
|
6c0828a8c8
|
Replaced deprecated utcnow
|
2025-04-23 10:45:16 +02:00 |
Konstantin Gründger
|
a6c320c444
|
refactoring: use assert instead of unittest function
|
2025-04-23 10:45:16 +02:00 |
Konstantin Gründger
|
d724c3ee5e
|
Release v1.3.1
|
2025-04-22 22:06:27 +02:00 |
Konstantin Gründger
|
339387bb78
|
Skip live parsing test case
|
2025-04-22 22:06:06 +02:00 |
Konstantin Gründger
|
23416269cb
|
Parse short path (fixes #128)
|
2025-04-22 19:24:37 +02:00 |
Konstantin Gründger
|
3d2cb74f15
|
Name of the client and the package are different
|
2025-04-19 13:25:38 +02:00 |
Konstantin Gründger
|
b563d1c691
|
Corrected wrong timestamps
|
2025-04-19 13:22:48 +02:00 |
Mat Burnham
|
56cbe2cb0a
|
More helpful socket error message
|
2025-04-19 11:55:24 +02:00 |
Zoran Bošnjak
|
a855bab2d6
|
configurable socket timeout
|
2025-04-19 11:51:34 +02:00 |
Konstantin Gründger
|
9240e4e990
|
Release v1.3.0
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
b527bf77f7
|
Updated readme
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
ebe61f151b
|
Catch exception while parsing the APRS comment (fixes #126)
|
2025-04-19 11:27:52 +02:00 |
Sebastien Chaumontet
|
1e20d187a1
|
Add Microtrak APRS parser. (https://microtrak.fr/)
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
64d9329dcb
|
Fix: Flake8 F824: mutation does not need 'global'
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
47aacd51a6
|
Add: gh action for sw testing and PyPI release
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
e1c37d96e5
|
Fix: get version information from pyproject.toml
|
2025-04-19 11:27:52 +02:00 |
Konstantin Gründger
|
484ce0418b
|
Code: switch package handling to poetry
|
2025-04-19 11:27:52 +02:00 |
Sebastien Chaumontet
|
bb6aee0d5b
|
Release v1.2.3
|
2025-04-02 00:13:34 +02:00 |
Sebastien Chaumontet
|
5d553d0a7d
|
Add Microtrak APRS parser. (https://microtrak.fr/) (#125)
|
2025-04-02 00:10:00 +02:00 |
Sebastien Chaumontet
|
79274c7f97
|
Release v1.2.2
|
2025-04-01 00:01:49 +02:00 |
Sebastien Chaumontet
|
be07be52be
|
Merge pull request #124 from acasadoalonso/master
Update parse.py to manage Flarm APRS messages with TOCALL set to OGFLR6 and OGFLR7
|
2025-03-31 12:31:51 +02:00 |
Angel Casado
|
82d663bbf9
|
Update parse.py
|
2025-03-28 13:41:27 +01:00 |
dependabot[bot]
|
471840f657
|
Bump coveralls from 3.2.0 to 3.3.1 (#105)
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases)
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.2.0...3.3.1)
---
updated-dependencies:
- dependency-name: coveralls
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-03-12 00:54:28 +01:00 |
dependabot[bot]
|
d5b8412c9c
|
Bump flake8 from 3.9.2 to 4.0.1 (#103)
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-03-12 00:46:09 +01:00 |
dependabot[bot]
|
b0f3333fd0
|
Bump coveralls from 3.1.0 to 3.2.0 (#100)
|
2021-07-21 06:19:41 +00:00 |
Konstantin Gründger
|
e58c1d8c0e
|
Use timestamp from APRS server (fixes #85)
|
2021-06-13 00:04:13 +02:00 |