Commit Graph

24 Commits (develop)

Author SHA1 Message Date
as3ii f88f5fe2a3
Increased max line length to 120, reformatted everything
In practice, in this commit I've increased from 100 to 120 the maximum
allowed line length for python files and re-run ruff's formatter.
2026-01-10 19:11:26 +01:00
as3ii 191c94c942
Executed `ruff format --preview`, small update to CONTRIBUTING.md 2025-11-13 23:48:17 +01:00
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS bebf3e491b first adjustments to tests 2025-04-29 21:13:42 +02:00
DJ2LS 65ba983737 first adjustments to tests 2025-04-29 14:03:49 +02:00
DJ2LS 78eb1913c3 disabled tests until work continues 2025-03-17 11:39:19 +01:00
DJ2LS e1bfd97e25 test related work in progress - still improving automated testing. Whats working for now is catching command socket for IRS and ISS. Pushing data on ISS side to data socket is working as well. But we are still trying to get data on IRS. 2025-02-12 10:57:59 +01:00
DJ2LS 351e5f8408 test related work in progress - still improving automated testing. Whats working for now is catching command socket for IRS and ISS. Pushing data on ISS side to data socket is working as well. But we are still trying to get data on IRS. 2025-02-12 10:38:38 +01:00
DJ2LS fdd3be4b56 some work in progress regarding automated testing 2025-02-02 17:39:50 +01:00
DJ2LS ebc5088679 fixing test 2025-01-22 09:35:51 +01:00
DJ2LS a59250d8b3 fixing some tests 2025-01-21 19:22:20 +01:00
DJ2LS cb105afb6f some small work on socket interface 2024-06-04 15:12:26 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00
DJ2LS efe8bb3aec renamed "modem" to "freedata-server" 2024-04-17 22:49:08 +02:00
DJ2LS bdd8888f1b enable/disable socket interface 2024-03-25 19:29:30 +01:00
DJ2LS e57d3cf665 saved latest dev state.. 2024-03-24 19:16:19 +01:00
DJ2LS bb8da6f5d8 first attempt with arq session inside connection 2024-03-19 22:10:58 +01:00
DJ2LS aaa2084bfd adjusted tests 2024-03-19 13:19:13 +01:00
DJ2LS 9da3fb80f0 adjusted tests 2024-03-19 13:01:25 +01:00
DJ2LS 5ed11d771f added data and command queues 2024-03-19 11:19:13 +01:00
DJ2LS 7714c7aeb6 added socket interface to modem 2024-03-16 10:29:13 +01:00
DJ2LS 20b1fe7e2d WIP p2p 2024-03-09 10:47:27 +01:00