GCHQDeveloper314

Results 42 issues of GCHQDeveloper314

**Describe the new feature you'd like** A new Gaffer `Operation` to get the Gaffer store type for a Gaffer graph. This would be able to retrieve the store type for...

feature

**Describe the new feature you'd like** A new Gaffer `Operation` to get the version of Gaffer which an instance is running. **Why do you want this feature?** An endpoint for...

feature

**Describe the new feature you'd like** Unit Tests should be able to be run in parallel. For this to work, some tests need to be improved or converted to integration...

enhancement
blocked

**Describe the new feature you'd like** Gaffer to make use of Java 11 code features/improvements. **Why do you want this feature?** Currently the codebase can be built with Java 8...

enhancement
dependencies

The PR for updating Gaffer docker to 2.1.0 (#339) contained a hotfix for a problem with the datasketeches JARs not being included in the deploy JAR. This was fixed in...

bug

In all `docker-compose.yaml` files that involve Accumulo, there's this comment on each Accumulo service: https://github.com/gchq/gaffer-docker/blob/61df0181fb0ce2eab02b8b72dd3bd59cce6708dc/docker/gaffer/docker-compose.yaml#L82-L86 For Kubernetes the following is done to grant "the right permissions": https://github.com/gchq/gaffer-docker/blob/61df0181fb0ce2eab02b8b72dd3bd59cce6708dc/kubernetes/accumulo/values.yaml#L29-L32 The claim that...

tech debt
Docker
good first issue

When pushing new images to GitHub containers with tags which replace tags on previously pushed images, the old images remain but without any tags: [On Docker Hub](https://hub.docker.com/r/gchq/accumulo/tags?page=1) the old untagged...

Docker
automation

**Describe the new feature you'd like** To make configuration more obvious, it should be possible to explicitly disable named operations and named views, instead of having to do this by...

feature

**Describe the new feature you'd like** Graphs [are identified by a 'Graph ID'](https://gchq.github.io/gaffer-doc/latest/development-guide/project-structure/components/graph/#graph-configuration), these are used for all store types. Inside the Store there could be methods to link the...

feature