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

Consume new riff system #88

Merged
merged 3 commits into from
Oct 3, 2019
Merged

Consume new riff system #88

merged 3 commits into from
Oct 3, 2019

Conversation

scothis
Copy link
Member

@scothis scothis commented Oct 3, 2019

This decouples us from github.com/knative/pkg, with the exception of two
source files copied into the project, which are only used for testing.
As we migrate away from static clients we can remove those added files.

This decouples us from github.com/knative/pkg, with the exception of two
source files copied into the project, which are only used for testing.
As we migrate away from static clients we can remove those added files.
@scothis scothis requested a review from sbawaska October 3, 2019 19:14
@scothis
Copy link
Member Author

scothis commented Oct 3, 2019

Depends on projectriff/system#105

@codecov
Copy link

codecov bot commented Oct 3, 2019

Codecov Report

Merging #88 into master will decrease coverage by 0.66%.
The diff coverage is 73.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   96.15%   95.48%   -0.67%     
==========================================
  Files          80       80              
  Lines        4524     4521       -3     
==========================================
- Hits         4350     4317      -33     
- Misses        150      181      +31     
+ Partials       24       23       -1
Impacted Files Coverage Δ
pkg/k8s/wait.go 0% <ø> (-85.72%) ⬇️
pkg/kail/logger.go 0% <0%> (ø) ⬆️
pkg/validation/names.go 100% <100%> (ø) ⬆️
pkg/build/commands/credential_delete.go 100% <100%> (ø) ⬆️
pkg/knative/commands/deployer_list.go 96.96% <100%> (-0.09%) ⬇️
pkg/build/commands/credential_apply.go 98.4% <100%> (ø) ⬆️
pkg/cli/status.go 100% <100%> (ø) ⬆️
pkg/validation/env.go 100% <100%> (ø) ⬆️
pkg/cli/format.go 100% <100%> (ø) ⬆️
pkg/knative/commands/adapter_create.go 99.35% <100%> (ø) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0280258...f8351eb. Read the comment docs.

Copy link
Member

@sbawaska sbawaska left a comment

Choose a reason for hiding this comment

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

One comment, rest looks good.

cmd/riff/main.go Outdated
@@ -22,7 +22,7 @@ import (
"strings"

// load credential helpers
_ "k8s.io/client-go/plugin/pkg/client/auth"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
Copy link
Member

Choose a reason for hiding this comment

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

why only gcp?

Copy link
Member Author

Choose a reason for hiding this comment

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

simplifying the dependency graph, I'll put it back

@scothis scothis marked this pull request as ready for review October 3, 2019 20:36
@scothis scothis merged commit ce08282 into projectriff:master Oct 3, 2019
@scothis scothis deleted the new-system branch October 3, 2019 21:04
@scothis scothis mentioned this pull request Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants