Commit Graph

498 Commits

Author SHA1 Message Date
3wc
c67fc57902 feat: show proposed secret version changes during deploy 2025-09-09 17:37:12 -04:00
3wc
d866527138 fix: set "chaos" if a specified* version is "chaos-y"
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
*either from env file or command-line
2025-09-09 13:25:18 -04:00
3wc
076d522b1a refactor: PR feedback 2025-09-09 13:18:26 -04:00
3wc
34934cf62d refactor: move strings.Join to DeployOverview
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-08 22:12:22 -04:00
3wc
33aca42181 feat: add --show-unchanged/-U option 2025-09-08 22:12:08 -04:00
3wc
90e9e9b5aa refactor: move MergeAbraShEnv to shared method
Re #638
2025-09-08 22:11:50 -04:00
3wc
bf68ec56a3 style: 4matting 2025-09-08 22:11:35 -04:00
3wc
40b5c5cd63 feat: roll out pre-deploy changes to rollback and upgrade 2025-09-08 22:11:30 -04:00
3wc
14d3f1f669 feat: show image differences in pre-deploy overview 2025-09-08 22:11:15 -04:00
3wc
8e8f7715a2 refactor: move secret- and config-gathering to separate file 2025-09-08 22:11:10 -04:00
3wc
745651e962 refactor: resolve circular import 2025-09-08 22:11:04 -04:00
3wc
c2848cb3ec feat: add GetSecretNamesForStack, tidy up GetConfigNamesForStack 2025-09-08 22:10:58 -04:00
3wc
f3edfea744 feat: warn instead of error on missing config version 2025-09-08 22:10:52 -04:00
3wc
719722a25b feat: working config version comparison 2025-09-08 22:10:48 -04:00
3wc
155df518dd feat: only show remote configs used in deployment 2025-09-08 22:10:39 -04:00
3wc
0b7c38c213 refactor: tidy up a little 2025-09-08 22:10:24 -04:00
3wc
1df0de2e65 WIP: Working secret and config versions during deploy overview 2025-09-08 22:06:27 -04:00
3wc
6d634ea4e2 WIP: Initial stab at secrets/configs/images 2025-09-08 22:06:27 -04:00
3wc
3606349a4a Error out if env version is chaos-y and --chaos not provided
Re #554
2025-09-03 14:25:22 -04:00
cf2952dc65 chore: add missing i18n on --latest [ci skip] 2025-09-03 00:24:55 +02:00
2291712661 fix: abra app move docs/patches
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-01 13:48:10 +02:00
824f314472 refactor: app move review pass 2025-09-01 11:17:22 +02:00
61849a358c feat(app): Adds abra app move command 2025-09-01 06:50:11 +02:00
4c9abbf925 feat: template example domain in release notes
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See toolshed/organising#521
2025-08-30 12:45:48 +02:00
09176801e1 feat: warn for secret generation
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-08-30 12:27:29 +02:00
4bfbc53b94 feat: support alias translation
All checks were successful
continuous-integration/drone/push Build is passing
See #627
2025-08-30 11:39:49 +02:00
d5c66020ad refactor!: --ignore-env-version is --latest *only* on deploy
All checks were successful
continuous-integration/drone/push Build is passing
See #617
2025-08-29 16:38:49 +02:00
3wc
6539b1be7e Appease formatter (kinda weird?)
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-28 11:44:21 -04:00
3wc
02b520200e Mark command short descriptions with translators: tag
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-28 11:33:22 -04:00
3wc
db5da1656a Semi-automated mass string commenting 2025-08-27 12:54:05 -04:00
3wc
f79775d726 Tiny tweak to test Drone explosion 2025-08-27 16:50:27 +00:00
7c31e4dc45 feat(secrets): Reading from stdin and reproducible secret list(#614)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #614
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net>
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
2025-08-27 15:37:43 +00:00
3wc
7dd7f763f4 Moar PR feedback
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-26 13:15:06 -04:00
3wc
7b7477062f Implement PR feedback
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-25 18:12:15 -04:00
3wc
238647a987 Prompt for secrets if not provided on CLI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Re #646
2025-08-25 17:16:50 -04:00
6a52575ae0 refactor!: do not set default timeout
Some checks failed
continuous-integration/drone/push Build is failing
See #596

Quite some `i18n.G` additions along the way!
2025-08-25 11:49:11 +02:00
0c708f6592 feat: recipe sync shows changes
All checks were successful
continuous-integration/drone/push Build is passing
See #579
2025-08-24 15:56:26 +02:00
4e205cf13e feat: translation support
All checks were successful
continuous-integration/drone/push Build is passing
See #483
2025-08-23 17:55:56 +02:00
1894c2f5fc chore: appease formatter 2025-08-18 20:50:48 +02:00
77ff146991 fix: better parsing errors
See toolshed/organising#608
See toolshed/organising#531
2025-08-18 20:50:46 +02:00
a90e239547 refactor!: ensure insert/remove not arbitrary
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-08-18 09:25:31 +02:00
9ee094fcd7 docs: secret removal examples 2025-08-18 09:25:20 +02:00
f5a843bd90 feat: remove old app configs
All checks were successful
continuous-integration/drone/push Build is passing
See #577
2025-08-17 13:27:35 +00:00
091611b984 feat: add volume arg to volume rm
All checks were successful
continuous-integration/drone/push Build is passing
See #574
2025-08-17 11:16:30 +00:00
2cfc40dc28 fix: ensure recipe with undeploy
All checks were successful
continuous-integration/drone/push Build is passing
See #573
2025-08-17 09:36:48 +00:00
952d768ab0 docs: show app secret rm example
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Closes #558
2025-08-12 21:34:57 +02:00
2c91d2040e fix: app ls -S didn't show updates sometimes (#561)
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-12 13:10:16 +00:00
3wc
c63f6db61e WARN on recipe linting errors during --chaos..
..and show multiple linting errors instead of bailing on the first one.

Re #497
2025-08-12 12:18:29 +00:00
3wc
022606c13c Add default POT catalogue, don't alias gotext.Get 2025-08-04 16:51:33 +02:00
8cfda5229f feat: weblate 2025-08-04 16:51:26 +02:00