237 Commits

Author SHA1 Message Date
a58cea3e0a
docs: dont assume that yet [ci skip] 2021-10-02 23:30:18 +02:00
c1fd97c427
fix: handle new local server is listing 2021-10-02 22:40:08 +02:00
2f218bd99f
fix: ensure ~/.abra is created
Also make that debug message less cringe.
2021-10-02 22:37:30 +02:00
48290aa316
fix: make server path creation more robust 2021-10-02 22:30:08 +02:00
db5cbfa992
docs: reword this local flag usage 2021-10-02 22:14:01 +02:00
6ae75e013a
refactor: move Major, Minor and Patch to recipe.go
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-10-01 19:49:18 +02:00
22118b88e4
chore: appease formatter 2021-10-01 12:56:04 +02:00
3wc
3688ea9d69 feat: support local server with --local
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-01 11:59:17 +02:00
10b15d65b4
docs: use same style log messages [ci skip] 2021-09-29 22:37:16 +02:00
1c5d6d6357
docs: attempt some cmd docs 2021-09-29 22:36:43 +02:00
96bb145981
feat: check and sanitize user-specified tag
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-29 16:25:39 +02:00
c4c76f4848
feat: add a flag to commit your changes before creating a tag
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-29 16:08:02 +02:00
2076c566bb Merge pull request 'feat: tag recipes with abra' (#99) from knoflook/abra:recipe-release into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/abra#99
2021-09-29 12:39:35 +00:00
62f6327b66
refactor: use usual naming style [ci skip] 2021-09-28 21:28:46 +02:00
857d12d23c
feat: print stack traces for errors when debugging
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-27 12:24:02 +02:00
22c4d0d864
style: remove doubled debug message
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-24 11:05:49 +02:00
e700e44363
feat: add main apps version as a semver build metadata when releasing
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-24 10:48:09 +02:00
9faefd2592
feat: push the new tag with --push
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-23 18:52:21 +02:00
cd179175f5
refactor: dont' create the same objects twice
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-23 18:32:58 +02:00
c0f92ca13d
feat: support --major/-x --minor/-y --patch/-z for tag calculation
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-23 18:27:19 +02:00
48d28c8dd1
feat: tag recipes with abra
Some checks failed
continuous-integration/drone/pr Build is failing
2021-09-22 16:03:56 +02:00
6f43778691
fix: better UI/UX for app creation
Some checks failed
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#145.
2021-09-22 08:59:00 +02:00
9783563fa6
fix: drop version checking while churning 2021-09-22 08:47:49 +02:00
1392afc015
fix: give better error message on server create
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-22 08:19:28 +02:00
886009975d
fix: order args correctly 2021-09-22 08:19:14 +02:00
b1147cd136
feat: add x-platform progress bars for long loads
Some checks failed
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#150.
2021-09-22 07:48:17 +02:00
7b349732ac
fix: fix name and doc exceptions for catalogue generation
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-20 16:53:49 +02:00
a8ce64a9db
fix: ignore abra-bash for catalogue generation 2021-09-20 16:53:38 +02:00
96aa74a977
WIP: gather more meta for catalogue generation 2021-09-20 16:48:27 +02:00
700f022790
WIP: use repo metadata not existing catalogue
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-20 09:38:51 +02:00
d188327b17
WIP: generating new apps.json 2021-09-17 08:04:16 +02:00
fdd46a4d98
chore: run formatter
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-17 07:38:38 +02:00
e00920643e
WIP: implement async recipe cloning
Some checks failed
continuous-integration/drone/push Build is failing
See coop-cloud/organising#159.
2021-09-16 16:28:11 +02:00
3wc
754fe81e01 feat: add templating during .. app new
Some checks failed
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#168
2021-09-16 15:09:35 +02:00
bece2e8351
fix: recovering debug logging [ci skip]
Follows 31edbbd32e.
2021-09-16 13:10:17 +02:00
e47d7029d7
refactor: S1005 gosimple
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-16 12:01:47 +01:00
31edbbd32e
fix: git metadata not removed in merge
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-16 11:35:18 +01:00
0a1c73bf00
refactor: use cli context vs creating new one
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-16 11:21:38 +01:00
f87aad4688
fix: list all servers
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#166.
2021-09-16 09:26:12 +02:00
6794236b77
feat: support service completion
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#165.
2021-09-16 09:10:05 +02:00
66aeeee768
fix: completion doesn't fail silently now
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#161.
2021-09-16 08:45:38 +02:00
d290a4ec0b
WIP: the beginning of catalogue generation
Some checks failed
continuous-integration/drone/push Build is failing
See coop-cloud/organising#159.
2021-09-14 16:00:15 +02:00
59c55c0a2f
fix: add complete for app run command
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-11 11:51:25 +02:00
9fcdc45851
feat: debug logging
Closes coop-cloud/organising#164.
2021-09-11 11:45:26 +02:00
99160967a8
refactor: domainName as arg and doc strings
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#163.
2021-09-10 15:04:01 +02:00
683ef0c3de
fix: make more server new command more robust
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#163.
2021-09-10 14:49:25 +02:00
3c3d8dc0e7
WIP: add first run at app rollback command
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#146.
2021-09-10 11:49:29 +02:00
855e9ea26d
fix: dont output secrets table if nothing there
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#162.
2021-09-10 10:36:46 +02:00
50d663ff6e
fix: use correct var for storing server var
See coop-cloud/organising#162.
2021-09-10 10:36:39 +02:00
39ad6e8aa8
fix: use recipeName instead of recipe.Name
This provides a correctly formatted recipe name for machine reading
(i.e. with `-` and such) instead of the more human readable version
(i.e. with spaces).

Closes coop-cloud/organising#162.
2021-09-10 09:56:58 +02:00