Bartosz Majsak
Bartosz Majsak
It would be useful to be able to see the graph visually. JGraph has several exporters available, so we can export the graph to e.g. `.dot` file and then turn...
As we are adding more and more functional tests our build is taking quite a bit of time which will make it harder to have fast feedback loops (either locally...
#### Short description of what this resolves: While working on issues with Affected strategy I wrote a simple piece of code dumping graph to a `dot` format. This can be...
##### Issue Overview Currently, each and every strategy assumes we are using Git and relies on this VSC to detect changes in the project. The goal of this task is...
Next to functional tests, we should extend our verification test suite with new approaches letting us discover potential integration problems with build tools as projects use them slightly different (e.g....
As we can now execute `Test Bed` [tests against any repository](https://github.com/arquillian/smart-testing/blob/60ec2978a62b71d80e43da54dcb676a549af046b/functional-tests/test-bed/src/main/java/org/arquillian/smart/testing/ftest/testbed/rules/GitClone.java#L38), we should develop a simple smoke test to see if we can configure our extension against arbitrary projects. The...
If we don't define `smart-testing-surefire-provider` dependency both as project dependency as well as provider for `surefire` plugin we are encountering classloading issues. We have to investigate why is that happening...
This script was overwriting `-standalone` schema files with its `strict` version, as output was defined as the same folder.
##### What can be improved We're locked on microk8s 1.19 and thus on istio-1.10 addon. With 1.24 addons are moved to their own repositories and istio is based on 1.14.x...
Before all our PRs got stuck in limbo b/c of us using semver and Tekton relying on x.y scheme. We need to check if we want to fix publishing or...