• Joined on 2020-03-30
roxxers pushed to main at coop-cloud/go-abra 2021-07-19 13:36:37 +00:00
a60ebf8710 tests: around 60% code coverage for config package
cfe2f70151 refactor: moving logging to command functions
Compare 2 commits »
roxxers pushed to main at coop-cloud/go-abra 2021-07-19 07:37:07 +00:00
bd9bc530d1 faet: a draft version of the app ls command
f7059dbe98 refactor: filesystem io
8c5e25bd01 chore: updated gitignore; added vscode settings
Compare 3 commits »
roxxers pushed to main at coop-cloud/go-abra 2021-07-18 09:49:35 +00:00
6caa176308 WIP: Enviroment file loading and config management
roxxers pushed to main at coop-cloud/go-abra 2021-07-18 05:41:23 +00:00
7d5db5fee1 docs: updated todo
roxxers pushed to main at coop-cloud/go-abra 2021-07-18 05:34:26 +00:00
37c06c82bf feat: added error to GetContextEndpoint
a2bb0ed027 test: added the first test
Compare 2 commits »
roxxers pushed to main at coop-cloud/go-abra 2021-07-18 03:21:31 +00:00
38f610bdec feat: abra server ls
e13948f37e docs: added todo list for the port
d1f7e8011d refactor: Moved table function to fornatter
Compare 3 commits »
roxxers pushed to main at coop-cloud/go-abra 2021-07-17 08:31:02 +00:00
2134f57dd0 WIP: Messy code that is mostly just testing
6c748922b4 feat: added context flag to make dev easier
b9e06f2310 feat: added util formatting for the cil
be46695d82 feat: added flags to base command
Compare 4 commits »
roxxers pushed to main at coop-cloud/go-abra 2021-07-17 03:36:37 +00:00
ae68f3aa95 chore: go mod tidy for dependancy
roxxers commented on issue coop-cloud/go-abra#3 2021-07-16 08:35:55 +00:00
Adopt Conventional Commits as standard to all commits

I go into detail about the reasoning behind commits, inspired by this blogpost https://dhwthompson.com/2019/my-favourite-git-commit.

My recent commit is an example of what I strive to do.…

roxxers pushed to main at coop-cloud/go-abra 2021-07-16 08:32:26 +00:00
5e1b076bf9 feat: very basic context management
roxxers opened issue coop-cloud/go-abra#3 2021-07-16 07:39:09 +00:00
Adopt Conventional Commits as standard to all commits
roxxers commented on pull request coop-cloud/go-abra#2 2021-07-16 07:35:28 +00:00
Add proof of concept server ls comand

but I haven't found any mention of docker context. Could you point me to the function that I should use, or better yet: tell me how to find it? I don't understand those docs XD When I know that I…

roxxers commented on pull request coop-cloud/go-abra#2 2021-07-15 19:27:34 +00:00
Add proof of concept server ls comand

Hi knoflook, thanks for the pull request. Thanks for looking into this at such an early stage and for what would be a good patch if it wasn't for these requirements that aren't clear atm since the…

roxxers pushed to main at coop-cloud/go-abra 2021-07-15 07:23:32 +00:00
a78bb9123a feat: POC passgen
roxxers pushed to main at coop-cloud/go-abra 2021-07-15 07:06:31 +00:00
881ccfd820 chore: added libs i plan to use in future
roxxers pushed to main at coop-cloud/go-abra 2021-07-15 05:18:54 +00:00
1adca5ca0e feat: added app commands and flags for commands
roxxers pushed to main at coop-cloud/go-abra 2021-07-15 02:44:15 +00:00
9a0bd6dc11 refactor(cli): moved commands and cli out of main
2aa9029893 chore: added git-chglog options
Compare 2 commits »
roxxers commented on issue coop-cloud/abra#189 2021-07-14 22:30:05 +00:00
Unify 'abra server' command sequences

I am planning something like this with the go port I am doing of abra. Had some discussions with some Autonomic members to think about some solutions

roxxers pushed to main at coop-cloud/go-abra 2021-07-13 22:47:48 +00:00
a2a836c2a9 feat: added version and makefile
roxxers pushed to main at coop-cloud/go-abra 2021-07-13 22:13:43 +00:00
a7d748cb1f docs: Added readme explianing the repo