Commit graph

384 commits

Author SHA1 Message Date
Matthew R Kasun af328195a4 environment action update 2021-04-08 10:24:33 -04:00
Matthew R Kasun 99589f4f2e environment action 2021-04-08 10:11:49 -04:00
Matthew R Kasun 44952c11f7 simplify git action 2021-04-07 11:30:04 -04:00
Matthew R Kasun 83c239ddc9
github actions update (#5)
* Get Group api test

* Initial Group Tests

* Most Delete Group Tests

* Group Tests Complete

* Refactor tests and move to test dir

* Refactor tests and move to test dir

* changed wirecat --> netmaker. Changed defaults to be more sensible

* putting netmaker default port 1 above WG port to avoid conflicts with preexisting setups

* fixed client side for multinet and added group filter to query params server side.

* fixed client side for multinet and added group filter to query params server side.

* cleaned up netclient uninstall for multiple networks

* added access token for ease of configuration

* added access token for ease of configuration

* peer update functionality

* auto delete timestamp works

* Arm docker (#1)

* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>

* update docker image generation (#3)

* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

* update docker generation on pulls

* fix repo name

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>

* consolidate git actions

* Update publish-docker.yml

* Delete publish-docker-latest.yml

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
Co-authored-by: afeiszli <alex.feiszli@gmail.com>
Co-authored-by: Alex <31018251+afeiszli@users.noreply.github.com>
2021-04-07 11:24:39 -04:00
Matthew R Kasun 1bfacb0cba
Delete publish-docker-latest.yml 2021-04-07 11:17:17 -04:00
Matthew R Kasun 8e5bdb4da0 consolidate actions 2021-04-07 10:57:46 -04:00
Matthew R Kasun 9a846af332
Update publish-docker.yml 2021-04-07 10:53:10 -04:00
Matthew R Kasun 5453fdc02a
Develop (#4)
* Get Group api test

* Initial Group Tests

* Most Delete Group Tests

* Group Tests Complete

* Refactor tests and move to test dir

* Refactor tests and move to test dir

* changed wirecat --> netmaker. Changed defaults to be more sensible

* putting netmaker default port 1 above WG port to avoid conflicts with preexisting setups

* fixed client side for multinet and added group filter to query params server side.

* fixed client side for multinet and added group filter to query params server side.

* cleaned up netclient uninstall for multiple networks

* added access token for ease of configuration

* added access token for ease of configuration

* peer update functionality

* auto delete timestamp works

* Arm docker (#1)

* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>

* update docker image generation (#3)

* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

* update docker generation on pulls

* fix repo name

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>

* consolidate git actions

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
Co-authored-by: afeiszli <alex.feiszli@gmail.com>
Co-authored-by: Alex <31018251+afeiszli@users.noreply.github.com>
2021-04-07 10:51:30 -04:00
Matthew R Kasun 5f63eb649c
Merge branch 'master' into develop 2021-04-07 10:51:07 -04:00
Matthew R Kasun 314126c369 consolidate git actions 2021-04-07 10:44:27 -04:00
Matthew R Kasun a0c97447ad
update docker image generation (#3)
* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

* update docker generation on pulls

* fix repo name

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
2021-04-07 10:41:10 -04:00
Matthew R Kasun 0a792513fb fix repo name 2021-04-07 10:38:11 -04:00
Matthew R Kasun 16738ca9cc update docker generation on pulls 2021-04-07 10:33:50 -04:00
Matthew R Kasun 92440745b2 github actions to build/publish dockerfiles on push 2021-04-06 17:44:11 -04:00
Matthew R Kasun 088f2684df
Github actions for docker builds (#2)
* Get Group api test

* Initial Group Tests

* Most Delete Group Tests

* Group Tests Complete

* Refactor tests and move to test dir

* Refactor tests and move to test dir

* changed wirecat --> netmaker. Changed defaults to be more sensible

* putting netmaker default port 1 above WG port to avoid conflicts with preexisting setups

* fixed client side for multinet and added group filter to query params server side.

* fixed client side for multinet and added group filter to query params server side.

* cleaned up netclient uninstall for multiple networks

* added access token for ease of configuration

* added access token for ease of configuration

* peer update functionality

* auto delete timestamp works

* Arm docker (#1)

* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
Co-authored-by: afeiszli <alex.feiszli@gmail.com>
Co-authored-by: Alex <31018251+afeiszli@users.noreply.github.com>
2021-04-06 17:36:22 -04:00
Matthew R Kasun b225f9f939
Arm docker (#1)
* learning github actions

* pubish docker

* pubish docker

* fixt uses

* docker git action

* rm arm7

* more events and tags

* fixed yml file

* simplified workflow

* simplified workflow

* fix missing tags

* another fix to yml

* another fix to yml

* fixing yml

* another try

* tags

* remove ghaction-docker-meta

* separate actions for dev & master

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
2021-04-06 17:29:19 -04:00
Matthew R Kasun 4dd6c4d196 separate actions for dev & master 2021-04-06 21:22:49 +00:00
Matthew R Kasun c499575c51 remove ghaction-docker-meta 2021-04-06 21:15:04 +00:00
Matthew R Kasun fbd061ac87 tags 2021-04-06 20:25:29 +00:00
Matthew R Kasun 5667a3a083 another try 2021-04-06 20:14:18 +00:00
Matthew R Kasun 956e6f01ca fixing yml 2021-04-06 20:10:44 +00:00
Matthew R Kasun 4e6e2b1f9d another fix to yml 2021-04-06 19:57:32 +00:00
Matthew R Kasun dc839339e6 another fix to yml 2021-04-06 19:47:12 +00:00
Matthew R Kasun e684979a64 fix missing tags 2021-04-06 19:45:28 +00:00
Matthew R Kasun 476a19d686 simplified workflow 2021-04-06 19:39:40 +00:00
Matthew R Kasun ca6754946b simplified workflow 2021-04-06 19:31:35 +00:00
Matthew R Kasun ec7f308521 fixed yml file 2021-04-06 19:26:51 +00:00
Matthew R Kasun 2ba67d0a60 more events and tags 2021-04-06 19:24:20 +00:00
Matthew R Kasun cdfba2c5c6 rm arm7 2021-04-06 18:35:38 +00:00
Matthew R Kasun 87ae4ddbef docker git action 2021-04-06 18:29:20 +00:00
Matthew R Kasun 3bcfcf83f2 fixt uses 2021-04-06 13:57:34 +00:00
Matthew R Kasun a29b5b8495 pubish docker 2021-04-06 13:53:36 +00:00
Matthew R Kasun e11017a4c3 pubish docker 2021-04-06 13:51:13 +00:00
Matthew R Kasun 0451b4282b learning github actions 2021-04-06 09:28:39 -04:00