Commit graph

700 commits

Author SHA1 Message Date
KoenigMjr
ffb1256e24 Update run_pytest.yml 2025-06-09 12:54:38 +02:00
KoenigMjr
a9a8ccdc83
Update install.sh
update to qmake6
2025-06-04 11:40:57 +02:00
Bastian Schroll
e164533ad4
Update regex_filter.md 2024-05-05 17:13:44 +02:00
Bastian Schroll
37a1d0835d
Merge branch 'develop' into patch-1 2024-01-08 08:52:19 +01:00
Bastian Schroll
b7ba7f8627
Merge pull request #112 from Luflosi/fix-deprecation-warning
Avoid "DeprecationWarning: invalid escape sequence"
2024-01-08 07:49:11 +01:00
Luflosi
d4dcc75711
Avoid "DeprecationWarning: invalid escape sequence"
Without this change, many warnings like this will be generated while running pytest:
```
test/test_template.py:3
  /build/source/test/test_template.py:3: DeprecationWarning: invalid escape sequence '\/'
    """!
```
This can also be seen when manually running python with warnings enabled.

This happens because the comment uses a multiline string and Python interprets the backslash in the logo as an escape character and complains that \/ is not a valid escape sequence. To fix this, prepend the string with the letter r to indicate that the backslash should be treated as a literal character, see https://docs.python.org/3/reference/lexical_analysis.html#index-20.
I also applied this change to all the comment strings since that shouldn't break anything and to establish it as a pattern for the future so this problem hopefully never happens again.

This is what I did specifically:
- Change the comment at the top of bw_client.py and bw_server.py to start with `"""!` since that seems to be the pattern here
- Search-and-Replace all occurances of `"""!` with `r"""!`
- Manually change the strings in `logoToLog()` in boswatch/utils/header.py
2023-09-19 17:49:09 +02:00
Jan Speller
1d6f29034e
Merge branch 'develop' into feature/ISSUE-67 2023-01-24 13:28:56 +01:00
Jan Speller
07953e0d3b
Typo 2023-01-24 13:27:23 +01:00
Jan Speller
bd25ff75e8
Merge branch 'develop' into patch-1 2023-01-24 13:18:54 +01:00
Bastian Schroll
1b95474bc2
Merge pull request #102 from janspeller/bugfix/ISSUE-101-InputSources_Multimon
Issue #101: Restart multimon on broken input
2023-01-24 11:46:22 +01:00
Jan Speller
b43f71874f
Remove Whitespace 2023-01-24 10:22:46 +01:00
Bastian Schroll
a92dc0ce7b
Merge branch 'develop' into bugfix/ISSUE-101-InputSources_Multimon 2023-01-24 07:25:54 +01:00
Bastian Schroll
2d9791f762
Merge pull request #105 from janspeller/feature/http_module_fix
Fix call to asyncRequests after Method was made private
2023-01-24 07:25:42 +01:00
Jan Speller
aef8d6f46d Limit flake8 to 4.0.1 to fix tests 2023-01-23 14:22:25 +00:00
Jan Speller
c5c45e39d9
Fix Method calll to asyncRequests after function was made Private 2023-01-23 14:22:08 +01:00
GonzoBS
e43aad1e42
Update doubleFilter.py
Probleme mit dem double Filter.
Immer wenn die Liste nach Zeit gelöscht wird, wird das nächste doppelte Paket als ok durchgelassen. Die Liste ist dann bis auf einen Eintrag leer, der erste Eintrag wird aber nicht auf Duplikat geprüft.
Einstellung ist RIC, SUBRIC, Message. Die Zeit habe ich zum testen auf 2 sekunden gestellt.

