146 Commits

Author SHA1 Message Date
e114b2a939 Merge pull request 'feat: auto-complete app and recipe names' (#89) from knoflook/abra:main into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/abra#89
2021-09-08 12:16:41 +00:00
511619722f
feat: autocomplete recipe names for more abra commands
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-08 13:59:55 +02:00
5ba40ad883
feat: include service tags
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/abra#92.
2021-09-08 10:15:46 +02:00
2cb0fb8d66
refactor: match app/recipe new instead of create 2021-09-07 07:31:11 +02:00
448dadd292
fix: sort versions correctly
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/go-abra#44.
2021-09-06 16:51:42 +02:00
f4d8b45859
fix: sort tags in descending order
Update tagcmp dep also.
2021-09-06 12:22:45 +02:00
9862cf17a9
refactor: rename to RecipeMeta
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-06 01:47:59 +02:00
d1527741ba
refactor: drop erroneous return 2021-09-06 01:44:55 +02:00
9d6739a711
refactor: use new recipe struct 2021-09-06 01:43:21 +02:00
356c8f8c4e
refactor: construct recipe struct proper
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-06 01:41:16 +02:00
6a1ecd0f85
refactor: consolidate recipe in-place editing functions
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-06 01:34:28 +02:00
b5d8fb1270
refactor: create compose package
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-06 01:15:59 +02:00
e1a10723ce
refactor: de-indent and error handle up front
All checks were successful
continuous-integration/drone/push Build is passing
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
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-05 22:33:07 +02:00
b7742d5e18
refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
c99f0fc908
refactor: recipe validation
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-05 01:55:10 +02:00
a3a66ef972
docs: short aliases, short descriptions [ci skip] 2021-09-05 01:21:16 +02:00
7155a33d31
fix: recipe lint and logrus usage 2021-09-05 01:21:05 +02:00
d5f49594a9
docs: attempt to simplify app/server/recipe CLI docs [ci skip] 2021-09-05 01:01:31 +02:00
ff21237a21
refactor: clear up app/recipe usage
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/go-abra#36.
2021-09-05 00:14:27 +02:00
e68c7fc71c
fix: respect COMPOSE_FILE when loading compose files
All checks were successful
continuous-integration/drone/push Build is passing
Final part of coop-cloud/go-abra#57.
2021-09-04 22:02:49 +02:00
063fa66af9
WIP heinous appEnv threading for env var loading
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-01 15:01:20 +02:00
98ec23761f
refactor: de-vendor tagcmp into its own repo 2021-08-13 12:49:46 +01:00
b143b544b6
fix: err not being checked & unneeded type assert 2021-08-12 14:53:42 +01:00
83671f42a2
feat: recipe sync 2021-08-10 12:55:23 +02:00
c6ea18311e
refactor: drop this for now 2021-08-10 08:34:36 +02:00
1c217b127b
docs: add recipe upgrade docs 2021-08-10 08:34:11 +02:00
a12b53abab
feat: support tag upgrades without semver-like tags 2021-08-10 08:24:36 +02:00
e39c6a05be
feat: detect if tags are not parsable 2021-08-10 07:57:23 +02:00
210baf1905
feat: first POC for recipe upgrade 2021-08-10 07:53:05 +02:00
1b03836210
WIP: add compose updating to recipe upgrade 2021-08-09 17:36:21 +02:00
334e417abf
WIP include catalogue checking in upgrade command 2021-08-09 16:29:16 +02:00
7b1a6dd4d7
WIP first run at the upgrade command 2021-08-09 16:17:40 +02:00
3d7961282a
refactor: drop that back to TODO for now 2021-08-06 21:24:56 +02:00
828417c92b
refactor: add config.GetAppComposeFiles 2021-08-06 19:38:06 +02:00
11ef64ead3
WIP: abra recipe upgrade on the way 2021-08-06 15:40:23 +02:00
c75c2254e4
refactor: spec out new release command breakdown 2021-08-06 12:34:59 +02:00
3wc
8554e68418 fix: line break after recipe create 2021-08-06 10:37:15 +02:00
202f7ce561
WIP: spec'ing out the release command
See coop-cloud/go-abra#39.
2021-08-04 23:52:34 +02:00
efb9d6f6a5
feat: finalise recipe lint command 2021-08-04 00:07:23 +02:00
532bb8a336
WIP: recipe lint command 2021-08-03 19:25:32 +02:00
471c982f63
refactor: use new internal arg failure func 2021-08-03 13:57:12 +02:00
38d8b51bd5
refactor: moved a lot of flags & added comments
Comments added to fix the golint errors on exported things need comments
2021-08-02 07:36:35 +01:00
9070806f8d
refactor: deal with err from ShowSubcommandHelp 2021-08-02 05:58:47 +01:00
30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00