Alex lx
lx pushed to import-netapp at Deuxfleurs/garage 2024-02-14 08:39:43 +00:00
65481f32e0 [import-netapp] fix tests
lx pushed to main at Deuxfleurs/nixcfg 2024-02-14 08:28:44 +00:00
f724e81239 add automatic subdomains for v4 and v6 per site for dashboard
lx opened issue Deuxfleurs/diplonat#22 2024-02-13 17:05:43 +00:00
More precise logging
lx pushed to main at Deuxfleurs/nixcfg 2024-02-13 16:32:08 +00:00
82500758f6 prod: unpin woodpecker
lx pushed to import-netapp at Deuxfleurs/garage 2024-02-13 14:49:53 +00:00
54eb0b84fc [import-netapp] fix tests
lx pushed to import-netapp at Deuxfleurs/garage 2024-02-13 12:54:52 +00:00
ed74d1e11d [import-netapp] fix tests
lx created pull request Deuxfleurs/garage#717 2024-02-13 11:56:26 +00:00
WIP: import Netapp code into Garage codebase
lx pushed to import-netapp at Deuxfleurs/garage 2024-02-13 11:56:08 +00:00
5d41fb01b8 [import-netapp] import Netapp code into Garage codebase
lx created branch import-netapp in Deuxfleurs/garage 2024-02-13 11:56:07 +00:00
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-13 10:36:39 +00:00
cf2af186fc Merge branch 'main' into next-0.10
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-13 10:25:14 +00:00
31a5547569 Merge branch 'main' into next-0.10
823078b4cd Merge pull request 'small fixes to config/secrets handling' (#715) from fix-secrets-695 into main
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
c86ac264cb doc: mention warn and error as available log levels
bf283c9924 [fix-secrets-695] config: replace String by PathBuf for *_file
Compare 97 commits »
lx closed issue Deuxfleurs/garage#695 2024-02-13 10:04:51 +00:00
Passing RPC secret file doesn't work for some commands
lx deleted branch fix-secrets-695 from Deuxfleurs/garage 2024-02-13 10:04:51 +00:00
lx pushed to main at Deuxfleurs/garage 2024-02-13 10:04:51 +00:00
823078b4cd Merge pull request 'small fixes to config/secrets handling' (#715) from fix-secrets-695 into main
bf283c9924 [fix-secrets-695] config: replace String by PathBuf for *_file
25e5738568 [fix-secrets-695] take into account rpc secret from file for cli commands (fix #695)
Compare 3 commits »
lx merged pull request Deuxfleurs/garage#715 2024-02-13 10:04:50 +00:00
small fixes to config/secrets handling
lx commented on issue Deuxfleurs/nomad-driver-nix2#1 2024-02-13 10:04:28 +00:00
recent nix: cannot unmarshal object into Go value of type []*nix2.nixPathInfo

This software is not really maintained anymore, we are still using it on a testing cluster but I think we will go back to Docker at some point. I personnally do not have time to dig into this at…

lx pushed to main at Deuxfleurs/garage 2024-02-13 08:13:25 +00:00
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
c86ac264cb doc: mention warn and error as available log levels
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#716 2024-02-13 08:13:24 +00:00
doc: mention `warn` and `error` as available log levels
lx commented on pull request Deuxfleurs/garage#716 2024-02-13 08:13:18 +00:00
doc: mention warn and error as available log levels

Thank you very much for this perfect PR.

lx commented on issue Deuxfleurs/garage#699 2024-02-13 08:11:18 +00:00
Proposal: decouple config structs used in garage and garage_model crates

I'm not a big fan myself of the builder pattern because to my eyes it looks like mostly boilerplate. Is there not a way where we could regroup the exact subset of configuration parameters used by…