Ryan
Ryan
+user-ml user-ro user-bar There was a bug. Tokens were set to last 1 week and the client didn't detect 401s meant they had stale details. Now Fixed. 401 status are...
JDBC Driver URL ``:jdbc:rest:http://host:0/noauth?skipTLS=true`` Queries: Plain URL GET ``` https://api.github.com/search/repositories?q=more+useful+keyboard ``` Exact same format as CURL? Allow easy testing? ``` -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost:3000/data?a=11&b=12&c={{val}} ```
#136 Add REST market data sources.
Fixed and tests added: 
An API for connectors is a brilliant idea!
We have a character limit on the columns set when a table is clicked: `` if(argVals.length
The recommended workaround for now would be to use a different ID column with short identifiers or to use a form dropdown. Forms only have the overall 2083 limit and...
user-ag would like to: - Copy deploy from dev to prod using JSON. Possibly replacing data source names in the JSON. - Have the ability to export / import.
user-ev said git based deploy is very important - had a really great example of pre/post commit hooks for checking that connections and queries are valid. - and that there...
**Workflows** 1. Create a new dashboard. 2. Update an existing dashboard 1. From original created in UI, 2. From git based 3. Update in git to add non-existant connection or...