113 Commits (171905fd136a16ea080ffc30801db4c68f426fd4)

Author SHA1 Message Date
Andrew Kingston d12cd2abdf Add rich text option to long form data type 4 years ago
mike12345567 9b55ba8b13 Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables. 4 years ago
mike12345567 50eff577f9 Getting the static formulas being processed on input, not re-processing on output. 4 years ago
mike12345567 c04379eaea Fixing issue with dynamic/static formula types not being stored. 4 years ago
mike12345567 249b10a605 Adding in static/dynamic select, as well as the ability to set a tooltip on a select. 4 years ago
Maurits Lourens 77d0a556bd reset field.name to originalName after cancel 4 years ago
Maurits Lourens d2688124f4 use deleteColName when deleting a column 4 years ago
mike12345567 05e2baa0d3 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 5ff8716080 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 5e9f3969c9 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 116bccfd73 Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL. 5 years ago
mike12345567 4f8650a5be Removing console log. 5 years ago
mike12345567 f959ea0add Adding more error tracking around column creation, to reduce confusion/users not understanding required settings. 5 years ago
mike12345567 f5e8c6f559 Adding some basic UI around the key/value data type. 5 years ago
Andrew Kingston 4145f6eccc Refactor client and server binding panels into single generic panel. Enable JS for formula fields 5 years ago
mike12345567 0335b1cee3 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 ea0000df51 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 7f055ed8dc 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 b310918ec4 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 b34cef26c3 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 f071cc5219 Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 a94376ce43 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 949c6b8653 Adding SQL relationship building. 5 years ago
mike12345567 329156d6cc SQL table building. 5 years ago
Martin McKeaveney 11e64b0ffe tidy up 5 years ago
Martin McKeaveney ec26d5c738 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
Andrew Kingston f9c8cd8506 Automatically refresh data as needed when rows or columns are updated 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
Peter Clement 4fa36727e4 Update validation for array type 5 years ago
Peter Clement 84350933d4 fix issue with options not being displayed on new line 5 years ago
Peter Clement 05568295b5 Add not contains option to lucene query builder 5 years ago
Peter Clement 17438372d0 Add ability for user to select 'List' data type for a column 5 years ago
Martin McKeaveney 8bc6ed5b34 readd one to many 5 years ago
Martin McKeaveney 93569ccc87 simplify relationship configuration UI 5 years ago
mike12345567 5a4398f690 Some work towards supporting many SQL relationships. 5 years ago
mike12345567 c531a02725 Allowing formula fields to be display columns. 5 years ago
Andrew Kingston 38e064fa0f Fix all eslint issues 5 years ago
mike12345567 b82af48351 Fixing an issue with the various components of a relationship column being edittable after it was created. 5 years ago
mike12345567 5317d7b1f3 Relationship name wasn't editable - fixing this. 5 years ago
mike12345567 781bd7bab6 Fixing internal table issues and updating createTable cypress test case. 5 years ago
mike12345567 507e2587c6 Fixing issue with relationship column not being name-able. 5 years ago
Martin McKeaveney f58ad3a12c allow deletion of relationships 5 years ago
Martin McKeaveney 4086d39535 merge with next 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Andrew Kingston c010eeb314 Fix prettier and fix crash when using certain views as data sources 5 years ago
mike12345567 a7022de9b5 Moving drawers around to be a common component as they are utilised in a few places, keep all the binding work together, as well as some fixing for readable/runtime binding detection and conversion. 5 years ago
mike12345567 b7a767a571 Linting. 5 years ago
mike12345567 a14c80bf6c Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 5 years ago
Andrew Kingston 06b438d585 Add datepicker, centralise icon management and update builder styles 5 years ago
mike12345567 aa467e7d63 Formatting. 5 years ago