Commit graph

866 commits

Author SHA1 Message Date
0xdcarns
3a74170ab2 added v0.14.5 and removed MQ_SERVER_PORT 2022-07-07 10:23:07 -04:00
Matthew R. Kasun
a17173fa0f add timeout for http requests 2022-07-06 09:32:00 -04:00
afeiszli
f28d361bea refactoring cert logic to use database 2022-06-30 22:30:28 -04:00
afeiszli
b281047168 adding functions to handle certs in DB 2022-06-30 21:56:11 -04:00
Matthew R. Kasun
34f6a404e2 update version numbers to 14.4
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-06-28 09:58:40 -04:00
Matthew R. Kasun
0410e1d4fb install command 2022-06-23 14:06:26 -04:00
Matthew R. Kasun
806af380a3 remove peers from interface addresses 2022-06-22 14:48:40 -04:00
Matthew R. Kasun
c8ec46391d refactor logic for client.key generation 2022-06-22 09:55:10 -04:00
Matthew R Kasun
5aa2c16df1 refactored logic for Hub change 2022-06-21 15:19:54 +00:00
Matthew R. Kasun
4bc04d5922 updated join logic
if join fails, don't try to leave as authentication will fail --- just
    wipe
2022-06-20 10:37:31 -04:00
0xdcarns
b98cbcf602 removed deprecated references and fixed static checks 2022-06-17 09:35:08 -04:00
Matthew R. Kasun
932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
dcarns
d709a04e4f
Merge pull request #1208 from gravitl/feature_v0.14.3_versioning
versioning
2022-06-15 15:11:20 -04:00
afeiszli
d3a6faa90d updating route setting logic 2022-06-15 11:18:49 -04:00
afeiszli
40009d946b versioning 2022-06-14 13:24:26 -04:00
Matthew R. Kasun
afe12b277d force lowercase for /etc/hosts profile names
to test:
create newtwork with Upper case name
check profile in /etc/hosts is created with all lowercase
2022-06-06 13:01:51 -04:00
guppy0130
5ca5710f61
typo fixup, resolves #1181
* fixes a typo
2022-06-03 22:57:09 -07:00
afeiszli
74fa228784 adding versions 2022-06-01 17:09:45 -04:00
Matthew R Kasun
def0c574f2
Merge pull request #1159 from gravitl/bugfix_v0.14.2_peer_logic
Bugfix v0.14.2 peer logic
2022-06-01 10:35:31 -04:00
afeiszli
9d78624edc fixing relay logic 2022-06-01 10:17:46 -04:00
Matthew R. Kasun
9578b72d5e remove publish prior to registration with server 2022-06-01 08:00:22 -04:00
afeiszli
5bfbe2b81d fix test 2022-05-31 14:15:51 -04:00
afeiszli
716c717265 fix freebsd build 2022-05-31 13:49:27 -04:00
afeiszli
8d422526b3 refactoring servercfg 2022-05-31 12:07:56 -04:00
afeiszli
c0070a1bd2 fixing gui logic 2022-05-31 08:44:36 -04:00
afeiszli
e4189ad8bd refactoring serverinfo logic 2022-05-31 08:42:12 -04:00
afeiszli
46b2cfef1c removing port fallback 2022-05-30 12:56:58 -04:00
afeiszli
bad2a0faea moving around some logic 2022-05-30 12:54:30 -04:00
afeiszli
0865a535c7 changing broker retrieval/setting logic 2022-05-30 12:39:33 -04:00
Matthew R. Kasun
85ad06941d use interface as hostctl profile 2022-05-27 09:45:52 -04:00
Matthew R. Kasun
62b8b9bb8e update routes to use iplib 2022-05-26 17:39:18 -04:00
Matthew R. Kasun
28a6ea85cb remove debug logs 2022-05-25 17:50:13 -04:00
Matthew R. Kasun
fef31752bd send server version in peer update message 2022-05-25 15:21:22 -04:00
Matthew R. Kasun
0764632b30 add : in server connection string 2022-05-25 11:37:55 -04:00
Matthew R. Kasun
53b3e7f415 configurable mq ports 2022-05-25 10:31:44 -04:00
Alex Feiszli
e6e686b8b6
Merge pull request #1130 from gravitl/bugfix_v0.14.1_slash
remove slash
2022-05-24 16:42:48 -04:00
afeiszli
556b7499dd remove slash 2022-05-24 16:31:18 -04:00
0xdcarns
553b03c1b4 made daemon only get networks once 2022-05-24 14:19:47 -04:00
0xdcarns
5a3b6141bd added mutex lock for conf writes 2022-05-24 13:42:06 -04:00
0xdcarns
3c415c19cc win manifest version update 2022-05-24 13:16:28 -04:00
0xdcarns
f64983eda1 updated compose, bug report, and README.md versions 2022-05-24 13:12:44 -04:00
0xdcarns
bf4fdd94ac removed unnecessary loop from daemon start 2022-05-24 09:38:27 -04:00
Matthew R Kasun
2a35ef39a6 fix startup 2022-05-23 16:10:02 -04:00
dcarns
c3989fc6f1
Merge pull request #1116 from gravitl/bugfix_v0.14.1_node_health_gui
handled checkin time comparison for health better
2022-05-23 11:17:24 -04:00
afeiszli
da774f7679 removing legacy DNS logic 2022-05-23 10:02:47 -04:00
0xdcarns
aed80d0886 handled checkin time comparison for health better 2022-05-23 10:02:28 -04:00
Alex Feiszli
f2ca830106
Merge pull request #1108 from gravitl/bugfix_v0.14.1_ports
isStatic now only represents whether the Endpoint var is static
2022-05-22 14:33:08 -04:00
afeiszli
1af535046c isStatic now only represents whether the Endpoint var is static 2022-05-20 11:19:55 -04:00
dcarns
dcc1216139
Merge pull request #1107 from gravitl/refactor_0.14.1_setupMQTT
check broker connectivity on mqtt setup
2022-05-20 11:13:23 -04:00
Matthew R Kasun
05e0531167
Merge pull request #1106 from gravitl/bugfix_v0.14.1_unnecessary_chk
removed unnecessary check for network in join command
2022-05-20 11:02:53 -04:00