0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-12 21:43:16 +00:00

Commit Graph

  • ad79ef48a2 libsql wal tests (#1408) ad hoc 2024-05-24 15:59:17 +02:00
  • 9da7b2cb33 fix schema migration hang (#1409) libsql-server-v0.24.11 ad hoc 2024-05-23 14:27:25 +02:00
  • a439cb63cb bump libsql server to v0.24.11 (#1410) ad hoc 2024-05-23 14:20:38 +02:00
  • 21145e0b1b fix namespace bin header (#1406) libsql-server-v0.24.10 ad hoc 2024-05-22 16:23:52 +02:00
  • 15a280e29a bump libsql-server to 0.24.10 (#1407) ad hoc 2024-05-22 16:22:40 +02:00
  • edb14ca4fb bump sqld to 0.24.9 (#1404) libsql-server-v0.24.9 ad hoc 2024-05-21 20:49:45 +02:00
  • 98c2b08e22 bottomless scheduler (#1401) ad hoc 2024-05-21 15:22:02 +02:00
  • 0c730c439a Propagate schema migration errors correctly (#1403) Piotr Jastrzębski 2024-05-21 13:53:42 +02:00
  • 1093eaf16b fix metastore deadlock (#1399) ad hoc 2024-05-17 18:13:02 +02:00
  • 81ba9c0605 Log checkpoint return status (#1398) backport-v0.24.8 Avinash Sajjanshetty 2024-05-16 22:52:08 +05:30
  • 4543558a40 Log checkpoint return status (#1398) Avinash Sajjanshetty 2024-05-16 22:52:08 +05:30
  • fce8a5ad8e Add an admin endpoint to checkpoint (#1390) Avinash Sajjanshetty 2024-05-15 19:09:37 +05:30
  • ae2c709194 Log namespace id in the checkpoint logs (#1387) Avinash Sajjanshetty 2024-05-13 19:44:15 +05:30
  • 5c499c053d bottomless2 boilerplate (#1386) ad hoc 2024-05-15 16:04:53 +02:00
  • a494735e56 checkpoint metastore after every operation (#1393) ad hoc 2024-05-15 15:59:42 +02:00
  • 80db147b5c Add an admin endpoint to checkpoint (#1390) Avinash Sajjanshetty 2024-05-15 19:09:37 +05:30
  • 6a83338c8e bump cargo dist (#1391) libsql-server-v0.24.8 ad hoc 2024-05-14 15:52:55 +02:00
  • 922aebcbc9 bump libsql server v0.24.8 (#1392) ad hoc 2024-05-14 14:36:07 +02:00
  • 415df4da76 Log namespace id in the checkpoint logs (#1387) Avinash Sajjanshetty 2024-05-13 19:44:15 +05:30
  • 4bbfda4108 Fix bottomless replication subproject link in libsql-server readme (#1331) Marco B 2024-05-10 12:59:55 -04:00
  • 1c9cdbe750 Highlight community drivers (#1381) Avinash Sajjanshetty 2024-05-10 20:25:34 +05:30
  • cf43aa2852 Update README.md: Add PHP client (#1377) AndersonPEM 2024-05-10 11:26:35 +01:00
  • 41e17aa253 Add Connection::transactional_batch (#1366) Piotr Jastrzębski 2024-05-05 11:18:22 +02:00
  • 372311a008 implement wal interface (#1364) ad hoc 2024-05-02 23:51:38 +02:00
  • e7f7c1daa8 fix readme: go-libsql link (#1367) Dahlton S 2024-05-02 03:29:02 -04:00
  • ef389a5a20 libsql wal shared wal (#1353) ad hoc 2024-04-30 19:49:55 +02:00
  • 876e4ab232 server: return sec not millis for txn timeout (#1361) Lucio Franco 2024-04-30 12:37:51 -04:00
  • e8c81b2df6 update cargo-dist (#1360) Lucio Franco 2024-04-30 11:58:13 -04:00
  • feb3ff090b release v0.24.8 v0.24.x Lucio Franco 2024-04-30 10:58:34 -04:00
  • 195db50feb server: add config update txn_timeout (#1359) Lucio Franco 2024-04-30 10:39:29 -04:00
  • 3252b63c10 server: add config update txn_timeout (#1359) Lucio Franco 2024-04-30 10:39:29 -04:00
  • 5ef7ab7852 fix rows into stream (#1351) Sean Aye 2024-04-29 11:21:08 -04:00
  • 9e1721cb9f libsql wal current segment (#1348) ad hoc 2024-04-29 12:41:27 +02:00
  • 508274d9a6 fix bad index (#1347) ad hoc 2024-04-26 14:51:54 +02:00
  • dd11c95bb5 rename segment link (#1346) ad hoc 2024-04-26 14:45:53 +02:00
  • e37b644395 libsql-wal: SealedSegment (#1343) ad hoc 2024-04-26 13:10:54 +02:00
  • e32c4f91ec libsql: reuse inmemory db (#1345) Lucio Franco 2024-04-25 18:07:14 -04:00
  • 8565938a72 segment list libsql-wal-segment-list ad hoc 2024-04-25 13:41:13 +02:00
  • f5b411524c silence warnings ad hoc 2024-04-25 13:28:10 +02:00
  • 00663a22b6 add missing deps ad hoc 2024-04-25 13:23:20 +02:00
  • 6d1aadfdf1 sealed log ad hoc 2024-04-25 13:18:43 +02:00
  • 4ed6abe722 segment module, header structs on helper functions ad hoc 2024-04-25 13:14:33 +02:00
  • 72501da8c1 add error module ad hoc 2024-04-25 13:13:27 +02:00
  • 89b92785d6 add libsql-wal crate ad hoc 2024-04-25 11:54:08 +02:00
  • 40ba51a28d libsql wal init (#1342) ad hoc 2024-04-25 12:31:52 +02:00
  • 777012123d Stop holding lock during query execution (#1339) Piotr Jastrzębski 2024-04-24 15:03:44 +02:00
  • d0a0d8a414 fix link to client libraries (#1254) Marc Redemske 2024-04-23 17:21:36 +02:00
  • b8b1f566f7 storage server proto bottomless-remote ad hoc 2024-04-23 15:50:58 +02:00
  • 8f96340eb0 server: parallelize namespace shutdown (#1336) Lucio Franco 2024-04-23 02:35:51 -04:00
  • ca8834c053 Namespace passing in http header (#1179) shopifyski 2024-04-22 11:47:26 -07:00
  • 237b0f959d Update DOCKER.md (#1335) Piotr Jastrzębski 2024-04-22 20:25:11 +02:00
  • e00b603a0c remove fixtures libsql-wal-no-fixture ad hoc 2024-04-22 11:01:30 +02:00
  • 5ce67340f2 store replication index in header ad hoc 2024-04-22 11:00:15 +02:00
  • 3f914fd517 more tests ad hoc 2024-04-22 10:19:12 +02:00
  • b0fe5a11d8 fix undo callback ad hoc 2024-04-22 10:19:01 +02:00
  • f26baff7b4 use user query string for queries rather than generated (#1330) ad hoc 2024-04-19 19:26:30 +02:00
  • 5e25fd1137 clippy ad hoc 2024-04-18 19:45:33 +02:00
  • f1225edb6f fix deadlock ad hoc 2024-04-18 19:39:17 +02:00
  • 60df94b2cd Prepare libsql crate release (#1328) Piotr Jastrzębski 2024-04-18 17:34:14 +02:00
  • b5468a8c8b io error fault injection ad hoc 2024-04-18 16:59:39 +02:00
  • b4669bb701 abstract filesystem ad hoc 2024-04-18 16:01:43 +02:00
  • 3368a2a204 Merge pull request #1326 from tursodatabase/embedded_replicas_logging Piotr Jastrzębski 2024-04-18 15:56:19 +02:00
  • 3099fc1e46 generic file ad hoc 2024-04-18 15:32:58 +02:00
  • 8037153d4c Log long operations in remote_client Piotr Jastrzebski 2024-04-18 08:18:28 +02:00
  • f1038d540f log recovery ad hoc 2024-04-18 14:11:10 +02:00
  • fae1540a6d fix db_size bug ad hoc 2024-04-18 12:07:07 +02:00
  • c658f962c3 fix read bench ad hoc 2024-04-18 11:24:59 +02:00
  • eafca9977e fmt ad hoc 2024-04-18 10:06:03 +02:00
  • b849a34542 Add error logging to remote_client Piotr Jastrzebski 2024-04-18 08:14:36 +02:00
  • d95a1654a9 random bench stuff ad hoc 2024-04-17 22:12:15 +02:00
  • f5979d6b09 faster active log index ad hoc 2024-04-17 18:52:17 +02:00
  • 85775d4595 fix unused blocking rt (#1319) ad hoc 2024-04-17 17:35:27 +02:00
  • 49e28c6911 Prepare release (#1325) Piotr Jastrzębski 2024-04-17 17:00:11 +02:00
  • 1869f70f5c Release libsql-sys (#1324) Piotr Jastrzębski 2024-04-17 16:15:45 +02:00
  • d9182c5946 Preparing a rust sdk release (#1323) Piotr Jastrzębski 2024-04-17 15:27:30 +02:00
  • 22a6b608bc fix tests ad hoc 2024-04-17 09:19:43 +02:00
  • 65a8bfb6ab Prefetch frames during handshake (#1317) Piotr Jastrzębski 2024-04-17 11:02:34 +02:00
  • 3f51bc7666 Remove unwraps from replication client creation handshake_prefetch Piotr Jastrzebski 2024-04-17 10:00:59 +02:00
  • b8b79cc1f6 Prefetch frames in handshake Piotr Jastrzebski 2024-04-15 10:57:05 +02:00
  • 20f56ad4a2 server: release v0.24.7 (#1320) libsql-server-v0.24.7 Lucio Franco 2024-04-16 14:27:37 -04:00
  • d24435e564 libsql: fix unwraps in local replicas (#1318) Lucio Franco 2024-04-15 13:38:28 -04:00
  • 7708a43772 server: add query_duration_ms stats to query res (#1309) Lucio Franco 2024-04-15 12:37:13 -04:00
  • 505b21f536 Fix sync (#1316) Piotr Jastrzębski 2024-04-15 16:31:15 +02:00
  • ad077fd870 error handling ad hoc 2024-04-15 11:44:01 +02:00
  • 756d75d49e resolve namespace names from path to enable attach ad hoc 2024-04-15 10:31:56 +02:00
  • 518b38a257 add benches adhoc 2024-04-11 15:57:36 +02:00
  • 7badc6d35d Add workflow_dispatch event trigger for PR images (#1306) Avinash Sajjanshetty 2024-04-12 11:46:34 +05:30
  • 15fe600c40 update tonic to 0.11 (#1308) Lucio Franco 2024-04-11 13:54:36 -04:00
  • dac888bbb7 server: add query stats to hrana responses (#1267) Lucio Franco 2024-04-11 12:23:21 -04:00
  • ca96af5076 lots of tests adhoc 2024-04-10 16:24:31 +02:00
  • 4534dd9901 libsql: fix embedded replica example (#1282) Lucio Franco 2024-04-11 09:20:29 -04:00
  • 67eae4c461 bottomless: upgrade s3 sdk to 1.0 (#1302) Lucio Franco 2024-04-10 19:13:15 -04:00
  • 4771fa7134 Revert "add debug info to release build (#1297)" (#1300) Athos 2024-04-10 19:12:18 -03:00
  • 218bdc72c3 Bump arm builder machine (#1301) Athos 2024-04-10 18:09:24 -03:00
  • 38da8f7d8c bump sqld v0.24.6 (#1298) ad hoc 2024-04-10 12:41:35 +02:00
  • 8c06c8907f bump sqld v0.24.6 libsql-server-v0.24.6 ad hoc 2024-04-10 12:25:55 +02:00
  • f3f742fd6c Add 'aarch64-unknown-linux-gnu' to dist targets (#1295) Pekka Enberg 2024-04-10 09:16:04 +03:00
  • 342e4c368b add debug info to release build (#1297) ad hoc 2024-04-09 22:14:54 +02:00
  • 87d0145408 don't regen log on sqld version mismatch (#1296) ad hoc 2024-04-09 19:48:48 +02:00
  • db04b9e135 segment list ad hoc 2024-04-09 10:32:51 +02:00