Commit graph

  • d0166fe938 Merge pull request 'Upgrade quick-xml crate to 0.39' (#1319) from gwenlg/garage:quick_xml_upgrade into main-v2 Alex 2026-02-20 21:29:26 +00:00
  • 290a7f5ab6 fix: VersioningConfiguration xml reference Gwen Lg 2026-02-16 14:55:22 +01:00
  • 2576626240 fix: configure xmk serializer to expand empty elements Gwen Lg 2026-02-16 12:40:34 +01:00
  • 6591044c2e fix: set quote level to full for xml serialization Gwen Lg 2026-02-16 12:33:04 +01:00
  • 1ae4e5d438 fix: mark to skip serialization of Option when None Gwen Lg 2026-02-04 18:30:25 +01:00
  • d80096de92 fixup: fix xml attibute xmlns serialization Gwen Lg 2026-02-04 17:52:14 +01:00
  • 674c2c1cb1 chore: update quick-xml dep Gwen Lg 2026-01-29 00:54:09 +01:00
  • 3c5018bd6b refactor: use str trim result to parse xml Gwen Lg 2026-02-16 15:09:03 +01:00
  • 93cd71eb72 test: add unprettify_xml helper and use it Gwen Lg 2026-02-05 01:05:56 +01:00
  • 507be60890 test: use assert_eq instead of assert to improve failed output Gwen Lg 2026-02-05 13:25:12 +01:00
  • 780f389973 test: replace some unwrap with expect in tests Gwen Lg 2026-01-29 00:09:54 +01:00
  • 69cd230568 fix: enable TCP keepalive on RPC connections (#1348) rajsinghtech 2026-02-20 21:28:29 +00:00
  • 55370d9b4d consul: support token auth for catalog api requests, too (#1353) Malte Swart 2026-02-20 21:27:59 +00:00
  • 6c4c16e49d
    Add bucket-level anonymous HTTP access. Antoine Popineau 2026-01-23 09:40:38 +01:00
  • 8a6a7bd2e5 fix: VersioningConfiguration xml reference Gwen Lg 2026-02-16 14:55:22 +01:00
  • b9b0045156 fix: configure xmk serializer to expand empty elements Gwen Lg 2026-02-16 12:40:34 +01:00
  • b73777ddac fix: set quote level to full for xml serialization Gwen Lg 2026-02-16 12:33:04 +01:00
  • 3af5effadd fix: mark to skip serialization of Option when None Gwen Lg 2026-02-04 18:30:25 +01:00
  • ae753b1279 fixup: fix xml attibute xmlns serialization Gwen Lg 2026-02-04 17:52:14 +01:00
  • 99b806f93e chore: update quick-xml dep Gwen Lg 2026-01-29 00:54:09 +01:00
  • 59a525a27b refactor: use str trim result to parse xml Gwen Lg 2026-02-16 15:09:03 +01:00
  • f0a290ffc6 test: add unprettify_xml helper and use it Gwen Lg 2026-02-05 01:05:56 +01:00
  • 81db5d1162 test: use assert_eq instead of assert to improve failed output Gwen Lg 2026-02-05 13:25:12 +01:00
  • bd6533eba7 test: replace some unwrap with expect in tests Gwen Lg 2026-01-29 00:09:54 +01:00
  • ac3331e09c fix: enable TCP keepalive on RPC connections Raj Singh 2026-02-15 19:15:32 -06:00
  • 4d52238025 consul: support token auth for catalog api requests, too Malte Swart 2026-02-18 20:22:38 +01:00
  • 31a5ef8705 wip: remove ring feature of hyper-rustls Gwen Lg 2026-02-18 15:36:50 +01:00
  • ce1ea79bf1 Implement error 409 BucketAlreadyOwnedByYou (#1352) Roman Ivanov 2026-02-18 11:20:24 +00:00
  • 05b8bca233 Merge branch 'main-v2' into fjall-v3 marvinj97 2026-02-17 23:26:00 +00:00
  • c429bdd1fc use fjall-native tree clear fn marvin-j97 2026-02-18 00:25:47 +01:00
  • 2176028420 fix: fjall optimistic tx marvin-j97 2026-02-18 00:23:10 +01:00
  • 48c888d6de Implement error 409 BucketAlreadyOwnedByYou Roman Ivanov 2026-02-18 00:06:25 +03:00
  • 9178591a06 refactor: fjall persist mode marvin-j97 2026-02-17 22:38:02 +01:00
  • d882280b66 wip: missing metrics in doc, garage_table sections Gwen Lg 2026-02-13 20:05:15 +01:00
  • 1d46924ccb style: use _count suffix for metrics Gwen Lg 2026-02-17 21:33:43 +01:00
  • 48dbefff71 chore: add garage_ prefix for metrics who didn't have it Gwen Lg 2026-02-13 20:02:32 +01:00
  • 6d86f75251 tests: check than all metrics name start with 'garage_' prefix Gwen Lg 2026-02-13 21:34:02 +01:00
  • 2803c73045 Merge pull request 'code maintenance with help clippy' (#1314) from gwenlg/garage:code_maintenance_part2 into main-v2 Alex 2026-02-17 18:38:44 +00:00
  • 9b3e4716bf refactor: rework uri_encode to limit allocation Gwen Lg 2026-02-02 18:37:07 +01:00
  • 83f8bdbacd refactor: remove unnecessarily wrap value into a Result Gwen Lg 2026-02-02 17:34:32 +01:00
  • b060a7e0f1 fix: remove func call from alternative value. Gwen Lg 2026-01-28 11:07:24 +01:00
  • f6414210fa refactor: rework bucket value get, relateted to or_func_call Gwen Lg 2026-01-28 11:07:46 +01:00
  • bbb62dfa85 refactor: use u64::midpoint instead of manual implementation Gwen Lg 2026-01-27 22:06:26 +01:00
  • f59a8b7f62 style: corrects the use of ';' to improve readability Gwen Lg 2026-01-26 14:25:05 +01:00
  • 08fd6e659f docs: add missing backticks in documentation Gwen Lg 2026-01-25 23:46:05 +01:00
  • 6cde00073f chore: enable workspace configuration of lints in Cargo.toml Gwen Lg 2026-01-25 23:42:18 +01:00
  • 0043ad08fa docs: remove obsolete mention of cargo2nix tool (#1350) Gwen Lg 2026-02-17 18:16:04 +00:00
  • 0a5000ebf1 docs: remove obsolete mention of cargo2nix tool Gwen Lg 2026-02-17 18:13:03 +01:00
  • 2375724d51
    Removing debugging. 3uzbcqje 2026-02-16 22:29:22 -08:00
  • 7d1af39464
    Woodpecker is being a peckerwood. 3uzbcqje 2026-02-16 21:37:41 -08:00
  • 39511cdcf6
    Debugging 3uzbcqje 2026-02-16 21:29:58 -08:00
  • 5bfe671a43
    Removing bad escaping 3uzbcqje 2026-02-16 21:26:44 -08:00
  • 108838bef4
    Going back to using a script, because Woodpecker CI requires $$ escaping, which is annoying. 3uzbcqje 2026-02-16 20:51:30 -08:00
  • a4fbd45fdc
    Consolidating and simplifying CI 3uzbcqje 2026-02-16 19:50:09 -08:00
  • 9fb9c094d4
    garage uses default branch name main-v2 3uzbcqje 2026-02-16 19:13:27 -08:00
  • 907d867a3a
    Adding workflow and script to build helm chart. 3uzbcqje 2026-02-16 19:08:36 -08:00
  • f437b9915f refactor: rework uri_encode to limit allocation Gwen Lg 2026-02-02 18:37:07 +01:00
  • 036571ce89 refactor: remove unnecessarily wrap value into a Result Gwen Lg 2026-02-02 17:34:32 +01:00
  • 2b7c86e973 fix: remove func call from alternative value. Gwen Lg 2026-01-28 11:07:24 +01:00
  • bbee22c1f4 refactor: rework bucket value get, relateted to or_func_call Gwen Lg 2026-01-28 11:07:46 +01:00
  • d007d25044 refactor: use u64::midpoint instead of manual implementation Gwen Lg 2026-01-27 22:06:26 +01:00
  • d218d2c86b style: corrects the use of ';' to improve readability Gwen Lg 2026-01-26 14:25:05 +01:00
  • 6d0d3f15aa docs: add missing backticks in documentation Gwen Lg 2026-01-25 23:46:05 +01:00
  • 5930fdd3ff chore: enable workspace configuration of lints in Cargo.toml Gwen Lg 2026-01-25 23:42:18 +01:00
  • 67c32d0a92 update fjall to v3 marvin-j97 2026-02-15 22:55:02 +01:00
  • 0c70c87391 Add FOSDEM 2026 talk (#1344) Maximilien Richer 2026-02-15 15:17:27 +00:00
  • 7f55bb6a34
    Add FOSDEM 2026 talk Maximilien Richer 2026-02-15 14:07:52 +01:00
  • b0840ab256 emit headers on Not Modified per RFC-9110, fix #1330 (#1340) trinity-1686a 2026-02-15 11:00:31 +00:00
  • 7ad0f96222 release builds: set lto="thin" and strip="debuginfo" (#1342) Alex Auvolat 2026-02-15 08:58:57 +00:00
  • c373222e3a run push CI only on main branch (#1343) trinity-1686a 2026-02-15 08:57:52 +00:00
  • 9bbfbd26a9 run push CI only on main branch trinity-1686a 2026-02-14 21:55:06 +01:00
  • 31fb977a7f clippy trinity-1686a 2026-02-14 21:47:52 +01:00
  • bad64131cc release builds: set lto="thin" and strip="debuginfo" Alex Auvolat 2026-02-14 21:04:58 +01:00
  • c73268fd77 Merge pull request 'chore: update nom dependency to 0.8' (#1341) from gwenlg/garage:nom_upgrade into main-v2 Alex 2026-02-14 19:25:49 +00:00
  • c82015f6cf chore: update nom dependency to 0.8 Gwen Lg 2026-01-29 22:00:29 +01:00
  • 3af9e8d3d2 Merge pull request 'Make initial setup easier' (#1329) from easy-bootstrap into main-v2 Alex 2026-02-14 18:26:43 +00:00
  • 1d588282bf print path to configuration file in startup logs Alex Auvolat 2026-02-11 11:42:48 +01:00
  • f7ec4b1338 update quick start guide Alex Auvolat 2026-02-11 10:49:46 +01:00
  • 00cbc5c31d relax requirements on imported access keys to allow easier transition from other S3 storage providers (fix #1262) Alex Auvolat 2026-02-11 10:13:59 +01:00
  • 95aa3bc795 bootstrap: add --default-access-key and --default-bucket flags Alex Auvolat 2026-02-11 10:01:53 +01:00
  • 53ace58e44 bootstrap: add --single-node flag that creates a single-node layout Alex Auvolat 2026-02-11 09:30:35 +01:00
  • c22c4ff2e5 Merge pull request 'style: replace wildcard import of garage model in website' (#1334) from gwenlg/garage:avoid_import_conflict into main-v2 Alex 2026-02-14 18:21:31 +00:00
  • 6f511fc149 style: replace wildcard import of garage model in website Gwen Lg 2026-02-13 15:09:05 +01:00
  • 70b8ebc8b6 Merge pull request 'Document how to use Apache as a reverse proxy' (#1331) from jasonaowen/garage:cookbook-reverse-proxy-apache into main-v2 Alex 2026-02-14 18:08:08 +00:00
  • 02db2d5f9d Merge pull request 'fix path missmatch between config and docker in quickstart doc' (#1339) from 1686a/doc-incoherent-path into main-v2 Alex 2026-02-14 17:53:36 +00:00
  • e4fef3fe92 chore: update nom dependency to 0.8 Gwen Lg 2026-01-29 22:00:29 +01:00
  • 1ba69b636d emit headers on Not Modified per RFC-9110 trinity-1686a 2026-02-14 13:04:01 +01:00
  • cc749a6290 fix path missmatch between config and docker in quickstart doc trinity-1686a 2026-02-14 11:19:28 +01:00
  • 9393846b24 object versioning & locking support Nathan James 2026-02-13 13:34:43 +00:00
  • 55cfa462da style: replace wildcard import of garage model in website Gwen Lg 2026-02-13 15:09:05 +01:00
  • 9f969ef43e
    Document how to use Apache as a reverse proxy Jason Owen 2026-02-12 00:21:40 -08:00
  • 4989be7853 Merge pull request 'update almost all dependencies to the last version' (#1316) from gwenlg/garage:maintenance_deps into main-v2 Alex 2026-02-10 19:16:49 +00:00
  • 8ce4415edb chore: update k8s related dependencies Gwen Lg 2026-01-29 16:50:16 +01:00
  • 75c28faa5b chore: update tokio and hyper-rustls dependencies Gwen Lg 2026-01-29 16:49:35 +01:00
  • 8644511ebc chore: update aws dependencies Gwen Lg 2026-01-29 16:13:56 +01:00
  • e5627bbd6b chore: update reqwest dependency to 0.13 Gwen Lg 2026-01-29 16:07:57 +01:00
  • 3aeb6d88af update fjall dep to 2.11 Gwen Lg 2026-01-29 16:07:29 +01:00
  • 6f44631973 chore: update various dependencies than don't need code changes Gwen Lg 2026-02-03 00:16:19 +01:00
  • 566a0b44c0 chore: update bytesize dependency to 2.3 Gwen Lg 2026-01-29 00:09:54 +01:00
  • 934c4c31f1 chore: update dependency rand to 0.9 Gwen Lg 2026-01-28 23:47:38 +01:00