Commit graph

  • ef508f4486
    everywhere: use netapp with unix socket support unix-socket-rpc networkException 2023-11-05 22:27:21 +0100
  • 8599051c49
    garage: support specifying token / secret as environment variables token-file-env networkException 2023-10-19 03:39:02 +0200
  • 4a19ee94bb
    garage: fix admin-token description networkException 2023-10-19 03:31:50 +0200
  • c99cb58d71
    util: move reading secret file into seperate helper networkException 2023-10-19 03:29:48 +0200
  • 5feb6a1f64
    docs: add documentation for specifying token / secret file as environment variables networkException 2023-10-03 17:49:30 +0200
  • e6df7089a1 Merge pull request 'Garage v0.9' (#473) from next into main Alex 2023-10-10 13:28:28 +0000
  • 952c9570c4 bump version to v0.9.0 v0.9.0 Alex 2023-10-10 14:08:11 +0200
  • 3d7892477d convert_db: fix build Alex 2023-10-10 14:06:25 +0200
  • d4932c31ea Merge branch 'main' into next Alex 2023-10-10 13:57:21 +0200
  • e75fe2157d Merge pull request 'Move convert_db command into main garage binary' (#645) from convert-db-main-binary into main Alex 2023-10-10 11:42:14 +0000
  • 2d5d7a7031 Move convert_db command into main garage binary Alex 2023-10-10 12:06:27 +0200
  • 0c431b0c03 admin api: increased compatibility for v0/ endpoints Alex 2023-10-05 16:56:13 +0200
  • 1c13135f25 admin api: remove broken GET /v0/key router rule Alex 2023-10-05 16:27:16 +0200
  • 2448eb7713 upgrade doc: fixes and precisions Alex 2023-10-05 15:29:55 +0200
  • 6790e24f5a Add migration to v0.9 guide Alex 2023-10-05 15:20:48 +0200
  • 9ccc1d6f4a move upgrade test to release build Alex 2023-10-05 10:42:10 +0200
  • 920dec393a cli: more precise doc comment Alex 2023-10-04 10:44:42 +0200
  • 2e656b541b Merge branch 'main' into next Alex 2023-10-03 18:40:37 +0200
  • 1243db87f2 Merge pull request 'Add support for binding to unix domain sockets' (#640) from networkException/garage:unix-sockets into main Alex 2023-10-03 16:23:02 +0000
  • 6f8a87814b
    doc: add documentation for specifying unix socket paths unix-sockets networkException 2023-10-03 17:36:10 +0200
  • 7907a09acc
    api: allow custom unix bind mode and use 0o220 for admin server networkException 2023-10-03 17:31:40 +0200
  • 16aa418e47 Merge pull request 'doc: update endpoint_url documentation' (#641) from flokli/garage:aws-endpoint-url into main Alex 2023-10-02 14:30:53 +0000
  • cb359b4434 doc: update endpoint_url documentation Florian Klink 2023-10-02 15:13:05 +0300
  • 2a2eba84d8
    everywhere: support unix sockets when binding in various places unix-sockets-0.8.2 networkException 2023-09-29 18:41:00 +0200
  • b3dcbec680
    config: allow using paths for unix domain sockets in various places networkException 2023-09-29 18:38:30 +0200
  • 9e54c87d96
    util: add helper sum type for unix and tcp socket addresses networkException 2023-09-29 18:37:36 +0200
  • e356413a45
    cargo: add hyperlocal as a dependency networkException 2023-09-29 18:36:50 +0200
  • e446a84b54
    add ocp2023 presentation Alex 2023-09-19 14:02:07 +0200
  • 7ee4dc9436
    doc: update sticker Alex 2023-09-18 16:39:51 +0200
  • 70c01b7bc3
    fix hang on shutdown Alex 2023-09-12 14:35:48 +0200
  • 157ba58f92
    Fix error when none of S3/K2V/WEB/ADMIN server is started (fix #613) Alex 2023-09-12 14:35:19 +0200
  • 781f3ea740
    fix 32-bit build Alex 2023-09-11 20:01:29 +0200
  • d662930669
    use statvfs instead of mount list to determine free data/meta space (fix #611) Alex 2023-09-11 19:08:24 +0200
  • 6fb98b9def
    config: make block_size and sled_cache_capacity expressable as strings Alex 2023-09-11 18:34:59 +0200
  • 530cc151d8
    make lmdb's map_size configurable (fix #628) Alex 2023-09-11 18:03:20 +0200
  • 92dbf9dc18
    update version to 0.8.4 Alex 2023-09-05 23:28:12 +0200
  • b622613b91
    Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15 Alex 2023-09-05 23:23:23 +0200
  • 9441e953e6
    add garage_db dependency in garage_rpc Alex 2023-08-28 15:04:18 +0200
  • db8cfa7488
    bump version to 0.8.3 Alex 2023-08-28 13:17:26 +0200
  • b3e4614a96
    fix test_website_check_domain Alex 2023-08-28 12:40:28 +0200
  • 8ba37a122b
    integration test: move json_body to root of crate Alex 2023-08-28 12:32:57 +0200
  • 3d00c6786e
    move alpine linux info to binary package page Alex 2023-08-28 12:20:34 +0200
  • b551c634c8
    doc: Add information about Alpine Linux package to Quick Start Jakub Jirutka 2023-05-07 19:25:57 +0200
  • d106d503b8
    admin api: refactor caddy check api code Alex 2023-08-28 12:16:44 +0200
  • 81c6438f96
    web_server.rs: handle error properly and refactor Alex 2023-08-28 12:05:14 +0200
  • ead4cdd49a
    support index on path missing a trailing slash Quentin 2023-08-08 15:10:33 +0200
  • 9fdbc6b939
    update cargo.nix Alex 2023-08-28 11:31:40 +0200
  • 82a3ce6d5f
    cargo: Updated gethostname v0.2.3 -> v0.4.3. Jonathan Davies 2023-08-01 14:44:44 +0100
  • 1eea4a84f2
    cargo: Updated pretty_env_logger v0.4.0 -> v0.5.0. Jonathan Davies 2023-08-27 19:20:01 +0100
  • 154d67f2a7
    garage/api: cargo: Updated idna dependency to 0.4. Jonathan Davies 2023-08-01 14:27:30 +0100
  • fe1045ac93
    garage/db: cargo: Updated rusqlite to 0.29. Jonathan Davies 2023-08-01 14:25:41 +0100
  • 6a7c66ae5c
    cargo: Updated: Jonathan Davies 2023-08-01 14:20:39 +0100
  • 71208fbacc
    support {s3,web}.root_domains in /check endpoint Quentin 2023-08-08 11:05:42 +0200
  • 64c8b6cb23
    reverse-proxy.md: Added caching section for Caddy. Jonathan Davies 2023-08-01 14:06:37 +0100
  • ce54f1571b
    backup.md: Added restic-android note. Jonathan Davies 2023-08-18 18:02:19 +0100
  • c55c7477cb
    post_object.rs: Fixed typos / grammar. Jonathan Davies 2023-08-01 15:17:53 +0100
  • b7ca22681c
    operations/durability-repairs-md: Fix typo Max Justus Spransy 2023-07-24 10:01:48 -0700
  • b4714e563e
    nix/common.nix: use pattern from nix-community/flake-compat Florian Klink 2023-07-16 12:47:04 +0300
  • 5b1a3d9a2e
    flake.nix: switch to nix-community/flake-compat Florian Klink 2023-07-16 12:38:08 +0300
  • 5a0bee62cf
    src/util: fix typo Florian Klink 2023-07-14 14:25:40 +0300
  • 885b80c4f1
    src/garage/cli: fix typo Florian Klink 2023-07-14 14:25:33 +0300
  • 612af4d4ff
    doc/drafts: fix typo Florian Klink 2023-07-14 14:25:14 +0300
  • dbe188e403
    doc/book: fix typo Florian Klink 2023-07-14 14:24:40 +0300
  • 64e404baf4
    doc/api: fix typo Florian Klink 2023-07-14 14:24:27 +0300
  • 1cf60441d1
    Update Cargo.nix Alex 2023-07-03 11:33:36 +0200
  • deb7160f32
    cargo: Updated async-compression to 0.4. Jonathan Davies 2023-06-28 11:17:16 +0100
  • 4e964a34a9
    cargo: Updated tokio to 1.29. Jonathan Davies 2023-06-28 11:16:41 +0100
  • 3d72872ad7
    Update Cargo.nix Alex 2023-06-27 10:23:02 +0200
  • b34e1ad44d
    Cargo.lock: Updated. Jonathan Davies 2023-06-25 21:12:26 +0100
  • 8fccc356cc
    tests/bucket.rs: Adjusted as previously used function is now private. Jonathan Davies 2023-06-25 21:45:53 +0100
  • 9a2e32c529
    src/garage/tests: Updated types for aws-sdk-s3 bump. Jonathan Davies 2023-05-05 21:18:29 +0100
  • df2ceee0ee
    garage/Cargo.toml: Updated aws-sdk-s3 to 0.28, added aws-config. Jonathan Davies 2023-05-05 21:17:19 +0100
  • ed4acb195b
    api/Cargo.toml: Updated roxmltree to 0.18. Jonathan Davies 2023-05-05 21:16:52 +0100
  • 2d11a4b982
    introduce dedicated return type for PollRange trinity-1686a 2023-06-24 10:17:20 +0200
  • 6a91ab8a40
    don't build sqlite by default trinity-1686a 2023-06-26 11:15:11 +0200
  • f69503c3e1
    apps/index.md: Fixed endpoint URL example. Jonathan Davies 2023-06-15 18:06:22 +0100
  • 0c0515123d
    operations/durability-repairs.md: Added note about randomized scrub times. Jonathan Davies 2023-06-15 17:57:14 +0100
  • a367cb8b81
    cookbook/encryption.md: Added Cyberduck note. Jonathan Davies 2023-06-15 15:42:12 +0100
  • 4993303101
    cookbook/encryption.md: Added note on XMPP. Jonathan Davies 2023-06-15 12:59:21 +0100
  • 811bfcccd5
    docs/apps: Added ejabberd section. Jonathan Davies 2023-06-15 12:59:04 +0100
  • e3306fcef5
    doc: encryption organization Alex 2023-06-14 12:51:47 +0200
  • 6efcc8d8ae
    doc: better doc on systemd's DynamicUser (fix #430) Alex 2023-06-14 12:33:25 +0200
  • 96ed317f63
    Add a page about encryption (fix #416) Alex 2023-06-14 12:29:52 +0200
  • 1cbfb6d3f3
    doc: reformulate in monitoring page Alex 2023-06-14 12:09:29 +0200
  • 7e5fc671cc
    doc: add an operations&maintenance section and move some pages there Alex 2023-06-14 12:08:02 +0200
  • 249a7a66df
    Add documentation on durability and repair procedures (fix #219) Alex 2023-06-14 11:54:21 +0200
  • 733a7c314e
    doc: english improvement Alex 2023-06-14 11:21:56 +0200
  • 66c63a8ac0
    Doc: update goals, add docker alias Alex 2023-06-14 11:09:31 +0200
  • 001d3b0a28
    Split garage/admin.rs into smaller files Alex 2023-06-06 15:39:15 +0200
  • 65a4a8ce36
    move admin.rs to admin/mod.rs, before splitting Alex 2023-06-13 16:42:14 +0200
  • 429faccb0a
    fix timestamps wrapping around in garage block list-errors (fix #584) Alex 2023-06-12 20:07:33 +0200
  • 1a03427102
    payload.rs: Surround / in inverted commas. Jonathan Davies 2023-06-06 16:26:06 +0100
  • 8bbbd3d70c
    payload.rs: Fixed typo in error message. Jonathan Davies 2023-06-06 16:25:29 +0100
  • 4bf66011a0
    fix references to old config names Roberto Hidalgo 2023-05-22 08:47:06 -0600
  • eceea96e59
    set default for [consul-services] api Roberto Hidalgo 2023-05-20 21:25:57 -0600
  • 5978b84880
    update docs Roberto Hidalgo 2023-05-15 20:02:28 -0600
  • c1c75d1201
    simplify code according to feedback Roberto Hidalgo 2023-05-15 16:15:56 -0600
  • b22c52effe
    rename mode to consul_http_api Roberto Hidalgo 2023-05-10 20:11:14 -0600
  • 95ff56f5e2
    revert rpc/Cargo.toml Roberto Hidalgo 2023-05-10 13:22:14 -0600
  • db296c3a84
    follow feedback, fold into existing feature Roberto Hidalgo 2023-05-10 13:20:39 -0600