| .. |
|
models
|
feat: implement Ruff as a linter; fix given errors
|
2023-06-25 07:17:00 +02:00 |
|
routers
|
tests: add better integration tests
|
2026-02-03 11:06:06 +01:00 |
|
__init__.py
|
test: Add testing dependencies and first tests
|
2021-10-02 12:00:44 +02:00 |
|
test_app_manage_lock.py
|
fix(api): release Redis connections in channel listeners/notifiers
|
2026-07-03 22:40:14 +02:00 |
|
test_apps_uninstall_keep_data.py
|
fix(apps): honour keep_data on uninstall and fix install log name
|
2026-07-03 20:58:35 +02:00 |
|
test_bitcoin_rpc_success.py
|
test(bitcoind): lock JSON-RPC 2.0 success handling (no error key)
|
2026-07-08 13:47:11 +02:00 |
|
test_bitcoin_rpc_warmup.py
|
fix(bitcoind): handle JSON-RPC errors returned with HTTP 200
|
2026-07-08 13:30:04 +02:00 |
|
test_block_sub_error.py
|
fix(bitcoind): guard block-sub handlers against errored RPC replies
|
2026-07-08 14:33:59 +02:00 |
|
test_change_password.py
|
fix(system): stop leaking passwords via change-password endpoint
|
2026-07-03 21:42:25 +02:00 |
|
test_channel_cleanup.py
|
fix(api): release Redis connections in channel listeners/notifiers
|
2026-07-03 22:40:14 +02:00 |
|
test_cln_list_all_tx.py
|
fix(lightning): include payments in CLN list_all_tx
|
2026-07-03 20:45:21 +02:00 |
|
test_cln_shell_safety.py
|
fix(lightning): prevent shell injection in CLN local calls
|
2026-07-03 19:58:41 +02:00 |
|
test_electrs_advanced_status.py
|
fix(apps): report electrs installed/configured/online in advanced status
|
2026-07-08 13:07:52 +02:00 |
|
test_exec_bash_timeout.py
|
fix(api): catch subprocess timeouts in exec_bash_command
|
2026-07-03 19:59:57 +02:00 |
|
test_hardware_info_vm.py
|
fix(system): tolerate empty hardware Redis values on VM setups
|
2026-07-08 14:45:21 +02:00 |
|
test_hw_gatherer_resilience.py
|
fix(system): tolerate empty hardware Redis values on VM setups
|
2026-07-08 14:45:21 +02:00 |
|
test_jwt.py
|
fix(auth): correct JWT expiry unit and use standard exp claim
|
2026-07-03 20:35:34 +02:00 |
|
test_lnd_transient_errors.py
|
fix(lnd): return a retryable status while the RPC server starts up
|
2026-07-11 10:02:20 +02:00 |
|
test_native_python_errors.py
|
fix(system): stop native_python impl swallowing errors into None
|
2026-07-03 21:44:25 +02:00 |
|
test_send_coins_input.py
|
refactor(lightning): migrate SendCoinsInput validator to Pydantic v2
|
2026-07-03 22:22:05 +02:00 |
|
test_sse_manager.py
|
fix(api): replace deprecated asyncio.get_event_loop()
|
2026-07-03 22:34:44 +02:00 |
|
test_warmup_events.py
|
fix: send bitcoin-only warmup app status as app_state_update_message
|
2026-07-03 15:30:17 +02:00 |
|
test_ws_manager.py
|
fix(api): harden WebSocket auth handshake against bad/disconnecting clients
|
2026-07-12 18:41:18 +02:00 |
|
utils.py
|
chore: format source using the pre_commit command
|
2022-03-20 17:20:56 +01:00 |