netbird/management/server
Maycon Santos 5ee9c77e90
Move write peer lock (#2364)
Moved the write peer lock to avoid latency caused by disk access

Updated the method CancelPeerRoutines to use the peer public key
2024-07-31 21:51:45 +02:00
..
account
activity Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
context Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
geolocation Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
group
http Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
idp Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
integrated_validator Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
integration_reference
jwtclaims Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
metrics Fix issue with canceled context before pushing metrics and decreasing pushing interval (#2235) 2024-07-04 19:15:59 +02:00
migration Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
mock_server Move write peer lock (#2364) 2024-07-31 21:51:45 +02:00
peer
posture Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
status Refactor login with store.SavePeer (#2334) 2024-07-29 13:30:27 +02:00
telemetry Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
testdata
testutil Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
account_test.go Remove redundant check for empty JWT groups (#2323) 2024-07-26 16:33:54 +02:00
account.go Move write peer lock (#2364) 2024-07-31 21:51:45 +02:00
config.go
dns_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
dns.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
ephemeral_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
ephemeral.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
event_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
event.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
file_store_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
file_store.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
group_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
group.go Update SaveUsers and SaveGroups to SaveAccount (#2362) 2024-07-31 19:48:12 +03:00
grpcserver.go Move write peer lock (#2364) 2024-07-31 21:51:45 +02:00
integrated_validator.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
management_proto_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
management_suite_test.go
management_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
nameserver_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
nameserver.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
network_test.go
network.go
peer_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
peer.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
personal_access_token_test.go
personal_access_token.go
policy_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
policy.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
posture_checks_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
posture_checks.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
route_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
route.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
scheduler_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
scheduler.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
setupkey_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
setupkey.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
sql_store_test.go Add SavePeer method to prevent a possible account inconsistency (#2296) 2024-07-26 07:49:05 +02:00
sql_store.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
store_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
store.go Add write lock for peer when saving its connection status (#2359) 2024-07-31 14:53:32 +02:00
turncredentials_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
turncredentials.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
updatechannel_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
updatechannel.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
user_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
user.go Update SaveUsers and SaveGroups to SaveAccount (#2362) 2024-07-31 19:48:12 +03:00