Commit Graph

  • 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 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 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 2024-03-04 14:41:47 +0100
  • f5b245729f
    [test-presigned] Add API test for presigned requests Alex 2024-03-04 12:52:33 +0100
  • 70622d02f8
    [test-presigned] Use a HeaderMap type for QueryMap Alex 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 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 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 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 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 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 2024-03-01 12:40:13 +0100
  • 610af71e36
    [backport-735-v0.8.x] backport AWS signature verification refactoring Alex 2024-03-01 12:35:08 +0100
  • a36248a169
    [fix-signed-headers] aws signatures v4: don't actually check Content-Type is signed Alex 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 2024-02-29 12:43:25 +0100
  • c00a028cc8
    [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking Alex 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 2024-02-29 16:35:40 +0100
  • b8c7a560ef Merge pull request 'Fix potential timing side-channels in authentication mechanisms' (#737) from fix-auth-ct-eq into main v0.9.2-rc1 Alex 2024-02-29 14:04:38 +0000
  • d3cf560e5c Merge pull request 'Docs: add default metrics_token in quick start + uniformize use of base64' (#739) from doc-default-token into main Alex 2024-02-29 12:20:24 +0000
  • 73b11eb17c
    [doc-default-token] add default metrics_token in quick start + uniformize use of base64 Alex 2024-02-29 13:17:36 +0100
  • 6d33e721c4
    [fix-auth-ct-eq] use consant time comparison for awsv4 signature verification Alex 2024-02-29 12:43:25 +0100
  • eaac4924ef
    [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking Alex 2024-02-29 10:57:07 +0100
  • 02005055ae Merge pull request 'Mention deduplication and compression in features page' (#736) from doc-dedup into main Alex 2024-02-28 12:49:26 +0000
  • a294dd9473
    [doc-dedup] reorder features, move no-RAFT down Alex 2024-02-28 13:48:45 +0100
  • 947973982d
    [doc-dedup] fix #rpc_bind_outgoing anchor in config page Alex 2024-02-28 13:45:30 +0100
  • dc995059aa
    [doc-dedup] mention deduplication and compression in features page Alex 2024-02-28 13:43:30 +0100
  • 10031a3a91 Merge pull request 'Split presigned signature verification + fix conditions' (#735) from fix-presigned into main Alex 2024-02-28 11:38:00 +0000
  • 90cab5b8f2
    [fix-presigned] add comments and reorganize Alex 2024-02-28 10:51:08 +0100
  • e9f759d4cb
    [fix-presigned] presigned requests: allow x-amz-* query parameters to stand in for equivalent headers Alex 2024-02-28 00:27:54 +0100
  • a5e4bfeae9
    [fix-presigned] write comments Alex 2024-02-27 23:46:49 +0100
  • 4c1d42cc5f
    [fix-presigned] add back anonymous request code path + refactoring Alex 2024-02-27 23:33:26 +0100
  • 2efa9c5a1a
    [fix-presigned] PostObject: verify X-Amz-Algorithm Alex 2024-02-27 22:59:30 +0100
  • a8cb8e8a8b
    [fix-presigned] split presigned/normal signature verification Alex 2024-02-27 17:56:57 +0100
  • d0d95fd53f
    [next-0.10] woodpecker: run debug pipeline on manual trigger Alex 2024-02-27 10:13:09 +0100
  • 4b978b7533
    Merge branch 'main' into next-0.10 Alex 2024-02-26 18:55:24 +0100
  • 911a83ea7d Merge pull request 'rewrite read_and_put_block as a series of steps with channels' (#734) from refactor-put into main Alex 2024-02-26 17:52:45 +0000
  • b76c0c102e
    [refactor-put] add ordering tag to blocks being sent to storage nodes Alex 2024-02-26 18:34:52 +0100
  • babccd2ad3
    [refactor-put] send several blocks in parallel to storage nodes Alex 2024-02-26 18:21:17 +0100
  • 3fe94cc14f
    [refactor-put] rewrite read_and_put_block as a series of steps with channels Alex 2024-02-26 17:22:16 +0100
  • ee2b0c8dda
    [talk-capitoul] Add talk on 2024-02-09 at capitoul.org Alex 2024-02-26 13:42:31 +0100
  • 17b55205aa Merge pull request 'doc: reverse-proxy.md: Added section on caddy-fs-s3' (#733) from jpds/garage:caddy-fileserver-browse-s3 into main Alex 2024-02-26 09:56:09 +0000
  • 3813e6c71d doc: reverse-proxy.md: Added section on caddy-fs-s3. Jonathan Davies 2024-02-26 00:43:21 +0000
  • 3692af7052
    Merge branch 'main' into next-0.10 Alex 2024-02-23 18:28:05 +0100
  • e399b60e25 Merge pull request 'GetObject: split out handle_get_full (small refactoring)' (#732) from split_getobject into main Alex 2024-02-23 17:26:53 +0000
  • d640102b76
    [split_getobject] GetObject: split out handle_get_full Alex 2024-02-23 18:14:50 +0100
  • 8b35a946d9
    Allow external HTTP client k2v/shared_http_client Quentin 2024-02-23 17:09:47 +0100
  • 916c67ccf4
    Merge branch 'main' into next-0.10 Alex 2024-02-23 16:50:34 +0100
  • 61758ce0f9 Merge pull request 'some refactoring on data read/write path' (#729) from refactor-block into main Alex 2024-02-23 15:49:43 +0000
  • 6ee691e65f
    [refactor-block] simplify some more Alex 2024-02-23 12:26:35 +0100
  • e9c42bca34
    [refactor-block] add DataBlockStream type Alex 2024-02-23 12:22:29 +0100
  • cd1069c1d4
    [refactor-block] refactor DataBlock and DataBlockPath Alex 2024-02-23 12:11:14 +0100
  • 07c7895948
    [refactor-block] simplify rpc_get_block Alex 2024-02-23 11:47:44 +0100
  • 9b41f4ff20
    [refactor-block] move read_stream_to_end to garage_net Alex 2024-02-23 11:46:57 +0100
  • 93552b9275
    [refactor-block] Remove redundant BlockStream type Alex 2024-02-23 11:33:38 +0100
  • 81cebdd124
    [next-0.10] fix build Alex 2024-02-22 15:53:47 +0100
  • 59f61c966a
    Merge branch 'main' into next-0.10 Alex 2024-02-22 15:45:45 +0100
  • 74d0c47f21 Merge pull request 'Add node-global lock for bucket/key operations (fix #723)' (#728) from lock-createbucket into main Alex 2024-02-22 12:05:19 +0000
  • cff702a951
    [lock-createbucket] Add node-global lock for bucket/key operations (fix #723) Alex 2024-02-22 12:28:21 +0100
  • 7e212e20e0 Merge pull request 'Minor typos & grammar fixes in docs' (#727) from hartraft/garage:docs-typo-fix into main Alex 2024-02-22 09:26:08 +0000
  • 00a5f14a7b Align admin endpoint port hartraft 2024-02-20 21:19:00 +0100
  • 1a07c8dd54 Minor typos and grammar hartraft 2024-02-20 20:53:36 +0100
  • 292f4ff9cb Typo hartraft 2024-02-20 18:35:56 +0000
  • 75e591727d
    [next-0.10] cluster node status metrics: report nodes of all active layout versions Alex 2024-02-20 17:08:31 +0100
  • 643d1aabd8
    Merge branch 'main' into next-0.10 Alex 2024-02-20 17:02:44 +0100
  • 885405d944 Merge pull request 'system metrics improvements' (#726) from peer-metrics into main Alex 2024-02-20 15:35:12 +0000
  • bcd571ef57
    [peer-metrics] add documentation for new cluster status metrics Alex 2024-02-20 14:59:04 +0100
  • b868493da9
    [peer-metrics] add basic cluster node status metrics (fix #545) Alex 2024-02-20 14:49:08 +0100
  • 182a23cc12
    [peer-metrics] refactor SystemMetrics to hold a reference to System Alex 2024-02-20 14:20:58 +0100
  • 3cdf69f079
    [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API Alex 2024-02-20 12:37:55 +0100
  • 00d479358d
    [peer-metrics] refactor/simplify SystemMetrics Alex 2024-02-20 11:35:18 +0100
  • 203bb10035 Merge pull request 'Filter nodes Garage tries to connect to' (#719) from reconnect-only-current into main Alex 2024-02-20 10:37:11 +0000
  • e91576677e
    [reconnect-only-current] filter nodes to reconnect to Alex 2024-02-16 10:50:41 +0100