Tim Whittington
Tim Whittington
### OrientDB Version: 3.1.17 When the storage in a distributed database is placed into an internal error state, any subsequent mutation request will cause the message processing in `ODistributedDatabaseImpl` to...
Initial implementation of `+json` serialization in all gRPC protocols. References #238 I implemented this to see how much more work would be required to support JSON in the protocol/negotiation stack...
## What does this PR do? This is an in-progress set of changes we're working on to increase the stability of OrientDB in HA/distributed deployments. We're currently testing these fixes...
What does this PR do? Port the `SEARCH_CROSS` Lucene cross class index search function from the enterprise agent codebase. Motivation `SEARCH_CROSS` is described in the documentation for enterprise edition, but...
### What does this PR do? Prevents an offline DB status from breaking the view manager update task. ### Related issues Separated out from #9854
## Why the new feature should be added Related to https://github.com/ggrossetie/asciidoctor-kroki/issues/418, but asciidoctor-intellij-plugin seems to have it's own Kroki processor. Using asciidoctor-intellij-pluginto render Asciidoc with Structurizr diagrams containing multiple views,...
**Is your feature request related to a problem? Please describe.** When constructing a request message, it's not always entirely obvious which fields can/need to be populated. This is particularly the...
Using asciidoctor-vscode to render Asciidoc with Structurizr diagrams containing multiple views, only the last view defined in the Structurizr diagram is rendered in the preview. With a large Structurizr workspace...
Make all Mojos threadsafe (some had already been marked as thread safe in previous work). This primarily addresses #86, where the static artifact cache in `DefaultThirdPartyHelper` could be concurrently read/updated....
### What does this PR do? If the plugin isn't online, initialisation of newly created database will fail, resulting in a partially initialised database that will break when used (usually...