Skip to content

Conversation

matejvasek
Copy link
Contributor

No description provided.

Signed-off-by: Matej Vašek <mvasek@redhat.com>
@knative-prow knative-prow bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 17, 2025
@knative-prow knative-prow bot requested review from jrangelramos and vyasgun March 17, 2025 15:02
@matejvasek matejvasek requested review from matzew, gauron99 and lkingland and removed request for jrangelramos and vyasgun March 17, 2025 15:02
@matejvasek
Copy link
Contributor Author

PTAL @lkingland @gauron99

Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.47%. Comparing base (24a7fed) to head (f1e2897).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2750      +/-   ##
==========================================
+ Coverage   62.58%   63.47%   +0.89%     
==========================================
  Files         131      131              
  Lines       15598    15607       +9     
==========================================
+ Hits         9762     9907     +145     
+ Misses       4908     4743     -165     
- Partials      928      957      +29     
Flag Coverage Δ
e2e-test 35.90% <66.66%> (+0.01%) ⬆️
e2e-test-oncluster 34.19% <66.66%> (+1.37%) ⬆️
e2e-test-oncluster-runtime 28.59% <0.00%> (?)
e2e-test-runtime-go 26.54% <66.66%> (?)
e2e-test-runtime-node 25.95% <66.66%> (?)
e2e-test-runtime-python 25.95% <66.66%> (?)
e2e-test-runtime-quarkus 26.08% <66.66%> (?)
e2e-test-runtime-rust 25.03% <66.66%> (?)
e2e-test-runtime-springboot 25.09% <66.66%> (?)
e2e-test-runtime-typescript 26.06% <66.66%> (?)
integration-tests 49.58% <100.00%> (+1.88%) ⬆️
unit-tests 49.54% <100.00%> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@matejvasek
Copy link
Contributor Author

/test unit-tests

Copy link
Contributor

@gauron99 gauron99 left a comment

Choose a reason for hiding this comment

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

/lgtm
/hold for potential Lukes review

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 17, 2025
@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 17, 2025
Copy link

knative-prow bot commented Mar 17, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gauron99, matejvasek

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [gauron99,matejvasek]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@matejvasek
Copy link
Contributor Author

/unhold

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 18, 2025
@knative-prow knative-prow bot merged commit 525761a into knative:main Mar 18, 2025
39 checks passed
matejvasek added a commit to openshift-knative/kn-plugin-func that referenced this pull request Apr 4, 2025
Signed-off-by: Matej Vašek <mvasek@redhat.com>
matejvasek added a commit to openshift-knative/kn-plugin-func that referenced this pull request Apr 4, 2025
Signed-off-by: Matej Vašek <mvasek@redhat.com>
openshift-merge-bot bot pushed a commit to openshift-knative/kn-plugin-func that referenced this pull request Apr 4, 2025
* Fix http port 433 => 443 (knative#2742)

* Trust loopback builders (knative#2750)

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Add testcase for Go private repositories (knative#2748)

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Test adjustments (knative#2751)

* Use tiny instead of base BP builder.
* Decrease minimal required Go version.
* Make the self-signed certificate CA==true so it works with update-ca-trust utility.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Allow host mounts for build phahse (knative#2753)

* Allow host mounts for build pahse.

This is in particular useful for using paket bindings,
e.g. to inject git credentials into build process.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Mark test as a integration test

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fixup: style

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Use s2i in standard mode, not "as-dockerfile" (knative#2764)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup cherry-pick

The release-v1.16 branch uses older docker library version some minor
adjusment was needed.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Improvements for Go s2i assembler (knative#2765)

* Return error code when compilation was not done
* Run `go mod tidy` on scaffoded code

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* S2I (source-to-image) host binds (knative#2766)

* Added tests for s2i build with private Go module

The test is for now skipped since host binds are not yet implemented for s2i.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* User "host" network mode for s2i build on Linux

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Implement host binds for local s2i build

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Make build binds more similar to runtime binds (knative#2768)

* Make build binds more similar to runtime binds

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Added comments on struct

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Add guideline for private Go module usage (knative#2771)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Fix: Go scaffolding uses correct module name (knative#2769)

* Fix: Go scaffolding uses correct module name

Using incorrect name works for a functions with flat structure -- no
sub-packages. When sub-packages are used we need to refer the user
module by its true name.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fixup tests

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* fixup for c841f40

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants