Commit graph

  • 4990460808 Store original-cased query keys alongside query values main 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 Alex 2024-03-01 15:14:06 +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
  • a36248a169
    [fix-signed-headers] aws signatures v4: don't actually check Content-Type is signed Alex 2024-03-01 13:11:41 +0100
  • b8c7a560ef Merge pull request 'Fix potential timing side-channels in authentication mechanisms' (#737) from fix-auth-ct-eq into main 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 0b9859befa Merge pull request 'garage_net: retry connecting when new IP is learned' (#724) from networking-fixes into main Alex 2024-02-19 17:37:01 +0000
  • 95e3a39b4d
    [networking-fixes] small refactoring in garage_net peering Alex 2024-02-19 18:07:35 +0100
  • 66fe893023
    [networking-fixes] garage_net: retry connecting when new IP is learned Alex 2024-02-19 17:52:53 +0100
  • 6bb34899f2 Merge pull request 'fixes to RPC networking' (#721) from networking-fixes into main Alex 2024-02-19 11:44:05 +0000
  • eab54b3798
    [networking-fixes] add doc for rpc_bind_outgoing Alex 2024-02-19 11:31:09 +0100
  • b96f84b894
    [networking-fixes] add option to bind outgoing RPC sockets (fix #638) Alex 2024-02-19 11:24:33 +0100
  • f0bbad2db9
    [networking-fixes] use rpc_public_addr in netapp's HelloMessage Alex 2024-02-19 10:58:54 +0100
  • b8217361c0 Merge pull request 'doc: fixes to index of configuration options' (#722) from doc-fixes into main Alex 2024-02-19 10:45:14 +0000
  • e73cb79e1e
    [doc-fixes] configuration reference: fix typo and set block size in M Alex 2024-02-19 11:42:06 +0100
  • e54effec45
    [doc-fixes] fixes to index of configuration options Alex 2024-02-19 11:36:22 +0100
  • 7be3f15e45 Merge pull request 'import Netapp code into Garage codebase' (#717) from import-netapp into main Alex 2024-02-15 12:51:52 +0000
  • 125c662860
    [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManager Alex 2024-02-14 10:04:46 +0100
  • 5766befb24
    [import-netapp] fix tests Alex 2024-02-13 13:54:37 +0100
  • 5ea24254a9
    [import-netapp] import Netapp code into Garage codebase Alex 2024-02-13 12:55:41 +0100
  • a2ab275da8 Merge pull request 'Fix cargo warnings in Cargo.toml files' (#718) from fix-cargo-toml into main Alex 2024-02-15 11:14:01 +0000
  • 1b0f167d2f
    [fix-cargo-toml] fix cargo warnings in Cargo.toml files Alex 2024-02-15 10:39:06 +0100
  • 823078b4cd Merge pull request 'small fixes to config/secrets handling' (#715) from fix-secrets-695 into main Alex 2024-02-13 10:04:49 +0000
  • ea09b483fe Merge pull request 'doc: mention warn and error as available log levels' (#716) from emilylange/garage:doc/mention-warn-error-log-levels into main Alex 2024-02-13 08:13:23 +0000
  • c86ac264cb
    doc: mention warn and error as available log levels emilylange 2024-02-12 17:51:01 +0100
  • bf283c9924
    [fix-secrets-695] config: replace String by PathBuf for *_file Alex 2024-02-12 11:35:57 +0100
  • 25e5738568
    [fix-secrets-695] take into account rpc secret from file for cli commands (fix #695) Alex 2024-02-12 10:42:17 +0100
  • 198188017c Merge pull request 'Implement header overriding in GetObject (fix #650)' (#713) from header-override-650 into main Alex 2024-02-09 15:40:18 +0000
  • 02e98e2d10
    [header-override-650] implement header overriding in GetObject (fix #650) Alex 2024-02-09 15:34:42 +0100
  • fe175fa8e2 Merge pull request 'garage block info: find blocks by prefix (fix #682)' (#712) from block-info-short-682 into main Alex 2024-02-09 14:07:29 +0000
  • 3865080c35 Merge pull request 'Allow multi-character delimiters in List* (fix #692)' (#711) from multi-char-delimiter-692 into main Alex 2024-02-09 13:38:17 +0000
  • 8da67b3aa2
    [block-info-short-682] garage block info: find blocks by prefix (fix #682) Alex 2024-02-09 14:35:53 +0100
  • 10bc2ead60
    [multi-char-delimiter-692] allow multi-character delimiters in List* (fix #692) Alex 2024-02-09 14:15:29 +0100
  • 0c7ce001c9 Merge pull request 'Fix & simplify CI using Woodpecker' (#706) from nix-improvements into main Alex 2024-02-09 12:11:23 +0000
  • f7ae966ed3
    [nix-improvements] special case for Docker's "386" architecture Alex 2024-02-09 12:47:03 +0100
  • 561fad0b44
    [nix-improvements] get rid of Drone Alex 2024-02-09 12:19:16 +0100
  • 1be75fbf4e
    [nix-improvements] fix kaniko and manifest-tool Alex 2024-02-09 11:40:35 +0100
  • 555ed75548
    [nix-improvements] ci: check static as separate step Alex 2024-02-09 11:36:51 +0100
  • 1c85e5e428
    [nix-improvements] adapt woodpecker pipelines Alex 2024-02-09 11:19:32 +0100
  • d35d4599de
    [nix-improvements] use kaniko and manifest-tools from nixpkgs, simplify Alex 2024-02-09 11:15:52 +0100
  • 9900368380
    [nix-improvements] modernize Nix infrastructure Alex 2024-02-07 19:23:32 +0100
  • e4a43bfd59 Merge pull request 'Upgrade toml, kube, k8s-openapi + code fixes' (#709) from dep-upgrade-202402 into main Alex 2024-02-09 09:32:54 +0000
  • 5c63193d1d
    [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyper Alex 2024-02-08 23:43:59 +0100
  • bcbd15da84
    [dep-upgrade-202402] cargo clippy fixes Alex 2024-02-08 19:02:48 +0100
  • ad5ce968d2
    [dep-upgrade-202402] remove useless mut Alex 2024-02-08 18:57:18 +0100
  • c2e1e172d4
    [dep-upgrade-202402] update toml, kube and k8s-openapi Alex 2024-02-08 18:49:38 +0100
  • 8061bf5e1c Merge pull request 'Use only oxalica/rust-overlay toolchain and not nixpkgs' (#710) from oxalica-toolchain-only into main Alex 2024-02-08 22:29:25 +0000
  • 8724aabdf5
    [oxalica-toolchain-only] remove obsolete comment on toolchains Alex 2024-02-08 23:23:27 +0100
  • 57024a2129
    [oxalica-toolchain-only] remove custom toolchains from toolchains.nix Alex 2024-02-08 23:21:00 +0100
  • 9e0b1dcf1c
    [oxalica-toolchain-only] remove use of nixos rust toolchain Alex 2024-02-08 19:10:26 +0100
  • 304a89c57b Merge pull request 'convert drone pipelines to woodpecker' (#708) from woodpecker into main Alex 2024-02-08 17:46:00 +0000
  • 25c2f37667
    [woodpecker] remove upgrade test on i386 Alex 2024-02-08 18:42:26 +0100
  • 4e62e86644
    [woodpecker] disable docker image generation as auth is broken for now Alex 2024-02-08 18:27:33 +0100