Nigel Jones

Results 115 issues of Nigel Jones

At https://odpi.github.io/egeria-docs/guides/admin/servers/configuring-a-metadata-access-point/#set-the-server-url-root we explain serverURL root I have had a few people discuss this on slack & get confused when running in a container or complex/vpn environment We need to...

![image](https://user-images.githubusercontent.com/7292002/157264171-ac755059-4e24-459e-a6a1-a2b77b3af406.jpeg) To avoid this see ci/cd build at https://github.com/odpi/egeria-react-ui/blob/main/.github/workflows/node-build.yml We need to add this setting into the doc ie as environment variable or parameter on the build NODE_OPTIONS="--max_old_space_size=6144" For example...

Themain egeria docs need to be extended to cover running the Egeria UIs - [x] Running the react UI natively - [ ] Running the react UI in a container...

Followon from #1708 The above PR pins dependencies for github actions, python dependencies, and potentially Dockerfiles Whilst this ensures builds are reproducible, and reduces the likelihood of malicious code injection,...

When using this plugin within the eclipse environment lifecycle mapping issues frequently occur. For example I've had issues of the form ![image](https://cloud.githubusercontent.com/assets/7292002/22370001/fe05bf84-e486-11e6-85de-73766df1d841.png) with ![image](https://cloud.githubusercontent.com/assets/7292002/22370004/07886746-e487-11e6-83ab-cb97f1431528.png) Info on making plugins compatible are...

Just noticed this - when looking at the latest verison 0.2.0 ... In 0.1.15 the following works: ``` // Initially we launch as an app -- though there may be...

The gradle build is not building/packaging the -jar-with-dependencies Noticed when trying to download via ``` http://oss.sonatype.org/service/local/artifact/maven/redirect\?r\=snapshots\&g\=org.odpi.egeria\&a\=egeria-connector-xtdb\&v\=4.0-SNAPSHOT\&c\=jar-with-dependencies ``` Found that the uber jar is built, but is not published in the...

Create docker container which has - egeria base image (set to same level as dependencies) - this connector Add support to actions: - merge - release Following the same approach...

* Issue #109945 Co-authored-by: Martin Schmatz This change makes it possible to allow multiple groups to be specified in a colon separated string. See issues for more detail The implementation...

Adds support for 'discard-timeout' to Unbound configuration. This can be useful when using the option to serve expired responses. The new option is added just below 'Jostle Timeout' within the...