23 Commits

Author SHA1 Message Date
Trenton H
45104eb538 Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
Trenton H
aabcc9a1c4 Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
Trenton H
30655f1b73 Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
Trenton H
d2c02b9102 Configures ruff as the one stop linter and resolves warnings it raised 2023-04-01 17:03:52 -07:00
Trenton Holmes
806a8ced53 Fixes formatting 2022-06-01 08:20:04 -07:00
Trenton Holmes
efc1e676e2 Updates to use pathlib instead of os.path 2022-05-31 08:42:11 -07:00
Trenton Holmes
4807576dac Refines the sanity check header, fixes other test issues 2022-05-30 18:21:24 -07:00
Trenton Holmes
37b19ea3ef Makes the sanity check messages better for users 2022-05-30 17:03:33 -07:00
Trenton Holmes
6635fa5f0d Runs the pre-commit hooks over all the Python files 2022-03-11 11:34:28 -08:00
kpj
c56cb25b5f Format Python code with black 2022-02-27 15:26:41 +01:00
Stéphane Brunner
dc410ff566 Add --no-progress-bar option to commands 2021-04-18 16:16:11 +02:00
jonaswinkler
bec06bf249 better sanity checker that logs messages in the log files and does not fail on warnings. 2021-02-14 17:08:29 +01:00
jonaswinkler
a0c1887fc3 added sanity checker management command for manual execution #534 2021-02-13 16:39:29 +01:00
jonaswinkler
fc3a5f2e69 sanity checker testing 2021-02-10 00:52:18 +01:00
jonaswinkler
da7503801a more sanity checks regarding archive versions 2021-02-09 19:46:59 +01:00
jonaswinkler
7cdc867307 archive filenames are now stored in the database and checked for collisions just as original filenames as well, unified method for archive version checking 2021-02-09 19:46:19 +01:00
jonaswinkler
817bb299a9 added a test case that replicates #511 2021-02-07 18:23:54 +01:00
jonaswinkler
a04cdc9ab5 excluded the lockfile from the sanity checker. 2020-12-10 00:29:47 +01:00
jonaswinkler
e931dd89e0 testing and fixing the sanity checker 2020-12-02 01:18:11 +01:00
jonaswinkler
20739daed8 small fix. 2020-12-01 14:30:35 +01:00
jonaswinkler
96dc4c1daa added checksums for archived documents. 2020-11-29 12:31:26 +01:00
jonaswinkler
1fd7e5e2ec Adjusted the sanity checker so that it takes archived documents into account. 2020-11-28 11:24:19 +01:00
Jonas Winkler
34de0cf858 added a simple sanity checker. 2020-11-25 16:04:58 +01:00