Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Go
/templates/go/cloudevents/go.sum

# JS
# JSwhta
node_modules
/templates/typescript/cloudevents/build
/templates/typescript/http/build
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)

replace github.com/openshift/source-to-image => github.com/openshift/source-to-image v1.5.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,8 @@ github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplU
github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U=
github.com/openshift-pipelines/pipelines-as-code v0.31.0 h1:dUUvnwCrhSmr3IYjsywLD7QTNAINetFoLCIO4529nOk=
github.com/openshift-pipelines/pipelines-as-code v0.31.0/go.mod h1:74yRkJfqVzMp2iiq3IBm8Lt1q1EAHMIHb53/Au+2IVM=
github.com/openshift/source-to-image v1.6.0 h1:u5jK0KPOOUEHkUw+6X3Kae0l762yR8aYUm/tZX3oa60=
github.com/openshift/source-to-image v1.6.0/go.mod h1:ZNfsBThrFHlIgkzqz2NyXqAsb8d7eESBiE73zR07BXo=
github.com/openshift/source-to-image v1.5.1 h1:mtV2Nh1jVeLg5S02HIbk3GmGYS912hWCCbASEadAS6M=
github.com/openshift/source-to-image v1.5.1/go.mod h1:ZNfsBThrFHlIgkzqz2NyXqAsb8d7eESBiE73zR07BXo=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/ory/viper v1.7.5 h1:+xVdq7SU3e1vNaCsk/ixsfxE4zylk1TJUiJrY647jUE=
github.com/ory/viper v1.7.5/go.mod h1:ypOuyJmEUb3oENywQZRgeAMwqgOyDqwboO1tj3DjTaM=
Expand Down
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package main

import "knative.dev/func/pkg/app"
import (
"knative.dev/func/pkg/app"
)

func main() {
app.Main()
Expand Down
3 changes: 3 additions & 0 deletions pkg/creds/auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

this file is supposed to be deleted

"credsStore": ""
}
1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/...validName.lnk
Copy link
Contributor

Choose a reason for hiding this comment

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

this file is not supposed to be deleted, take a look at the diff. There should not be any deleted files in this PR

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/...validName.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

same, dont delete

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/a.lnk

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/a.txt

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/b/c/linkToParent
Copy link
Contributor

Choose a reason for hiding this comment

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

none of the files here either, dont delete

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/b/linkOutsideRootsParent
Copy link
Contributor

Choose a reason for hiding this comment

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

same, dont delete

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/b/linkToCurrentDir

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/b/linkToRoot

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/b/linkToRootsParent

This file was deleted.

1 change: 0 additions & 1 deletion pkg/oci/testdata/test-links/linkToRoot
Copy link
Contributor

Choose a reason for hiding this comment

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

same, dont delete

This file was deleted.