netbird/management/server
Maycon Santos a31cbb1f5b
abstract peer channel (#101)
* abstract peer channel

* remove wip code

* refactor NewServer with Peer updates channel

* add PeersUpdateManager tests

* adding documentation

* using older version of linter

* verbose lint

* skip cache

* setup go version

* extra output

* configure fetch-depth

* exit 0

* skip-build-cache: true

* disabling failure for lint for now

* fix: darwin issue

* enable lint failure

* remove sock file for macOS

* refactor: remove tests interdependence

* fixed linux native iface

Co-authored-by: braginini <bangvalo@gmail.com>
2021-08-29 17:48:31 +02:00
..
http chore: adjust system info discovery methods 2021-08-27 11:45:46 +02:00
testdata test: change test data to support new setup key fields 2021-08-20 13:40:07 +02:00
account_test.go Add peer meta data (#95) 2021-08-24 11:50:19 +02:00
account.go Extend peer http endpoint (#94) 2021-08-23 21:43:05 +02:00
config.go chore: remove unused static dashboard files 2021-08-20 16:25:51 +02:00
file_store.go Extend peer http endpoint (#94) 2021-08-23 21:43:05 +02:00
grpcserver.go abstract peer channel (#101) 2021-08-29 17:48:31 +02:00
management_suite_test.go Move management server to a separate directory (#67) 2021-07-24 16:14:29 +02:00
management_test.go abstract peer channel (#101) 2021-08-29 17:48:31 +02:00
network.go Peer configuration management (#69) 2021-07-30 17:46:38 +02:00
peer.go Add peer meta data (#95) 2021-08-24 11:50:19 +02:00
setupkey_test.go feature: add update setup key endpoint 2021-08-20 22:33:43 +02:00
setupkey.go fix: minor HTTP bugs 2021-08-25 14:16:17 +02:00
store.go Extend peer http endpoint (#94) 2021-08-23 21:43:05 +02:00
updatechannel_test.go abstract peer channel (#101) 2021-08-29 17:48:31 +02:00
updatechannel.go abstract peer channel (#101) 2021-08-29 17:48:31 +02:00