Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 10 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ import:

# openshift
- package: github.com/openshift/api
version: master
version: release-4.1
- package: github.com/openshift/client-go
version: master
version: release-4.1
- package: github.com/openshift/library-go
version: master
version: release-4.1

# codegen
# codegen
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: unintentional whitespace change?

- package: k8s.io/gengo/args
version: 01a732e01d00cb9a81bb0ca050d3e6d2b947927b
- package: golang.org/x/tools/imports
Expand Down
2 changes: 1 addition & 1 deletion pkg/console/operator/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (c *consoleOperator) SetStatusCondition(operatorConfig *operatorsv1.Console

func (c *consoleOperator) ConditionResourceSyncSuccess(operatorConfig *operatorsv1.Console) *operatorsv1.Console {
v1helpers.SetOperatorCondition(&operatorConfig.Status.Conditions, operatorsv1.OperatorCondition{
Type: operatorsv1.OperatorStatusTypeFailing,
Type: operatorsv1.OperatorStatusTypeDegraded,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only modification required in operator code.

Status: operatorsv1.ConditionFalse,
LastTransitionTime: metav1.Now(),
})
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/go-test/deep/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion vendor/github.com/go-test/deep/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions vendor/github.com/go-test/deep/deep.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading