• Joined on 2020-03-30
roxxers pushed to main at coop-cloud/abra 2021-08-02 03:18:31 +00:00
a3f574a8fa refactor: app new cmd to be easier to read
roxxers pushed to main at coop-cloud/abra 2021-08-02 01:10:51 +00:00
30d11f48a7 refactor: break up cli pkg into nice small chunks
roxxers commented on issue coop-cloud/abra#16 2021-08-02 00:15:13 +00:00
createTable customisation don't align output

never used the default as I thought it was a bit too busy. I'd rather something more sinple. Plus there is other libraries to look at. I am not a fan of the way the table needs to be created. This…

roxxers pushed to main at coop-cloud/abra 2021-08-02 00:10:29 +00:00
c2f53e493e deps: upgraded hcloud-go to direct dep
dc4e490497 refactor(style): error str shouldnt be capitalized
Compare 2 commits »
roxxers pushed to main at coop-cloud/abra 2021-08-02 00:08:30 +00:00
ffd1b3a771 refactor: function rename
roxxers pushed to main at coop-cloud/abra 2021-08-01 23:57:17 +00:00
8267d4202b feat: function to display help, error, & exit
roxxers pushed to main at coop-cloud/abra 2021-08-01 23:37:34 +00:00
9d621404fd fix: avoid runtime error when list is empty
roxxers pushed to main at coop-cloud/abra 2021-07-31 20:25:39 +00:00
805defec09 docs(comment): updated comment to be upto date
roxxers commented on issue coop-cloud/abra#16 2021-07-31 20:10:18 +00:00
createTable customisation don't align output

Ill be moving to tabby on this so this is due to change. Or at least another formatter.

roxxers commented on issue coop-cloud/abra#18 2021-07-31 20:09:13 +00:00
bug: breaking test "TestReadEnv" via refactoring

Fixed in f958b888b60e89bed9e70dc76a6fd4d7c5b6e89c

roxxers closed issue coop-cloud/abra#18 2021-07-31 20:09:13 +00:00
bug: breaking test "TestReadEnv" via refactoring
roxxers pushed to main at coop-cloud/abra 2021-07-31 20:08:59 +00:00
f958b888b6 fix: TestReadEnv test due to refactor
1768809872 chore: add vendor folder to gitignore
Compare 2 commits »
roxxers commented on issue coop-cloud/abra#18 2021-07-31 20:08:31 +00:00
bug: breaking test "TestReadEnv" via refactoring

To be clear, exporting this function breaks the test since it was calling it before as an unexported function

roxxers opened issue coop-cloud/abra#18 2021-07-31 20:07:50 +00:00
bug: breaking test "TestReadEnv" via refactoring
roxxers pushed to main at coop-cloud/abra 2021-07-30 16:33:54 +00:00
ac6b8ab147 chore(deps): upgrade containerd 1.5.3 -> 1.5.5
roxxers pushed to main at coop-cloud/abra 2021-07-30 15:32:12 +00:00
a581049cf1 refactor: simplify for loop
roxxers commented on issue coop-cloud/organising#108 2021-07-24 19:53:50 +00:00
Finalise migration from git.autonomic.zone -> git.coopcloud.tech

@roxxers i heard you wanna do things with the Github mirrors, let us know. I'd rather just wipe all the repos, leave the Co-op Cloud org with a [profile…

roxxers commented on issue coop-cloud/abra#13 2021-07-23 12:41:57 +00:00
Rename "server" subcommand to "swarm"?

Be really easy to make an alias and switch the names so the main is swarm and server still works

roxxers pushed to main at coop-cloud/abra 2021-07-22 16:38:44 +00:00
dfc91a86a1 feat: WIP server rm command
roxxers pushed to main at coop-cloud/abra 2021-07-22 14:31:40 +00:00
dd86ec4ca8 refactor: client pkg with new context interaction