func/pkg/functions
Luke Kingland b82a5a4eac
feat: host-based scaffolded function runner (#1733)
* feat: host runner

* improve error message wording
2023-05-24 21:26:25 +00:00
..
testdata chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
client.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
client_int_test.go feat: job scaffolding (#1697) 2023-05-04 20:53:57 +00:00
client_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
config_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function.go chore: improve error messages for most commands (#1745) 2023-05-17 15:52:12 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 fix: .gitignore stamp interference (#1728) 2023-05-16 19:41:11 +00:00
function_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_volumes.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
function_volumes_unit_test.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
instances.go rename Instance to InstanceRefs (#1694) 2023-04-25 13:58:45 +00:00
instances_test.go rename Instance to InstanceRefs (#1694) 2023-04-25 13:58:45 +00:00
invoke.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
job.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +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: write instanced and static scaffolding (#1732) 2023-05-18 20:03:14 +00:00
repository_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
runner.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
runner_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
signatures.go feat: function signature detection (#1699) 2023-05-10 16:02:02 +00:00
signatures_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
template.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
templates.go extract splitTemplateName from Templates.Get (#1700) 2023-04-25 14:01:45 +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