Commit Graph

44 Commits

Author SHA1 Message Date
97959ef5da refactor!: vertical render & UI/UX fixes
See coop-cloud/abra#454
2024-12-28 15:00:31 +00: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
8b8e158664 test: int suite fixes 2024-07-17 14:05:46 +02:00
7734dd555d fix: spacer between multiple versions 2024-07-17 02:12:26 +02:00
b5493ba059 refactor: CreateTable2 -> CreateTable [ci skip] 2024-07-16 22:45:03 +02:00
de006782b6 refactor: tablewriter -> lipgloss
Also the jsontable impl. is dropped also. Output is unchanged.
2024-07-16 16:22:47 +02:00
790dbca362 feat!: remove all catalogue reads from app commands 2024-07-10 12:06:57 +02:00
0ff8e49cfd docs: pass on sub-command help 2024-07-09 09:43:18 +02:00
4ccb4198d6 fix: "recipe version" handles non-catalogue recipes 2024-07-08 14:26:26 +02:00
a9f7579ca9 fix: remove old logrus calls 2024-07-08 14:21:17 +02:00
c861c09cce refactor(recipe): use method or variable for .env.sample 2024-07-08 11:41:26 +02:00
ef108d63e1 refactor: use central logger 2024-07-08 00:01:28 +02:00
8a0274cac0 fix(recipe): output correct formatted json for recipe version 2024-05-21 16:59:59 +02:00
bf648eeb5d fix: recipe versions sorts, aligns & spaces 2023-09-24 11:18:26 +02:00
533edbf172 fix: recipe versions lists correctly (also -m) 2023-09-24 10:56:02 +02:00
79b9cc9be7 fix: --offline/--chaos handlings for backup/check/cmd/restore 2023-09-22 09:47:36 +02:00
0be532692d test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
23f5745cb8 fix: skip recipe clone / up to date sync for some commands
Continues work of 3dc5662821.
2023-08-01 21:19:20 +02:00
3dc5662821 fix: improved offline support
Closes coop-cloud/organising#471.
2023-07-26 08:16:07 +02:00
949510d4c3 revert: always clone latest recipe changes
This change was about trying to optimise for offline scenarios but
caused a lot of issues for the online case. It needs to be thought
through again.

See coop-cloud/organising#471.

Closes coop-cloud/organising#432.
2023-07-25 15:05:01 +00:00
e4b4084dfd fix: stream logs without hitting git.coopcloud.tech
Medium-sized options refactor in here too!

See coop-cloud/organising#292.
2023-02-13 16:46:43 +01:00
6fe5aed408 fix!: remove digest handling
Closes coop-cloud/organising#379
2023-01-22 08:54:13 +01:00
bdd9b0a1aa fix: ensure recipes on latest for lint/generate
Follows b2d17a1829.
2022-01-29 14:06:25 +01:00
2277e4ef72 refactor!: remove no-input flag where not needed 2022-01-27 12:05:19 +01:00
0e688f1407 refactor!: migrate to urfave/cli v1
Better flexible flags handling.
2022-01-18 14:38:20 +01:00
7733637767 fix: ensure catalogue cloned for catalogue reliant commands 2022-01-18 11:19:33 +01:00
560e0eab86 fix: ensure catalogue is present 2022-01-01 22:01:16 +01:00
f5d2d3adf6 refactor: formatter gets own package 2021-12-28 01:24:23 +01:00
4c186678b8 fix: clone https url by default
Catalogue package had to be merged into the recipe package due to too
many circular import errors. Also, use https url for cloning, assume
folks don't have ssh setup by default (the whole reason for the
refactor).
2021-12-27 16:45:56 +01:00
d66c558b5c fix: dont render if no versions 2021-12-25 17:12:41 +01:00
c8541e1b9d fix: show latest first 2021-12-25 17:12:34 +01:00
653b6c6d49 fix: autocomplete for recipe versions 2021-12-25 17:12:22 +01:00
3b5354b2a5 refactor: less quotes 2021-12-25 02:03:09 +01:00
5ba40ad883 feat: include service tags
Closes coop-cloud/abra#92.
2021-09-08 10:15:46 +02:00
448dadd292 fix: sort versions correctly
Closes coop-cloud/go-abra#44.
2021-09-06 16:51:42 +02:00
9862cf17a9 refactor: rename to RecipeMeta 2021-09-06 01:47:59 +02:00
d1527741ba refactor: drop erroneous return 2021-09-06 01:44:55 +02:00
356c8f8c4e refactor: construct recipe struct proper 2021-09-06 01:41:16 +02:00
b5d8fb1270 refactor: create compose package 2021-09-06 01:15:59 +02:00
e1a10723ce refactor: de-indent and error handle up front 2021-09-06 00:45:29 +02:00
a0625bf133 refactor: centralise recipe validation 2021-09-06 00:45:13 +02:00
48bcc9cb36 refactor: break up recipe cli package 2021-09-05 22:33:07 +02:00