96 Commits

Author SHA1 Message Date
8772217f41
fix: working provisioning post chaos testing
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-25 10:06:16 +02:00
a7970132c2
fix: server/record improved output + interactivity
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-25 09:02:24 +02:00
147687d7ce
fix: handle inputs for server new correctly 2021-10-25 08:23:29 +02:00
9a0e12258a
feat: provision docker installation
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-24 23:15:38 +02:00
2e2560dea7
docs: fix typos [ci skip] 2021-10-22 13:37:31 +02:00
c789a70653
docs: add additional op [ci skip] 2021-10-22 13:36:30 +02:00
8f55330210
docs: further server docs [ci skip] 2021-10-22 13:35:53 +02:00
d54a45bef7
docs: try to clarify that further [ci skip] 2021-10-22 13:31:14 +02:00
fdc0246f1d
feat: server rm more functional
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-22 12:01:17 +02:00
8cd9f2700f
refactor!: server add provisions/deploys traefik 2021-10-22 11:43:07 +02:00
b72fa28ddb
feat: server list expands connection string 2021-10-22 10:41:19 +02:00
313e3beb1e
refactor!: abra server interface more coherent
This follows our app new UX and interactive mode design.
2021-10-22 10:31:33 +02:00
2bb4a9c063
docs: fix flag name [ci skip] 2021-10-21 20:58:01 +02:00
0e5e7490b3
docs: some rewording and clarifying
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-20 17:52:54 +02:00
07613f5163
fix: devendor capsul code
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#155.
2021-10-20 17:34:01 +02:00
597b4b586e
WIP: domain listing with Gandi
All checks were successful
continuous-integration/drone/push Build is passing
Rethinking the interface already.
2021-10-18 22:16:29 +02:00
7ea3df45d4
WIP: dns support via libdns
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 20:35:43 +02:00
d1e42752e2
fix: set connection timeouts + clean up bad contexts
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#205.
2021-10-18 10:48:43 +02:00
9dfbd21c61
fix: parse args correctly for validation
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-18 09:43:32 +02:00
5be190e110
fix: check that docker is installed on local add 2021-10-17 23:50:28 +02:00
e78ced41fb
fix: use freifunk DNS resolver
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#180.
2021-10-06 08:47:01 +02:00
c1fd97c427
fix: handle new local server is listing 2021-10-02 22:40:08 +02:00
48290aa316
fix: make server path creation more robust 2021-10-02 22:30:08 +02:00
db5cbfa992
docs: reword this local flag usage 2021-10-02 22:14:01 +02:00
22118b88e4
chore: appease formatter 2021-10-01 12:56:04 +02:00
3wc
3688ea9d69 feat: support local server with --local
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-01 11:59:17 +02:00
1392afc015
fix: give better error message on server create
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-22 08:19:28 +02:00
886009975d
fix: order args correctly 2021-09-22 08:19:14 +02:00
9fcdc45851
feat: debug logging
Closes coop-cloud/organising#164.
2021-09-11 11:45:26 +02:00
99160967a8
refactor: domainName as arg and doc strings
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#163.
2021-09-10 15:04:01 +02:00
683ef0c3de
fix: make more server new command more robust
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#163.
2021-09-10 14:49:25 +02:00
5e05bcd8b0
docs: <server> is not always required, drop it
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-06 00:14:52 +02:00
b7742d5e18
refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
317be4cc01
docs: short aliases [ci skip] 2021-09-05 01:34:56 +02:00
a3a66ef972
docs: short aliases, short descriptions [ci skip] 2021-09-05 01:21:16 +02:00
d5f49594a9
docs: attempt to simplify app/server/recipe CLI docs [ci skip] 2021-09-05 01:01:31 +02:00
07a43cb314
refactor: NewClientWithContext -> New, and use server only
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-05 00:41:31 +02:00
9378db1979
fix: look up ipv4 from host correctly
We use a custom resolver now instead of relying on the baked-in
Golang resolver which has issues. We use a friendly librehoster
DNS resolver and not Google because fuck that.
2021-08-04 22:51:07 +02:00
471c982f63
refactor: use new internal arg failure func 2021-08-03 13:57:12 +02:00
b351760f6e
refactor(typo): typo of hetzner in output for user 2021-08-02 23:26:57 +01:00
102f4e22b5
docs: fix typo 2021-08-02 22:03:53 +02:00
5294e84d5e
feat: implement capsul create 2021-08-02 15:11:14 +02:00
3e91174ce0
feat: implement hetzner new command 2021-08-02 14:05:39 +02:00
38d8b51bd5
refactor: moved a lot of flags & added comments
Comments added to fix the golint errors on exported things need comments
2021-08-02 07:36:35 +01:00
9070806f8d
refactor: deal with err from ShowSubcommandHelp 2021-08-02 05:58:47 +01:00
30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00