Skip to content
#

database-gui

Here are 91 public repositories matching this topic...

iworker
iworker commented Jan 9, 2019

I'm not sure if it's bug or expected behaviour. If you have some keys divided into namespaces, you created a filter and you want to reload all the keys in the namespace using the button "Reload Namespace", you receive all the keys from the namespace instead of filtered set of keys.

Steps:

  1. Apply some filter;
  2. Click on "Reload Keys in Database" (keys reloaded with applying of filter as exp
bug
directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

syserr0r
syserr0r commented Aug 1, 2019

It may be helpful to add the following notes to the Windows build guide:

  • You need to explicitly run the 64-bit version of msys2 (at least on a 64-bit system)
  • If you encounter errors when running python3 setup.py install for the pyfastogt python scripts you may need to run this command python -m pip install -U --force-reinstall pip setuptools
  • If you encounter errors with `python3 build
docker
PostPollux
PostPollux commented Apr 6, 2020

Having a look at the documentation about how to use the docker version of Directus there is a list of environment variables:
https://docs.directus.io/docker/environment.html#all-variables

A lot of the environment variables are "arrays". How can one set array environment variables in docker. I don't think it's possible, or is it? I think this should be mentiond somewhere. It's a bit misleading

weissenheimer
weissenheimer commented Nov 14, 2018

The Directus PHP-SDK cannot be used with self-signed SSL certificates due to an error from Guzzle:

[Wed Nov 14 15:01:53.384591 2018] [php7:error] [pid 12] [client 172.17.0.1:35294] PHP Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in

siddharthlatest
siddharthlatest commented Nov 1, 2017

Allow users to add a custom transform function once the aggregation results are returned back from Elasticsearch.

countFormatter ((count:number)=> number|string) A optional function to format the doc counts

bucketsTransform ((buckets:Array)=> transformedBuckets) A optional function to transform the buckets used for the aggregation, can be used to sort the list or to inject new facets.

Improve this page

Add a description, image, and links to the database-gui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the database-gui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.