23 Commits (ea0000df5139651bec83b77b66cc330c2ca242d4)

Author SHA1 Message Date
mike12345567 af5e196b4c Adding all required controls for data import to internal tables, just need to implement external table data import. 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 f071cc5219 Adding many to many support, generating junction table and setting up constraints. 5 years ago
Andrew Kingston 2b7f393626 Remove optional chaining from server 5 years ago
Andrew Kingston 5caafed0f8 Keep views up to date with table schema changes 5 years ago
mike12345567 bdaf56fac7 Fixing issue with SQL tables and automations updating a row, also making error handling better across automations to make sure some sort of error message is always returned. 5 years ago
Andrew Kingston 4c1451178c Lint 5 years ago
Andrew Kingston 18c88ac101 Remove linkRows processing when importing CSVs 5 years ago
mike12345567 c8dbf02acf Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
Martin McKeaveney 700caa7e34 making sure relationships for autocolumns are created when uploading a CSV 5 years ago
mike12345567 d9aa1360d0 Linting. 5 years ago
mike12345567 bb396ebff0 First version of enrichment. 5 years ago
mike12345567 fd4403037d WIP - basic override of foreign keys. 5 years ago
mike12345567 efafe5d243 Fixing issues with inability to search. 5 years ago
mike12345567 d40fb215f9 Adding the ability to create options based on CSV, this will use the import data to create options. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 4f71e11c94 Updating some test cases to work with new system. 5 years ago
mike12345567 ae8dd1ec78 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 5 years ago
mike12345567 794372987e Adding more test cases for the controllers, tables and views weren't as well covered as required. 5 years ago
mike12345567 3dd927e15e Fixing test case. 6 years ago
mike12345567 c801203dc5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 6 years ago