-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
734b34e
to
2f87db0
Compare
d81f39c
to
b82230f
Compare
ec8d50a
to
2eedbe4
Compare
@andrew-su Is there something I'm missing with the dependency review? I see similar |
I wonder if this comes from it being a new |
From https://github.com/vmware-tanzu/function-buildpacks-for-knative/actions/runs/3184247436 (Failed dependency review run for #137) it looks like it did complain about it in the beginning, but it doesn't care about old existing problem after you pushed some more changes. |
b82230f
to
db88bc7
Compare
e991e59
to
c02265e
Compare
@andrew-su Using |
c02265e
to
7aba2f0
Compare
There's an issue: #55 for updating |
) | ||
|
||
func NewLogger() bard.Logger { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this file moved to the common dir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's left is java-specific
7aba2f0
to
55afcc1
Compare
@@ -50,126 +46,7 @@ func (f HTTPFunction) Generate(path, funcTemplate string) error { | |||
return templ.Execute(file, f) | |||
} | |||
|
|||
func NewLogger() bard.Logger { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this file moved to the common dir. What's left is python-specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks 👍
Signed-off-by: Andrew Meyer <[email protected]>
55afcc1
to
88b0dc7
Compare
Introduces a common go module from which to share code that is common among buildpacks
python/java.FuncYaml
(and tests) to commonconfig.FuncYaml
python.CommandRunner
to commoncommand.Runner
TODO:
main
after Python layer contributor tests #137 is merged