Commit graph

4788 commits

Author SHA1 Message Date
0xdcarns 6b30cef968 handled node additions in more elegant manner 2023-02-17 11:32:02 -05:00
0xdcarns 08248e1b35 added log 2023-02-16 19:34:25 -05:00
0xdcarns 596de6b9e3 shortened name 2023-02-16 18:56:45 -05:00
0xdcarns bae3a5a028 Merge branch 'develop' into GRA-1198 2023-02-16 16:48:30 -05:00
0xdcarns 6e1db0bb3f removed admin security check 2023-02-16 16:42:08 -05:00
0xdcarns d8c7ab980e fixed nil pointer from dereference in loop 2023-02-16 15:41:23 -05:00
0xdcarns 9078608bd1 fix initial map allocation 2023-02-16 15:13:40 -05:00
0xdcarns 607198d563 added host registration endpoint 2023-02-16 14:27:57 -05:00
dcarns 3c2ec68fe6
Merge pull request #2044 from gravitl/GRA-1194/extclient_egress
Gra 1194: add egress ranges of the peer GW to ingress info
2023-02-16 12:12:30 -05:00
dcarns b8e01b4cda
Merge pull request #2045 from walkerwmanuel/GRA-1198-add-tokenized-test
Gra 1198 add tokenized test
2023-02-16 11:10:27 -05:00
walkerwmanuel 193ef6b6ed removed print lines 2023-02-16 11:08:43 -05:00
walkerwmanuel 8f8c4f1df0 Wrote test to test Enrolment Keys 2023-02-16 10:57:18 -05:00
walkerwmanuel 442b32e0d9 Wrote test to test Enrolment Keys 2023-02-16 10:56:13 -05:00
Abhishek Kondur a117131bfd Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1194/extclient_egress 2023-02-16 19:22:33 +04:00
0xdcarns 5434e9b299 Merge branch 'develop' into GRA-1198 2023-02-16 09:51:36 -05:00
dcarns 6117cff044
Merge pull request #2043 from yunginnanet/develop
Various test enhancments, fix go vet, update CI
2023-02-16 08:59:24 -05:00
kayos@tcp.direct 1513dc28b7
Tests: Handle all errors, key struct fields for go vet, enhance CI 2023-02-16 02:11:30 -08:00
kayos@tcp.direct a15650d3e0
NetClientUtils: Avoid using defer in a for loop, this causes resource leaks. 2023-02-16 02:09:58 -08:00
0xdcarns 71ce2caabd added tokenization + detokenization 2023-02-15 16:32:16 -05:00
0xdcarns 0e5e34ef0c added try to use func and edited tests 2023-02-15 15:52:58 -05:00
0xdcarns db4ea9faa4 completed crud unit tests 2023-02-15 15:27:26 -05:00
dcarns 92dbfa52a5
Merge pull request #2001 from gravitl/gra-1088_dns_updates
Gra 1088 dns updates
2023-02-15 12:55:58 -05:00
Abhishek Kondur 19961dcf11 Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1194/extclient_egress 2023-02-15 18:08:09 +04:00
Matthew R Kasun bd9cf14c02 Merge branch 'develop' into gra-1088_dns_updates 2023-02-15 06:42:09 -05:00
dcarns 380a353f46
Merge pull request #2037 from gravitl/GRA-1180-default-host-delete
Fix issue with deleting nodes from default hosts
2023-02-14 17:29:30 -05:00
0xdcarns a5e7147b69 initial commit, began unit tests 2023-02-14 17:21:51 -05:00
dcarns 8ab4ff9379
Merge pull request #2036 from gravitl/nmctl_update_host_endpoint
update host network modification endpoints
2023-02-14 16:40:06 -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
dcarns 220838c440
Merge pull request #2024 from gravitl/GRA-1199/extclients
GRA-1199: add routes for all ext clients in the network
2023-02-14 14:26:49 -05:00
Matthew R Kasun c7c864b229 break into smaller funcs 2023-02-14 13:29:20 -05:00
0xdcarns 93473a4e70 updated node topic for publishing 2023-02-14 13:00:08 -05:00
dcarns f7c9204c82
Merge pull request #2035 from gravitl/refactor_logs
remove dev log
2023-02-14 08:30:07 -05:00
Matthew R Kasun 65b31c1c04 fix tests 2023-02-14 07:58:54 -05:00
Matthew R Kasun 82cac8fa30 use channels for sync 2023-02-14 07:01:38 -05:00
Anish Mukherjee 6a03947384 update host network modification endpoints 2023-02-14 17:25:22 +05:30
Anish Mukherjee 52db911681 remove dev log 2023-02-14 16:41:00 +05:30
dcarns 351abde8b8
Merge pull request #2031 from gravitl/dependabot/go_modules/develop/golang.org/x/crypto-0.6.0
Bump golang.org/x/crypto from 0.3.0 to 0.6.0
2023-02-13 17:08:28 -05:00
dependabot[bot] 24c0ca04e4
Bump golang.org/x/crypto from 0.3.0 to 0.6.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.3.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 22:06:45 +00:00
dcarns 22adc8daa4
Merge pull request #1990 from gravitl/dependabot/go_modules/develop/github.com/go-playground/validator/v10-10.11.2
Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2
2023-02-13 17:01:08 -05:00
dcarns 812dad59f9
Merge pull request #2016 from disappointingsupernova/patch-1
Update nm-quick-interactive.sh
2023-02-13 17:00:11 -05:00
dependabot[bot] f9bf2b69d8
Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.11.1 to 10.11.2.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.11.1...v10.11.2)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 21:54:48 +00:00
dcarns 03913ae58b
Merge pull request #1941 from gravitl/dependabot/go_modules/develop/golang.org/x/oauth2-0.4.0
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
2023-02-13 16:53:31 -05:00
dcarns f4e80f33d4
Merge pull request #2030 from gravitl/story/GRA-1173
compose file updates
2023-02-13 16:52:41 -05:00
dcarns e9ffe882cd
Merge pull request #2029 from gravitl/feature_0.18.0_interactive_script
modifying script for pre-release
2023-02-13 16:51:39 -05:00
afeiszli 079e51c0ca compose file updates 2023-02-13 16:42:18 -05:00
afeiszli e328f03413 commenting out netclient installation 2023-02-13 16:33:31 -05:00
afeiszli 559ee27fbc modifying script for production 2023-02-13 16:30:03 -05:00
dcarns ddf538da91
Merge pull request #2028 from gravitl/fix/GRA-1200/default_hosts
adapt createNetwork + default host addition
2023-02-13 15:40:48 -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