HAL9000
2aac8c2e02
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 48s
CI / build (pull_request) Successful in 1m8s
CI / lint (pull_request) Successful in 1m14s
CI / quality (pull_request) Successful in 1m32s
CI / typecheck (pull_request) Successful in 1m50s
CI / security (pull_request) Successful in 1m55s
CI / benchmark-regression (pull_request) Failing after 1m13s
CI / integration_tests (pull_request) Successful in 3m34s
CI / e2e_tests (pull_request) Successful in 4m4s
CI / unit_tests (pull_request) Successful in 6m2s
CI / docker (pull_request) Successful in 1m26s
CI / coverage (pull_request) Successful in 11m30s
CI / status-check (pull_request) Successful in 3s
fix(database/migration_runner): add check_same_thread=False to get_current_revision() SQLite engine
...
MigrationRunner.get_current_revision() was creating a SQLite engine without
connect_args={'check_same_thread': False}, causing ProgrammingError when called
from a different thread than the one that created the engine. This is now
consistent with init_or_upgrade() which correctly passes check_same_thread=False
for all SQLite engines.
Added a Behave scenario to verify that get_current_revision() passes
check_same_thread=False when creating a SQLite engine.
ISSUES CLOSED : #10952
2026-05-05 10:46:41 +00:00
..
2026-04-05 17:53:56 +00:00
2026-04-03 00:29:46 +00:00
2026-03-31 16:01:58 +00:00
2026-03-31 21:47:12 +00:00
2026-04-03 00:29:46 +00:00
2026-04-05 17:53:56 +00:00
2026-04-04 20:38:16 +00:00
2026-04-05 17:53:56 +00:00
2026-04-05 17:53:56 +00:00
2026-04-05 21:10:14 +00:00
2026-04-02 23:53:13 +00:00
2026-04-28 03:22:06 +00:00
2026-04-23 11:46:36 +00:00
2026-05-01 09:10:48 +00:00
2026-04-01 06:16:41 +00:00
2026-04-01 06:16:41 +00:00
2026-04-05 21:26:33 +00:00
2026-03-26 06:19:14 +00:00
2026-03-31 21:47:12 +00:00
2026-03-30 23:40:36 +01:00
2026-04-05 08:12:32 +00:00
2026-04-05 21:19:40 +00:00
2026-04-05 07:49:49 +00:00
2026-04-17 16:28:45 +08:00
2026-04-05 21:19:40 +00:00
2026-03-26 13:41:31 +00:00
2026-04-30 10:56:21 +00:00
2026-04-30 10:56:21 +00:00
2026-04-17 16:28:45 +08:00
2026-04-17 16:28:45 +08:00
2026-04-27 05:00:54 +00:00
2026-04-27 05:00:54 +00:00
2026-04-27 05:00:54 +00:00
2026-05-05 01:33:31 +00:00
2026-03-31 21:47:12 +00:00
2026-04-17 16:28:45 +08:00
2026-04-30 10:56:21 +00:00
2026-04-17 16:28:45 +08:00
2026-04-30 10:56:21 +00:00
2026-04-30 10:56:21 +00:00
2026-04-27 05:00:54 +00:00
2026-04-23 16:15:49 +00:00
2026-04-30 10:56:21 +00:00
2026-04-05 18:18:08 +00:00
2026-03-26 13:41:31 +00:00
2026-03-31 16:01:58 +00:00
2026-03-31 16:01:58 +00:00
2026-04-02 16:53:03 +00:00
2026-04-23 12:19:50 +00:00
2026-04-30 10:56:21 +00:00
2026-04-30 10:56:21 +00:00
2026-04-30 02:05:12 +00:00
2026-04-27 05:00:54 +00:00
2026-04-27 05:00:54 +00:00
2026-05-03 00:17:15 +00:00
2026-04-04 20:38:16 +00:00
2026-03-30 17:06:49 -04:00
2026-03-31 21:47:12 +00:00
2026-03-27 23:53:22 +00:00
2026-04-04 20:38:16 +00:00
2026-04-02 17:00:53 +00:00
2026-05-02 21:54:17 +00:00
2026-04-02 16:59:07 +00:00
2026-05-05 02:01:49 +00:00
2026-04-02 06:21:49 +00:00
2026-03-30 13:18:07 +01:00
2026-03-30 13:18:07 +01:00
2026-04-05 09:46:16 +00:00
2026-03-30 13:18:07 +01:00
2026-03-30 13:18:07 +01:00
2026-04-01 01:46:37 +00:00
2026-04-23 09:08:11 +00:00
2026-04-15 03:21:05 +00:00
2026-04-05 17:55:54 +00:00
2026-04-30 10:56:21 +00:00
2026-04-20 14:27:44 +00:00
2026-04-05 21:13:07 +00:00
2026-04-05 21:13:07 +00:00
2026-05-03 00:39:15 +00:00
2026-04-17 18:34:16 +00:00
2026-04-17 18:34:16 +00:00
2026-04-17 18:34:16 +00:00
2026-03-31 21:47:12 +00:00
2026-04-17 11:46:38 +00:00
2026-05-05 02:01:49 +00:00
2026-03-30 21:39:26 +00:00
2026-03-31 11:03:20 +00:00
2026-05-05 02:01:49 +00:00
2026-04-02 19:09:04 +00:00
2026-04-05 08:39:14 +00:00
2026-05-05 02:01:49 +00:00
2026-04-05 19:48:40 +00:00
2026-05-05 02:01:49 +00:00
2026-04-02 19:09:04 +00:00
2026-04-02 19:09:04 +00:00
2026-04-30 19:40:33 +00:00
2026-04-05 08:39:14 +00:00
2026-04-05 19:48:40 +00:00
2026-03-31 21:47:12 +00:00
2026-04-01 06:16:41 +00:00
2026-04-05 19:48:40 +00:00
2026-04-05 19:48:40 +00:00
2026-03-31 21:47:12 +00:00
2026-04-05 19:48:40 +00:00
2026-03-31 21:47:12 +00:00
2026-03-30 21:48:01 +00:00
2026-03-30 21:48:01 +00:00
2026-04-30 10:56:21 +00:00
2026-04-05 04:33:46 +00:00
2026-04-05 04:33:46 +00:00
2026-03-27 12:57:03 +00:00
2026-04-05 20:56:32 +00:00
2026-04-09 13:00:47 +00:00
2026-03-25 17:49:06 +00:00
2026-04-15 00:24:13 +00:00
2026-04-12 16:43:30 +00:00
2026-03-30 21:39:26 +00:00
2026-03-29 16:23:04 +01:00
2026-03-30 17:06:49 -04:00
2026-03-31 21:47:12 +00:00
2026-04-02 16:59:40 +00:00
2026-04-05 04:09:27 +00:00
2026-04-02 08:31:27 +00:00
2026-05-05 02:01:49 +00:00
2026-04-02 16:58:36 +00:00
2026-03-31 11:03:20 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-03-31 21:47:12 +00:00
2026-03-26 07:52:09 +00:00
2026-04-04 20:38:16 +00:00
2026-03-30 23:40:36 +01:00
2026-03-30 23:40:36 +01:00
2026-03-30 23:40:36 +01:00
2026-04-04 20:38:16 +00:00
2026-04-21 16:53:08 +00:00
2026-04-27 05:00:54 +00:00
2026-04-21 16:53:08 +00:00
2026-04-21 16:53:08 +00:00
2026-04-21 16:53:08 +00:00
2026-04-24 05:45:20 +00:00
2026-04-01 06:16:41 +00:00
2026-04-04 20:38:16 +00:00
2026-03-31 21:47:12 +00:00
2026-04-02 17:08:52 +00:00
2026-04-08 11:02:14 +00:00
2026-04-05 21:06:04 +00:00
2026-03-27 23:53:22 +00:00
2026-04-03 02:01:45 +00:00
2026-04-20 06:08:50 +00:00
2026-04-08 11:02:14 +00:00
2026-04-30 10:56:21 +00:00
2026-04-02 17:07:48 +00:00
2026-04-02 16:53:03 +00:00
2026-04-02 16:59:07 +00:00
2026-03-31 16:01:58 +00:00
2026-03-31 11:31:00 +00:00
2026-04-24 22:46:41 +00:00
2026-03-31 21:47:12 +00:00
2026-03-31 16:01:58 +00:00
2026-04-30 14:56:33 +00:00
2026-03-31 21:47:12 +00:00
2026-03-30 13:19:08 +00:00
2026-04-02 16:58:39 +00:00
2026-04-05 17:49:20 +00:00
2026-03-24 22:01:48 +00:00
2026-03-31 21:47:12 +00:00
2026-03-24 22:01:48 +00:00
2026-03-31 21:47:12 +00:00
2026-03-31 21:47:12 +00:00
2026-05-05 05:25:28 +00:00
2026-04-09 14:17:50 +00:00
2026-04-28 04:06:57 +00:00
2026-03-29 18:57:15 +01:00
2026-04-28 04:06:57 +00:00
2026-04-05 18:20:15 +00:00
2026-04-05 18:20:15 +00:00
2026-04-05 05:46:05 +00:00
2026-04-02 16:59:14 +00:00
2026-04-28 04:06:57 +00:00
2026-04-17 22:49:46 +00:00
2026-04-05 08:26:50 +00:00
2026-03-30 09:21:51 +00:00
2026-05-05 09:57:46 +00:00
2026-03-27 11:10:56 +00:00
2026-04-02 16:58:32 +00:00
2026-03-31 21:47:12 +00:00
2026-03-30 11:51:27 +00:00
2026-03-31 21:47:12 +00:00
2026-04-02 16:52:33 +00:00
2026-04-05 07:06:53 +00:00
2026-04-23 09:22:33 +00:00
2026-03-31 21:47:12 +00:00
2026-04-04 23:48:02 +00:00
2026-04-02 16:52:33 +00:00
2026-03-31 21:47:12 +00:00
2026-04-02 19:09:04 +00:00
2026-04-02 16:53:03 +00:00
2026-04-04 20:38:16 +00:00
2026-04-04 20:38:16 +00:00
2026-03-30 13:18:07 +01:00
2026-03-30 17:48:48 +00:00
2026-03-31 21:47:12 +00:00
2026-03-31 21:47:12 +00:00
2026-04-05 07:48:02 +00:00
2026-03-30 22:42:15 +00:00
2026-03-30 22:42:15 +00:00
2026-04-19 17:10:17 +00:00
2026-05-05 10:46:41 +00:00
2026-03-30 23:40:36 +01:00
2026-04-02 16:58:36 +00:00
2026-04-24 10:32:15 +00:00
2026-04-21 03:38:05 +00:00
2026-03-30 19:52:51 +00:00
2026-03-31 21:47:12 +00:00
2026-03-29 18:57:15 +01:00
2026-04-02 17:08:38 +00:00
2026-04-02 17:07:41 +00:00
2026-04-02 19:09:04 +00:00
2026-04-17 08:34:33 +00:00
2026-04-09 14:17:50 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-03-31 01:49:16 +00:00
2026-04-05 21:11:36 +00:00
2026-04-17 08:34:33 +00:00
2026-05-05 02:01:49 +00:00
2026-04-17 08:34:33 +00:00
2026-05-05 02:01:49 +00:00
2026-03-30 17:06:49 -04:00
2026-04-17 08:34:33 +00:00
2026-04-21 11:31:15 +00:00
2026-04-30 14:56:33 +00:00
2026-04-05 20:46:24 +00:00
2026-04-05 19:48:40 +00:00
2026-04-10 18:57:41 +01:00
2026-04-02 19:09:04 +00:00
2026-04-24 10:32:15 +00:00
2026-03-30 23:40:36 +01:00
2026-03-30 13:18:07 +01:00
2026-03-31 21:47:12 +00:00
2026-04-01 04:27:09 +00:00
2026-03-30 13:18:07 +01:00
2026-04-03 13:38:33 -04:00
2026-04-04 20:38:16 +00:00
2026-05-03 23:11:39 +00:00
2026-04-17 16:28:45 +08:00
2026-04-04 20:38:16 +00:00
2026-04-05 04:38:31 +00:00
2026-05-05 02:01:49 +00:00
2026-04-03 00:01:48 +00:00
2026-04-09 06:11:39 +00:00
2026-04-05 19:48:40 +00:00
2026-03-30 23:40:36 +01:00
2026-04-15 06:37:18 +00:00
2026-04-02 21:30:05 +00:00
2026-04-15 06:37:18 +00:00
2026-04-04 20:38:16 +00:00
2026-04-10 18:59:10 +00:00
2026-04-05 08:22:36 +00:00
2026-03-30 17:12:20 +00:00
2026-03-30 08:42:48 +00:00
2026-03-30 14:33:28 +00:00
2026-03-30 14:33:28 +00:00
2026-03-31 21:47:12 +00:00
2026-05-05 06:16:46 +00:00
2026-05-05 06:16:46 +00:00
2026-04-27 07:33:18 +00:00
2026-03-31 21:47:12 +00:00
2026-03-30 10:18:19 +00:00
2026-03-30 10:18:19 +00:00
2026-03-25 13:05:04 +00:00
2026-03-30 23:40:36 +01:00
2026-03-30 23:40:36 +01:00
2026-03-30 23:40:36 +01:00
2026-03-30 13:18:07 +01:00
2026-03-31 21:47:12 +00:00
2026-04-02 08:31:27 +00:00
2026-04-02 08:31:27 +00:00
2026-04-04 20:38:16 +00:00
2026-04-01 13:02:24 +00:00
2026-04-04 20:38:16 +00:00
2026-04-04 20:38:16 +00:00
2026-03-31 21:47:12 +00:00
2026-04-05 18:13:11 +00:00
2026-04-17 11:46:38 +00:00
2026-04-08 11:02:14 +00:00
2026-04-05 07:29:35 +00:00
2026-04-02 08:31:27 +00:00
2026-03-30 13:44:54 +00:00
2026-04-05 09:03:32 +00:00
2026-04-05 08:04:27 +00:00
2026-03-31 21:47:12 +00:00
2026-03-28 00:57:51 +00:00
2026-04-02 16:53:03 +00:00
2026-04-30 10:03:08 +00:00
2026-03-29 18:57:15 +01:00
2026-05-03 00:17:15 +00:00
2026-03-29 18:57:15 +01:00
2026-03-31 21:47:12 +00:00
2026-03-29 18:57:15 +01:00
2026-04-05 04:37:45 +00:00
2026-04-21 11:56:19 +00:00
2026-04-02 17:00:53 +00:00
2026-03-30 13:18:07 +01:00
2026-03-27 23:53:22 +00:00
2026-04-04 20:38:16 +00:00
2026-04-04 23:08:32 +00:00
2026-04-04 23:08:32 +00:00
2026-03-31 21:47:12 +00:00
2026-04-28 06:30:26 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-04-26 19:40:00 +00:00
2026-04-28 06:30:26 +00:00
2026-04-21 15:36:09 +01:00
2026-04-05 09:38:43 +00:00
2026-04-05 18:19:19 +00:00
2026-04-04 20:38:16 +00:00
2026-04-05 07:15:48 +00:00
2026-04-22 00:45:09 +00:00
2026-04-05 19:48:40 +00:00
2026-04-05 19:48:40 +00:00
2026-04-05 19:48:40 +00:00
2026-04-08 11:02:14 +00:00
2026-04-21 15:36:09 +01:00
2026-03-31 23:57:39 +00:00
2026-04-05 07:18:27 +00:00
2026-03-28 05:27:14 +00:00
2026-04-30 10:56:21 +00:00
2026-04-30 10:56:21 +00:00
2026-04-25 04:21:23 +00:00
2026-04-03 19:00:22 +00:00
2026-04-02 16:50:50 +00:00
2026-03-27 05:58:35 +00:00
2026-04-06 07:55:09 +00:00
2026-04-05 08:22:45 +00:00
2026-04-02 16:51:15 +00:00
2026-03-27 05:58:35 +00:00
2026-04-02 16:51:29 +00:00
2026-04-05 17:52:59 +00:00
2026-03-28 00:30:26 +00:00
2026-03-27 05:58:35 +00:00
2026-05-05 02:01:49 +00:00
2026-03-27 22:53:33 +00:00
2026-03-27 05:58:35 +00:00
2026-04-15 13:37:16 +08:00
2026-04-28 09:23:33 +00:00
2026-04-05 07:39:57 +00:00
2026-03-27 05:58:35 +00:00
2026-03-27 05:58:35 +00:00
2026-04-21 06:42:10 +00:00
2026-04-28 10:12:06 +00:00
2026-05-05 04:04:13 +00:00
2026-04-26 18:23:48 +00:00
2026-04-26 12:19:34 +00:00
2026-05-05 09:37:22 +00:00
2026-05-02 21:57:54 +00:00
2026-04-03 19:03:15 +00:00
2026-04-27 02:06:23 +00:00
2026-04-24 11:05:02 +00:00
2026-03-28 04:15:49 +00:00
2026-04-02 19:09:04 +00:00
2026-04-01 00:40:46 +00:00
2026-03-30 17:06:49 -04:00
2026-04-24 22:46:41 +00:00
2026-03-27 05:58:35 +00:00
2026-04-13 21:16:55 +00:00
2026-04-10 05:21:24 +00:00
2026-04-26 17:36:29 +00:00
2026-03-27 05:58:35 +00:00
2026-04-04 20:38:16 +00:00
2026-03-27 05:58:35 +00:00
2026-04-21 15:36:09 +01:00
2026-04-21 15:36:09 +01:00
2026-04-27 01:12:35 +00:00
2026-03-27 05:58:35 +00:00
2026-04-23 18:29:11 +00:00
2026-04-22 00:45:09 +00:00
2026-03-27 05:58:35 +00:00
2026-03-27 05:58:35 +00:00
2026-04-13 18:49:11 +00:00
2026-04-08 11:02:14 +00:00
2026-04-28 07:33:43 +00:00
2026-04-01 04:27:09 +00:00
2026-03-31 07:42:06 +00:00
2026-04-02 23:53:13 +00:00
2026-04-24 04:11:54 +00:00
2026-04-02 23:59:37 +00:00
2026-04-21 08:45:06 +00:00
2026-04-06 07:55:09 +00:00
2026-04-02 16:53:03 +00:00
2026-04-05 04:19:52 +00:00
2026-04-02 16:53:03 +00:00
2026-04-06 07:55:09 +00:00
2026-04-02 17:07:26 +00:00
2026-04-02 17:07:26 +00:00
2026-04-02 17:07:26 +00:00
2026-03-31 11:31:00 +00:00
2026-04-06 07:55:09 +00:00
2026-03-29 18:57:15 +01:00
2026-04-30 15:36:26 +00:00
2026-04-05 18:08:09 +00:00
2026-04-04 20:38:16 +00:00
2026-04-05 18:08:09 +00:00
2026-04-05 18:09:41 +00:00
2026-04-24 03:01:13 +00:00
2026-04-23 23:01:46 +00:00
2026-04-02 17:08:13 +00:00
2026-04-23 16:15:49 +00:00
2026-04-05 17:52:30 +00:00
2026-04-02 20:48:33 +00:00
2026-04-01 09:23:21 +00:00
2026-04-05 17:50:51 +00:00
2026-04-05 17:50:51 +00:00
2026-04-03 05:56:27 +00:00
2026-04-02 17:09:15 +00:00
2026-04-06 07:55:09 +00:00
2026-04-05 17:52:59 +00:00
2026-03-31 21:47:12 +00:00
2026-04-30 10:56:21 +00:00
2026-04-01 03:30:00 +00:00
2026-04-04 20:38:16 +00:00
2026-03-30 11:47:37 +08:00