Commit graph

45 commits

Author SHA1 Message Date
0xdcarns 6b30cef968 handled node additions in more elegant manner 2023-02-17 11:32:02 -05:00
dcarns 73fbdfea0d
Merge pull request #2026 from gravitl/gra-1172-zombies
updates to zombie processing
2023-02-14 14:50:08 -05:00
0xdcarns 6643c9a401 adapt createNetwork + default host addition 2023-02-13 15:17:13 -05:00
Matthew R Kasun c3e253fb79 updates to zombie processing 2023-02-13 14:52:39 -05:00
Abhishek Kondur f19b33a84c add public port to api model 2023-01-26 14:01:46 +04:00
Abhishek Kondur 18ddb3d5ca update host name on join 2023-01-24 12:10:03 +04:00
Matthew R Kasun cee245856b return 'currently unimplemented' on egress endpoints
updated logic in logic.CheckHostPorts to fix failing test
2023-01-23 15:24:47 -05:00
dcarns 5a5613dd6d
Merge pull request #1957 from gravitl/gra-991-local-connection
Gra 991 local connection
2023-01-22 20:08:54 -05:00
Matthew R Kasun 5423a458c3 review comments 2023-01-20 13:29:19 -05:00
Matthew R Kasun dc58c2c637 more efficient check for free ports 2023-01-20 11:15:06 -05:00
Matthew R Kasun d0af730042 review comments 2023-01-20 06:18:23 -05:00
Matthew R Kasun 62cd313bd6 test/update ports separately 2023-01-20 06:18:23 -05:00
Matthew R Kasun e314f6fb9e skip self when interating through hosts 2023-01-20 06:18:23 -05:00
Matthew R Kasun 74750ca045 review comments 2023-01-20 06:18:23 -05:00
Matthew R Kasun 9edb541388 remove localrange 2023-01-20 05:42:05 -05:00
Matthew R Kasun 1f92d06d7c check host ports on join 2023-01-20 05:39:33 -05:00
Abhishek Kondur 0da99d8437 skip pending delete nodes 2023-01-19 15:19:05 +05:30
Abhishek Kondur 8ad87f5a81 update host network fix 2023-01-19 14:49:24 +05:30
Abhishek Kondur ec3901ad4f GRA-988: delete host from network 2023-01-19 10:51:34 +05:30
Abhishek Kondur 99a5cc3307 GRA-988: add host to network 2023-01-19 10:40:30 +05:30
Abhishek Kondur 12f4656c62 GRA-985: host deletion logic in mq handler 2023-01-17 15:26:54 +05:30
Abhishek Kondur e322ccee09 skip same host 2023-01-10 19:54:43 +05:30
Abhishek Kondur b8903ebbde Merge branch 'develop' of https://github.com/gravitl/netmaker into feature_host_relay 2023-01-10 19:14:36 +05:30
Abhishek Kondur 01d28e6483 fetch related hosts on relay creation to enable proxy 2023-01-10 18:54:52 +05:30
0xdcarns a52cd6550c disallowed hosts removal if nodes still associated 2023-01-09 10:48:19 -05:00
Abhishek Kondur ca3d9dc40b fix node update 2023-01-06 16:58:41 +05:30
Abhishek Kondur 21133bca7d host based updates 2023-01-04 20:02:02 +05:30
0xdcarns 8c92308ccf made mq functions a little easier to read and re-use 2022-12-28 12:10:03 -05:00
dcarns 91fb01d489
Merge pull request #1878 from gravitl/netclient_refactor_fixes
bug fixes
2022-12-27 22:00:39 -05:00
0xdcarns 875718d824 consolidated add default hosts to net function 2022-12-27 10:15:00 -05:00
Abhishek Kondur d5446fb302 fix node removal from host 2022-12-27 19:47:30 +05:30
Abhishek Kondur 5f2d73dd52 get host info from db before updating 2022-12-27 17:43:31 +05:30
0xdcarns 2b3747cc33 added function to get default hosts 2022-12-23 15:56:33 -05:00
0xdcarns 8058640cdf change local address and join create func 2022-12-23 14:22:34 -05:00
0xdcarns 368d01ff10 removed localaddress 2022-12-23 14:06:39 -05:00
0xdcarns df614d6d4f added associate and dissasociate functions 2022-12-23 13:03:33 -05:00
0xdcarns 5f5f8be5d5 created functions 2022-12-23 12:38:22 -05:00
0xdcarns 309cfff577 updated controllers to use conversion routines 2022-12-22 15:44:42 -05:00
Matthew R. Kasun 1a4fa60bdf comment for public var 2022-12-21 16:15:00 -05:00
Matthew R Kasun 996a08ba93
Merge branch 'netclient_refactor_latest' into GRA-824-save-hostpass 2022-12-21 14:45:18 -05:00
Matthew R. Kasun bc47ef4868 encrypt and save hostpass on HostCreate 2022-12-21 14:43:46 -05:00
dcarns 6e05834399
Merge pull request #1841 from gravitl/GRA-824-refactor-join
Gra 824 refactor join
2022-12-21 10:05:39 -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
0xdcarns 9188dd2cdf initial commit 2022-12-19 18:04:55 -05:00
0xdcarns cc529ab3bd finished initial crud for hosts, fixed stun server close bug 2022-12-19 14:55:24 -05:00