87 Commits

Author SHA1 Message Date
9c281d8608
fix: flags for logging in
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-27 03:27:05 +01:00
f8191ac248
refactor: go with domains as default 2021-12-26 04:24:12 +01:00
9f70a69bbf
feat: skip git syncing on catalogue generation 2021-12-26 03:46:26 +01:00
9a1cf258a5
fix: check published version properly
Resulted in a refactor to a new lint package.
2021-12-26 00:00:19 +01:00
8735a8f0ea
feat: lint before deploy/upgrade/rollback
See coop-cloud/organising#254.
2021-12-25 23:35:45 +01:00
a84a5bc320
feat: more robust linting
See coop-cloud/organising#254.
2021-12-25 23:22:50 +01:00
decfe095fe
feat: improved recipe creation 2021-12-25 16:56:20 +01:00
4283f130a2
refactor: apps -> recipes 2021-12-25 14:04:07 +01:00
14400d4ed8
fix: sync recipes from remotes
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-24 16:06:29 +01:00
ab8db8df64
feat: deploy --no-converge-checks & finish app errors 2021-12-24 02:23:46 +01:00
9b8ff1ddcd
fix: get branch is now more robust 2021-12-24 00:44:44 +01:00
a75b01e78a
fix: use app name instead
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-23 19:34:50 +01:00
0362928840
fix!: parse ttl correctly 2021-12-23 01:41:12 +01:00
d0cc51b829
fix: point to correct var 2021-12-23 01:16:07 +01:00
606b5ac3e4
fix: less long ttl 2021-12-23 01:16:07 +01:00
db453f0ab1
feat: auto flag for dns
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-22 20:46:50 +01:00
a07e71f7df
fix: grand ssh, provisioning, perms refactor
Some checks failed
continuous-integration/drone/push Build is failing
See coop-cloud/organising#280.
See coop-cloud/organising#273.
2021-12-22 20:08:15 +01:00
3d100093dc
refactor: readability 2021-12-22 01:36:17 +01:00
737a22aacc
refactor: less quotes
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-22 01:02:43 +01:00
56a1e7f8c4
feat: stderr only for logs 2021-12-22 01:02:36 +01:00
b72bad955a
feat: no domain checks flag
See coop-cloud/organising#281.
2021-12-21 23:57:20 +01:00
ec7223146b
docs: better timeout error 2021-12-21 23:48:32 +01:00
6f0d8b190d
fix: better spacing 2021-12-21 02:04:19 +01:00
8d499c0810
fix: find local only apps 2021-12-20 00:50:09 +01:00
0a903f041f
refactor: less quotes 2021-12-20 00:49:36 +01:00
217d4bc2cc
docs: rewording 2021-12-19 23:59:20 +01:00
3d3eefb2fe
fix: bail out definitely on that error
See coop-cloud/organising#278.
2021-12-19 22:44:19 +01:00
59b80d5def
refactor: make this flag more general 2021-12-19 16:26:45 +01:00
cd0d3b8892
chore: remove old test file 2021-12-19 16:20:42 +01:00
0d1f65daac
docs: add missing docstring 2021-12-19 16:19:42 +01:00
cf1b46fa61
refactor: move flags into internal/common 2021-12-19 16:18:50 +01:00
0fe0ffbafa
refactor: move flags to internal/common 2021-12-19 16:15:45 +01:00
9ddf69b988
refactor: move flag to internal/common 2021-12-19 16:01:20 +01:00
06f8078866
refactor: move flag to internal/common 2021-12-19 15:57:12 +01:00
32dcddb631
fix: select containers if we find multiple 2021-12-12 00:04:37 +01:00
3fb43ffa2c
Revert "fix: match exact on filtering" [ci skip]
This reverts commit 2bc2f8630b85d903d452b7c02efc99ee933b2243.

This breaks other stuff. Reverting!
2021-12-09 14:12:16 +01:00
2bc2f8630b
fix: match exact on filtering
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-06 01:26:04 +01:00
9896c57399
chore: drop ' in messages [ci skip] 2021-11-26 21:34:10 +01:00
711c4e5ee8
fix: warn on invalid envs for catalogue generation
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#256.
2021-11-22 18:38:59 +01:00
ef6a9abba9
fix: ensure clean slate for re-deploy
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-21 14:42:38 +01:00
ce57d5ed54
fix: merge messages 2021-11-21 14:42:22 +01:00
3b01b1bb2e
docs: explain docker context also
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-21 14:11:27 +01:00
304b70639f
fix: only check catalogue once
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-19 15:50:29 +01:00
1b836dbab6
fix: better borked ssh config message
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#243.
2021-11-19 15:29:54 +01:00
cc37615d83
refactor: move debug to internal 2021-11-18 20:04:40 +01:00
299faa1adf
refactor: move file pulling/pushing logic to internal
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-11-15 16:48:23 +01:00
9122c0a9b8
fix: ensure domain/server resolve to same ipv4
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#227 (comment).
2021-11-14 22:47:18 +01:00
85ff04202f
fix: ensure ipv4 is present for app deploys
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#227.
2021-11-13 23:04:58 +01:00
6f26b51f3e
fix: only check host keys on requested hosts
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#242.
2021-11-09 17:44:13 +01:00
1467ae5007
feat: teach catalogue generate to use git
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-07 00:03:01 +01:00