81 Commits (b0019c80c76cbab861dffafdbc336b1652ffaeca)

Author SHA1 Message Date
mike12345567 5dcbef58a8 Fix for #5153 - doing it at the mysql level as it seems to be affected by incorrect types in a way that other SQL databases aren't - limits the possible damage this can do. 4 years ago
mike12345567 41ec92bf9b Fix for #5117 - raised a point that the docs didn't describe where to put properties for a query when running through the public API - fixing the spec. 4 years ago
Rory Powell c623b968ba Revert openapi.ts linting 5 years ago
Martin McKeaveney eef0d21551 fixing lint 5 years ago
Rory Powell cb6103a321 Fix cross tenant apps with session 5 years ago
mike12345567 c1c879309f Making the URL optional for application creation/update in OpenAPI spec, removing unused parameter and fixing getRedisOptions function to work with fully qualified URLs. 5 years ago
Martin McKeaveney 1ad61a1372 revert NPM script to update OpenAPI 5 years ago
mike12345567 6728f4efde Quick fix for openAPI spec, improving the search spec. 5 years ago
Maurits Lourens e9405a1802 initial setup for google firebase integration 5 years ago
mike12345567 1357c53ff8 Fixing issue #4811 - when renaming SQL columns use an actual rename alteration rather than dropping the column. 5 years ago
mike12345567 a7e3389790 Adding the ability to support schemas in MS-SQL. 5 years ago
mike12345567 dadf3fef02 Review comments and linting. 5 years ago
mike12345567 2603024792 Changing how types are generated from the open api spec a bit. 5 years ago
mike12345567 06327604eb Refactoring to TS on public endpoints. 5 years ago
mike12345567 04934a544a Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 5 years ago
mike12345567 deb4a34c18 Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 5 years ago
Martin McKeaveney 7b39f46507 tidy up 5 years ago
Martin McKeaveney 328aef00e1 tidy up 5 years ago
Martin McKeaveney c2d97b9449 google auth working 5 years ago
Andrew Kingston e0ae492e1d Add support for query param based pagination in REST queries 5 years ago
Andrew Kingston e2478e478e Add support for query param based pagination in REST queries 5 years ago
mike12345567 de243c933a Adding basic test cases for static and dynamic variables (backend). 5 years ago
mike12345567 44a8d36c91 Adding basic test cases for static and dynamic variables (backend). 5 years ago
Andrew Kingston 5aaacf19bf Add pagination info to rest query fields definition 5 years ago
Andrew Kingston 0cfd28fe27 Add pagination info to rest query fields definition 5 years ago
mike12345567 b19fcb5d50 Moving Typescript definitions around a bit. 5 years ago
mike12345567 b11e4bd2df Moving Typescript definitions around a bit. 5 years ago
Rory Powell 9d402d0356 Move query to common definitions and add openapi-types to dev dependencies 5 years ago
Rory Powell ee5c8ea449 Move query to common definitions and add openapi-types to dev dependencies 5 years ago
mike12345567 3bb034939b Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 5 years ago
mike12345567 d06ab10c1d Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 5 years ago
Martin McKeaveney f9b2a3c5e1 Google sheets integration CRUD E2E 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 d9d5391a40 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 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
Rory Powell ab1fb07f86 Add oracledb package, readme, and config 5 years ago
Rory Powell cb661eab34 Add oracledb package, readme, and config 5 years ago
mike12345567 67ed3dac19 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago
mike12345567 953c90c8d4 Fixing some issues with MySQL and dropping foreign key constrained columns. 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 246d08c804 SQL table building. 5 years ago
mike12345567 329156d6cc SQL table building. 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
mike12345567 a343805fee Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
mike12345567 80e7671444 Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
Rory Powell 8642868c5e Deprovisioning WIP 5 years ago