Commit graph

3334 commits

Author SHA1 Message Date
dcarns b8854e8fa5
Merge pull request #1232 from gravitl/bugfix_v0.14.4_empty_id
updated join logic
2022-06-21 10:16:29 -04:00
dependabot[bot] 51ef59d9a2
Bump github.com/urfave/cli/v2 from 2.8.1 to 2.10.2
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.8.1 to 2.10.2.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.8.1...v2.10.2)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 23:17:18 +00:00
dependabot[bot] 70792517b5
Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 23:17:14 +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
Alex Feiszli 2720c64ac7
Merge pull request #1227 from gravitl/master
ishub hotfix
2022-06-17 15:37:18 -04:00
Alex Feiszli 39c4502fc4
Merge pull request #1226 from gravitl/v0.14.3
V0.14.3
2022-06-17 15:36:17 -04:00
Alex Feiszli 43e2d35cbb
Merge pull request #1225 from gravitl/hotfix_v0.14.3_p2s
point to site logic
2022-06-17 15:16:38 -04:00
afeiszli d57031e747 point to site logic 2022-06-17 14:36:32 -04:00
Matthew R Kasun bb76dcf266
Merge pull request #1223 from gravitl/bugfix_v0.14.4_gui_static_checks
removed deprecated references and fixed static checks
2022-06-17 10:39:19 -04:00
0xdcarns b98cbcf602 removed deprecated references and fixed static checks 2022-06-17 09:35:08 -04:00
Alex Feiszli 37dcdc49ba
Merge pull request #1222 from gravitl/master
changed compose versions
2022-06-17 09:30:39 -04:00
Alex Feiszli 3985cdf78a
Merge pull request #1221 from gravitl/v0.14.3
V0.14.3
2022-06-17 09:29:21 -04:00
Alex Feiszli b210605efa
Merge pull request #1220 from gravitl/hotfix_v0.14.3_versioning
changing compose versions
2022-06-17 09:28:54 -04:00
dcarns b1cdbfaed8
Merge pull request #1205 from gravitl/dependabot/go_modules/develop/fyne.io/fyne/v2-2.2.1
Bump fyne.io/fyne/v2 from 2.1.4 to 2.2.1
2022-06-17 09:26:29 -04:00
afeiszli 2ef90047f1 changing compose versions 2022-06-17 09:06:03 -04:00
dcarns 50b4b4dffc
Merge pull request #1218 from gravitl/bugfix_v0.14.4_go_static_check
fix statticcheck errors/warnings
2022-06-16 16:48:36 -04:00
Matthew R. Kasun 932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
Alex Feiszli 83424183ff
Merge pull request #1216 from gravitl/v0.14.3
V0.14.3
2022-06-16 11:19:34 -04:00
Alex Feiszli af2942ea58
Merge pull request #1215 from gravitl/hotfix_v0.14.3_egress_routes_server
adding in temp code for egress route on server
2022-06-16 10:43:41 -04:00
afeiszli c7c0469eea adding in temp code for egress route on server 2022-06-16 10:15:21 -04:00
dcarns d709a04e4f
Merge pull request #1208 from gravitl/feature_v0.14.3_versioning
versioning
2022-06-15 15:11:20 -04:00
Matthew R Kasun ac4ba2e868
Merge pull request #1212 from gravitl/bugfix_v0.14.3_relayed_fix
adding server/relay check for endpoint
2022-06-15 15:08:13 -04:00
afeiszli 3fca11c1df add udp port for relay 2022-06-15 14:29:25 -04:00
afeiszli c383ec0747 updating relay logic to remove udp 2022-06-15 12:05:55 -04:00
afeiszli d3a6faa90d updating route setting logic 2022-06-15 11:18:49 -04:00
afeiszli cd78a7c902 fixing index panic 2022-06-15 09:18:38 -04:00
afeiszli ba687dc504 remove redundant if 2022-06-15 08:46:58 -04:00
afeiszli b24691193f adding server/relay check for endpoint 2022-06-15 08:45:11 -04:00
Alex Feiszli ee0438ba22
Merge pull request #1211 from gravitl/bugfix_v0.14.3_relay_skip
adding check for relay
2022-06-14 16:50:27 -04:00
afeiszli f632f043fe adding check for relay 2022-06-14 16:48:39 -04:00
Matthew R Kasun e19ffb7c0c
Merge pull request #1210 from gravitl/bugfix_v0.14.3_relay_skip
adding back in relay check
2022-06-14 16:38:22 -04:00
afeiszli da8bafc35f adding back in relay check 2022-06-14 16:37:28 -04:00
Matthew R Kasun 9643e34475 Merge branch 'develop' of github.com:gravitl/netmaker into develop 2022-06-14 19:40:07 +00:00
Matthew R Kasun 27253d504b fix missing peer from relay 2022-06-14 19:39:59 +00:00
dcarns 272fcfa5b3
Merge pull request #1209 from gravitl/feature_v0.14.3_peers_udp
adding locallistenport and udp hole punching
2022-06-14 15:08:12 -04:00
afeiszli 6fe58014cd adding locallistenport and udp hole punching 2022-06-14 15:01:53 -04:00
afeiszli 40009d946b versioning 2022-06-14 13:24:26 -04:00
dcarns 0983951b99
Merge pull request #1207 from gravitl/bugfix_v0.14.3_relay
refactor determination of peers
2022-06-14 12:03:35 -04:00
Matthew R Kasun 72799caa42 code review fixes 2022-06-14 15:30:22 +00:00
Matthew R Kasun 34263a6e2f refactor peer calculations 2022-06-14 14:36:30 +00:00
Matthew R Kasun 242a46cda9 Merge branch 'bugfix_v0.14.3_relay' of github.com:gravitl/netmaker into bugfix_v0.14.3_relay 2022-06-14 13:57:06 +00:00
dependabot[bot] 2cb2d3ae4c Bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.3.5 to 1.4.1.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.3.5...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 13:56:54 +00:00
dependabot[bot] 17e4a7b167 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 13:56:54 +00:00
Matthew R. Kasun 52aa509ecf add latest tag to publish docker workflow
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-06-14 13:56:54 +00:00
Matthew R. Kasun b280f39908 code review changes 2022-06-14 13:56:54 +00:00
Matthew R. Kasun 77a629dff1 code review changes 2022-06-14 13:56:54 +00:00
Matthew R. Kasun 236ada91bc skip yourself when checking zombies 2022-06-14 13:56:54 +00:00
Matthew R. Kasun cce7e30aeb only check for zombies on same network 2022-06-14 13:56:54 +00:00
dependabot[bot] ac921d8f03
Bump fyne.io/fyne/v2 from 2.1.4 to 2.2.1
Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.1.4 to 2.2.1.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fyne-io/fyne/compare/v2.1.4...v2.2.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 12:48:37 +00:00
dcarns 2dde66c6fb
Merge pull request #1190 from gravitl/dependabot/go_modules/develop/github.com/eclipse/paho.mqtt.golang-1.4.1
Bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1
2022-06-14 08:47:41 -04:00