• Joined on 2020-03-30
roxxers commented on pull request coop-cloud/abra#50 2021-08-11 11:22:25 +00:00
fix: abra app rm trying to remove secrets twice

(idk if our convention here is var foo []string or foo := []string{}, @roxxers got a nugget of wisdom for us?)

var foo []string is way better initalising an empty version of a type. The latter…

roxxers opened issue coop-cloud/abra#49 2021-08-11 10:42:10 +00:00
Silent error when checking status of server with known_host issue
roxxers opened issue coop-cloud/abra#48 2021-08-11 09:38:57 +00:00
Provide hashsum of binary in releases
roxxers commented on issue coop-cloud/abra#31 2021-08-04 00:35:21 +00:00
Run ssh-keygen on new hosts to avoid gnarly SSH warnings/errors

I think the whole run ssh could work and then check the known hosts?

roxxers commented on issue coop-cloud/abra#36 2021-08-04 00:33:46 +00:00
Standardise Abra Terminology

I'll stop typing now but that might mean the config package becomes recipe?

Not exactly. Partly the package could be split but I am going go overhual this so that the config is loaded when…

roxxers pushed to main at coop-cloud/abra 2021-08-03 07:49:28 +00:00
239c925d66 WIP: foundations for app deploy
roxxers opened issue coop-cloud/abra#38 2021-08-03 00:34:35 +00:00
Allow for editing abra dir location and other config options
roxxers opened issue coop-cloud/abra#37 2021-08-03 00:33:25 +00:00
Change design of commands and lib to use client more effectively
roxxers opened issue coop-cloud/abra#36 2021-08-02 22:34:51 +00:00
Standardise Abra Terminology
roxxers pushed to main at coop-cloud/abra 2021-08-02 22:27:07 +00:00
b351760f6e refactor(typo): typo of hetzner in output for user
roxxers commented on issue coop-cloud/abra#19 2021-08-02 20:48:16 +00:00
Proper pre-commit checks, tests, and linting

I'm up for some level of rigour but FYI there is no precedent for that in any Autonomic project and idk if you meant it this way but setting up pre-commit scripts in a repo for each new contributor…

roxxers opened issue coop-cloud/abra#21 2021-08-02 07:04:45 +00:00
Migrate CI to new domain
roxxers pushed to main at coop-cloud/abra 2021-08-02 07:02:27 +00:00
fa16ce20eb refactor: added more comments to functions
roxxers pushed to main at coop-cloud/abra 2021-08-02 06:36:53 +00:00
38d8b51bd5 refactor: moved a lot of flags & added comments
roxxers opened issue coop-cloud/abra#20 2021-08-02 05:06:29 +00:00
Redirect for coopcloud.tech/abra to this repo
roxxers pushed to main at coop-cloud/abra 2021-08-02 04:58:57 +00:00
9070806f8d refactor: deal with err from ShowSubcommandHelp
roxxers pushed to main at coop-cloud/abra 2021-08-02 04:52:07 +00:00
bb1eb372ef refactor: stack func to client, mv app to new file
roxxers opened issue coop-cloud/abra#19 2021-08-02 04:35:08 +00:00
Proper pre-commit checks, tests, and linting
roxxers commented on issue coop-cloud/abra#16 2021-08-02 04:25:38 +00:00
createTable customisation don't align output

ok so I think we either go with the default table if that works nad we can mess with it so it is something we like or move to something like https://github.com/jedib0t/go-pretty.

roxxers pushed to main at coop-cloud/abra 2021-08-02 03:20:12 +00:00
d777eb2af1 refactor(style): errs should not start with upper