190 Commits (3f5263f1926b1bca263faa7b44544cda6b91c29a)

Author SHA1 Message Date
Peter Clement a06b1b4310 fixing issue 3489 where default role wasn't saving correctly 5 years ago
Andrew Kingston 8990201ea8 Update UI of JSON schema editor 5 years ago
Andrew Kingston f4c3435e98 Rename Key/Value field to JSON field 5 years ago
mike12345567 1cee1b78e6 Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI. 5 years ago
mike12345567 de0b23dd9f Moving generation to builder because it reduces API calls and has no reason to be carried out server-side, handling array/object schema generation correctly. 5 years ago
mike12345567 ed28bf664d Adding server functionality to determine schema for JSON data type, some basic UI around an editor for getting JSON to determine schema from and the key/value mechanism for flat structures. 5 years ago
mike12345567 4d73903019 Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving. 5 years ago
mike12345567 05a8b47db9 Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL. 5 years ago
mike12345567 391dca561e Removing console log. 5 years ago
mike12345567 425fa4b595 Adding more error tracking around column creation, to reduce confusion/users not understanding required settings. 5 years ago
mike12345567 2ca6c1d0df Fixing warning. 5 years ago
mike12345567 18b742ede5 Adding some basic UI around the key/value data type. 5 years ago
Andrew Kingston 5f2f01851b Refactor client and server binding panels into single generic panel. Enable JS for formula fields 5 years ago
mike12345567 9dfa8c7651 Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version). 5 years ago
mike12345567 72bf66926d Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion. 5 years ago
mike12345567 2f282e70a9 Fixing issue with exporting CSV/JSON, also saving as right file type. 5 years ago
Michael Drury 97721fe5e5 Updating filter modal to manage invalid schemas when view created. 5 years ago
mike12345567 86eec3bb52 Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns. 5 years ago
mike12345567 6c46c119a6 Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
mike12345567 02137f4c08 Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 5 years ago
mike12345567 472af5d4e5 Adding the ability to set a permission for data source queries. 5 years ago
mike12345567 15907280b2 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 5 years ago
mike12345567 c22356fb4d Fixing an issue with relationship modal breaking when multiple data sources available to relate to, also fixing an pile of issues with creating and reading rows from SQL server plus. 5 years ago
mike12345567 0cf08df80f Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 eb8fde5c95 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 7b1114b7df Adding SQL relationship building. 5 years ago
mike12345567 246d08c804 SQL table building. 5 years ago
Rory Powell 841e6b2518 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
Martin McKeaveney 6c41a71827 account for 400 errors in data ui for plus datasources, fix query param selection in automations 5 years ago
Andrew Kingston c9abb0148e Fix view filters not accounting for invalid column names 5 years ago
Martin McKeaveney ed9574b815 tidy up 5 years ago
Martin McKeaveney 14370c81b9 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
Andrew Kingston bf46b41890 Automatically refresh data as needed when rows or columns are updated 5 years ago
Martin McKeaveney b4f9fd4f12 changed events to constants, instantiated analytics client at right time 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Maurits Lourens 52454c15fa fix exporting internal tables 5 years ago
Peter Clement 16270b46cf Update validation for array type 5 years ago
Peter Clement 5b23ea1dc9 fix issue with options not being displayed on new line 5 years ago
Peter Clement 04ce0abd46 Add not contains option to lucene query builder 5 years ago
Peter Clement 295e36f576 Add ability for user to select 'List' data type for a column 5 years ago
Maurits Lourens a2e7fe91dd fix lint issues 5 years ago
Maurits Lourens 8dfef0d342 return validation errors 5 years ago
mike12345567 1c306b60e7 Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships. 5 years ago
mike12345567 b01d50a81c Linting. 5 years ago
mike12345567 56cf236ebf Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB. 5 years ago
Martin McKeaveney db82784b42 readd one to many 5 years ago
Michael Drury 5fee80d049 Linting. 5 years ago
Michael Drury 72e392608d Adding checks around the edit roles modal. 5 years ago
Martin McKeaveney e9d6ddb571 typo 5 years ago