Zoltan Papp
6a6b527f24
[relay] Code cleaning ( #3074 )
...
- Keep message byte processing in message.go file
- Add new unit tests
2025-01-15 16:01:08 +01:00
bcmmbaga
a72a331128
Merge branch 'peers-get-account-refactoring' into users-get-account-refactoring
...
# Conflicts:
# management/server/account.go
# management/server/http/middleware/auth_middleware.go
# management/server/http/middleware/auth_middleware_test.go
# management/server/mock_server/account_mock.go
# management/server/peer_test.go
# management/server/status/error.go
# management/server/store/sql_store.go
# management/server/store/sql_store_test.go
# management/server/store/store.go
# management/server/user.go
2025-01-15 17:57:59 +03:00
Pascal Fischer
aeb6e53e51
remove mysql from api benchmark tests
2025-01-15 15:37:11 +01:00
Viktor Liu
b34887a920
[client] Fix a panic on shutdown if dns host manager failed to initialize ( #3182 )
2025-01-15 13:14:46 +01:00
Viktor Liu
b9efda3ce8
[client] Disable DNS host manager for netstack mode ( #3183 )
2025-01-15 13:14:13 +01:00
James Hilliard
516de93627
[client] Fix gvisor.dev/gvisor commit ( #3179 )
...
Commit b8a429915ff1 was replaced with db3d49b921f9 in gvisor project.
2025-01-15 10:54:51 +01:00
bcmmbaga
4afaabb33c
Use peers and groups map for peers validation
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 12:50:25 +03:00
bcmmbaga
6367fe4f74
go mod tidy
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 11:52:50 +03:00
bcmmbaga
22798ada25
Fix tests
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 11:51:08 +03:00
bcmmbaga
2fb399aa7d
Refactor GetValidatedPeers
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 11:49:40 +03:00
bcmmbaga
6a81ca2e52
Bump integrations version
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 11:44:03 +03:00
Pascal Fischer
e27db948ae
update expectations
2025-01-15 00:19:42 +01:00
Pascal Fischer
167c80da40
update expectations
2025-01-14 23:38:23 +01:00
Pascal Fischer
7241a16ff7
Merge remote-tracking branch 'origin/peers-get-account-refactoring' into peers-get-account-refactoring
2025-01-14 23:28:20 +01:00
Pascal Fischer
30b023d126
update expectations
2025-01-14 23:28:06 +01:00
bcmmbaga
7baef8c502
Merge remote-tracking branch 'origin/peers-get-account-refactoring' into peers-get-account-refactoring
2025-01-15 00:09:25 +03:00
bcmmbaga
b15ee5c07c
Refactor ToGroupsInfo to process slices of groups
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-15 00:09:10 +03:00
Pascal Fischer
b1e8ed889e
update timeouts
2025-01-14 21:28:48 +01:00
Pascal Fischer
44f69c70e0
fix validator
2025-01-14 21:01:15 +01:00
Pascal Fischer
a5731fe509
fix validator
2025-01-14 20:56:19 +01:00
Pascal Fischer
61b38e56e4
fix validator
2025-01-14 20:51:07 +01:00
Pascal Fischer
29ea44b874
update expectations
2025-01-14 20:44:06 +01:00
bcmmbaga
84aea32118
Refactor peer scheduler to retry every 3 seconds on errors
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-14 22:13:11 +03:00
bcmmbaga
acb5340d40
Merge remote-tracking branch 'origin/peers-get-account-refactoring' into peers-get-account-refactoring
2025-01-14 22:11:22 +03:00
Pascal Fischer
8b7766e34d
update expectations
2025-01-14 20:10:04 +01:00
Pascal Fischer
2706ede08e
update expectations
2025-01-14 19:42:48 +01:00
Pascal Fischer
3483139903
update expectations
2025-01-14 19:17:48 +01:00
bcmmbaga
ce7385119a
Use integrated validator direct
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-14 20:58:43 +03:00
bcmmbaga
cd15c85d5b
Add status error for generic result error
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-14 20:54:44 +03:00
Pascal Fischer
9ff56eae64
update cloud expectations
2025-01-14 18:43:50 +01:00
Pascal Fischer
47a18db186
update local benchmark expectations
2025-01-14 18:04:20 +01:00
Pascal Fischer
aa0480c5e6
[management] Update benchmark workflow ( #3181 )
2025-01-14 15:14:56 +01:00
Viktor Liu
15f0a665f8
[client] Allow ssh server on freebsd ( #3170 )
...
* Enable ssh server on freebsd
* Fix listening in netstack mode
* Fix panic if login cmd fails
* Tidy up go mod
2025-01-14 12:43:13 +01:00
Viktor Liu
9b5b632ff9
[client] Support non-openresolv for DNS on Linux ( #3176 )
2025-01-14 10:39:37 +01:00
adasauce
0c28099712
[management] enable optional zitadel configuration of a PAT ( #3159 )
...
* [management] enable optional zitadel configuration of a PAT for service user via the ExtraConfig fields
* [management] validate both PAT and JWT configurations for zitadel
2025-01-14 12:38:08 +03:00
bcmmbaga
eb062c07ec
Adjust benchmarks
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-14 12:09:52 +03:00
bcmmbaga
7a9c75db91
Adjust benchmarks
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-13 23:19:30 +03:00
bcmmbaga
c603c40a53
Add get peer groups tests
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-13 20:56:51 +03:00
bcmmbaga
48af90c770
Get account direct from store without buffer
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-13 19:18:18 +03:00
bcmmbaga
3cc6d3862d
Improve peer performance
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-13 17:52:39 +03:00
bcmmbaga
d1e5d584f7
Fix merge
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-13 16:12:34 +03:00
bcmmbaga
b1325267d8
Merge branch 'main' into peers-get-account-refactoring
...
# Conflicts:
# management/server/peer.go
2025-01-13 15:54:37 +03:00
Krzysztof Nazarewski (kdn)
522dd44bfa
[client] make /var/lib/netbird paths configurable ( #3084 )
...
- NB_STATE_DIR
- NB_UNCLEAN_SHUTDOWN_RESOLV_FILE
- NB_DNS_STATE_FILE
2025-01-13 10:15:01 +01:00
Maycon Santos
8154069e77
[misc] Skip docker step when fork PR ( #3175 )
2025-01-13 10:11:54 +01:00
Viktor Liu
e161a92898
[client] Update fyne dependency ( #3155 )
2025-01-12 16:29:25 +01:00
Bethuel Mmbaga
3fce8485bb
Enabled new network resource and router by default ( #3174 )
...
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-01-11 20:09:29 +01:00
Maycon Santos
1cc88a2190
[management] adjust benchmark ( #3168 )
2025-01-11 14:08:13 +01:00
Bethuel Mmbaga
168ea9560e
[Management] Send peer network map when SSH status is toggled ( #3172 )
2025-01-11 13:19:30 +01:00
Viktor Liu
f48e33b395
[client] Don't fail on v6 ops when disabled via kernel params ( #3165 )
2025-01-10 18:16:21 +01:00
Simon Smith
f1ed8599fc
[misc] add missing relay to docker-compose.yml.tmpl.traefik ( #3163 )
2025-01-10 18:16:11 +01:00