database-gui
Here are 91 public repositories matching this topic...
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
-
Updated
Jun 26, 2020 - CSS
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 28, 2017 - JavaScript
https://github.com/pods-framework/pods/blob/2.x/README.md#get-support--help
We should also do a code search to check for any other places that might be hanging around.
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 installfor the pyfastogt python scripts you may need to run this commandpython -m pip install -U --force-reinstall pip setuptools - If you encounter errors with `python3 build
-
Updated
Nov 7, 2017 - JavaScript
Bug Rep
-
Updated
Feb 7, 2020 - Rust
-
Updated
Oct 11, 2019
-
Updated
Apr 6, 2020 - Python
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Go
Add e2e testing
I'm gonna be redundant with this ticket, but I feel I can start proposing the work I made regarding e2e testing on the Gatsby-source project.
Some background:
directus/gatsby-source#2
directus/gatsby-source#8
directus/sdk-python#16
I propose to add e2e testing for this SDK using the same tools I used for Gatsby-so
-
Updated
Nov 1, 2019 - PHP
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
-
Updated
Oct 26, 2018 - Shell
-
Updated
Oct 26, 2018
-
Updated
Oct 10, 2019 - Swift
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
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.
-
Updated
Jul 7, 2020 - Vue
-
Updated
Sep 26, 2019 - PHP
-
Updated
Oct 8, 2018 - Shell
-
Updated
Feb 22, 2019 - Shell
-
Updated
May 1, 2018
-
Updated
Aug 9, 2018 - TypeScript
-
Updated
Mar 16, 2017 - JavaScript
Improve this page
Add a description, image, and links to the database-gui topic page so that developers can more easily learn about it.
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."
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: