func icon indicating copy to clipboard operation
func copied to clipboard

Run func without HOME defined/ unaccessible .config dir

Open gauron99 opened this issue 1 year ago • 3 comments

Changes

Use func without the need for HOME definition or accessible ~/.config with slightly limited functionality (like docker creds or local templates/repos)

TODO

  • [x] default credential provider
    • [x] tests
  • [x] dont include option to save docker creds
  • [x] builder tests
  • [x] local repositories & its functiuons
  • [ ] new tests
  • [ ] fix existing tests
  • [x] ?: remove createpaths from standard commands

/kind enhancement /kind bug

Fixes #2150

gauron99 avatar Mar 18 '24 14:03 gauron99

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

knative-prow[bot] avatar Mar 18 '24 14:03 knative-prow[bot]

Codecov Report

Attention: Patch coverage is 94.44444% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 65.73%. Comparing base (619be59) to head (d6bf119). Report is 10 commits behind head on main.

Files Patch % Lines
pkg/builders/buildpacks/builder.go 0.00% 1 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2236       +/-   ##
===========================================
+ Coverage   55.58%   65.73%   +10.15%     
===========================================
  Files         128      128               
  Lines       14835    11532     -3303     
===========================================
- Hits         8246     7581      -665     
+ Misses       5748     2995     -2753     
- Partials      841      956      +115     
Flag Coverage Δ
e2e-test 38.00% <61.11%> (?)
e2e-test-oncluster 31.20% <61.11%> (?)
e2e-test-oncluster-runtime 27.12% <61.11%> (?)
e2e-test-runtime-go 26.04% <61.11%> (?)
e2e-test-runtime-node 27.00% <61.11%> (?)
e2e-test-runtime-python 27.00% <61.11%> (?)
e2e-test-runtime-quarkus 27.10% <61.11%> (?)
e2e-test-runtime-rust 26.11% <61.11%> (?)
e2e-test-runtime-springboot 26.15% <61.11%> (?)
e2e-test-runtime-typescript 27.09% <61.11%> (?)
integration-tests 51.36% <44.44%> (+2.32%) :arrow_up:
unit-tests 49.29% <94.44%> (?)
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.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 07 '24 07:05 codecov[bot]

[APPROVALNOTIFIER] This PR is APPROVED

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

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,lkingland]

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

knative-prow[bot] avatar Jun 04 '24 00:06 knative-prow[bot]