Tim

Results 28 issues of Tim

We should include relevant information in the annotations of the DaemonSet.

enhancement
help wanted
good first issue
radar

Investigate colorizing output for relevant commands.

enhancement
good first issue
usability
ksync

Specs that are created with out the `--context` explicitly set should fill in the context from what is currently configured for use. This way those specs will continue to run...

enhancement
usability
ksync

Add a "dry run" option to `clean` that prints files to be deleted without removing them.

enhancement
usability
ksync

It should be fairly easy to add vanilla autocompletion out of the box. https://github.com/spf13/cobra/blob/master/bash_completions.md

enhancement
good first issue
usability
ksync

Not sure how we should deal with this, but these functions feel like they should be logically grouped together.

enhancement
help wanted
usability
radar

CircleCI launches objects into the cluster (in the [launching objects into cluster](https://github.com/vapor-ware/ksync/blob/master/.circleci/config.yml#L63) step) for use in subsequent tests. This leaves the version of the radar container running in the cluster...

bug
good first issue
radar
releng

We should check how feasible it is to set both the `remotePath` (the in-cluster path) and the `localPath` (some out-of-cluster path) to "remote" locations, that is locations that are not...

enhancement
core

When spawning the child process, the `cmd` that's reported to the system (accessible via `ps` and `top` etc.) truncates the process name. For example: A child process that's `command --flag...

When passing `Args: []string{}` to the child process, having only a single string in the array produces an incorrect result (i.e. the command doesn't run). Having more than one string...