Sunny

Results 33 issues of Sunny

Due to the existence of `BUILD_DIR` directory called `build` at the project root, the `build` make target never works. Rename the make target as `manager`, in alignment with other makefiles...

Add a test case for http bearer token in https://github.com/fluxcd/source-controller/blob/9dc4271d30d792cc94963032cca303bfe9a7a8a9/controllers/gitrepository_controller_test.go#L334-L336 once bearer token authentication support is added in gitkit, refer https://github.com/fluxcd/gitkit/pull/11/, and [`gittestserver`](https://github.com/fluxcd/pkg/blob/main/gittestserver/server.go). Refer https://github.com/fluxcd/pkg/pull/442 for more discussions around bearer...

good first issue
area/git
area/testing

# Pull Request ## Description of the change When nextcloud-exporter is used by enabling metrics, it fails to fetch the serverinfo with 400 response code. nextcloud-exporter log ```console level=error msg="Error...

3. to review

Depends on https://github.com/fluxcd/image-automation-controller/pull/647, to be release as part of Flux v2.3 release. - Update all the references of v1beta1 API to v1beta2 - Update the outputs and template examples to...

area/docs
area/flux

The [event recorder](https://github.com/fluxcd/pkg/blob/e1f19a1e6b350e249e606f89da0474f9065cf620/runtime/events/recorder.go#L60) currently runs in a blocking fashion due to which it can affect the reconcilers when they emit an event and the event webhook server takes time to...

enhancement
help wanted
area/runtime

Depends on https://github.com/fluxcd/image-automation-controller/pull/647 . TODO: - [ ] Remove the replace statements from go.mod files that point to image-automation-controller PR branch.

Adds `_csv_crd_validation()` and `_csv_asd_validation` for validating `csv.spec.customresourcedefinitions` and `csv.spec.apiservicedefinitions` respectively. Also validates the descriptors in both CRD and ASD using a common method `_csv_descriptors_validation()`.

needs-rebase
size/XXL
needs-ok-to-test

Refer: https://groups.google.com/forum/#!topic/mozilla-zest/QUiR4kuht-w

enhancement

Passing any string as 'type' just works. Unknown type strings should result in exception.

- Add a new workflow `integration-aws` for running the AWS integration tests. - Add setup docs for configuring the AWS account and GitHub repository for running the tests. Depends on...

area/testing