0
0
forked from toolshed/abra
Commit Graph

1984 Commits

Author SHA1 Message Date
126acee958 feat(app): Adds abra app move command 2025-08-22 16:21:34 +02:00
5cf6048ecb test: also wipe env version 2025-08-19 09:49:02 +02:00
3e2797c433 test: fixups for latest nightly failures 2025-08-19 09:41:37 +02:00
df89e8143a chore: clean cruft / formatting / add whitespace 2025-08-19 07:30:55 +00:00
b4ddd3e77c feat: handle generate=false env var mod
See toolshed/organising#461
2025-08-19 07:30:55 +00:00
81c28e3006 test: appease the tester 2025-08-18 20:50:50 +02:00
34d2e3b092 chore: go mod vendor 2025-08-18 20:50:49 +02:00
1894c2f5fc chore: appease formatter 2025-08-18 20:50:48 +02:00
e0bd03bec3 chore: bump deps 2025-08-18 20:50:47 +02:00
77ff146991 fix: better parsing errors
See toolshed/organising#608
See toolshed/organising#531
2025-08-18 20:50:46 +02:00
6fad1a1dcc test: check app list doesn't explode if missing .env
See toolshed/abra#560
2025-08-18 09:47:10 +02:00
a90e239547 refactor!: ensure insert/remove not arbitrary 2025-08-18 09:25:31 +02:00
9ee094fcd7 docs: secret removal examples 2025-08-18 09:25:20 +02:00
1aa7016789 fix: skip name validation for remote recipes
See toolshed/abra#601
2025-08-18 08:56:52 +02:00
60b3af1fa4 test: retrieve abra-test-recipe by hand now 2025-08-18 06:32:41 +00:00
5f4b5e0fad fix: return error, not log.Fatal
See toolshed/abra#582
2025-08-18 06:32:41 +00:00
feadfca0d6 refactor: move ensureCtx closer to usage 2025-08-18 06:32:41 +00:00
73d4ee1c98 refactor: always validate recipe
This can slow things significantly down by requiring the catalogue and
if you don't have that, cause a slow `git clone`. However, the current
behvaiour is very confusing because it never actually checks if what the
user passes is actually a recipe. `abra recipe fetch DOESNTEXIST` gives
a better error to the user now. I'm hoping we can speed up the catalogue
handling at some point.
2025-08-18 06:32:41 +00:00
f46c18c8d7 fix: warn on unknown server
See toolshed/abra#581
2025-08-18 08:29:14 +02:00
f5a843bd90 feat: remove old app configs
See toolshed/abra#577
2025-08-17 13:27:35 +00:00
fac372dc73 test: use latest release for check 2025-08-17 15:18:05 +02:00
8a3be01c3e fix: $ABRA_DIR/servers subdirs also 0700
See 38f308910a
See toolshed/abra#580
2025-08-17 14:13:47 +02:00
4193d63d23 test: advertise locally to avoid multiple ip error 2025-08-17 14:04:00 +02:00
38f308910a fix: $ABRA_DIR/servers=0700, $ABRA_DIR/servers/foo=0600
See toolshed/abra#580
2025-08-17 14:03:15 +02:00
4aaa7400b8 fix: also ensure server is created with 0600
See 6849e3554d
2025-08-17 13:32:37 +02:00
091611b984 feat: add volume arg to volume rm
See toolshed/abra#574
2025-08-17 11:16:30 +00:00
2cfc40dc28 fix: ensure recipe with undeploy
See toolshed/abra#573
2025-08-17 09:36:48 +00:00
6849e3554d fix: ensure $ABRA_DIR/servers is 0600
Also remove deprecated folders while I'm here: `vendor` / `backup`

See toolshed/abra#580
2025-08-17 09:17:00 +00:00
452de7fdc2 docs: show HOWTO generate in abra man help
See toolshed/abra#568
2025-08-13 13:08:48 +02:00
952d768ab0 docs: show app secret rm example
Closes toolshed/abra#558
2025-08-12 21:34:57 +02:00
2c91d2040e fix: app ls -S didn't show updates sometimes (#561) 2025-08-12 13:10:16 +00:00
3wc
eff4435971 ABRA_TEST_DOMAIN → TEST_SERVER 2025-08-12 12:18:49 +00:00
3wc
032fe99086 Appease formatter 2025-08-12 12:18:29 +00:00
3wc
7add56df00 Add integration tests for new "--chaos to blast past lint errors"
Re toolshed/organising#497
2025-08-12 12:18:29 +00:00
3wc
0ab05cece2 Reformat linting errors in LintForErrors
See toolshed/organising#497 (comment)
2025-08-12 12:18:29 +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
56a68dfa91 chore: bump deps 2025-08-12 05:17:15 +00:00
157d131b37 feat: Retrieves auth token from image
This allows using a private registry for an image.
To use it, you have to run docker login on your local machine before
running abra deploy.
2025-08-12 05:01:42 +00:00
3fae036db2 change to debug log 2025-08-11 12:47:43 +00:00
ce9d0934b6 fix: Does not error when recipes folder does not exist in app new 2025-08-11 12:47:43 +00:00
a32e30374f Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: Co-op Cloud/abra
Translate-URL: https://translate.coopcloud.tech/projects/co-op-cloud/abra/es/
2025-08-04 16:51:35 +02:00
3wc
cf46569f04 Add stub es catalogue 2025-08-04 16:51:34 +02: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
855a4c37c4 chore: bump installer script 2025-08-04 15:26:24 +02:00
3wc
7c3b740e14 Update the server used to deploy the installer script 2025-06-07 15:01:31 +01:00
2fbef41a3a test: clean up properly 2025-04-24 14:29:54 +02:00
6fb41e5300 fix: dont parse chaos version
See toolshed/abra#547
2025-04-24 11:24:14 +00:00
1432f480c7 fix: -T/--tty disables TTY remote request
See toolshed/abra#499
2025-04-24 08:57:53 +00:00
83af39771b test: drop unused tagHash 2025-04-24 10:57:34 +02:00