mike12345567
|
3567e7ddb6
|
Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables.
|
5 years ago |
Andrew Kingston
|
db30c91a0b
|
Refactor all backend stores and their usages to use new core API and handle errors
|
5 years ago |
mike12345567
|
8115f6eef2
|
Getting the static formulas being processed on input, not re-processing on output.
|
5 years ago |
mike12345567
|
f1a504e57f
|
Fixing issue with dynamic/static formula types not being stored.
|
5 years ago |
mike12345567
|
10f55cf572
|
Adding in static/dynamic select, as well as the ability to set a tooltip on a select.
|
5 years ago |
Maurits Lourens
|
b03ce671db
|
reset field.name to originalName after cancel
|
5 years ago |
Maurits Lourens
|
959beb0c40
|
use deleteColName when deleting a column
|
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
|
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
|
05a8b47db9
|
Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL.
|
5 years ago |
mike12345567
|
116bccfd73
|
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
|
4f8650a5be
|
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
|
f959ea0add
|
Adding more error tracking around column creation, to reduce confusion/users not understanding required settings.
|
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 |
Andrew Kingston
|
4145f6eccc
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
0cf08df80f
|
Adding many to many support, generating junction table and setting up constraints.
|
5 years ago |
mike12345567
|
f071cc5219
|
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
|
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
|
7b1114b7df
|
Adding SQL relationship building.
|
5 years ago |
mike12345567
|
949c6b8653
|
Adding SQL relationship building.
|
5 years ago |
mike12345567
|
246d08c804
|
SQL table building.
|
5 years ago |
mike12345567
|
329156d6cc
|
SQL table building.
|
5 years ago |
Martin McKeaveney
|
ed9574b815
|
tidy up
|
5 years ago |
Martin McKeaveney
|
11e64b0ffe
|
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 |
Martin McKeaveney
|
ec26d5c738
|
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 |
Andrew Kingston
|
f9c8cd8506
|
Automatically refresh data as needed when rows or columns are updated
|
5 years ago |
Maurits Lourens
|
104a84d19b
|
merge develop into branch
|
5 years ago |
Maurits Lourens
|
518f8fd55e
|
merge develop into branch
|
5 years ago |
Peter Clement
|
16270b46cf
|
Update validation for array type
|
5 years ago |
Peter Clement
|
4fa36727e4
|
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
|
84350933d4
|
fix issue with options not being displayed on new line
|
5 years ago |