0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-14 19:49:53 +00:00

Commit Graph

  • 85530d4eaa
    remove inject_stream from injector ad hoc 2024-08-29 15:45:04 +02:00
  • 7f4c7bfb92
    always end txn before dropping ad hoc 2024-08-29 15:43:53 +02:00
  • 8a08f8d293
    conditionally store segment ad hoc 2024-08-29 15:42:28 +02:00
  • 9428d9feba
    implement store_one ad hoc 2024-08-29 15:41:07 +02:00
  • eee1cc9c46
    conccurent store_all ad hoc 2024-08-29 15:40:39 +02:00
  • dcbfd1e36d
    catch checkpointer panic ad hoc 2024-08-29 15:39:44 +02:00
  • 26566fe2ef
    fix typo ad hoc 2024-08-29 15:39:11 +02:00
  • 62b1dbe918
    clean migration checks ad hoc 2024-08-29 15:38:51 +02:00
  • 8291d8fa06
    shutdown store before regsitry ad hoc 2024-08-29 15:38:11 +02:00
  • a27062fb82
    sync config ad hoc 2024-08-29 15:38:00 +02:00
  • fbb40da366
    fix missing SEALED header on recovery ad hoc 2024-08-28 11:12:55 +02:00
  • 9c5a2eb328
    fix copy_buf implementation ad hoc 2024-08-27 16:15:45 +02:00
  • b59641f4db
    compute next_frame_no correctly from empty tail. ad hoc 2024-08-27 08:41:36 +02:00
  • c60b9e715e
    rename tail to list ad hoc 2024-08-27 08:41:16 +02:00
  • 5fc361410e
    Injector::inject_stream ad hoc 2024-08-27 08:40:43 +02:00
  • 5ebf0e4b8b
    injector creates txn ad hoc 2024-08-27 08:40:19 +02:00
  • 46a7713f4a
    registry sync_all skeleton ad hoc 2024-08-26 21:02:14 +02:00
  • e183eaf8ab
    catch storage error ad hoc 2024-08-26 21:01:59 +02:00
  • eec17aa7f1
    return result from durable_frame_no and catch storage error ad hoc 2024-08-26 21:01:40 +02:00
  • b4aa51467b
    fix oracle test ad hoc 2024-08-26 21:00:25 +02:00
  • 7c63c39f03
    estimate current durable frame_no from local source in Registry::open ad hoc 2024-08-26 20:59:40 +02:00
  • 8208b4fd1e
    Merge pull request #1720 from tursodatabase/admin-auth ad hoc 2024-09-03 13:20:53 +00:00
  • 78abfe963e
    add support for basic auth for admin api ad hoc 2024-09-02 20:45:26 +02:00
  • c0556567d7
    Merge pull request #1717 from tursodatabase/deadlock-watcher ad hoc 2024-09-03 06:16:49 +00:00
  • 73a291355d
    Merge pull request #1718 from tursodatabase/schmema-db-replica-regression libsql-server-v0.24.23 ad hoc 2024-09-02 19:17:33 +00:00
  • d8a4e40457
    Merge pull request #1683 from tursodatabase/disable-foreign-key-in-migrations ad hoc 2024-09-02 18:17:06 +00:00
  • 1e809f2a99
    disable foreign keys in schema migration ad hoc 2024-08-20 17:02:17 +02:00
  • 7e1accdc0c
    Merge pull request #1719 from tursodatabase/bump-sqld-v0.24.23 ad hoc 2024-09-02 17:51:31 +00:00
  • daca1c7466
    introduce deadlock monitor ad hoc 2024-09-02 14:18:47 +02:00
  • f0c92cadce
    add more tests for schema migration with replication ad hoc 2024-09-02 18:57:54 +02:00
  • 241515cd2e
    bump libsql-server to 0.24.23 ad hoc 2024-09-02 19:32:32 +02:00
  • 4b0fb7e32a
    do not test for migration on replicas ad hoc 2024-09-02 18:57:39 +02:00
  • 35e9af0acc Add statement reset to libsql_reset_stmt C binding Tom van Dinther 2024-08-31 22:07:36 +02:00
  • 1d7fb16799
    Merge pull request #1712 from tursodatabase/libsql-tracing Nikita Sivukhin 2024-08-31 10:52:24 +00:00
  • 3853145722 rename function Nikita Sivukhin 2024-08-30 16:56:54 +04:00
  • 4192ad285b make libsql_enable_tracing safe to call multiple times Nikita Sivukhin 2024-08-30 16:27:43 +04:00
  • b469ef14b1 add libsql_enable_tracing to the libsql Nikita Sivukhin 2024-08-30 15:45:37 +04:00
  • cece90a0c6
    Merge pull request #1710 from tursodatabase/no-internal-connection-tracking libsql-server-v0.24.22 ad hoc 2024-08-29 13:11:09 +00:00
  • 3a4eca359b
    do not track internal connections ad hoc 2024-08-29 12:46:48 +02:00
  • 294ab4aa34
    Merge pull request #1709 from tursodatabase/bump-sqld-v0.24.22 ad hoc 2024-08-29 10:45:32 +00:00
  • eb1b39eabb
    Merge pull request #1708 from tursodatabase/test-replication-proxy ad hoc 2024-08-29 10:18:00 +00:00
  • 8ce97c8dbd
    bump sqld to 0.24.22 ad hoc 2024-08-29 12:04:11 +02:00
  • 2b2574886a
    fmt ad hoc 2024-08-29 11:57:17 +02:00
  • aedf7e7523
    check auth for proxied replication requests ad hoc 2024-08-29 11:56:35 +02:00
  • a7b546fa1d
    mark proxied replication requests ad hoc 2024-08-29 11:56:02 +02:00
  • 3bdf15c97c
    test embedded replication auth ad hoc 2024-08-29 11:48:00 +02:00
  • 3c88ee964f chore: update bundle Levy A. 2024-08-28 22:31:54 -03:00
  • 0d6c5a1347 chore: cargo fmt Levy A. 2024-08-28 22:29:28 -03:00
  • ede336e10a Merge branch 'main' into better-build Levy A. 2024-08-28 21:11:40 -03:00
  • 6e902581ef docs(bottomless-cli): move CLI documentation to a single README Jérémy Barbet 2024-08-28 16:34:34 +00:00
  • e94f7bd084
    Merge pull request #1706 from tursodatabase/0.24.21-release libsql-server-v0.24.21 Sivukhin Nikita 2024-08-27 15:52:16 +00:00
  • de9e2fb236 0.24.21 release Nikita Sivukhin 2024-08-27 19:32:48 +04:00
  • 109d483d82
    Merge pull request #1703 from tursodatabase/use-client-region-for-bucket ad hoc 2024-08-27 14:23:23 +00:00
  • 89e2b2e8f2
    Merge pull request #1701 from tursodatabase/bottomless-libsql-wal-migration ad hoc 2024-08-27 14:10:06 +00:00
  • 534fa1e862
    Merge branch 'main' into replica_extensions NFuller721 2024-08-27 09:11:30 -04:00
  • f34e52aa69
    Merge pull request #1700 from tursodatabase/bottomless-cli-impr Sivukhin Nikita 2024-08-27 06:46:13 +00:00
  • 0514c4bd07 force checkpoint explicitly bottomless-fail-on-broken-wal Nikita Sivukhin 2024-08-27 02:16:33 +04:00
  • 6c1ea12b14 ignore backup_restore test Nikita Sivukhin 2024-08-27 02:05:12 +04:00
  • 18147f0586 avoid spawning shared S3 server because this do not play well with async tokio tests Nikita Sivukhin 2024-08-26 23:03:37 +04:00
  • ab3485b77e Added imports for path NFuller721 2024-08-26 15:26:04 -04:00
  • 9fb3288beb Added extension loading support for embedded replicas NFuller721 2024-08-26 15:04:49 -04:00
  • 39520d1c52 fail restore if WAL wasn't transferred to the DB file Nikita Sivukhin 2024-08-26 18:52:09 +04:00
  • 981c467110 add few bottomless tests Nikita Sivukhin 2024-08-26 19:40:40 +04:00
  • 6f316e9a29
    fmt ad hoc 2024-08-26 17:48:15 +02:00
  • 5782686df6
    fmt ad hoc 2024-08-26 17:47:44 +02:00
  • 52b7d93eec
    use the same region for the aws client and the bucket ad hoc 2024-08-26 17:40:36 +02:00
  • 3990b92748
    fix benchmark ad hoc 2024-08-26 17:12:20 +02:00
  • d1d8bfc00e
    fmt ad hoc 2024-08-26 17:05:42 +02:00
  • e6c0bd4cdc
    remove unwrap ad hoc 2024-08-26 17:05:28 +02:00
  • ad95949e67
    add clarification comment ad hoc 2024-08-26 17:05:20 +02:00
  • 0a3292381b
    fix footer read offset ad hoc 2024-08-26 17:03:43 +02:00
  • 28460b16e3
    fix comments ad hoc 2024-08-26 17:03:06 +02:00
  • 4cf09d8d5a
    more robust dbs folder swap ad hoc 2024-08-26 16:46:54 +02:00
  • a7c4533b16
    allow opening unexisting shared wal ad hoc 2024-08-26 16:29:39 +02:00
  • 8ffd3f79b5
    fix migration ad hoc 2024-08-26 16:29:17 +02:00
  • 7c88057f19
    add last method to segment list ad hoc 2024-08-26 16:28:14 +02:00
  • 78fae691f9
    change folderkey for bottomless to avoid conflict with legacy ad hoc 2024-08-26 16:27:21 +02:00
  • 28adf72b0f
    add bottomless migration ad hoc 2024-08-23 21:28:30 +02:00
  • d2893bd16c
    call maybe_perform_migration before creating registry ad hoc 2024-08-23 21:28:01 +02:00
  • 4797b3bd37
    pass Storage as Arc to registry ad hoc 2024-08-23 21:26:59 +02:00
  • 17b284ad25
    add method to conditionally perform migration ad hoc 2024-08-23 21:24:36 +02:00
  • e76eff736a
    pass meta_store to configurators function ad hoc 2024-08-23 21:23:41 +02:00
  • b508a74497
    create meta store before configurators ad hoc 2024-08-23 21:22:39 +02:00
  • 0952e71084
    add method to get namespaces from MetaHandle ad hoc 2024-08-23 21:22:16 +02:00
  • b346b268f1
    add method to iterate over namespaces ad hoc 2024-08-23 21:21:35 +02:00
  • 4fa73a5a65
    add migrate_bottomless flag to sqld ad hoc 2024-08-23 21:20:31 +02:00
  • 84c2fa18be slightly rework approach with namespace parameter in CLI and introduce --db-name optional argument Nikita Sivukhin 2024-08-26 17:20:15 +04:00
  • b89e28c839 do not require -d options for some commands as they do not need it actually Nikita Sivukhin 2024-08-26 12:52:08 +04:00
  • 2caa499b0d add bottomless-cli in the final sqld docker image Nikita Sivukhin 2024-08-26 11:58:08 +04:00
  • 7e0f3d70d2
    Merge pull request #1698 from tursodatabase/bottomless-metrics-small-fix Sivukhin Nikita 2024-08-25 20:42:30 +00:00
  • 5ccef31ff7 change log level for non-frequent event Nikita Sivukhin 2024-08-26 00:22:34 +04:00
  • 849e8aaae9 implement create and copy bottomless-cli commands Nikita Sivukhin 2024-08-25 23:29:28 +04:00
  • f4a8a1bf22 bottomless return JoinHandle - so we need to measure upload time inside the handle because function will return almost immediately Nikita Sivukhin 2024-08-25 17:12:13 +04:00
  • 5be413dafb
    Merge pull request #1697 from tursodatabase/fix-libsql-wal-https ad hoc 2024-08-25 06:54:36 +00:00
  • 6980ef98fc
    fix libsql-wal https connector ad hoc 2024-08-24 20:17:16 +02:00
  • 0bd768c1c1
    Merge pull request #1693 from tursodatabase/bottomless-fix-missing-frames Sivukhin Nikita 2024-08-23 15:44:44 +00:00
  • 755c701625
    Merge pull request #1694 from tursodatabase/bottomless-s3-pagination-fix Sivukhin Nikita 2024-08-23 15:22:17 +00:00
  • fcc479b828
    Merge pull request #1692 from tursodatabase/bottomless-observability Sivukhin Nikita 2024-08-23 12:22:25 +00:00
  • f1dd1038ae
    Merge pull request #1695 from tursodatabase/improve-invalid-namespace-logging ad hoc 2024-08-23 11:56:30 +00:00
  • a922426ebf
    improve logging for invalid namespaces ad hoc 2024-08-23 13:38:04 +02:00