github cloudfoundry/cli v6.1.2

latest releases: v8.7.10, v7.7.10, v8.7.9...
9 years ago

CF version v6.1.2

Installers

Binaries

Change Log

Document build process

[Finishes #70608194]

Always flush message queue when tailing logs

Downsides: there is now a global variable for how long we buffer
messages. This seems nicer than having to pass it along, because we
need to construct a priority queue when the log repo is initialized (or
at least, we felt that we needed to).

[Finishes #70788884]

Update README instructions for checking out the repo

My hope is that explaining how to get started with the repo will make it easier for
other contributors. These steps assume some basic knowledge of git and GO, but the
only way we will improve this documentation is to start improving it today and continue
to be sympathetic to pain the community feels in the future.

[Finishes #70686778]

Always zero-out the size of directories for resource matching

If you don't, then cloud controller gives you a nasty crash.

ALSO apparently you can never rely on the size of a directory being zero
if you're using the windows syscall GetFileAttributesEx.

(and golang's stdlib does use this syscall)

[Finishes #70470232] #157

Make requests to UAA about users more intelligently

This very simple change prevents us from making a request with an empty
filter that might return all of the users in the space.

[Finishes #70051880, 70130480]

Always zero-out the size of directories for resource matching

If you don't, then cloud controller gives you a nasty crash.

ALSO apparently you can never rely on the size of a directory being zero
if you're using the windows syscall GetFileAttributesEx.

(and golang's stdlib does use this syscall)

[Finishes #70470232] #157

Start removing more global state

It's been more than a little disappointing that we've had assertions in
our tests that rely on a global bool in a testhelper package. Changing
this for one test now so that we have a pattern to abide by later. My
hope is that we can root out the rest of these one by one.

[Finishes #68922816]

Make requests to UAA about users more intelligently

This very simple change prevents us from making a request with an empty
filter that might return all of the users in the space.

[Finishes #70051880, 70130480]

Merge pull request #159 from fraenkel/org_quota

Display the entire org quota information

[Finishes #70490234]

Refresh auth token for 'cf logs' when it expires.

[Finishes #66242222]

Don't miss a new cli release

NewReleases is sending notifications on new releases.