Skip to content

Conversation

@Jelledb
Copy link
Contributor

@Jelledb Jelledb commented Jul 8, 2021

Closes #55

@Jelledb Jelledb requested a review from tfelix July 8, 2021 09:37
@github-actions github-actions bot added the fix label Jul 8, 2021
@Jelledb Jelledb merged commit dbde00a into develop Jul 9, 2021
@Jelledb Jelledb deleted the fix/55 branch July 9, 2021 12:22
Jelledb added a commit that referenced this pull request Jul 21, 2021
* fix: Collie config no longer crashes (#50)

* fix: links for badges (#59)

* fix: `collie cache` will show help (#58)

* feat: Add tutorial links directly in README. (#52)

* feat: Add images Wiki (#63)

* feat: Rename totalUsageCost, fix issue with cached tenants, fix costs table missing data (#64)

* Renamed `totalUsageCost` to `cost` so it takes less space
* Fixed an issue with retrieving cached tenants.
* Fixed table only showing one month per tenant at maximum (closes #51)

* Update README.md

Links were pointing to the wrong Wiki sections

* fix: Log statements not hidden when piping collie output (#62)

Now properly disables log output breaking the output when collie stdout
is piped into a file or different command.

* Add Website to README (#69)

* feat: Avoid cli setup checks when not required (#68)

* feat: Avoid cli setup checks when not required

In order to optimize startup time, especially when only issuing a non
cloud-cli required command, collie now only checks cloud cli configuration
when required.

* fix: setup logger before running commands and await it

not awaiting the logger configuration can cause loosing logs

* feat: run cli checks concurrently

see discussion in #68

* feat: add debug logs to ShellRunner for every command

* style: deno fmt

Co-authored-by: Johannes Rudolph <jrudolph@meshcloud.io>

* feat: Improved JSON parsing so it always logs a message, including the command. (#57)

* feat: harmonize error message when cli not authenticated (#70)

* Feature/issue 56 (#71)

* feat: detect installed cli versions match expectations

if not, give installation hints via collie readme.

fixes #56

* feat: Update version number (#73)

Co-authored-by: Dennis Murtic <73823855+dmurtic@users.noreply.github.com>
Co-authored-by: Thomas Felix <1186998+tfelix@users.noreply.github.com>
Co-authored-by: Johannes Rudolph <jrudolph@meshcloud.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

collie cache does not provide help

2 participants