type: module
res: filter.doubleFilter
config:
ignoreTime: 2
maxEntry: 40
pocsagFields:
ric
subric
message
2022-11-06 17:36:28 +01:00
Jan Speller
bb9a98e52d
Merge branch 'develop' into bugfix/ISSUE-101-InputSources_Multimon 2022-10-19 13:41:42 +02:00
Jan Speller
dbf552f680 Restart multimon on broken input 2022-10-19 11:40:19 +00:00
Bastian Schroll
b277640046 update codeQL workflow 2022-05-25 06:30:11 +00:00
Jan Speller
b1f87e80d6
Merge branch 'BOSWatch:develop' into feature/ISSUE-67 2022-05-24 14:08:05 +02:00
Bastian Schroll
790b944200
Merge pull request #99 from janspeller/feature/gh-pages
Move to Github Pages for Documentation Deployment
2022-05-24 10:28:12 +02:00
Bastian Schroll
41d7f7b650
add dev branch
use dev branch as docs source until release
2022-05-24 10:27:23 +02:00
Jan Speller
22d122f096 upgrade to checkout v2, install python via action, add missing files to docs 2022-05-23 23:49:21 +02:00
Jan Speller
ed7c754e71 add file to mkdocs gh-deploy 2022-05-23 23:38:40 +02:00
Jan Speller
2c087d1ac6 Add feature/gh-pages branch to documentation-build pipeline for testing, change deployment to gh-pages 2022-05-23 23:36:00 +02:00
Jan Speller
efeb271de4 Documentation, fix config flag for logging 2022-05-23 23:20:54 +02:00
Jan Speller
a16f67fe2e Merge remote-tracking branch 'origin/develop' into feature/ISSUE-67 2022-05-23 22:47:10 +02:00
Bastian Schroll
fc39b15d54
Merge pull request #98 from janspeller/bugfix/ISSUE-94
Fix sending Location in Telegram Plugin (Issue #94)
2022-05-23 06:07:48 +02:00
Jan Speller
aafffaa998 Fix Tests for Python 3.10 2022-05-21 16:52:36 +02:00
Jan Speller
0e864147cb Fix Tests for Python 3.10 2022-05-21 16:51:01 +02:00
Jan Speller
0d09ff202b Fix Tests for Python 3.10 2022-05-21 16:48:32 +02:00
Jan Speller
c75a1dba96
Merge branch 'BOSWatch:develop' into bugfix/ISSUE-94 2022-05-21 16:46:41 +02:00
Jan Speller
39a34f7c24 Fix sending Location in Telegram Plugin (Issue #94) 2022-05-21 16:44:12 +02:00
Jan Speller
7cca892145
Merge branch 'develop' into feature/ISSUE-67 2022-05-04 23:06:45 +02:00
Jan Speller
d0f0792793 Disable most logging by default 2022-05-04 23:01:40 +02:00
Jan Speller
fb703fbf96 fix issue if additionalWildcard is not set (eg. descriptor) 2022-05-04 22:45:51 +02:00
Jan Speller
53a862375b add log option for server 2022-05-04 22:45:51 +02:00
Jan Speller
45dcd53bd9 Change spacing in init_db.sql and add comment on table creation 2022-05-04 22:45:51 +02:00
Jan Speller
7e45fca8fb add documentation 2022-05-04 22:45:51 +02:00
Bastian Schroll
13592f593f Update Dockerfile 2022-05-04 22:45:51 +02:00
Bastian Schroll
75f9a25982 Update Dockerfile 2022-05-04 22:45:51 +02:00
Jan Speller
3b4a594110 update mysql plugin: add init_db.sql and create table automatically 2022-05-04 22:45:51 +02:00
Jan Speller
5ac2ad213e implement basic mysql functionality 2022-05-04 22:45:51 +02:00
Bastian Schroll
0363979c6c Update timer.py 2022-05-04 22:45:51 +02:00
Bastian Schroll
890b2630cb Fix timer error 2022-05-04 22:45:51 +02:00
Bastian Schroll
e03abd28ca
Merge pull request #96 from 1nt4x/develop
fixed rtl_fm path
2022-03-18 13:53:58 +01:00
1nt4x
b66bc14241 fixed rtl_fm path 2022-03-17 22:20:42 +01:00
Bastian Schroll
4be6e5f641
Merge pull request #93 from lgremme/develop
Default value not working (fir_size)
2022-02-25 06:54:41 +01:00
Lars Gremme
b12c11d268 Update fir_size value and correct fir_size in docu 2022-02-23 19:15:45 +01:00
Bastian Schroll
c6b13bcb65
Merge pull request #92 from lgremme/develop
Update install-script, add divera-plugin
2022-02-19 15:45:30 +01:00