source-controller/controllers
Hidde Beydals 032ffb4d27 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-23 12:35:30 +01:00
..
testdata Rewrite `GitRepositoryReconciler` to new standards 2022-02-23 12:35:30 +01:00
artifact.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-23 12:35:30 +01:00
artifact_matchers_test.go Add gomega matcher for artifact 2022-02-23 12:35:30 +01:00
artifact_test.go Introduce `artifactSet` to replace `hasArtifactUpdated` 2022-02-23 12:35:30 +01:00
bucket_controller.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
bucket_controller_test.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
gitrepository_controller.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
gitrepository_controller_test.go gitrepo: Fix reconcileInclude() includes 2022-02-23 12:35:30 +01:00
helmchart_controller.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
helmchart_controller_test.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
helmrepository_controller.go controllers: tweak events and logging 2022-02-23 12:35:30 +01:00
helmrepository_controller_test.go helmrepo: Add more reconciler design improvements 2022-02-23 12:35:30 +01:00
legacy_suite_test.go HelmChartReconciler refactor 2022-02-23 12:35:30 +01:00
source_predicate.go Switch to v1beta2 API package 2022-02-23 12:35:25 +01:00
storage.go Implement new runtime interfaces, prepare testenv 2022-02-23 12:35:30 +01:00
storage_test.go Switch to v1beta2 API package 2022-02-23 12:35:25 +01:00
suite_test.go Rewrite `HelmRepositoryReconciler` to new standards 2022-02-23 12:35:30 +01:00