source-controller/controllers
Sunny baaa412779 Fix ocirepo testdata permissions
On Ubuntu, and maybe some others, the
`TestOCIRepository_reconcileArtifact` test fails due to difference in
file permission, which results in different artifact checksum. This is
due to the default umask on ubuntu. Reset the permission of the testdata
to fix the test on ubuntu.
There's a similar fix in `TestGitRepositoryReconciler_reconcileArtifact`
test.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2023-01-18 02:59:15 +05:30
..
testdata Add tests for reconcile delete 2022-08-02 13:11:08 +03:00
artifact.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-23 12:35:30 +01:00
artifact_matchers_test.go Implement Size field on archived artifacts 2022-02-28 16:01:34 +01:00
artifact_test.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-23 12:35:30 +01:00
bucket_controller.go Add progressive status in bucket reconciler 2023-01-10 00:30:40 +05:30
bucket_controller_fetch_test.go test: use `T.TempDir` to create temporary test directory 2022-04-29 23:01:39 +08:00
bucket_controller_test.go Add progressive status in bucket reconciler 2023-01-10 00:30:40 +05:30
common_test.go controllers: Allow deletion of suspended objects 2022-10-20 17:22:11 +05:30
gitrepository_controller.go Add progressive status in gitrepository reconciler 2023-01-10 00:30:40 +05:30
gitrepository_controller_fuzz_test.go build: Migrate to Go Native fuzz and improve reliability 2022-11-24 09:56:38 +00:00
gitrepository_controller_test.go Add progressive status in gitrepository reconciler 2023-01-10 00:30:40 +05:30
helmchart_controller.go Add progressive status in helmchart reconciler 2023-01-10 00:30:40 +05:30
helmchart_controller_test.go Add progressive status in helmchart reconciler 2023-01-10 00:30:40 +05:30
helmrepository_controller.go Add progressive status in helmrepo reconciler 2023-01-10 00:30:40 +05:30
helmrepository_controller_oci.go Add progressive status in helmrepo-oci reconciler 2023-01-10 00:30:40 +05:30
helmrepository_controller_oci_test.go Add progressive status in helmrepo-oci reconciler 2023-01-10 00:30:40 +05:30
helmrepository_controller_test.go Add progressive status in helmrepo reconciler 2023-01-10 00:30:40 +05:30
ocirepository_controller.go Add progressive status in ocirepo reconciler 2023-01-10 00:30:40 +05:30
ocirepository_controller_test.go Fix ocirepo testdata permissions 2023-01-18 02:59:15 +05:30
source_predicate.go Switch to v1beta2 API package 2022-02-23 12:35:25 +01:00
storage.go storage: take lock files into consideration while garbage collecting 2022-12-20 16:28:34 +05:30
storage_test.go Use filepath instead of path in storage tests 2022-12-21 05:25:49 +05:30
suite_test.go libgit2: Remove references to libgit2 from code 2022-12-12 15:34:28 +00:00