moritz
15a417d9bd
fix(list): fix output of chaos + chaos-version merge
continuous-integration/drone/push Build is passing
2023-03-07 13:46:19 +01:00
moritz
edff63b446
Revert "review: change label autoupdate -> auto-update"
...
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
This reverts commit 74baa76f5ee5e5dd7b71b1f14be97cc40dfc611b.
2023-03-07 13:24:46 +01:00
moritz
d5979436c1
review: merge chaos + chaos_version column
2023-03-07 13:24:46 +01:00
moritz
cb33edaac3
review: change label autoupdate -> auto-update
2023-03-07 13:24:46 +01:00
moritz
5428ebf43b
review: avoid stackName recalculation
2023-03-07 13:24:46 +01:00
moritz
d120299929
feat(list): show autoupdate state
2023-03-07 13:24:46 +01:00
moritz
3753357ef8
feat(list): show chaos status and chaos version
2023-03-07 13:24:46 +01:00
moritz
611430aab2
Set chaos version label for each deployed or upgraded app
2023-03-07 13:24:46 +01:00
moritz
e4a89bcc4f
fix(kadabra): only warn if a deployed app has no published release
continuous-integration/drone/push Build is passing
2023-02-28 15:34:27 +01:00
decentral1se
3058178d84
fix: if all servers good, don't show empty table
continuous-integration/drone/push Build is passing
2023-02-19 10:34:47 +01:00
decentral1se
d62c4e3400
refactor: improved logging on pruning
continuous-integration/drone/push Build is passing
2023-02-19 10:28:18 +01:00
decentral1se
5739758c3a
fix: give more time to tear down state [ci skip]
2023-02-17 11:11:28 +01:00
decentral1se
a6b5566fa6
refactor: clarify prune scope, not system wide [ci skip]
2023-02-17 11:09:44 +01:00
decentral1se
4dbe1362a8
docs: more clarity on prune functionality
continuous-integration/drone/push Build is passing
2023-02-17 11:00:02 +01:00
decentral1se
98fc36c830
refactor: hopefully more robust prune logic, docs
2023-02-17 10:59:06 +01:00
decentral1se
b8abc8705c
docs: volumes pruning docs - more warnings
2023-02-17 10:42:38 +01:00
decentral1se
636261934f
refactor: pass args in, docs, rename, lower-case logs
2023-02-17 10:23:00 +01:00
decentral1se
6381b73a6a
chore: use lower-case like elsewhere
2023-02-17 10:21:56 +01:00
decentral1se
1a72e27045
refactor: add server auto-complete & cosmetics
2023-02-17 10:12:46 +01:00
decentral1se
9754c1b2d1
feat: server auto-complete on remove sub-command
continuous-integration/drone/push Build is passing
2023-02-17 10:10:48 +01:00
codegod100
b14ec0cda4
review cleanups
continuous-integration/drone/push Build is passing
2023-02-17 08:53:43 +00:00
codegod100
c7730ba604
Adding server prune and undeploy prune
2023-02-17 08:53:43 +00:00
decentral1se
312b93e794
fix: no gitops on recipe for "app new"
...
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#408
2023-02-15 00:49:22 +01:00
decentral1se
992e675921
refactor: use passed down conf to decide
2023-02-15 00:35:33 +01:00
codegod100
d619f399e7
Update 'cli/app/undeploy.go'
continuous-integration/drone/push Build is passing
2023-02-14 13:59:35 +00:00
philippr
d789830ce4
feat: adds --since flag for abra app logs
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-02-14 00:19:38 +01:00
decentral1se
e4b4084dfd
fix: stream logs without hitting git.coopcloud.tech
...
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Medium-sized options refactor in here too!
See coop-cloud/organising#292 .
2023-02-13 16:46:43 +01:00
decentral1se
e1c635af86
chore: remove newline [ci skip]
2023-02-08 23:49:01 +01:00
decentral1se
f6b139dfea
chore: formatting pass on kadabra [ci skip]
2023-02-08 23:20:25 +01:00
moritz
e76ed771df
feat: kadabra, the app auto-updater ( !268 )
...
continuous-integration/drone/push Build is passing
coop-cloud/organising#236
Autoupdater `kadabra` is ready for testing.
It should run on the server, check for available minor/patch updates and automatically upgrade the apps.
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: coop-cloud/abra#268
2023-02-08 18:53:04 +00:00
decentral1se
0a7fa54759
fix: cant pass client here
...
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#396
2023-02-02 20:06:49 +01:00
decentral1se
7c1a97be72
refactor!: consolidate SSH handling
...
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#389 .
Closes coop-cloud/organising#341 .
Closes coop-cloud/organising#326 .
Closes coop-cloud/organising#380 .
Closes coop-cloud/organising#360 .
2023-02-02 08:37:14 +00:00
moritz
6774893412
add env ENABLE_AUTO_UPDATE as label to enable/disable the auto update process
continuous-integration/drone/pr Build was killed
2023-01-31 16:12:02 +01:00
moritz
ebb86391af
add a label to signal that a deploy is a chaos deploy ( !265 )
...
continuous-integration/drone/push Build is failing
Resolves coop-cloud/organising#390 by adding the following label `coop-cloud.${STACK_NAME}.chaos=true` (according to the version label).
This is required for the auto updater coop-cloud/organising#236 (comment)
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: coop-cloud/abra#265
2023-01-31 15:06:35 +00:00
moritz
50db39424c
add a label to signal that a deploy is connected with a recipe ( !264 )
...
continuous-integration/drone/push Build is failing
Resolves coop-cloud/organising#391 by adding the following label `coop-cloud.${STACK_NAME}.recipe=${RECIPE}` (according to the version label).
This is required for the auto updater coop-cloud/organising#236 (comment)
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: coop-cloud/abra#264
2023-01-31 14:35:43 +00:00
moritz
ca1ea32c46
Expose all env vars to app container. ( !263 )
...
continuous-integration/drone/push Build is failing
Resolves coop-cloud/organising#393 and is required for the auto updater coop-cloud/organising#236 (comment)
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: coop-cloud/abra#263
2023-01-31 14:13:43 +00:00
decentral1se
c47aa49373
fix: improved missing context message
continuous-integration/drone/push Build is failing
2023-01-24 10:48:53 +01:00
decentral1se
cdee6b00c4
docs: better auto-completion help
...
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#328
2023-01-23 19:01:00 +01:00
decentral1se
a3e9383a4a
docs: wording [ci skip]
2023-01-23 18:48:51 +01:00
decentral1se
b4cce7dcf4
fix: better warning if flying < 3.8 compose spec
...
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#350
2023-01-23 18:42:23 +01:00
decentral1se
b089109c94
fix: more robust docker context problem handling
...
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
See coop-cloud/organising#325
See coop-cloud/organising#340
2023-01-23 14:56:34 +01:00
decentral1se
27e0708ac7
fix: don't delete server dir on cleanup if not empty
...
Part of coop-cloud/organising#325 .
2023-01-23 13:56:27 +01:00
decentral1se
a93786c6be
fix!: make "app rm" more explicit & simpler
...
We point users to "app volume/secret remove" for more specific deletion
of other app data resources now. The idea is that if you lose the env
file locally, then you can't clean up anything after. So it is handy to
have a sort of WARNING barrier to deleting that file. This flow is the
only way to get Abra to delete your local env file. It now feels more
documented and sufficiently scary in the UI/UX to merit that. Hopefully
addresses the ticket sufficiently.
Closes coop-cloud/organising#335 .
2023-01-23 13:29:46 +01:00
decentral1se
521570224b
Merge branch 'filter-servers-by-recipe'
continuous-integration/drone/push Build is failing
2023-01-23 09:33:31 +01:00
decentral1se
c72462e0b6
fix: no domain checks if no DOMAIN=... configured
...
Closes coop-cloud/organising#353
2023-01-23 09:33:12 +01:00
decentral1se
54646650c7
fix!: disable traefik linting when DOMAIN isn't present
...
continuous-integration/drone/push Build is failing
Also reformats the linting output to be more readable.
Closes coop-cloud/organising#319 .
2023-01-23 08:31:00 +00:00
decentral1se
903aac9d7a
feat: recipe fetch command
...
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed
Also may have rooted out another go-git cloning bug 🙄
Closes coop-cloud/organising#365
2023-01-23 09:26:53 +01:00
decentral1se
49865c6a97
feat: app services command
...
continuous-integration/drone/push Build was killed
Closes coop-cloud/organising#372
2023-01-23 08:25:17 +00:00
decentral1se
a694c8c20e
feat: filter server by recipe
...
Closes coop-cloud/organising#363
2023-01-23 00:54:22 +01:00
decentral1se
d4a42d8378
fix: error out if no backup configs found
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2023-01-22 18:50:45 +01:00