Lucas Medeiros

Results 15 issues of 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...

bug
help wanted
pinned

Currently the code generator script is failing, preventing new contributions to make changes in the CRD.

bug
pinned

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...

discussion
pinned

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

good first issue
pinned

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

good first issue
pinned

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...

pinned

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...

good first issue
pinned

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...

pinned

To improve debugging and overall observability, `syncHandler` operations should be traced.

pinned