func/pkg/mock
Luke Kingland e6fa020f78
fix: test and namespace isolation (#2187)
* fix: namespace logic cleanup and test isolation

- Pulls logic for defaulting to active namespace (K8S) moved UP to CLI during
  flag default calculation.
- Pushes logic of deciding between f.Namespace vs f.Deploy.Namespace down into
  implementations.
- Updates some tests which needed to have their environment cleared.
- Refactors Pipelines tests to use client API.
- Removes namespaces as a state variable all structures, instead passing as
  an argument.
- Moves FromTempDirectory to testing package for use outside cmd.

* fix spelling errors

* fix: pipelines remover always returned (empty) error

* update tekton namespace handling

* fix: remove deprecated GitLab config: max_concurrency
2024-05-17 08:25:46 +00:00
..
builder.go feat: platform build options (#1780) 2023-06-12 14:04:03 +00:00
client.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
deployer.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
describer.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
dnsProvider.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
initializer.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
lister.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
pipelines_provider.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
pusher.go Basic auth (#2242) 2024-03-26 09:17:21 +00:00
remover.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
runner.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00