Commit Graph

352 Commits

Author SHA1 Message Date
decentral1se f93563588a
docs: add template 2021-09-11 12:20:27 +02:00
decentral1se 59c55c0a2f
fix: add complete for app run command 2021-09-11 11:51:25 +02:00
decentral1se 9fcdc45851
feat: debug logging
Closes coop-cloud/organising#164.
2021-09-11 11:45:26 +02:00
decentral1se 27d665c3be
refactor: move autocomplete into scripts folder 2021-09-10 23:45:28 +02:00
decentral1se bc5fc0b0cb
refactor: shorter names for autocomplete files 2021-09-10 23:44:32 +02:00
decentral1se 99160967a8
refactor: domainName as arg and doc strings
See coop-cloud/organising#163.
2021-09-10 15:04:01 +02:00
decentral1se 683ef0c3de
fix: make more server new command more robust
See coop-cloud/organising#163.
2021-09-10 14:49:25 +02:00
decentral1se 3c3d8dc0e7
WIP: add first run at app rollback command
See coop-cloud/organising#146.
2021-09-10 11:49:29 +02:00
decentral1se 855e9ea26d
fix: dont output secrets table if nothing there
See coop-cloud/organising#162.
2021-09-10 10:36:46 +02:00
decentral1se 50d663ff6e
fix: use correct var for storing server var
See coop-cloud/organising#162.
2021-09-10 10:36:39 +02:00
decentral1se 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
decentral1se f39c8cbe21
fix: use our godotenv fork 2021-09-09 21:26:10 +02:00
decentral1se e114b2a939 Merge pull request 'feat: auto-complete app and recipe names' (#89) from knoflook/abra:main into main
Reviewed-on: coop-cloud/abra#89
2021-09-08 12:16:41 +00:00
knoflook 511619722f
feat: autocomplete recipe names for more abra commands 2021-09-08 13:59:55 +02:00
knoflook cf2653fef8
refactor: drop unused function, rename GetAppsNames 2021-09-08 13:43:55 +02:00
decentral1se 5ba40ad883
feat: include service tags
Closes coop-cloud/abra#92.
2021-09-08 10:15:46 +02:00
decentral1se 2e0c16d198
docs: retire TODO.md, use issues [ci skip] 2021-09-07 19:18:13 +02:00
knoflook 4c216fdf40
feat: auto-complete app and recipe names 2021-09-07 16:57:39 +02:00
knoflook 5f50c7960c Update 'TODO.md' 2021-09-07 13:34:45 +00:00
decentral1se 719e24eb80
chore: mark next point release 2021-09-07 15:25:29 +02:00
decentral1se c441a1ab52
Merge branch 'abra-upgrade' into main 2021-09-07 15:24:48 +02:00
decentral1se b0460bd923
docs: mark `abra upgrade` as done 2021-09-07 15:23:33 +02:00
decentral1se f1659b3bda
feat: support abra upgrading 2021-09-07 15:23:10 +02:00
decentral1se eb4a2b3339
build: fix arch download on installer script
Only support x86_64 for now as I'm moving fast.
2021-09-07 15:22:42 +02:00
decentral1se 265bfe92fd Merge pull request 'feat: bash and (fi)zsh completion along with docs' (#83) from knoflook/abra:bash-completion into main
Reviewed-on: coop-cloud/abra#83
2021-09-07 13:22:28 +00:00
knoflook 1757fabb89
feat: bash and (fi)zsh completion along with docs 2021-09-07 13:18:21 +02:00
decentral1se abf0ebf41d
docs: process for releasing 2021-09-07 13:01:36 +02:00
decentral1se 45f1692c99
build: add installer script 2021-09-07 13:01:22 +02:00
decentral1se 48bc03db51 Merge pull request 'build: generate binaries directly' (#81) from binary-builds into main
Reviewed-on: coop-cloud/abra#81
2021-09-07 08:56:23 +00:00
decentral1se f0e966afc3
docs: explain further our understanding of versioning 2021-09-07 10:55:30 +02:00
decentral1se a1d1166308
docs: unwrap text like the rest 2021-09-07 10:53:37 +02:00
decentral1se 1438fdf3c2
build: generate binaries directly
Closes coop-cloud/abra#80.
2021-09-07 10:49:51 +02:00
decentral1se ddda02a6fc
docs: mark this as ready to rip 2021-09-07 10:25:08 +02:00
knoflook 4712131f36 docs: change go-abra to abra in README.md 2021-09-07 08:19:42 +00:00
knoflook 50c321aecc
fix: change the name of generated binary to abra from go-abra
continuous-integration/drone/push Build is passing Details
2021-09-07 10:10:26 +02:00
decentral1se 5bfd233f2a
docs: document our versioning praxis
Closes coop-cloud/go-abra#77.
2021-09-07 10:05:42 +02:00
decentral1se d19c56d75b
fix: drop file for version handling [ci skip]
See coop-cloud/go-abra#77.
2021-09-07 09:39:12 +02:00
decentral1se 20fa0da1bb
build: pass ldflags in [ci skip] 2021-09-07 09:23:09 +02:00
decentral1se 1de4f95267
docs: lower case that [ci skip] 2021-09-07 09:13:13 +02:00
decentral1se 874550ff7f
fix: use more descriptive name for token [ci skip] 2021-09-07 09:04:06 +02:00
decentral1se e38917339d
dosc: add gitea token [ci skip] 2021-09-07 09:01:26 +02:00
decentral1se dcf1a90c31
fix: tables align output again
Closes coop-cloud/go-abra#16.
2021-09-07 08:41:03 +02:00
decentral1se a06870f5cb
fix: generating secrets works again again
Closes coop-cloud/go-abra#68.
2021-09-07 08:28:20 +02:00
decentral1se b477bf8ece
fix: get app new working again 2021-09-07 08:12:37 +02:00
decentral1se 87f0985ebb
fix: clone also the main branch
Closes coop-cloud/go-abra#65.
2021-09-07 08:12:17 +02:00
decentral1se 2cb0fb8d66
refactor: match app/recipe new instead of create 2021-09-07 07:31:11 +02:00
decentral1se 76372bb8cb
chore: update to golang 1.17
Closes coop-cloud/go-abra#70.
2021-09-07 07:21:52 +02:00
decentral1se 160ccf9745
refactor: drop comments, add header [ci skip] 2021-09-07 07:16:48 +02:00
decentral1se 96cfd8da2b
ci: fix tag triggering to git-fetch 2021-09-07 07:16:08 +02:00
decentral1se ff8d9a554a Merge pull request 'feat: auto-release abra with goreleaser when a tag is pushed' (#73) from knoflook/go-abra:main into main
Reviewed-on: coop-cloud/go-abra#73
2021-09-07 05:15:13 +00:00