Lucas Medeiros
Lucas Medeiros
This PR add support to Neo4j connectivity check
We have experienced before some `loadTestStatus.JobStatus` not being persisted after we process the object in `SyncStatus`. That require us to process the finished loadTest object every time in `SyncStatus` to...
Currently the code generator script is failing, preventing new contributions to make changes in the CRD.
Keeping both Kangal releases and helm charts releases in the same repository caused problems with goreleaser #170 and confusion on users #182 A proposal for this issue would be to...
The version `v7.0.22` of [minio-go](https://github.com/minio/minio-go) is already available, let's upgrade it. Some changes in the client and the report handler will be needed
The integration tests in [proxy_integration_test.go](https://github.com/hellofresh/kangal/blob/master/pkg/proxy/proxy_integration_test.go) have sub-tests that are sharing some data. Ideally those tests should be isolated and grouped by functionality
Currently integration test depend on JMeter Load Generator backend. Ideally they should be agnostic using a dummy Load Generator, leaving Load Generator dependent tests to their own backend specific integration...
As previously discussed [here](https://github.com/hellofresh/kangal/pull/106#discussion_r564389560), there are some configurations in `controller` and `proxy` package that are not required anywhere in the code and should be removed. Remove `MasterURL`, `KubeConfig` and any...
As discussed previously [here](https://github.com/hellofresh/kangal/pull/106#discussion_r564399306), some sanity checks on the configuration provided should be implemented, to warn the user of unreasonable setup with missing properties and incompatible values (e.g. `syncHandlerTimeout` being...
To improve debugging and overall observability, `syncHandler` operations should be traced.