GCHQDeveloper314
GCHQDeveloper314
I previously tested with Docker 24.0.6 and Compose 2.21.0 and have now tested again using Ubuntu 22.04 with Docker 24.0.5 and Compose 1.29.2 (from Ubuntu repo) and Docker 24.0.6 and...
More recently this is happening in the CI again, despite the changes made above.
For `core-rest` this is done by customising the Swagger UI using [this file](https://github.com/gchq/Gaffer/blob/develop/rest-api/core-rest/src/main/webapp/lib/gaffer.js) and the surrounding structure. It is probably possible to do something similar with the newer Swagger which...
Running `mvn help:effective-pom -Dverbose -pl :spark-library` confirms that the way the spark-packages repo is specified causes it to take precedence over the default `central` repo: ``` Spark Packages https://repos.spark-packages.org/ false...
#2842 will upgrade our SpotBugs configuration and improve code quality standards. We might want to consider using the [PMD source code analyser](https://pmd.github.io/latest/index.html) which also runs as a maven plugin and...
#2871 introduces the PMD plugin which performs further static analysis and code quality checks. It also enables GitHub's CodeQL security scanning. This issue can probably be closed once this has...
Closed by #2871
As we are not using the GitHub App Integration it seems that codecov will no longer work after May 2023. Unless the [Github App Integration](https://github.com/apps/codecov) is installed ([more info here](https://about.codecov.io/blog/codecov-is-updating-its-github-integration/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gchq))....
I agree with @sw96411 that there should be further discussion surrounding how this should be implemented. A fix which just enables this without testing isn't acceptable as this would introduce...
Duplicates #3027