func/pkg/functions
Nitish Chauhan c15450177a
adding support for .funcignore file (#1815)
* adding suppor for funcignore file

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* resolving unit test and linting error

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* adding unit tests and symlink

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* making requested changes in tests

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* making requested changes

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* changing the comment

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

* resolving unit test error in windows

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>

---------

Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>
2023-06-28 20:36:03 +00:00
..
testdata feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
client.go adding support for .funcignore file (#1815) 2023-06-28 20:36:03 +00:00
client_int_test.go feat: job scaffolding (#1697) 2023-05-04 20:53:57 +00:00
client_test.go src: speed up tests by building with a test platform (#1820) 2023-06-22 06:58:35 +00:00
config_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
errors.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
function.go Add support for `serviceAccountName` on deploy (#1811) 2023-06-19 16:46:54 +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 Fix appending SHA256 hash to image reference in ImageWithDigest (#1784) 2023-06-06 19:01:26 +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 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 add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +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 fix: choosePort for host-runner (#1825) 2023-06-26 18:24:51 +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