Ryan

Results 179 comments of 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: ![image](https://github.com/timestored/pulseui/assets/7273208/389b21cd-5454-4b4b-823c-b7c99fc02d4d)

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...