source-controller/controllers
Sunny a62fee5ac0
gitrepo: Do not stall when no included artifact
The GitRepository object with included artifact should not stall when
the included artifact is not available since there's no way to signal a
reconciliation when the included artifact becomes available. The
reconciliation should fail and retry until the included artifact becomes
available.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-03-25 16:28:37 +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 Prefix event annotations with API Group FQDN 2022-03-23 19:28:05 +01:00
bucket_controller_fetch_test.go Introduce BucketProvider interface 2022-03-01 10:15:10 +01:00
bucket_controller_test.go Add new condition StorageOperationFailedCondition 2022-03-14 21:20:37 +05:30
gitrepository_controller.go gitrepo: Do not stall when no included artifact 2022-03-25 16:28:37 +05:30
gitrepository_controller_test.go test: source ignore for subdirectories in a repo 2022-03-23 17:17:06 +05:30
helmchart_controller.go Prefix event annotations with API Group FQDN 2022-03-23 19:28:05 +01:00
helmchart_controller_test.go Document HelmChart API v1beta2 spec 2022-03-11 10:04:14 +01:00
helmrepository_controller.go Prefix event annotations with API Group FQDN 2022-03-23 19:28:05 +01:00
helmrepository_controller_test.go Document HelmRepository API v1beta2 spec 2022-03-11 10:04:14 +01:00
source_predicate.go Switch to v1beta2 API package 2022-02-23 12:35:25 +01:00
storage.go Implement Size field on archived artifacts 2022-02-28 16:01:34 +01:00
storage_test.go storage: Return details about the deleted items 2022-02-23 12:35:30 +01:00
suite_test.go Implement Size field on archived artifacts 2022-02-28 16:01:34 +01:00