The Co-op Cloud command-line utility belt 🎩🐇 https://coopcloud.tech
Go to file
decentral1se ef1591d596
WIP: app status listing using concurrency
This being my first time using goroutines, it is pretty messy but the
idea has been shown to be workable! We can concurrently look up multiple
contexts for a much faster response time especially when using multiple
servers.

Remaining TODOs are:

- [ ] Get proper status reporting (deployed/inactive/unknown)
- [ ] Error handling (especially when missing contexts)
- [ ] Refactor and tidy
2021-07-27 12:52:09 +02:00
.chglog chore: added git-chglog options 2021-07-15 01:18:34 +01:00
cli WIP: app status listing using concurrency 2021-07-27 12:52:09 +02:00
client feat: WIP server rm command 2021-07-22 17:38:44 +01:00
cmd/abra refactor(cli): moved commands and cli out of main 2021-07-15 03:44:07 +01:00
config WIP: app status listing using concurrency 2021-07-27 12:52:09 +02:00
tests/resources tests: around 60% code coverage for config package 2021-07-19 14:36:00 +01:00
.drone.yml test: integrate new test target into CI build 2021-07-19 15:50:16 +02:00
.gitignore chore: updated gitignore; added vscode settings 2021-07-19 06:57:50 +01:00
Makefile test: makefile now runs all tests recursively 2021-07-21 08:56:53 +01:00
README.md Add a Go report card badge 2021-07-15 23:35:43 +02:00
TODO.md WIP: app list command sorting 2021-07-26 18:23:28 +02:00
go.mod chore: go mod tidy for new deps (go-git) 2021-07-26 15:38:33 +02:00
go.sum chore: go mod tidy for new deps (go-git) 2021-07-26 15:38:33 +02:00
version feat: added version and makefile 2021-07-13 23:47:47 +01:00

README.md

go-abra

Build Status Go Report Card

WIP port of abra to Golang.