97 Commits (b1e2c2ae98a7f345152bb2fc92ef1dce554155c0)

Author SHA1 Message Date
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
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 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 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
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
Maurits Lourens 104a84d19b merge develop into branch 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
Martin McKeaveney db82784b42 readd one to many 5 years ago
Martin McKeaveney 63be9750ae simplify relationship configuration UI 5 years ago
mike12345567 5dd53f67ac Some work towards supporting many SQL relationships. 5 years ago
mike12345567 373c57580a Allowing formula fields to be display columns. 5 years ago
Andrew Kingston d9d0cc9be3 Fix all eslint issues 5 years ago
mike12345567 fd02c5994b Fixing an issue with the various components of a relationship column being edittable after it was created. 5 years ago
mike12345567 5dc0c6f559 Relationship name wasn't editable - fixing this. 5 years ago
mike12345567 fa455e8eef Fixing internal table issues and updating createTable cypress test case. 5 years ago
mike12345567 133733740b Fixing issue with relationship column not being name-able. 5 years ago
Martin McKeaveney f992c650d2 allow deletion of relationships 5 years ago
Martin McKeaveney bb2f4f485b merge with next 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Andrew Kingston 1c3d477523 Fix prettier and fix crash when using certain views as data sources 5 years ago
mike12345567 a6e282c19b 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 87e846054b Linting. 5 years ago
mike12345567 4ed611fb73 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 b2fc4e56eb Add datepicker, centralise icon management and update builder styles 5 years ago
mike12345567 7d3eb2f234 Formatting. 5 years ago
Andrew Kingston 9a0ad49b74 Add switch and fix modal titles 5 years ago
mike12345567 e74adaf73b Formatting. 5 years ago
Andrew Kingston 7ba5ff7b34 Add radio group spectrum component and update builder 5 years ago
mike12345567 cfde5d3ca4 Some fixes for creation/editing of table columns. 5 years ago
Andrew Kingston 6e9c3b7b5d Fix schema in when creating columns and use new spectrum form components in design section 5 years ago
Andrew Kingston b83148a0c8 Update some builder components to use new forms 5 years ago
Keviin Åberg Kultalahti 97712a2936 fix buttons 5 years ago
Keviin Åberg Kultalahti b68d677e27 moves NotificationDisplay to bbui and converts it to spectrum 5 years ago
Keviin Åberg Kultalahti a2a1722baf conversion of buttons in builder 5 years ago
Keviin Åberg Kultalahti 2963d1d945 actually convert table command buttons 5 years ago