func/pkg/functions
Calum Murray 701e258acf
fix: func invoke unmarshals json before setting it in the event (#2256)
Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-03-29 09:55:40 +00:00
..
testdata func-go v1.21.3 - idiomatic handler signatures (#2227) 2024-03-14 14:40:36 +00:00
client.go Basic auth (#2242) 2024-03-26 09:17:21 +00:00
client_int_test.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
client_test.go Basic auth (#2242) 2024-03-26 09:17:21 +00:00
config_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
errors.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
function.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
function_envs.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
function_envs_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_labels_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_options_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
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 src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
instances_test.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
repositories_test.go feat: adds refspec support for `func repo add` (#1558) 2023-02-16 04:05:51 +00:00
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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
templates_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00