yearski
b7009ea14e
remove agentbackend
2023-02-20 02:22:48 -07:00
Matthew R Kasun
77cfae41ff
remove postup/down
2023-02-02 11:16:54 -05:00
Matthew R. Kasun
1f00a5d890
fix build errors after merge conflict resolution
2023-01-04 14:22:11 -05:00
Matthew R. Kasun
8bfe255eab
Merge remote-tracking branch 'origin/develop' into netclient_refactor_latest
...
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2023-01-04 14:16:12 -05:00
Matthew R. Kasun
c086e9499d
rebase
...
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-12-19 15:15:35 -05:00
kayos@tcp.direct
e878e4820a
Fixes+Chores: avoid de-referencing nil ptrs + lint
...
- Avoid referencing conditions we know are false/true
- Avoid using name of imported package as variable
- Avoid broken (see list item 1) if else statement in `ipservice.go` by refactoring to switch statement
- When assigning a pointer value to a variable along with an error, check that error before referencing that pointer. Thus avoiding de-referencing a nil and causing a panic.
*** This item is the most important ***
- Standard gofmt package sorting + linting; This includes fixing comment starts for go doc
- Explicit non-handling of unhandled errors where appropriate (assigning errs to _ to reduce linter screaming)
- Export ErrExpired in `netcache` package so that we can properly reference it using `errors.Is` instead of using `strings.Contains` against an `error.Error()` value
2022-12-06 20:11:20 -08:00
Matthew R. Kasun
7152f6ccd4
remove references to grpc/comms net
2022-04-21 15:53:44 -04:00
Matthew R. Kasun
886ec31553
remove grpc
2022-04-21 15:04:44 -04:00
afeiszli
a172641cad
updating README
2021-10-07 10:11:52 -04:00
0xdcarns
989676e77f
Combined client + server code, Added HA ability, minor bug fixes
2021-10-06 17:48:54 -04:00
Matthew R Kasun
ba5f039204
renamed integration test to *_test.go.bak until they can be fixed. Should enable the workflow action to run successfully
2021-09-06 15:36:53 -04:00
worker-9
1a07fcff75
changed DNS to go on interface..
2021-08-25 17:59:40 -04:00
worker-9
c2a9007b8c
automated ext client egress range addition and ext client dns from network
2021-08-25 09:46:45 -04:00
afeiszli
4710a3db6d
updated netclient for egressgatways
2021-07-27 14:48:58 +00:00
afeiszli
eec7a8f61a
making sure all changes are in
2021-07-26 15:08:25 +00:00
afeiszli
9fb01f9620
updating netclient
2021-07-25 20:05:31 +00:00
afeiszli
fd223e3d4a
refactored nodes model
2021-07-24 16:13:24 -04:00
afeiszli
a982b62445
refactoring validation and models
2021-07-23 18:24:34 -04:00
afeiszli
93b0b94788
Mid way through adopting rqlite
2021-07-21 18:55:19 -04:00
afeiszli
d41207172c
Added logging and user specific requests
2021-07-14 16:47:05 -04:00
afeiszli
4cf5aad2e7
fixing validation
2021-07-11 10:51:21 -04:00
afeiszli
b7257bc2ff
fixing validation
2021-07-11 10:47:57 -04:00
afeiszli
0d60cd385b
fixing validation
2021-07-11 10:45:22 -04:00
afeiszli
82e0bde9d1
fix tests
2021-07-02 00:16:29 -04:00
afeiszli
990946e431
UI integration
2021-05-30 08:04:40 -04:00
afeiszli
4e758d67aa
tests working locally
2021-05-28 10:04:07 -04:00
afeiszli
8e9a0b46aa
test changes
2021-05-27 17:21:28 -04:00
afeiszli
adc8876f9b
update tests for remote
2021-05-27 16:57:06 -04:00
afeiszli
cab7bb681f
test changes
2021-05-27 16:48:47 -04:00
afeiszli
5662a1538e
saving progress. Got structs together, made a new controller (backup) and got the api calls created
2021-05-16 09:49:01 -04:00
Matthew R Kasun
bb2bb0e1ee
fixed tests
2021-05-09 13:31:50 -04:00
Matthew R Kasun
073be947c6
Merge branch 'develop' into refactor-controllers
2021-05-09 10:52:42 -04:00
Matthew R Kasun
71cf7bfb77
integration test fixes
2021-05-09 10:02:54 -04:00
afeiszli
d0acd85c14
fixing tests
2021-05-06 14:38:14 +00:00
afeiszli
4ddd83aefb
new config fully functional
2021-05-06 00:41:28 +00:00
Matthew R Kasun
4b74e52f83
add dns controller tests
2021-05-05 17:24:24 -04:00
Matthew R Kasun
a827f8caad
Test Cleanup
2021-05-03 17:51:38 -04:00
Matthew R Kasun
74f6b5639d
GetNetwork tests
2021-05-02 15:54:12 -04:00
Matthew R Kasun
699619a371
Fix Access Key tests
2021-05-02 10:46:07 -04:00
Matthew R Kasun
c533bf7183
updated test/user tests
2021-04-30 11:30:19 -04:00
afeiszli
4fc133c09d
fixed validation
2021-04-27 22:08:28 -04:00
Matthew R Kasun
d4fcfb4e38
updated createNode test
2021-04-25 08:46:34 -04:00
Matthew R Kasun
e40712063c
add validation for node.Address
2021-04-25 08:18:43 -04:00
Matthew R Kasun
ae826002cd
fixed network tests that failed with nodes
2021-04-24 18:03:26 -04:00
Matthew R Kasun
f28937c1f6
cleanup
2021-04-23 16:19:02 -04:00
Matthew R Kasun
21e66a1e88
sunny day scenarios for node tests
2021-04-22 16:52:44 -04:00
Matthew R Kasun
6204b57f7b
update PostDown test
2021-04-19 13:41:27 -04:00
Matthew R Kasun
3ec0505a57
Merge branch 'develop' into fix-tests
2021-04-19 12:02:01 -04:00
Matthew R Kasun
420bfe0f6b
CheckInInterval tests working
2021-04-19 11:56:57 -04:00
afeiszli
f8657a5e01
Merge branch 'bugfix_v0.2_misc' of https://github.com/gravitl/netmaker into bugfix_v0.2_misc
2021-04-19 11:03:33 -04:00