Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Tags: cloudfoundry/log-cache

Tags

v2.2.3

Toggle v2.2.3's commit message
Allow cache misses to refresh sourceIds from CAPI

[#166391760]

v2.1.6

Toggle v2.1.6's commit message
Allow cache misses to refresh sourceIds from CAPI

[#166391760]

v2.3.1

Toggle v2.3.1's commit message
Fix testing cert needs

v2.2.2

Toggle v2.2.2's commit message
Make cache options configurable for testing

Signed-off-by: Johanna Ratliff <[email protected]>

v2.1.5

Toggle v2.1.5's commit message
Extend CAPI pagination fix to all requests.

In 1c3fd13 a fix was made to the /v3/apps request in AvailableSourceIDs
to ensure it continues to use the original endpoint when iterating
through pages of responses.

The same fix is also needed for the service instances request, and also
in the GetRelatedSourceIds method. This therefore moves the fix into the
doResourceRequest method so that it applies to all requests.

v2.1.4

Toggle v2.1.4's commit message
Extend CAPI pagination fix to all requests.

In 1c3fd13 a fix was made to the /v3/apps request in AvailableSourceIDs
to ensure it continues to use the original endpoint when iterating
through pages of responses.

The same fix is also needed for the service instances request, and also
in the GetRelatedSourceIds method. This therefore moves the fix into the
doResourceRequest method so that it applies to all requests.

v2.0.4

Toggle v2.0.4's commit message
Extend CAPI pagination fix to all requests.

In 1c3fd13 a fix was made to the /v3/apps request in AvailableSourceIDs
to ensure it continues to use the original endpoint when iterating
through pages of responses.

The same fix is also needed for the service instances request, and also
in the GetRelatedSourceIds method. This therefore moves the fix into the
doResourceRequest method so that it applies to all requests.

v2.2.1

Toggle v2.2.1's commit message
Fix test to handle 1.12.1 response

Signed-off-by: Todd Persen <[email protected]>

v2.3.0

Toggle v2.3.0's commit message
upgrade http to https in cf-auth-proxy cmd

[#165262353]

Signed-off-by: Todd Persen <[email protected]>

v2.1.3

Toggle v2.1.3's commit message
Give runtime opportunity to schedule something other than nozzle ingress

[#163918959]