Commit graph

  • 9bd9e392ba fix bit/byte inversion in rpc secret error message rpc-comment trinity-1686a 2024-11-07 00:29:26 +0100
  • a18b3f0d1f Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into main Alex 2024-09-22 13:02:02 +0000
  • 7a143f46fc
    Bump to version 1.0.1 Alex Auvolat 2024-09-22 14:25:32 +0200
  • c731f0291a Merge pull request 'fix logic in garage layout skip-dead-nodes + fix typo (fix #879)' (#880) from fix-skip-dead-nodes into main Alex 2024-09-22 12:01:49 +0000
  • 34453bc9c2
    fix logic in garage layout skip-dead-nodes + fix typo (fix #879) Alex Auvolat 2024-09-22 13:47:27 +0200
  • 6da1353541 Merge pull request 'Don't fetch old values in cross-partition transactional inserts' (#877) from withings/garage:perf/kv/insert-no-return-cross-partition into main Alex 2024-09-14 15:57:27 +0000
  • bd71728874
    Tests: don't expect old value after transactional insert Julien Kritter 2024-09-12 10:50:53 +0200
  • 51ced60366
    Don't fetch old values in cross-partition transactional inserts Julien Kritter 2024-09-12 10:26:28 +0200
  • 586957b4b7 Merge pull request 'KV: don't retrieve values for write ops' (#873) from marvinj97/garage:perf/kv/insert-no-return into main Alex 2024-09-10 09:06:29 +0000
  • 8d2bb4afeb Merge pull request 'Typo' (#875) from faust/garage:doc2 into main Alex 2024-09-10 09:03:31 +0000
  • c26f32b769
    Typo Faustin Lammler 2024-09-10 09:34:59 +0200
  • 8062ec7b4b test: fix db tests marvin-j97 2024-09-04 19:24:36 +0200
  • eb416a02fb dont assert deletion count in sqlite KV adapter marvin-j97 2024-09-04 18:51:51 +0200
  • 74363c9060 perf(kv): dont retrieve values for write ops marvin-j97 2024-09-04 18:45:17 +0200
  • 615698df7d Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into main Alex 2024-08-26 19:08:00 +0000
  • 7061fa5a56
    use rust 1.77 in nix/compile.nix Alex Auvolat 2024-08-26 19:02:00 +0200
  • 8881930cdd
    update nixpkgs and rust-overlay sources in flake.nix Alex Auvolat 2024-08-26 18:47:02 +0200
  • 52f6c0760b Merge pull request 'update crate time (fix #849)' (#865) from update-time into main Alex 2024-08-26 16:20:04 +0000
  • 5b0602c7e9
    update crate time (fix #849) Alex Auvolat 2024-08-26 18:02:49 +0200
  • 182b2af7e5 Merge pull request 'api servers: kill opened connections after SIGINT after 10s deadline (fix #806)' (#864) from exit-deadline into main Alex 2024-08-25 18:34:55 +0000
  • baf32c9575
    api servers: kill opened connections after SIGINT after 10s deadline (fix #806) Alex Auvolat 2024-08-25 20:04:56 +0200
  • 3dda1ee4f6 Merge pull request 'fix build when lmdb feature is disabled (fix #800)' (#863) from fix-800 into main Alex 2024-08-25 10:00:40 +0000
  • aa7ce9e97c
    fix build when lmdb feature is disabled (fix #800) Alex Auvolat 2024-08-25 11:42:37 +0200
  • 8d62616ec0 Merge pull request 'layout: discard old info when it is completely out-of-date (fix #841)' (#861) from fix-841 into main Alex 2024-08-24 11:12:39 +0000
  • bd6fe72c06 Merge pull request 'Quick start: mention Docker (replace #803)' (#862) from dougreeder into main Alex 2024-08-24 11:07:46 +0000
  • 4c9e8ef625
    doc: clarify quick start on using docker Alex Auvolat 2024-08-24 13:04:38 +0200
  • 3e711bc110 Merge pull request 'don't modify postobject request before validating policy' (#850) from trinity-1686a/garage:fix-acl-postobject into main Alex 2024-08-24 10:49:14 +0000
  • 7fb66b4944
    layout: discard old info when it is completely out-of-date (fix #841) Alex Auvolat 2024-08-24 12:38:56 +0200
  • 679ae8bcbb Merge pull request 'Set "no read ahead" on LMDB to improve performances when "LMDB size" > "RAM size"' (#855) from fix-lmdb-no-read-ahead into main Quentin 2024-08-18 12:25:35 +0000
  • 2a93ad0c84
    force flag "no read ahead" on LMDB Quentin Dufour 2024-08-17 13:17:16 +0200
  • f190032589 don't modify postobject request before validating policy fix-acl-postobject trinity-1686a 2024-08-10 20:06:04 +0200
  • 3a87bd1370 Merge pull request 'Improve error message for malformed RPC secret key' (#846) from improve-secret-error-message into main maximilien 2024-08-09 06:47:11 +0000
  • 9302cd42f0 Improve error message for malformed RPC secret key Maximilien R. 2024-08-06 23:22:25 +0200
  • 060ad0da32 docs: Update LMDB website kosssi 2024-06-25 08:29:13 +0000
  • a5ed1161c6 Merge pull request 'Add environment variable dict to helm chart.' (#843) from Benjamin/garage:main into main maximilien 2024-08-06 21:45:35 +0000
  • 222674432b This commit adds an environment dict to garage helm chart. Using it, env variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN Benjamin von Mossner 2024-07-25 11:42:13 +0200
  • 070a8ad110 Merge pull request 'doc: fix typo' (#831) from Armael/garage:typo into main Alex 2024-06-18 12:40:32 +0000
  • 770384cae1 Merge pull request 'add rpc_public_addr_subnet config option' (#817) from flokli/garage:rpc_public_addr_subnet into main Alex 2024-06-18 12:40:07 +0000
  • a0f6bc5b7f add rpc_public_addr_subnet config option Florian Klink 2024-04-23 11:57:43 +0300
  • 88c734bbd9 typo Armaël Guéneau 2024-06-04 15:34:02 +0200
  • d38509ef4b Merge pull request 'adding the ability to change the default podManagementPolicy for StatefulSets' (#823) from bodaciousbiscuits/garage:main into main maximilien 2024-05-25 18:35:53 +0000
  • 39b37833c5 adding the ability to change the default podManagementPolicy for StatefulSets bodaciousbiscuits 2024-05-19 21:31:19 -0500
  • a2c1de646b Merge pull request 'cli: clarify garage block is node-local' (#813) from flokli/garage:block-node-local into main maximilien 2024-05-12 08:53:26 +0000
  • 15847a636a cli: clarify garage block is node-local Florian Klink 2024-04-21 13:38:14 +0300
  • 123d3e1f04 Merge pull request 'flake.nix: add rust-analyzer to devShells.full, expose devShells.full in shell.nix' (#816) from flokli/garage:shell-fixes into main Alex 2024-04-23 18:54:26 +0000
  • a6e4b96ca9 shell.nix: expose devShellFull Florian Klink 2024-04-23 11:58:44 +0300
  • b442b0e35e devShells.full: add rust-analyzer Florian Klink 2024-04-23 11:58:34 +0300
  • 0c3b198b22 Improves Quick Start for users not using Linux P. Douglas Reeder 2024-04-10 16:42:10 -0400
  • 33c2086d9e Merge pull request '[fix-doc] fix broken references in documentation' (#802) from fix-doc into main Alex 2024-04-10 15:49:03 +0000
  • 5ad1e55ccf [fix-doc] fix broken references in documentation Alex Auvolat 2024-04-10 17:47:34 +0200
  • 1779fd40c0 Merge pull request 'Garage v1.0' (#683) from next-0.10 into main Alex 2024-04-10 15:23:12 +0000
  • ff093ddbb8
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-04-10 14:38:14 +0200
  • 90e3c2af91
    [next-0.10] small updates to mention Garage v0.9.4 Alex Auvolat 2024-04-10 14:35:30 +0200
  • b47706809c Merge pull request 'fix typo in doc' (#799) from fix-typo into main Alex 2024-04-08 15:09:27 +0000
  • 126e0f47a3 fix typo in doc Alex Auvolat 2024-04-08 17:08:44 +0200
  • 738bb2f09c Merge pull request 'Garage v0.9.4' (#798) from rel-0.9.4 into main Alex 2024-04-08 09:57:03 +0000
  • 7dd7cb5759
    [rel-0.9.4] upgrade version to v0.9.4 Alex Auvolat 2024-04-08 11:18:19 +0200
  • 8b663d8c5b Merge pull request 'jepsen testing of Garage v1.0.0-rc1' (#796) from jepsen-1.0rc1 into main Alex 2024-04-05 21:05:58 +0000
  • c051db8204 jepsen testing of Garage v1.0.0-rc1 Alex Auvolat 2024-04-05 22:57:00 +0200
  • 50669b3e76
    [next-0.10] bump helm chart version Alex Auvolat 2024-04-03 14:19:59 +0200
  • e5838b4837 Merge pull request '[doc-units] document how interval value is parsed' (#795) from doc-units into main Alex 2024-04-03 12:15:18 +0000
  • 87dfaf2eb9
    [doc-units] document how interval value is parsed Alex Auvolat 2024-04-03 14:14:13 +0200
  • 554437254e
    [next-0.10] Add migration guide for v1.0 Alex Auvolat 2024-03-28 18:38:35 +0100
  • afad62939e
    [next-0.10] bump version number to 1.0 Alex Auvolat 2024-03-28 15:19:44 +0100
  • 8bfc16ba7d
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-28 15:01:05 +0100
  • ecf641d88c Merge pull request 'Fix unbounded buffering when one node has slower network' (#792) from fix-buffering into main Alex 2024-03-28 12:40:27 +0000
  • 75cd14926d Merge pull request 'CI: properly cleanup between garage integration tests' (#793) from fix-ci into main Alex 2024-03-28 12:37:18 +0000
  • e1dc84e123
    [fix-ci] CI: properly cleanup between garage integration tests Alex Auvolat 2024-03-28 13:07:41 +0100
  • 85f580cbde
    [fix-buffering] change request sending strategy and fix priorities Alex Auvolat 2024-03-27 16:00:46 +0100
  • 0d3e285d13
    [fix-buffering] implement block_ram_buffer_max to avoid excessive RAM usage Alex Auvolat 2024-03-27 15:26:08 +0100
  • 25c196f34d
    [next-0.10] admin api: fix logic in get cluster status Alex Auvolat 2024-03-27 13:55:49 +0100
  • 4eba32f29f
    [next-0.10] layout helper: rename & clarify updates to update trackers Alex Auvolat 2024-03-27 13:47:06 +0100
  • 32f1786f9f
    [next-0.10] cache layout check result Alex Auvolat 2024-03-27 13:37:20 +0100
  • 01a0bd5410
    [next-0.10] remove impl Deref for LayoutHelper Alex Auvolat 2024-03-27 13:32:13 +0100
  • c0eeb0b0f3
    [next-0.10] fixes to k2v rpc + comment fixes Alex Auvolat 2024-03-27 10:44:03 +0100
  • 51d11b4b26
    [next-0.10] doc: 2 changes Alex Auvolat 2024-03-27 10:04:35 +0100
  • f7cd4eb600
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-26 16:34:40 +0100
  • 95eb8808e8 Merge pull request 'Disable more K2V tests' (#791) from disable-k2v-test into main Alex 2024-03-26 15:33:46 +0000
  • e0a4fc097a
    [disable-k2v-test] remove obsolete k2v test script Alex Auvolat 2024-03-26 16:24:44 +0100
  • 73551e9a2d
    [disable-k2v-test] disable the other k2v poll test Alex Auvolat 2024-03-26 16:24:26 +0100
  • 80f81fa6f3 Merge pull request '[disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable' (#789) from disable-k2v-test into main Alex 2024-03-26 14:57:46 +0000
  • f267609343
    [disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliable Alex Auvolat 2024-03-26 15:39:17 +0100
  • cdde0f19ee Merge pull request 'checksum algorithms' (#787) from s3-checksum into next-0.10 Alex 2024-03-26 14:24:58 +0000
  • 74949c69cb
    [s3-checksum] implement x-amz-checksum-* headers Alex Auvolat 2024-03-21 14:06:59 +0100
  • 7e0107c47d Merge pull request 'Fixes to garage_net peering manager' (#786) from net-fixes into next-0.10 Alex 2024-03-21 10:26:36 +0000
  • 3844110cd0
    [net-fixes] netapp peer exchange: send only currently connected address Alex Auvolat 2024-03-21 10:50:44 +0100
  • 961b4f9af3
    [net-fixes] fix issues with local peer address (fix #761) Alex Auvolat 2024-03-21 10:45:34 +0100
  • 5225a81dee
    [net-fixes] peering: only count node IDs and not addresses in hash Alex Auvolat 2024-03-21 09:47:04 +0100
  • e835196940 Merge pull request 'Add marker files in data directories (fix #601)' (#785) from check-data-dir into main Alex 2024-03-20 16:53:47 +0000
  • ba33bb31f1
    [check-data-dir] add marker files in data directories (fix #601) Alex Auvolat 2024-03-20 15:20:25 +0100
  • 30abf7e086 Merge pull request 'Add support to logging to syslog (based on patch by @jirutka)' (#784) from syslog into main Alex 2024-03-20 13:54:18 +0000
  • 84018be862
    [syslog] warning when syslog support is not enabled Alex Auvolat 2024-03-20 14:36:13 +0100
  • 091e693670
    [syslog] document environment variables Alex Auvolat 2024-03-20 14:33:18 +0100
  • fe8a7819fa
    [syslog] Add support to logging to syslog Alex Auvolat 2024-03-20 14:21:08 +0100
  • ce69dc302c
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-19 17:17:46 +0100
  • 26310f3242 Merge pull request 'CLI: allow manipulating buckets by prefixes of their full IDs' (#783) from bucket-id-prefix into main Alex 2024-03-19 16:17:16 +0000
  • 65853a4863 Merge pull request 'block refcount repair' (#782) from block-ref-repair into next-0.10 Alex 2024-03-19 15:59:19 +0000
  • 783b586de9
    [bucket-id-prefix] CLI: allow manipulating buckets by prefixes of their full IDs Alex Auvolat 2024-03-19 16:57:51 +0100
  • 3eab639c14
    [block-ref-repair] mention garage block repair-rc in documentation Alex Auvolat 2024-03-19 16:24:34 +0100
  • 3165ab926c
    [block-ref-repair] rename rc's rc field to rc_table Alex Auvolat 2024-03-19 16:09:47 +0100