Commit graph

325 commits

Author SHA1 Message Date
Aceix a2ab933f89 fix(GRA-995): fix for update node address check 2023-01-17 10:04:12 +00:00
Aceix b425501bc7
Merge pull request #1925 from gravitl/story/GRA-899
fix(GRA-899): send UI compatible interface address
2023-01-13 12:29:42 +00:00
Aceix 584d92b1d6 fix(GRA-899): send UI compatible interface address 2023-01-13 09:58:00 +00:00
Abhishek Kondur bf9a93c41b remove IsServer field from metric model 2023-01-12 14:50:04 +05:30
Abhishek Kondur f6741cc7d6 Merge branch 'feature_host_relay' of https://github.com/gravitl/netmaker into feature_host_metrics 2023-01-11 23:10:50 +05:30
Abhishek Kondur 0a5a48f80b add relay field to api to host model conversion 2023-01-11 19:14:25 +05:30
Abhishek Kondur 009845a024 support node level metrics on host 2023-01-11 11:01:22 +05:30
Abhishek Kondur fca20905c1 remove bson tags,go mod update 2023-01-11 07:29:33 +05:30
Abhishek Kondur b52a47d8aa use new node model on mq update node handler 2023-01-10 21:43:22 +05:30
Abhishek Kondur a541fe7948 exported struct comment 2023-01-10 19:57:05 +05:30
Abhishek Kondur 7ba6ce93d9 update proxy status 2023-01-10 19:08:58 +05:30
Abhishek Kondur d373e90597 enable proxy when host is relay and on relayed hosts, add relay related feilds to api host model 2023-01-09 23:03:23 +05:30
Abhishek Kondur 6385527d01 moved relay to host level, peer updates with relay configuration for host 2023-01-09 11:43:40 +05:30
Abhishek Kondur 893f13d8b4 proxy update json marshal fix 2023-01-09 08:12:26 +05:30
Abhishek Kondur 023f29ee71 pr comments 2023-01-06 21:27:40 +05:30
Abhishek Kondur 6bc3417caf comments for exported funcs 2023-01-06 18:18:25 +05:30
Abhishek Kondur ca3d9dc40b fix node update 2023-01-06 16:58:41 +05:30
Abhishek Kondur 9f0ef1628c node update fix, nil pointer errors fix 2023-01-06 00:29:55 +05:30
Abhishek Kondur 950fd3c290 rm peer from host model 2023-01-05 16:17:09 +05:30
Abhishek Kondur bff68bd945 rm peers from node model 2023-01-05 14:56:20 +05:30
Abhishek Kondur 2ff8684fd4 keep node level peers for now 2023-01-05 09:42:41 +05:30
Abhishek Kondur 4c63478888 get node fix 2023-01-05 09:31:31 +05:30
Abhishek Kondur 72e4b914b9 move peers to host level 2023-01-05 09:24:46 +05:30
Abhishek Kondur 88902f7823 fix host peer update model,add server name to peer update topic 2023-01-04 11:03:13 +05:30
Abhishek Kondur de6361e7e5 Merge branch 'netclient_refactor_latest' of https://github.com/gravitl/netmaker into netclient_refactor_peer_updates 2023-01-04 10:29:29 +05:30
Abhishek Kondur d99526fd54 peer update for host 2023-01-04 10:04:17 +05:30
0xdcarns f1f164cf35 fix host ID return for API 2023-01-03 14:17:36 -05:00
Abhishek Kondur 8a9241d5e2 fix keepalive conversion type 2022-12-30 11:43:48 +05:30
Abhishek Kondur f9bfed9773 add local address field to host model 2022-12-28 09:10:44 +05:30
Abhishek Kondur 7cd11e4d86 proxy named pkg reference 2022-12-28 08:03:35 +05:30
Abhishek Kondur 2cb3ee65af change proxy models reference paths 2022-12-27 21:56:55 +05:30
Matthew R Kasun a371b7ae21
Merge branch 'netclient_refactor_latest' into GRA-824-getPeerUpdate 2022-12-23 15:59:55 -05:00
0xdcarns 368d01ff10 removed localaddress 2022-12-23 14:06:39 -05:00
Matthew R. Kasun eae92470c5 refactor of peerUpdate
contains some debugging logging
2022-12-23 13:41:17 -05:00
0xdcarns 6669f38961 add isdefault to models 2022-12-22 13:39:29 -05:00
0xdcarns c257827807 merge conflicts 2022-12-22 09:22:55 -05:00
Matthew R. Kasun bce2f8a45c fix compile errors 2022-12-22 06:42:33 -05:00
0xdcarns e0d3d17921 created conversion functions for hosts 2022-12-21 16:42:24 -05:00
0xdcarns 8f8335aa4f finished model conversion 2022-12-21 14:06:33 -05:00
0xdcarns e92f524fbe finished convert api to nm node 2022-12-21 11:56:29 -05:00
Aceix d1c51aed24 tech(GRA-823): address comments 2022-12-21 10:17:20 -05:00
Aceix dcad50d0ee tech(GRA-823): add node DTO 2022-12-21 10:17:20 -05:00
Matthew R. Kasun 716dc3def5 update validations for boolean attributes 2022-12-21 06:29:05 -05:00
Matthew R. Kasun 0272e88c0f fix panic joining non-dual stack network 2022-12-21 05:58:52 -05:00
Matthew R. Kasun 770a293049 new constant for wireguard interface name 2022-12-21 03:31:37 -05:00
Matthew R. Kasun 38cd4d7700 refactor join
also removes server node
suspect there may be issues with proxy
and UI interactions with nodes
2022-12-20 15:29:09 -05:00
Matthew R. Kasun c086e9499d rebase
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-12-19 15:15:35 -05:00
0xdcarns cc529ab3bd finished initial crud for hosts, fixed stun server close bug 2022-12-19 14:55:24 -05:00
Matthew R. Kasun 4f303dd4c5 add comment for public type 2022-12-19 11:03:14 -05:00
Matthew R. Kasun dd80fd6ab4 new host model 2022-12-19 10:41:55 -05:00