33 Commits (e8e6fc549d29050e2abb62b0616f634c50aaaafd)

Author SHA1 Message Date
Andrew Kingston e0ae492e1d Add support for query param based pagination in REST queries 4 years ago
mike12345567 de243c933a Adding basic test cases for static and dynamic variables (backend). 4 years ago
Andrew Kingston 5aaacf19bf Add pagination info to rest query fields definition 5 years ago
mike12345567 b19fcb5d50 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
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
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
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 5 years ago
Martin McKeaveney 35d4eac78a fallback SMTP configuration for cloud 5 years ago
mike12345567 1952dc308e Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 5 years ago
mike12345567 67212e5c5b Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
Rory Powell 47e4ef0704 Account portal cors and auth changes 5 years ago
Rory Powell 3d15db2223 Account portal cors and auth changes 5 years ago
Martin McKeaveney 9e73dcdd44 lint 5 years ago
Martin McKeaveney f7718ecae9 lint 5 years ago
Maurits Lourens 01f3851c9a add link to checklist items for direct navigation (and lint issues) 5 years ago
Maurits Lourens dafd06737c add link to checklist items for direct navigation (and lint issues) 5 years ago
mike12345567 811ba19558 Fixing issues with SQL many relationship updates. 5 years ago
mike12345567 a9e2336036 Fixing issues with SQL many relationship updates. 5 years ago
Martin McKeaveney fac820f204 fix mongo code review comment 5 years ago
Martin McKeaveney 0f1bb2ccff fix mongo code review comment 5 years ago
Christo c6b1ea9a0f Feat: Add collection fields as "extra" query config for MongoDB 5 years ago
Christo 4096f4857c Feat: Add collection fields as "extra" query config for MongoDB 5 years ago
mike12345567 4e4b8f244e Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 8550d00751 Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 e170d9d146 Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 11f6abee0a Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 3cfbced94d Re-writing external layer in typescript. 5 years ago
mike12345567 7fb1e80196 Re-writing external layer in typescript. 5 years ago
mike12345567 a13b5111bb First version of enrichment. 5 years ago