81c28e3006
test: appease the tester
2025-08-18 20:50:50 +02:00
1aa7016789
fix: skip name validation for remote recipes
...
See toolshed/abra#601
2025-08-18 08:56:52 +02: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
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
1432f480c7
fix: -T/--tty disables TTY remote request
...
See toolshed/abra#499
2025-04-24 08:57:53 +00:00
de009921a2
fix: show release notes once
...
See toolshed/abra#543
2025-04-22 05:47:03 +00:00
1723025fbf
build: go 1.24
...
We were running behind and there were quite some deprecations to update.
This was mostly in the upstream copy/pasta package but seems quite
minimal.
2025-03-16 12:31:45 +01:00
e58a716fe1
feat(deploy): Simplifies deploy overview ( #508 )
...
This simplifies the deploy overview, to only show 3 version fields:
- CURRENT DEPLOYMENT
- CURRENT ENV
- NEW DEPLOYMENT
It also fixes a few errors around version detection
Reviewed-on: toolshed/abra#508
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net >
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net >
2025-03-12 16:13:24 +00:00
b976872f77
fix(overview): Adds linebreak after compose file in deploy overview
2025-02-11 09:57:09 +00:00
ed263854d4
fix: show N/A if env version unknown
...
See toolshed/abra#478
2025-01-09 11:54:37 +01:00
1194f3b228
refactor!: maintain "domain"
...
See toolshed/organising#636
2025-01-03 08:24:03 +01:00
0a63f9ce27
fix: undeploy handles chaos/unstaged in overview
...
Follows 3a71dc47f8
2025-01-02 21:50:23 +01:00
3a71dc47f8
fix: more env version write tests
...
See toolshed/organising#661
2025-01-02 21:20:40 +01:00
c0931b96d8
fix: use same wording
2025-01-02 11:31:04 +01:00
b0cd8ccbb9
refactor/fix: deploy/upgrade/rollback
...
See coop-cloud/abra#461
2025-01-02 11:12:38 +01:00
5975be6870
fix: unstaged changes handling
...
See toolshed/organising#651
2024-12-31 16:37:02 +01:00
a159583874
chore: make format
2024-12-30 18:07:58 +01:00
356e527f1f
refactor!: upgrade/rollback vertical render / ui fixes
...
See toolshed/organising#658
2024-12-28 23:35:47 +01:00
7ec61c6d03
fix: sort versions upgrade/rollback/list
...
See toolshed/organising#649
2024-12-28 23:10:22 +01:00
03000c25e0
refactor: parametrize default value
2024-12-28 21:54:14 +01:00
97959ef5da
refactor!: vertical render & UI/UX fixes
...
See coop-cloud/abra#454
2024-12-28 15:00:31 +00:00
8fa20e2c7f
feat: new backup/restore
2024-12-27 19:27:56 +01:00
671e1ca276
refactor!: cobra migrate
2024-12-27 13:32:29 +01:00
1f8662cd95
refactor: urfave v3
2024-10-21 16:39:27 +02:00
375e17a4a0
refactor: urfave v2
2024-10-21 11:00:35 +02:00
f28cffe6d8
refactor: vertical deploy overview
2024-07-16 09:37:10 +02:00
c33ca1c6bc
fix!: chaos consistency (deploy/undeploy/rollback/upgrade)
...
See coop-cloud/organising#559
--chaos for rollback/upgrade goes away.
2024-07-08 17:23:49 +02:00
87ecc05962
refactor(recipe): remove direct usage of config.RECIPE_DIR
2024-07-08 13:48:02 +02:00
f14d49cc64
refactor(recipe): rename Recipe2 -> Recipe
2024-07-08 13:19:40 +02:00
5617a9ba07
refactor(recipe): remove remaining usage of old recipe struct
2024-07-08 13:15:20 +02:00
c1b03bcbd7
refactor(recipe): load load compoes config where its used
2024-07-08 12:31:39 +02:00
cde06f4f00
log: output caller on debug, use stdout as default
2024-07-08 01:01:13 +02:00
ef108d63e1
refactor: use central logger
2024-07-08 00:01:28 +02:00
1097daa69f
fix: "abra app restart" docs + --all-services
...
See coop-cloud/organising#605
2024-07-07 21:52:24 +02:00
f18c642226
refactor: move app files from config to app package
2024-07-06 16:37:16 +02:00
938534f5ac
feat: support non-TLD resolving server domains
...
See coop-cloud/organising#566
2024-06-24 22:07:16 +00:00
6cd331ebd6
secret: allow inserting secret from file and add trim flag
2024-06-22 16:49:59 +00:00
b2485cc122
feat: add git-user and git-email flags to recipe new
2024-06-22 16:38:32 +00:00
300a4ead01
fix: stop using deprecated APIs
2024-06-19 19:14:52 +02:00
e609924af0
feat(upgrade): add --releasenotes: show release notes and skip upgrading
2024-05-21 13:49:36 +02:00
575f9905f1
Revert "Revert "feat: backup revolution""
...
This reverts commit 2c515ce70a
.
2024-03-12 10:34:40 +01:00
2c515ce70a
Revert "feat: backup revolution"
...
This reverts commit c5687dfbd7
.
This is a temporary measure to facilitate a release which won't
completely explode peoples workflows (missing command logic). We
re-instate this commit after the first 0.9.x release.
2024-03-12 10:03:42 +01:00
c5687dfbd7
feat: backup revolution
...
See coop-cloud/organising#485
2024-01-12 22:01:08 +01:00
d11ad61efb
docs: make chaos flag description more generic [ci skip]
2023-10-04 01:34:53 +02:00
510ce66570
feat: version arguments, local tag lookups & release notes
...
See:
* coop-cloud/organising#441
* coop-cloud/organising#204
* coop-cloud/organising#493
2023-09-23 09:15:27 +02:00
0be532692d
test: moar integration tests [ci skip]
2023-09-20 13:51:06 +02:00
ab7edd2a62
refactor!: drop "record" & "server new" command
...
These were alpha prototypes and we'll reconsider once other layers of
Abra are more stable.
2023-09-14 16:45:01 +02:00
3dc5662821
fix: improved offline support
...
Closes coop-cloud/organising#471 .
2023-07-26 08:16:07 +02:00
a7f1af7476
refactor: drop internal deploy package
2023-07-25 18:03:37 +02:00