source-controller/controllers
Sanskar Jaiswal 4ce31319ee libgit2: refactor tests to use managed and unmanaged transport cleanly
Refactors libgit2 checkout tests to test managed and unmanaged
transport by making sure the tests requiring unmanaged transport are run
before, any tests that require managed transport (since disabling
managed transport isn't possible). This is done via arranging the tests
carefully in alphabetically sorted names, i.e. the tests with unmanaged
transport go in `checkout_test.go`, which forces golang to run the tests
in that file before any other tests.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2022-06-09 21:01:17 +05:30
..
testdata test: source ignore for subdirectories in a repo 2022-03-23 17:17:06 +05:30
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 Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
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 Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
gitrepository_controller.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
gitrepository_controller_test.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
helmchart_controller.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
helmchart_controller_test.go Fix repository cache regression 2022-06-06 13:15:10 +02:00
helmrepository_controller.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
helmrepository_controller_oci.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
helmrepository_controller_oci_test.go Replace stalling events in HelmChart and HelmRepository_OCI 2022-05-27 15:35:49 +02:00
helmrepository_controller_test.go Log on new artifact and failure recovery 2022-06-03 15:58:19 +03:00
source_predicate.go Switch to v1beta2 API package 2022-02-23 12:35:25 +01:00
storage.go Reduce file permission 2022-04-13 17:14:45 +02:00
storage_test.go test: use `T.TempDir` to create temporary test directory 2022-04-29 23:01:39 +08:00
suite_test.go libgit2: refactor tests to use managed and unmanaged transport cleanly 2022-06-09 21:01:17 +05:30