func/pkg/functions
Luke Kingland c1358dada1
chore: fix build and test tags (#2911)
The current build tagging system was predicated on the idea that
integraion, e2e and unit tests are entirely separate.  The correct way
to treat these is as inclusive with unit tests.  Thus this pr removes
the exclusion of unit test from integration tests runs, treating -tags
integration as indicating "unit tests plus integration tests".
2025-07-03 08:13:55 +00:00
..
testdata integration test isolation (#2894) 2025-07-03 00:33:54 +00:00
client.go feat: add labels to func describe (#2882) 2025-07-01 08:12:53 +00:00
client_int_test.go integration test isolation (#2894) 2025-07-03 00:33:54 +00:00
client_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
config_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
errors.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
function.go Make build binds more similar to runtime binds (#2768) 2025-04-03 10:19:05 +00:00
function_envs.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
function_envs_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +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 chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_labels.go
function_labels_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_migrations.go Fixed PersistentVolumeClaim spelling error (#2069) 2023-11-07 21:28:46 +00:00
function_migrations_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_options.go
function_options_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
function_volumes.go Fixed PersistentVolumeClaim spelling error (#2069) 2023-11-07 21:28:46 +00:00
function_volumes_unit_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
instances.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
instances_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
invoke.go Refactor if-elif-else => switch (#2785) 2025-04-14 12:02:16 +00:00
job.go feat: enable scaffolding for host builds (#1750) 2023-06-06 20:37:26 +00:00
job_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
repositories.go fix: HOME with different permissions (#2361) 2024-09-09 07:20:04 +00:00
repositories_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
repository.go Python Middleware v2 Scaffolding (#2685) 2025-04-02 10:44:05 +00:00
repository_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
runner.go fix: pass LISTEN_ADDRESS to runner (#2901) 2025-07-01 01:58:53 +00:00
runner_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00
template.go Apply linter suggestions (#2786) 2025-04-15 09:43:13 +00:00
templates.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
templates_embedded.go
templates_test.go chore: fix build and test tags (#2911) 2025-07-03 08:13:55 +00:00