• Joined on 2020-03-30
roxxers pushed to main at coop-cloud/abra 2021-07-21 07:20:18 +00:00
b0c241ae98 bulid: added build-dev option
roxxers commented on issue coop-cloud/abra#4 2021-07-21 07:10:05 +00:00
Reducing binary size in the build

Saw that http://plugins.drone.io/drone-plugins/drone-gitea-release/ can probably sort our release uploading for us.

could use this for our github mirror…

roxxers opened issue coop-cloud/abra#7 2021-07-21 07:00:53 +00:00
Setup Contributing.md and pre-commit hooks
roxxers commented on issue coop-cloud/abra#3 2021-07-21 06:59:03 +00:00
Adopt Conventional Commits as standard to all commits

Saw that we can run a CI check that'll lint the commit messages for format:

https://github.com/conventional-changelog/commitlint

Looks good but I worry about the effects of doing that…

roxxers commented on issue coop-cloud/abra#6 2021-07-21 06:34:52 +00:00
godotenv multiline env vars and unexpected tokens

I think moving to Viper and then doing what makes sense for the situation is the best way forward sindi it seems to support everything. I will move it to Viper and then we can work on the config…

roxxers commented on issue coop-cloud/abra#5 2021-07-21 06:32:54 +00:00
DOMAIN is not always required

yeah makes sense. Will fix soon.

roxxers pushed to main at coop-cloud/levelfly 2021-07-20 16:09:44 +00:00
7aba8749f6 fix: memory leakage and incorrect postgres
roxxers pushed to main at coop-cloud/abra 2021-07-20 12:00:03 +00:00
16514b3151 feat: implemented type & servers flags in `app ls`
roxxers pushed to main at coop-cloud/abra 2021-07-19 13:38:24 +00:00
dee013e4e4 test: added makefile entry for running tests
roxxers pushed to main at coop-cloud/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/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/abra 2021-07-18 09:49:35 +00:00
6caa176308 WIP: Enviroment file loading and config management
roxxers pushed to main at coop-cloud/abra 2021-07-18 05:41:23 +00:00
7d5db5fee1 docs: updated todo
roxxers pushed to main at coop-cloud/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/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/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/abra 2021-07-17 03:36:37 +00:00
ae68f3aa95 chore: go mod tidy for dependancy
roxxers commented on issue coop-cloud/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/abra 2021-07-16 08:32:26 +00:00
5e1b076bf9 feat: very basic context management
roxxers opened issue coop-cloud/abra#3 2021-07-16 07:39:09 +00:00
Adopt Conventional Commits as standard to all commits