fusiondb-server icon indicating copy to clipboard operation
fusiondb-server copied to clipboard

FusionDB Server

Results 15 fusiondb-server issues
Sort by recently updated
recently updated
newest added

Notarization status(s) is retrievable with: ``` xcrun altool --notarization-history 0 --username --password ``` Which gives something like: ``` Notarization History - page 0 Date RequestUUID Status Status Code Status Message...

With XCode 13+ there are newer commands that can be used for notarization: https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow#3087734 One such new flag is `--wait` which could be used to wait until notarization completes, after...

I have been benchmarking different types of requests to the RESTful API for both Fusion and eXist, using the latest USLM versions of titles 1 (a short one) and 42...

Hello, Our customer who has fusion Db on their server keeps losing connection. Restarting the DB doesn't help It will lose connection again. The first time this happened (last week)...

Installed the latest Fusion DB snapshot (1.0.0~20200615135044) on Ubuntu 20.04, kernel 5.4, pretty vanilla Ubuntu install with nothing fancy. The install complained about these missing dependencies: ``` Unpacking fusiondb-server (1.0.0~20200615135044)...

Part of the build involves downloading eXist-db Apps from the eXist-db public repo for FusionDB's eXist-db compatibility component. Unfortunately when the eXist-db public repo is offline (which has been not...

enhancement

I'm running the Alpha 3 Docker instance. I'm finding that I can't see the PDF files I have installed alongside my XML documents. This had worked fine with eXist-db and...

At the moment we serialize/deserialize data into each column family according to one or more fixed layouts. For future proofing, we should store the version of the layout. At startup...

* Modularise * Bundle JRE with app on Win and Mac. See also https://dave.autonoma.ca/blog/2020/06/29/write-once-build-anywhere/

When opening the `FusionDB Server` application via the Dock from /Applications, you are initially presented with the launcher config dialog. Upon clicking save the Dialog disappears and nothing seems to...