Safihre
|
389a0d3afa
|
Revert to using regex based sample detection
Closes #1964
|
4 years ago |
jcfp
|
7d3907fa0e
|
also test with (partially) exploded ipv4-mapped addresses (#1880)
|
4 years ago |
jcfp
|
81a7a58299
|
support prefix and netmask for local_ranges (#1871)
* support prefix and netmask for local_ranges
* housekeeping
|
4 years ago |
Safihre
|
faf1a44944
|
Black formatting update
|
4 years ago |
jcfp
|
e249dbfc67
|
try sys.executable, but keep "python" as fallback (#1856)
|
4 years ago |
jcfp
|
7096a785db
|
fix bonjour with localhost, retire LOCALHOSTS constant (#1782)
* fix bonjour with localhost, retire LOCALHOSTS constant
* rename probablyipv[46] functions to is_ipv[46]_addr
* refuse to send ssdp description_xml to outsiders
|
4 years ago |
Safihre
|
ae30f89a2d
|
Use basic restart for Windows binaries
Python 3.9 changed the output of Py_GetArgcArgv on Windows, causing the restart of the binaries to fail.
|
4 years ago |
Safihre
|
f0bfb08c2e
|
Update copyright year to 2021
|
4 years ago |
Safihre
|
9b71f8ca4b
|
Use fully customizable date ranges for server graphs
Closes #1645
|
5 years ago |
Safihre
|
ee38441779
|
On Windows we do need startupinfo in POpen to prevent popups
https://forums.sabnzbd.org/viewtopic.php?f=11&t=24944
|
5 years ago |
Safihre
|
521e2bd7aa
|
Rename TOP_PRIORITY to FORCE_PRIORITY
To match the front-end naming.
|
5 years ago |
Safihre
|
13d44d1ed9
|
Correct tests for build_and_run_command
|
5 years ago |
Safihre
|
d57ecd4eaa
|
Add test for build_and_run_command
|
5 years ago |
Safihre
|
7562444763
|
Convert functions to staticmethod if applicable
|
5 years ago |
Safihre
|
b36b345ef3
|
Function from_units should always return float
Probably closes #1557
|
5 years ago |
Safihre
|
c4aad2a4bd
|
Always use Default-priority when creating NZB-objects
Closes #1552
|
5 years ago |
Safihre
|
6d8c264e90
|
Update copyright year to 2020
|
5 years ago |
Safihre
|
bc8f3e527a
|
Add Python 3.8 to CI-tests
|
6 years ago |
Safihre
|
27a123c688
|
Py3: Code-format tests-files
|
6 years ago |
Safihre
|
f31e4f9d01
|
Rework time_format function and add tests
|
6 years ago |
Safihre
|
7c45050e05
|
Py3: Remove dead code and fix some minor mistakes
Found by the vulture-tool
|
6 years ago |
Safihre
|
917221ea3f
|
Py3: Fix bug in split_host
|
6 years ago |
Safihre
|
743e660395
|
Py3: Add additional misc-tests
|
6 years ago |
Safihre
|
2e8ca99980
|
Py3: Add a whole bunch of misc-unittests
|
6 years ago |
Safihre
|
638e87515a
|
Py3: Add submitting of Config pages to basic functional test
Easy way to find crashes
|
6 years ago |
Safihre
|
155fb8e5d2
|
Py3: Further extend testing-framework and use PyTest style
|
6 years ago |
Safihre
|
c728360a3c
|
Py3: Add basic testing support
|
6 years ago |