Linus Gasser
f230f89dcb
feat(app): support git-URL recipes in 'abra app new'
...
Allow `abra app new <git-url>` to use a recipe from outside the
catalogue. On clone, a `.abra-source` sidecar records the canonical
host/path name (the on-disk directory escapes "/" and "." lossily), and
IsClean ignores it. When templating the app's .env, a `RECIPE=<canonical
name>` line is injected so a later `abra app deploy`, possibly on another
machine, re-fetches the recipe from the same git source. `recipe ls` now
shows a source column listing these external recipes alongside catalogue
ones.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-13 22:40:10 +02:00
Linus Gasser
95220049e8
feat(recipe): normalize git URLs to canonical host/path names
...
Add NormalizeRecipeName to canonicalize the various ways a recipe can be
referenced - https/http/ssh URLs, SCP-style git@host:path, already-
canonical host/path, and short catalogue names - to a single stable
"host/path" form, preserving any ":version" suffix. Wire it into
recipe.Get and ValidateRecipe so every entry point accepts git URLs, and
add Recipe.ShortName to recover the bare recipe name from a prefixed one.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-13 22:39:53 +02:00
moritz
a44fde2df2
fix(new): checkout given recipeVersion before generating env closes #862
2026-06-09 16:09:58 +02:00
iexos
1013f669bb
fix: i18n & clarify no release notes msg
2026-04-10 23:22:40 +02:00
iexos
0633f24d1b
feat: recipe release reverts completely on failure
2026-03-03 00:02:15 +00:00
decentral1se
24288c81d3
fix: missing i18n
2026-02-20 14:49:02 +01:00
decentral1se
b2e691265a
fix: consistent i18n usage on rootCmd
2026-02-20 10:49:04 +01:00
decentral1se
bff23f0ae6
fix: translated help
...
Follows toolshed/abra#785
2026-02-20 10:46:52 +01:00
decentral1se
78899f173c
fix: remove double help flag
2026-02-19 00:42:56 +01:00
iexos
521f5c1647
feat: optionally commit changes with recipe upgrade
2026-02-16 09:18:41 +00:00
iexos
5eb41bc803
feat!: require clean working copy for recipe release cmd
2026-02-16 09:18:41 +00:00
iexos
fc39721501
feat!: merge recipe sync into recipe release
2026-02-16 09:18:41 +00:00
iexos
44bacc582b
feat!: always publish on recipe release
2026-02-16 09:18:41 +00:00
decentral1se
4e0eb739b4
feat: ls requires --chaos due to Ensure logic
...
Follows toolshed/abra#771
2026-02-15 17:57:31 +00:00
decentral1se
0ccf3d2b12
fix: ensure and fail for updated recipes
2026-02-15 17:07:46 +01:00
decentral1se
f87ce74027
fix: ensure borked tag handled for deploy/ls
2026-02-15 17:07:45 +01:00
ammaratef45
59c0d1f4c5
ensure recipe is up to date before creating new app
2026-02-15 13:40:34 +00:00
Apfelwurm
4b863f1e15
change usage of tags to recipe versions in deploy.go
2026-02-13 21:51:46 +00:00
Apfelwurm
064c9f5d65
fix: breaking GetRecipeVersions when an invalid recipe version exists
2026-02-13 21:51:46 +00:00
decentral1se
dba21d6a29
chore: lowercase, i18n
2026-01-17 00:44:55 +01:00
ammaratef45
304ac87cec
ensure repo is up to date before printing status
2026-01-14 16:58:21 -08:00
decentral1se
b721adbf9c
chore: i18n
2025-12-21 16:39:02 +01:00
ammaratef45
42f9e6d458
return error instead of handling it inside getLatestVersion
2025-12-19 06:50:35 -08:00
ammaratef45
9e7bc31d4d
avoiding #732 by checking for empty versions list for recipe sync
2025-12-18 14:41:58 -08:00
jade
cc87d5b3da
chore: remove reference to wizard mode from recipe upgrade cli docs
2025-12-13 15:26:12 +11:00
decentral1se
bb93e4266a
fix: show domain with https (clickable)
...
See toolshed/abra#643
2025-11-09 10:56:21 +01:00
Apfelwurm
1bdc11ba62
fix no-input app deployment when no tty is present
2025-11-04 13:52:28 +00:00
decentral1se
efdac610bd
fix: skip local server on it's own
2025-11-02 10:44:34 +00:00
decentral1se
cd6021f116
fix: expose new version
...
See toolshed/abra#713
2025-11-02 10:44:34 +00:00
decentral1se
2cca04de90
fix(move): does not error when secret already exists on new server
...
See toolshed/abra#709
2025-10-31 21:37:55 +01:00
decentral1se
dc2cd85d91
feat!: abra app env pull
...
`abra app env` -> `abra app env list`.
See toolshed/abra#497
2025-10-31 21:31:43 +01:00
decentral1se
964ed834ee
refactor!: remove autoupdate (kadabra)
2025-10-19 15:46:18 +02:00
decentral1se
3845b40aa3
refactor!: archive kadabra
2025-10-19 15:32:38 +02:00
decentral1se
5b504a1550
Revert "feat: cctuip lands in main"
...
See toolshed/abra#691 (comment)
2025-10-17 19:27:23 +02:00
decentral1se
2460dd9438
fix: pagination with multiline(true)
...
See toolshed/abra#689
2025-10-03 20:13:35 +02:00
decentral1se
b737ce2107
feat: cctuip lands in main
...
See toolshed/organising#657
2025-10-02 10:53:44 +02:00
decentral1se
a3d0ece7cb
refactor: single missing value
2025-10-02 10:53:31 +02:00
decentral1se
4b4c56d406
fix: skip borked tags on app list
...
See toolshed/abra#656
2025-10-01 21:13:18 +02:00
decentral1se
a430b1e4fd
fix: dont show unchanged images/tags
...
See toolshed/abra#677
2025-10-01 12:11:29 +02:00
decentral1se
581e6ef538
chore: lowercase
2025-10-01 11:18:42 +02:00
decentral1se
fd642ddb84
fix: fail if release conflicts
...
See toolshed/organising#638
2025-10-01 11:18:30 +02:00
decentral1se
491c594ad3
fix: better message for redeploying chaos version
...
See toolshed/abra#668
2025-10-01 08:19:47 +02:00
decentral1se
a6daf7030e
fix: show chaos version on upgrade
2025-10-01 08:19:45 +02:00
decentral1se
fe3b7ffa9c
fix: write correct undeploy version
2025-10-01 08:19:44 +02:00
decentral1se
4c066a92d8
fix: show chaos version on rollback overview
2025-10-01 08:19:43 +02:00
decentral1se
7899b57781
fix: show chaos version on deploy overview
2025-10-01 08:19:42 +02:00
decentral1se
6e0a901887
chore: spacing for readability
2025-10-01 08:19:41 +02:00
decentral1se
713fdebc90
fix: show chaos version on undeploy
2025-10-01 08:19:40 +02:00
decentral1se
6944d138c6
refactor: chaos-y handling
...
See toolshed/abra#659
2025-10-01 08:19:39 +02:00
decentral1se
fbb1f16470
fix: dont overwrite label when chaos
...
See toolshed/abra#668
2025-10-01 08:19:38 +02:00