Commit graph

3298 commits

Author SHA1 Message Date
Christopher Blaha
68a904c3ac fixed lowercase lettering and extra spaces in logs 2022-07-23 08:58:53 -04:00
Christopher Blaha
d0c09aa2c0 fixed lowercase letters and extra spaces 2022-07-23 08:54:20 -04:00
Christopher Blaha
4a5ae8fb31 removed ". " 2022-07-22 23:48:46 -04:00
Christopher Blaha
bc009d03e3 things 2022-07-22 23:26:46 -04:00
Christopher Blaha
b5be396f87 commas, amiright? 2022-07-22 23:24:10 -04:00
Christopher Blaha
cb8958e927 log stuff 2022-07-22 22:45:29 -04:00
Christopher Blaha
9be779f666 log messages 2022-07-22 20:32:34 -04:00
Christopher Blaha
e8a244566c Merge branch 'bugfix_v0.14.6_ambiguous_logs' of https://github.com/theguy951357/netmaker into bugfix_v0.14.6_ambiguous_logs 2022-07-22 15:51:41 -04:00
Christopher Blaha
ac4515c38a logging 2022-07-22 15:51:22 -04:00
dcarns
4bc8afd731
Merge pull request #1399 from Exchizz/feature/disable-nat-for-egress-gw
Add field to /api/nodes/wg-net/<network id>/creategateway for enabling/disabling NAT
2022-07-22 14:36:41 -04:00
dcarns
da89e14de3
Merge pull request #1407 from XGFan/patch-1
fix ipv6 in no-wg-quick
2022-07-22 08:59:07 -04:00
dcarns
01a09df542
Merge pull request #1409 from theguy951357/bugfix_v0.14.6_gravitl_removal
removed gravitl ascii logo and install-netmaker.sh
2022-07-22 08:58:53 -04:00
Christopher Blaha
625b37f0f0 logging 2022-07-21 23:50:10 -04:00
Christopher Blaha
1fb04fbf6d removed gravitl ascii logo and install-netmaker.sh 2022-07-21 18:45:34 -04:00
dcarns
a78024aa28
Merge pull request #1405 from gravitl/feature_v0.14.6_randomemailsforletsencrypt
Feature v0.14.6 randomemailsforletsencrypt
2022-07-21 15:56:49 -04:00
Alex Feiszli
b805028686
Merge pull request #1406 from gravitl/workflow
limit integration tests to PRs
2022-07-21 15:55:08 -04:00
cameronts
210659ca00 Updated install-netmaker.sh to replace email in docker-compose.yml. 2022-07-21 11:10:16 -07:00
dcarns
fde9aa041a
Merge pull request #1401 from gravitl/bugfix_v0.14.5_etc_hosts_lockfile
Bugfix v0.14.5 etc hosts lockfile
2022-07-21 12:14:21 -04:00
XGFan
cdb92bf469
fix ipv6 in no-wg-quick 2022-07-21 21:27:44 +08:00
dcarns
5293a08c94
Merge pull request #1402 from gravitl/feature_v0.14.6_addressrangevalidation
Fixed by adding validation tags.
2022-07-21 08:51:46 -04:00
Matthew R. Kasun
fd1f94e855 limit integration tests to PRs 2022-07-21 07:01:16 -04:00
cameronts
51ce591afc Modified to generate random emails instead of using fake@email.com. 2022-07-20 16:29:08 -07:00
cameronts
38e4950ed1 Fixed by adding validation tags.
To test: run go test ./... -test.v (tested with go 1.18.4).
2022-07-20 12:32:48 -07:00
Matthew R. Kasun
3a9f75cc83 lockfile path 2022-07-20 12:51:38 -04:00
Mathias Neerup
0b4aca18db Make NatEnabled string instead of boolean + add tests 2022-07-20 13:01:28 +02:00
Mathias Neerup
4cc846a29c Fix typo 2022-07-19 21:37:38 +02:00
Matthew R. Kasun
0ac12e9eb3 lockfile path:w 2022-07-19 15:36:53 -04:00
Matthew R. Kasun
7169c232ed add lockfile to prevent corruption of /etc/hosts 2022-07-19 15:12:45 -04:00
Mathias Neerup
f9666c0a66 Add option to select if source NATing should be enabled or not 2022-07-19 16:28:44 +02:00
dcarns
177c10b60f
Merge pull request #1392 from gravitl/bugfix_v0.14.6_ha_checkins
changed to always update server check-in times even when not leader
2022-07-19 09:08:05 -04:00
dcarns
e52fc87a68
Merge pull request #1359 from gravitl/bugfix_v0.14.5_mq_connection
Bugfix v0.14.5 mq connection retries
2022-07-19 07:09:09 -04:00
Matthew R. Kasun
0c3a5b7767 code review changes 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
cac9d481f8 return after windows restart 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
df0e882a7e updated logic for join/leave network 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
aa9be268f3 fetch networks for checkin 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
cdc7ec7495 remove debugging logs 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
e202dc3a44 debugging logs 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
9f2181294e revert to old way for windows 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
4376093fa6 pidfile location windows 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
b2131d6d8b eliminate unused var staticcheck 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
23c3b0c276 fix waitgroup 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
1fa4becb48 use SIGHUP to restart daemon 2022-07-18 16:07:36 -04:00
Abhishek Kondur
8ceab029bb GRA-414: add verbose level 4 support to netclient 2022-07-18 16:07:36 -04:00
Abhishek Kondur
53af1900a8 GRA-414: add verbose level 4 2022-07-18 16:07:36 -04:00
Abhishek Kondur
404bf4e335 GRA-414: introduced new log level 4 for runtime caller info 2022-07-18 16:07:36 -04:00
Abhishek Kondur
013056212f GRA-414: check for empty records 2022-07-18 16:07:36 -04:00
Abhishek Kondur
47bfe110b7 GRA-414: added additional logs for acl controllers 2022-07-18 16:07:36 -04:00
Abhishek Kondur
83404a0cc1 GRA-414: added additional logs for extclient controllers 2022-07-18 16:07:36 -04:00
Abhishek Kondur
7c5584bf95 GRA-414: added additional logs for sever controllers 2022-07-18 16:07:36 -04:00
Abhishek Kondur
35e999db97 GRA-414: added additional logs for dns controllers 2022-07-18 16:07:36 -04:00