5b6254a243
Update check-pot-changes
continuous-integration/drone/push Build is failing
2025-08-27 16:50:27 +00:00
2a0857c388
Fix golang image tag
2025-08-27 16:50:27 +00:00
92a0294f2f
Tweak Drone order, switch image for xgettext-go
2025-08-27 16:50:27 +00:00
f79775d726
Tiny tweak to test Drone explosion
2025-08-27 16:50:27 +00:00
e095bbe9d6
Fix check-pot-changes makefile command
2025-08-27 16:50:27 +00:00
eb12127578
Fix makefile command for xgettext-go status
build step
2025-08-27 16:50:27 +00:00
82779b233b
Move check-pot-changes to Makefile
2025-08-27 16:50:27 +00:00
ac4ac1d40f
Adventurous xgettext-go automation
2025-08-27 16:50:27 +00:00
7c31e4dc45
feat(secrets): Reading from stdin and reproducible secret list( #614 )
...
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
b86cd2e85f
Update localez
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-08-26 13:37:15 -04:00
7dd7f763f4
Moar PR feedback
continuous-integration/drone/push Build is passing
2025-08-26 13:15:06 -04:00
7b7477062f
Implement PR feedback
continuous-integration/drone/push Build is passing
2025-08-25 18:12:15 -04:00
238647a987
Prompt for secrets if not provided on CLI
...
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Re #646
2025-08-25 17:16:50 -04:00
f39eab8f1e
test: pass ABRA_DIR to unit test on CI
continuous-integration/drone/push Build is passing
2025-08-25 11:55:33 +02:00
6a52575ae0
refactor!: do not set default timeout
...
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
44a7d288af
test(unit): ensure timeout handling
2025-08-25 11:48:45 +02:00
97377dea39
test(integration): ensure timeout handling
2025-08-25 11:48:44 +02:00
a2940a84b3
chore: restructure unit testing resources
2025-08-25 11:48:43 +02:00
0c708f6592
feat: recipe sync shows changes
...
continuous-integration/drone/push Build is passing
See #579
2025-08-24 15:56:26 +02:00
4cb660c348
fix: more robust -p failure handling
...
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See #576
2025-08-24 13:05:03 +02:00
42dde0930d
fix: handle translations
continuous-integration/drone/push Build is passing
2025-08-24 09:23:15 +02:00
7ccbbe8916
feat: include local recipes on auto-complete
2025-08-24 09:23:14 +02:00
e421e00631
fix: don't ensure latest on auto-complete
...
See #567
2025-08-24 09:23:13 +02:00
a5104336a2
feat: catalogue sync command
2025-08-24 09:23:12 +02:00
4e205cf13e
feat: translation support
...
continuous-integration/drone/push Build is passing
See #483
2025-08-23 17:55:56 +02:00
5cf6048ecb
test: also wipe env version
continuous-integration/drone/push Build is passing
2025-08-19 09:49:02 +02:00
3e2797c433
test: fixups for latest nightly failures
continuous-integration/drone/push Build is passing
2025-08-19 09:41:37 +02:00
df89e8143a
chore: clean cruft / formatting / add whitespace
continuous-integration/drone/push Build is passing
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
continuous-integration/drone/push Build is passing
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
...
continuous-integration/drone/push Build is passing
See #560
2025-08-18 09:47:10 +02:00
a90e239547
refactor!: ensure insert/remove not arbitrary
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
1aa7016789
fix: skip name validation for remote recipes
...
continuous-integration/drone/push Build is passing
See #601
2025-08-18 08:56:52 +02:00
60b3af1fa4
test: retrieve abra-test-recipe by hand now
continuous-integration/drone/push Build is passing
2025-08-18 06:32:41 +00:00
5f4b5e0fad
fix: return error, not log.Fatal
...
See #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
...
continuous-integration/drone/push Build is passing
See #581
2025-08-18 08:29:14 +02:00
f5a843bd90
feat: remove old app configs
...
continuous-integration/drone/push Build is passing
See #577
2025-08-17 13:27:35 +00:00
fac372dc73
test: use latest release for check
continuous-integration/drone/push Build is passing
2025-08-17 15:18:05 +02:00
8a3be01c3e
fix: $ABRA_DIR/servers subdirs also 0700
...
continuous-integration/drone/push Build is passing
See 38f308910a
See #580
2025-08-17 14:13:47 +02:00
4193d63d23
test: advertise locally to avoid multiple ip error
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-08-17 14:04:00 +02:00
38f308910a
fix: $ABRA_DIR/servers=0700, $ABRA_DIR/servers/foo=0600
...
See #580
2025-08-17 14:03:15 +02:00
4aaa7400b8
fix: also ensure server is created with 0600
...
continuous-integration/drone/push Build is passing
See 6849e3554d
2025-08-17 13:32:37 +02:00
091611b984
feat: add volume arg to volume rm
...
continuous-integration/drone/push Build is passing
See #574
2025-08-17 11:16:30 +00:00