func/pkg/functions
David Fridrich 8dce9bcaa7
fix: HOME with different permissions (#2361)
* fixed integration tests

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* docker config.json credentials test when HOME not defined

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* pack test

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* simplify

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* og creds, small fixes

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* s2i test no home

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* remove unnecessary stuff

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* deploy test without home

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* confict fix after rebase

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* move test, dont delete

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* runtime change

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* node image signals fixed and smaller size for GH actions

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* return err

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* clean up comments

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* creds and test

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* test return commented code

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* config warning

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* cleanup

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* cleanup

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* skip test for windows

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* skip for prow

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* fix repo on create, move warning up a function

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* fix print

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

---------

Signed-off-by: gauron99 <fridrich.david19@gmail.com>
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-09-09 07:20:04 +00:00
..
testdata Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
client.go allow digested images to be 'run' (#2445) 2024-08-28 06:13:02 +00:00
client_int_test.go allow digested images to be 'run' (#2445) 2024-08-28 06:13:02 +00:00
client_test.go Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
config_test.go
errors.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
function.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
function_envs.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
function_envs_unit_test.go
function_git.go fix: replace git-urls with patched fork (#2105) 2023-12-12 11:01:27 +00:00
function_git_unit_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
function_labels.go
function_labels_unit_test.go
function_migrations.go Fixed PersistentVolumeClaim spelling error (#2069) 2023-11-07 21:28:46 +00:00
function_migrations_unit_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
function_options.go
function_options_unit_test.go
function_test.go func write: write localsettings to .func/local.yaml (#2121) 2024-01-19 08:56:06 +00:00
function_unit_test.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
function_volumes.go Fixed PersistentVolumeClaim spelling error (#2069) 2023-11-07 21:28:46 +00:00
function_volumes_unit_test.go Fixed PersistentVolumeClaim spelling error (#2069) 2023-11-07 21:28:46 +00:00
instances.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
instances_test.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
invoke.go fix: func invoke unmarshals json before setting it in the event (#2256) 2024-03-29 09:55:40 +00:00
job.go feat: enable scaffolding for host builds (#1750) 2023-06-06 20:37:26 +00:00
job_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
repositories.go fix: HOME with different permissions (#2361) 2024-09-09 07:20:04 +00:00
repositories_test.go
repository.go feat: scaffolded functions certs (#1823) 2023-06-26 18:57:51 +00:00
repository_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
runner.go feat: support external deps for host runs (#1882) 2023-07-25 19:31:40 +00:00
runner_test.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
template.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
templates.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
templates_embedded.go
templates_test.go Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00