|
9848394ffc
|
Pass bootstrap into newNetwork, will simplify future changes
|
2025-01-05 12:25:02 +01:00 |
|
|
4bce0e3fa0
|
Centralize creation of garage admin client logic into Children
|
2025-01-04 15:50:17 +01:00 |
|
|
9e508ef4e2
|
Get rid of orphan removal after investigation into race conditions, new solution pending
|
2025-01-02 14:09:34 +01:00 |
|
|
c0ddd24dde
|
Don't restart garage on config change
|
2025-01-01 13:07:35 +01:00 |
|
|
03f187396b
|
Improve logic around waiting for garage to be considered ready
|
2025-01-01 12:38:16 +01:00 |
|
|
5e692d38a5
|
Include 'internal_inbound' and 'internal_outbound' in 'vpn firewall show' output
|
2024-12-31 11:46:49 +01:00 |
|
|
3be64e913b
|
Added some bug tasks which came out of real world testing
|
2024-12-30 17:52:03 +01:00 |
|
|
054354b384
|
Slightly improve sqlite db engine tests
|
2024-12-27 11:51:53 +01:00 |
|
|
9407ec23c2
|
Default to using SQLite as the garage metadata db engine
|
2024-12-26 20:37:00 +01:00 |
|
|
d5323964c6
|
Fix default garage ports not being used in 'storage add'
|
2024-12-26 19:36:39 +01:00 |
|
|
86db5fb5ba
|
Don't use AppImage in arch package install
|
2024-12-19 20:57:09 +01:00 |
|
|
47f0bf910d
|
Update documentation
|
2024-12-17 20:42:47 +01:00 |
|
|
279b70124c
|
Implement 'network leave'
|
2024-12-17 16:50:07 +01:00 |
|
|
53a1dc0cc2
|
Add tests for network.Loader
|
2024-12-17 16:05:41 +01:00 |
|
|
ab8dac0789
|
Delete state/runtime dirs of networks which were failed to be joined or created
|
2024-12-17 14:26:33 +01:00 |
|
|
3f9863c39e
|
Don't allow joining more than one network when deprecated config format is used
|
2024-12-17 13:40:31 +01:00 |
|
|
3111d2ca74
|
Allow creating a network without configuring it in daemon.yml
|
2024-12-17 11:33:19 +01:00 |
|
|
73af69fa04
|
Simplify socket file path selection, only use /tmp
|
2024-12-16 14:59:11 +01:00 |
|
|
4151fe8f17
|
Fix dnsmasq logging to syslog as well as stderr
|
2024-12-16 12:49:57 +01:00 |
|
|
1340f13f95
|
Add ErrSecretNotFound and clarify other error-related docs
|
2024-12-15 21:39:41 +01:00 |
|
|
886f76fe0b
|
Perform full config validation using stored network configs during init and SetConfig
|
2024-12-14 15:57:07 +01:00 |
|
|
aac7b30cf0
|
Clean up logging namespaces in daemon a bit
|
2024-12-13 15:35:15 +01:00 |
|
|
c08b225ee2
|
Fix bug in nebula TUN device naming, causing it to force nebula to reload too much
|
2024-12-12 22:02:00 +01:00 |
|
|
d2c16573ff
|
Fix race-condition when CreateHost is called at the same time that reloadHosts runs
|
2024-12-12 21:26:09 +01:00 |
|
|
c21b3e0c33
|
Test daemon config validation, fix a bug which came out of it
|
2024-12-12 21:05:36 +01:00 |
|
|
b4a58d1508
|
Make nebula config generation deterministic
|
2024-12-12 20:51:13 +01:00 |
|
|
e750bc44a5
|
Check for IPs in use in CreateHost
|
2024-12-12 20:20:27 +01:00 |
|
|
be7844f658
|
Move most TODOs into task files, introduce busiless to explore them
|
2024-12-10 21:36:56 +01:00 |
|
|
cf968ff883
|
Implement 'vpn firewall add'
|
2024-12-10 13:52:57 +01:00 |
|
|
723642e13b
|
Remove 'nebula show' subcmd and add that data to 'network list'
|
2024-12-07 22:11:29 +01:00 |
|
|
df5ece950a
|
Implement GetBootstrap to replace other redundant methods
|
2024-12-07 20:39:13 +01:00 |
|
|
a696f0ded6
|
Add debug logging to all HTTP requests
|
2024-11-19 14:12:17 +01:00 |
|
|
8e1dd2b2e9
|
Use atomic.Uint64 type rather than atomic.AddUint64 (see Bugs section of atomic package)
|
2024-11-19 12:55:56 +01:00 |
|
|
9545f77cce
|
Auto-configure device tunnel name, remove from daemon.yml
|
2024-11-19 12:50:58 +01:00 |
|
|
6c8d37a054
|
Spruce up errors a bit
|
2024-11-18 22:25:49 +01:00 |
|
|
32cc38ab08
|
Implement 'storage add-allocation'
|
2024-11-18 22:11:14 +01:00 |
|
|
cedd9f2c99
|
Implement 'storage remove-allocation'
|
2024-11-18 21:16:47 +01:00 |
|
|
8eb3b1d98f
|
Add test for 'storage list-allocation(s)' command
|
2024-11-16 11:50:55 +01:00 |
|
|
190beba739
|
Get the entrypoint test-ready
|
2024-11-15 13:14:23 +01:00 |
|
|
1d02c1f6a0
|
Implement 'storage list-allocation(s)'
|
2024-11-14 20:55:15 +01:00 |
|
|
070524f686
|
Add network get-config command
|
2024-11-12 18:18:47 +01:00 |
|
|
095489af2a
|
Parallelize integration tests better
|
2024-11-12 13:42:35 +01:00 |
|
|
6ec56f2a88
|
Pass NetworkConfig into Network loaders as an optional argument
|
2024-11-12 13:34:39 +01:00 |
|
|
72bca72b29
|
Revert "Add SetConfig to Daemon, though it will always error right now"
This reverts commit 2ec28cde61 .
|
2024-11-10 22:58:09 +01:00 |
|
|
f0cb29b553
|
Implement network.Loader, will be helpful for testing Daemon
|
2024-11-10 22:13:06 +01:00 |
|
|
bfa0dc457f
|
Add mock of network interface
|
2024-11-09 23:17:10 +01:00 |
|
|
2ec28cde61
|
Add SetConfig to Daemon, though it will always error right now
|
2024-11-09 23:14:20 +01:00 |
|
|
5e33eafb80
|
Fix test removing all allocs
|
2024-11-09 20:40:39 +01:00 |
|
|
032bdb9e43
|
Have hosts update garage cluster layout to remove other nodes if necessary
|
2024-11-08 22:57:31 +01:00 |
|
|
53a06af9ba
|
Use the term 'role' or 'node' rather than 'peer' in the context of garage
|
2024-11-08 17:46:44 +01:00 |
|