• Joined on 2020-03-30
roxxers pushed to main at coop-cloud/abra 2021-08-31 16:02:07 +00:00
7835c1f91d fix: defers after checking for err
542e9eea5c refactor: rm unneeded sprintf
Compare 2 commits »
roxxers pushed to main at coop-cloud/abra 2021-08-31 15:17:23 +00:00
32b2bf245b refactor: simplfiy for...range loops
3b93f893fd refactor: fix defer and handle error
Compare 2 commits »
roxxers pushed to main at coop-cloud/abra 2021-08-31 14:54:01 +00:00
7dce352366 deps: just updating deps to not err out on my end
roxxers pushed to main at coop-cloud/abra 2021-08-31 14:51:14 +00:00
8fdac00a38 docs: mark aur integration as done
roxxers commented on pull request coop-cloud/abra#51 2021-08-18 18:29:22 +00:00
feat: initial commit for abra app volume ls/rm

LGTM

roxxers merged pull request coop-cloud/abra#51 2021-08-18 18:29:14 +00:00
feat: initial commit for abra app volume ls/rm
roxxers pushed to main at coop-cloud/abra 2021-08-18 18:29:14 +00:00
d2d0ce3d05 Merge pull request 'feat: initial commit for abra app volume ls/rm' (#51) from knoflook/go-abra:secret-create into main
c3088a5158 refactor: create functions in client for removing and listing volumes
5663659d23 feat: initial commit for abra app volume ls/rm
Compare 3 commits »
roxxers commented on issue coop-cloud/abra#53 2021-08-17 03:37:46 +00:00
(Auto) build operating system packages

I wouldnt consider arch done but I would also advise against its automation since its a bit fidly really. the -git version is automatic but always the main branch. The releases need shas and…

roxxers pushed to main at coop-cloud/abra 2021-08-13 13:14:18 +00:00
ca4001a805 docs: fixed typo in functiion comment
e2f4ed11ec docs: updated report card to new repo
Compare 2 commits »
roxxers commented on pull request coop-cloud/abra#51 2021-08-13 12:57:14 +00:00
feat: initial commit for abra app volume ls/rm

Just realised this should be simplified to

var host string
if app, ok := appFiles[appName]; ok {
	host = app.Server
} else {
	logrus.Fatalf(`app "%s" does not exist`, appName)
}
roxxers commented on issue coop-cloud/abra#45 2021-08-13 12:52:03 +00:00
De-vendor tagcmp once we have our package listing infra up

Fixed in coop-cloud/coopcloud.tech#20 and 98ec23761fc122cc637cdb0602bf257784e0a4cb

roxxers closed issue coop-cloud/abra#45 2021-08-13 12:52:03 +00:00
De-vendor tagcmp once we have our package listing infra up
roxxers pushed to main at coop-cloud/abra 2021-08-13 12:28:47 +00:00
cc9c690cd0 build: added GOPRIVATE export to makefile
roxxers pushed to main at coop-cloud/abra 2021-08-13 12:24:19 +00:00
451c3d772d docs: updated go env steps fo install our pgks
98ec23761f refactor: de-vendor tagcmp into its own repo
Compare 2 commits »
roxxers pushed to main at coop-cloud/tagcmp 2021-08-13 11:48:02 +00:00
44053d6bfb lint: simplify return statements
roxxers closed issue coop-cloud/abra#20 2021-08-13 11:30:12 +00:00
Redirect for coopcloud.tech/abra to this repo
roxxers commented on issue coop-cloud/coopcloud.tech#20 2021-08-13 11:29:14 +00:00
Support installation of coopcloud.tech/... golang packages

OK! This works*. go get coopcloud.tech/abra and tagcmp now work. You can see the way this works with my latest commits. Check the content/code folder for how you can add new packages to this.…

roxxers closed issue coop-cloud/coopcloud.tech#20 2021-08-13 11:29:14 +00:00
Support installation of coopcloud.tech/... golang packages
roxxers pushed to main at coop-cloud/coopcloud.tech 2021-08-12 15:29:32 +00:00
f570c32fc9 fix path for gitea