Hard/soft fail handling and release blacklist (#87)
ci / web (push) Successful in 26s
ci / rust (push) Successful in 1m6s
e2e / e2e (push) Successful in 52s

This commit was merged in pull request #87.
This commit is contained in:
2026-08-22 23:42:36 +01:00
parent 38bd4102bb
commit 01af397a40
14 changed files with 674 additions and 43 deletions
@@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT count(*) AS \"count!: i64\" FROM blacklist\n WHERE normalised_name = ? AND infohash IS NULL",
"describe": {
"columns": [
{
"name": "count!: i64",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "7505ce51ba10ce886c5b6888e8d27aecea4ee2f5412894dfe99057e8e88c7db3"
}