Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Tags: vmware-archive/ft

Tags

v0.0.0-1607021651

Toggle v0.0.0-1607021651's commit message
fix worker memory test

looks like we changed the semantics away from using garden's "total usage toward
limit" number and instead used the recommended computation from the linux kernel
documentation.

Signed-off-by: Jamie Klassen <[email protected]>

v0.0.0-1602174882

Toggle v0.0.0-1602174882's commit message
First attempt at showing memory

We seem to hit an int overflow somewhere when printing out the data sizes, and
the first columen has a tendency to waste a lot of screen space.

concourse/concourse#6140

Signed-off-by: Jamie Klassen <[email protected]>
Co-authored-by: Zoe Tian <[email protected]>

v0.0.0-1599763998

Toggle v0.0.0-1599763998's commit message
determine ssl files from web pod

the switch statements are really ugly

next up is to see about passing a custom dialer to the pq driver which will
handle ssl on our behalf -- so that we don't need to write temp files!

concourse/concourse#6040

Signed-off-by: Jamie Klassen <[email protected]>

v0.0.0-1599160821

Toggle v0.0.0-1599160821's commit message
use testify instead of ginkgo

fixes concourse/concourse#6033

Signed-off-by: Jamie Klassen <[email protected]>
Co-authored-by: Zoe Tian <[email protected]>

v0.0.0-1599061703

Toggle v0.0.0-1599061703's commit message
use cobra instead of go-flags

fixes concourse/concourse#6032

Signed-off-by: Jamie Klassen <[email protected]>
Co-authored-by: Zoe Tian <[email protected]>

v0.0.0-1597782445

Toggle v0.0.0-1597782445's commit message
Merge branch 'error-handling'

Co-authored-by: Jamie Klassen <[email protected]>

v0.0.0-1597699079

Toggle v0.0.0-1597699079's commit message
remove unecessary import

forgot to goimports after the big refactor

Signed-off-by: Jamie Klassen <[email protected]>

v0.0.0-1597347641

Toggle v0.0.0-1597347641's commit message
go module cleanup

* rename module to concourse/ft
* go mod tidy

Signed-off-by: Jamie Klassen <[email protected]>

v0.0.0-1597347308

Toggle v0.0.0-1597347308's commit message
clean up k8s worker

* no more unnecessary logging
* default to LAN worker, allow k8s worker override
* turns out we don't need to do anything with the error stream besides open it
* pull the determining of k8s-related defaults out of `main.go`

* if we can be a bit more careful with our tests, we should actually be able
  to remove the K8sConnection type and replace it with a rest.Config, where
  getting the URL path to a portforward action should be a matter of calling
  rest.RESTClientFor and then using the fluent APIs, as is currently hidden in
  the implementation of systemK8sConnection.

Signed-off-by: Jamie Klassen <[email protected]>

v0.0.0-1596644264

Toggle v0.0.0-1596644264's commit message
publish continuously

we have no backwards compatibility requirements yet, so never wait to ship!

Signed-off-by: Jamie Klassen <[email protected]>
Co-authored-by: Taylor Silva <[email protected]>