Commit graph

  • 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
  • dc0b78cdb8
    [block-ref-repair] Block refcount recalculation and repair Alex Auvolat 2024-03-19 11:04:20 +0100
  • 693b89b94b Merge pull request 'Update WinSCP link in documentation' (#781) from stefano/garage:main into main Alex 2024-03-19 09:34:16 +0000
  • cf344d73d5 Update WinSCP link in documentation stefano 2024-03-19 09:21:50 +0000
  • 0038ca8a78
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-18 20:17:54 +0100
  • 1a0bffae34 Merge pull request 'Use connection pooling in sqlite backend' (#779) from sqlite-r2d2 into main Alex 2024-03-18 19:02:36 +0000
  • b55f52a9b7
    [sqlite-r2d2] run integration test with all db engines Alex Auvolat 2024-03-18 17:58:34 +0100
  • e8f9718ccd
    [sqlite-r2d2] implement connection pooling in sqlite backend Alex Auvolat 2024-03-18 17:08:54 +0100
  • fd2e19bf1b Merge pull request 'metadata db snapshotting' (#775) from db-snapshot into main Alex 2024-03-15 13:17:53 +0000
  • 8cf3d24875
    [db-snapshot] documentation for metadata db snapshots Alex Auvolat 2024-03-15 13:16:41 +0100
  • a68c37555d
    [db-snapshot] add garage meta snapshot cli operation Alex Auvolat 2024-03-15 10:56:57 +0100
  • 1e42808a59
    [db-snapshot] implement meta_auto_snapshot_interval Alex Auvolat 2024-03-14 18:21:37 +0100
  • 8dff278b72
    [db-snapshot] Implement db snapshotting logic in garage_db Alex Auvolat 2024-03-14 17:24:53 +0100
  • a80ce6ab5a Merge pull request 'disable_scrub configuration option' (#774) from disable-scrub into main Alex 2024-03-15 09:22:33 +0000
  • 990205dc3b
    [disable-scrub] document disable_scrub config option Alex Auvolat 2024-03-14 16:57:44 +0100
  • 7c86ff6c37
    [disable-scrub] implement a disable_scrub configuration option Alex Auvolat 2024-03-14 16:49:14 +0100
  • 62b01d8705 Merge pull request 'Doc: be slightly more critical of LMDB' (#773) from doc-updates into main Alex 2024-03-14 15:43:30 +0000
  • 422d45b659
    [doc-updates] from source: fix default feature list Alex Auvolat 2024-03-14 16:35:15 +0100
  • a7dddebedd
    [doc-updates] doc: be slightly more critical of LMDB Alex Auvolat 2024-03-14 16:29:42 +0100
  • a46c3d2502
    [rm-sled] Replace unsafe code with ouroboros in sqlite adapter db-no-unsafe Alex Auvolat 2024-03-08 19:20:14 +0100
  • 81191d2d92 Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10 Alex 2024-03-12 10:45:57 +0000
  • 2795b53b8b
    [rm-sled] factorize some code in sqlite backend Alex Auvolat 2024-03-12 11:15:26 +0100
  • 32aa246300
    [rm-sled] Make proper use of pinning in LMDB adapter + comment unsafe Alex Auvolat 2024-03-08 17:39:17 +0100
  • b942949940
    [rm-sled] Implement iterators in sqlite & lmdb transactions Alex Auvolat 2024-03-08 16:38:01 +0100
  • 66c23890c1
    [rm-sled] Implement some missing functionality in garage_db Alex Auvolat 2024-03-08 16:02:58 +0100
  • 05c92204ec
    [rm-sled] Remove counted_tree_hack Alex Auvolat 2024-03-08 14:59:56 +0100
  • 2128b5febd Merge pull request 'Remove migration path from Garage v0.5' (#766) from rm-migration into next-0.10 Alex 2024-03-08 13:43:42 +0000
  • 44454aac01
    [rm-sled] Remove the Sled database engine Alex Auvolat 2024-03-08 14:11:02 +0100
  • 1ace34adbb
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-08 13:57:10 +0100
  • 238545e564 Merge pull request 'Refactoring of db engines' (#765) from factor-db-open into main Alex 2024-03-08 12:56:40 +0000
  • f537f76681
    [rm-migration] Remove migration path from Garage v0.5 Alex Auvolat 2024-03-08 13:24:47 +0100
  • ec34728b27
    [factor-db-open] Combine logic for opening db engines Alex Auvolat 2024-03-08 12:47:05 +0100
  • f7e39974ae update grafana template mr_tron 2024-03-07 20:44:27 +0000
  • 20c0b4ffb2 Merge pull request 'ReplicationMode -> ConsistencyMode+ReplicationFactor' (#750) from yuka/garage:split-consistency-mode into next-0.10 Alex 2024-03-07 16:32:52 +0000
  • 2fd13c7d13 Merge pull request 'SSE-C encryption' (#730) from sse-c into next-0.10 Alex 2024-03-07 15:21:37 +0000
  • 3fcb54e3cf
    [sse-c] Remove special case for Content-Type header Alex Auvolat 2024-03-06 19:23:36 +0100
  • e3333f2ac5
    [sse-c] Documentation for SSE-C Alex Auvolat 2024-03-06 15:40:11 +0100
  • fa4878bad6
    [sse-c] Testing for SSE-C encryption Alex Auvolat 2024-02-28 14:09:41 +0100
  • 57acc60082
    [sse-c] Implement SSE-C encryption Alex Auvolat 2024-02-23 16:49:50 +0100
  • fe2dc5d51c
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-07 14:00:34 +0100
  • afee8c2207 Merge pull request 'allow utf-8 in headers + add test for object metadata' (#763) from unicode-headers into main Alex 2024-03-07 12:54:07 +0000
  • eab2b81be2
    [unicode-headers] allow utf-8 in headers + add test for object metadata Alex Auvolat 2024-03-07 12:46:15 +0100
  • c1769bbe69 ReplicationMode -> ConsistencyMode+ReplicationFactor Yureka 2024-03-04 19:58:32 +0100
  • 8f86af52ed adjust docs for replication factor Yureka 2024-03-04 18:42:17 +0100
  • 603604cdfc Merge pull request 'refactor: remove max_write_errors and max_faults' (#760) from yuka/garage:remove-max-write-errors into next-0.10 Alex 2024-03-05 21:56:17 +0000
  • 41a17ce14a Per-Bucket Consistency Yureka 2024-03-04 16:58:06 +0100
  • 060f83edf1 other refactors Yureka 2024-03-04 18:43:08 +0100
  • ce042e48d4 ReplicationMode -> ConsistencyMode+ReplicationFactor Yureka 2024-03-04 18:42:25 +0100
  • 9f25721ad2 adjust docs for replication factor Yureka 2024-03-04 18:42:17 +0100
  • 6760895926 refactor: remove max_write_errors and max_faults Yureka 2024-03-04 18:37:00 +0100
  • bbde9bc912
    Merge branch 'main' into next-0.10 Alex Auvolat 2024-03-04 15:56:10 +0100
  • 3168bb34a0 Merge pull request 'add request context helper' (#751) from yuka/garage:req-ctx into main Alex 2024-03-04 14:51:05 +0000
  • a08ac4a3fd Merge pull request 'Garage v0.8.7' (#758) from fix-presigned-0.8 into main-0.8.x main-0.8.x Alex 2024-03-04 14:39:06 +0000
  • 2eb114f422
    [fix-presigned-0.8] bump version to v0.8.7 v0.8.7 Alex Auvolat 2024-03-04 14:41:47 +0100
  • f5b245729f
    [test-presigned] Add API test for presigned requests Alex Auvolat 2024-03-04 12:52:33 +0100
  • 70622d02f8
    [test-presigned] Use a HeaderMap type for QueryMap Alex Auvolat 2024-03-04 13:28:54 +0100
  • 578bc8d703
    Store original-cased query keys alongside query values asonix 2024-03-03 16:26:57 -0600
  • 6ab80cd36a
    Lowercase query parameter keys when parsing asonix 2024-03-03 14:35:01 -0600
  • 512933a036 Merge pull request 'Garage v0.9.3' (#757) from rel-0.9.3 into main Alex 2024-03-04 13:26:47 +0000
  • 8670140358
    [rel-0.9.3] Bump version to 0.9.3 v0.9.3 Alex Auvolat 2024-03-04 14:00:55 +0100
  • 5bb69a1257 Merge pull request 'Add API test + fix presigned requests' (#756) from test-presigned into main Alex 2024-03-04 12:56:02 +0000
  • c8e416aaa5
    [test-presigned] Use a HeaderMap type for QueryMap Alex Auvolat 2024-03-04 13:28:54 +0100
  • fb55682c66 add request context helper Yureka 2024-03-03 14:56:52 +0100
  • c94bf45cba
    Store original-cased query keys alongside query values asonix 2024-03-03 16:26:57 -0600
  • 7c4f3473af
    Lowercase query parameter keys when parsing asonix 2024-03-03 14:35:01 -0600
  • b6a91e549b
    [test-presigned] Add API test for presigned requests Alex Auvolat 2024-03-04 12:52:33 +0100
  • 32d6b4def8 Merge pull request 'Add talk on 2024-02-09 at capitoul.org' (#755) from talk-capitoul into main Alex 2024-03-04 11:08:23 +0000
  • 4990460808 Store original-cased query keys alongside query values asonix 2024-03-03 16:26:57 -0600
  • 6a57827da9 Lowercase query parameter keys when parsing asonix 2024-03-03 14:35:01 -0600
  • c4de471de1 Merge pull request 'doc: fix typo in connect/backup.md' (#749) from Armael/garage:doc-typo into main Alex 2024-03-03 13:51:38 +0000
  • 16e17375c5 doc: fix typo in connect/backup.md Armaël Guéneau 2024-03-03 13:02:56 +0100
  • 95ab36aae7 Merge pull request 'Bump version to v0.9.2' (#747) from rel-0.9.2 into main Alex 2024-03-01 16:20:28 +0000
  • 6a7623e90d
    [rel-0.9.2] Bump version to v0.9.2 v0.9.2 Alex Auvolat 2024-03-01 15:14:06 +0100
  • e285994977 Merge pull request 'Bump version to v0.8.6' (#746) from rel-0.8.6 into main-0.8.x Alex 2024-03-01 14:07:00 +0000
  • d94b086db3
    [rel-0.8.6] Bump version to v0.8.6 v0.8.6 Alex Auvolat 2024-03-01 13:56:31 +0100
  • 70b9904e91 Merge pull request 'AWS signatures v4: don't actually check Content-Type is signed' (#745) from fix-signed-headers into main Alex 2024-03-01 12:50:15 +0000
  • 34086531a8 Merge pull request 'Backport AWS signature verification refactoring and fixes to v0.8.x' (#744) from backport-735-v0.8.x into main-0.8.x Alex 2024-03-01 12:49:43 +0000
  • 430d0be48c
    [backport-735-v0.8.x] backport changes to custom_requester.rs Alex Auvolat 2024-03-01 12:40:13 +0100
  • 610af71e36
    [backport-735-v0.8.x] backport AWS signature verification refactoring Alex Auvolat 2024-03-01 12:35:08 +0100
  • a36248a169
    [fix-signed-headers] aws signatures v4: don't actually check Content-Type is signed Alex Auvolat 2024-03-01 13:11:41 +0100
  • f01883794e Merge pull request 'Security: backport #737 to the v0.8.x branch' (#740) from backport-737-0.8.x into main-0.8.x Alex 2024-03-01 11:16:41 +0000
  • 70899b0e37
    [fix-auth-ct-eq] use consant time comparison for awsv4 signature verification Alex Auvolat 2024-02-29 12:43:25 +0100
  • c00a028cc8
    [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking Alex Auvolat 2024-02-29 10:57:07 +0100
  • 9b44639844 Merge pull request 'Backport woodpecker CI to v0.8.x branch' (#741) from woodpecker-0.8.x into main-0.8.x Alex 2024-02-29 17:13:15 +0000
  • a6660f71e6
    [woodpecker-0.8.x] backport woodpecker CI to v0.8.x branch Alex Auvolat 2024-02-29 16:35:40 +0100