source-controller/controllers
Hidde Beydals d4db5a57dd controllers: tweak events and logging
- Ensure all logged messages start with a lowercase.
- Make some pushed (and logged) events of type `EventTypeTrace` to
  prevent them from being sinked to the external event recorder, to
  prevent spam.
- Only log if artifact is up-to-date with upstream (instead of pushing
  an event).

Signed-off-by: Hidde Beydals <hello@hidde.co>
2022-02-15 15:55:44 +05:30
..
testdata Rewrite `GitRepositoryReconciler` to new standards 2022-02-15 15:42:14 +05:30
artifact.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-15 15:40:57 +05:30
artifact_matchers_test.go Add gomega matcher for artifact 2022-02-15 15:40:57 +05:30
artifact_test.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-15 15:40:57 +05:30
bucket_controller.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
bucket_controller_test.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
gitrepository_controller.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
gitrepository_controller_test.go gitrepo: Fix reconcileInclude() includes 2022-02-15 15:55:44 +05:30
helmchart_controller.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
helmchart_controller_test.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
helmrepository_controller.go controllers: tweak events and logging 2022-02-15 15:55:44 +05:30
helmrepository_controller_test.go helmrepo: Add more reconciler design improvements 2022-02-15 15:55:44 +05:30
legacy_suite_test.go HelmChartReconciler refactor 2022-02-15 15:55:44 +05:30
source_predicate.go Switch to v1beta2 API package 2022-02-15 15:40:57 +05:30
storage.go Implement new runtime interfaces, prepare testenv 2022-02-15 15:40:57 +05:30
storage_test.go Switch to v1beta2 API package 2022-02-15 15:40:57 +05:30
suite_test.go Rewrite `HelmRepositoryReconciler` to new standards 2022-02-15 15:55:44 +05:30