2117 Commits (15f8a761153149f3321580098302f312b27d5a1b)

Author SHA1 Message Date
Rory Powell 4af0641fe4 Fix oracle password config 5 years ago
Rory Powell 04a7382392 Add fix for user metadata sync when deleting 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
Rory Powell 5aa9d95c46 Deletion support for returning rows 5 years ago
Rory Powell eaed8642f9 Improve returning logic for oracle 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 4d3f234807 Updating docs for tables, adding a swagger generation tool and a README describing how to use it. 5 years ago
mike12345567 95d02649de Updating docs. 5 years ago
mike12345567 0896a88c5a Basic work for generating. 5 years ago
Peter Clement 571954c197 fix appPackage unit tests 5 years ago
Peter Clement fd61b191ec remove initial screen creation 5 years ago
Andrew Kingston bcabd3b41a Add test to ensure query schema is correctly cleared for prod app IDs 5 years ago
Andrew Kingston 04054cf652 Update tests 5 years ago
Andrew Kingston d8ca73aeed Lint 5 years ago
Andrew Kingston 737ce9dc32 Fix issue with determining when to hide sensitive fields from query definitions and never delete the query schema 5 years ago
Martin McKeaveney 5abb36b1ed auto app creation from template E2E, added warning to automations that they can't run in dev 5 years ago
mike12345567 bd9ae5191b Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
mike12345567 1f6644fc07 Fixing issue with datasource deletion not navigating if was on data source plus table and fixing #3523 where relationships would cause sorting to breaking postgres/oracle. 5 years ago
mike12345567 05a8b47db9 Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL. 5 years ago
Rory Powell b631c8c624 Add returning 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
Rory Powell 3793c1784a Update locks, ignore oracle imports on m1 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
Rory Powell 2edb24fa86 Use global sql type map, update base integration type defs 5 years ago
mike12345567 19c096c3e5 Updating inline alert component to handle newlines as different elements, putting out error with new lines. 5 years ago
mike12345567 854cfd243d Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
mike12345567 2f282e70a9 Fixing issue with exporting CSV/JSON, also saving as right file type. 5 years ago
Rory Powell cb3495c831 Boolean support and linting 5 years ago
Rory Powell 1be2d006db Tests 5 years ago
Rory Powell 681cb1bbbc Detect auto columns 5 years ago
Michael Drury 0b6eb6b71d Fixing issue discovered by test case. 5 years ago
Rory Powell 1d53581f17 Datatypes working 5 years ago
mike12345567 32f4a87f95 Updating bullboard to use the new koa version (supported). 5 years ago
mike12345567 494e042dd8 Adding a mechanism for disabling cron jobs when an app is unpublished. 5 years ago
Rory Powell a2ea5e730f First pass end-to-end working 5 years ago
mike12345567 3b9f3d6690 Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 3fdfc95298 Quick update, just to cover both queue add functions. 5 years ago
mike12345567 ba4c79895f Updating to manage completed events piling up, this will periodically clear out all events - repeats cannot be removed with the removeOnCompleted job option. 5 years ago
mike12345567 7eb29ffc7d Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
mike12345567 9b5909e367 Adding role, as it wasn't being set in metadata. 5 years ago
mike12345567 45af6be6de Fixing issue found by Mitch, with syncing not functioning for singular role updates. 5 years ago
mike12345567 624ab3648c Fixing issue where database wasn't accessible in authorized test. 5 years ago
mike12345567 e0f04abfb1 Updating to allow a list of roles to be retrieved, allowing resources to have multiple levels of role that they can be accessed via. 5 years ago
mike12345567 4268ad6f80 Fixing an issue discovered in #3385 - RBAC roles worked for applying lower levels of roles, but they didn't revoke access correctly, it would always fallback to the base permissions if higher permissions were set. 5 years ago
Michael Drury 8ad44e59af Fixing test case (didn't provide a schema). 5 years ago
mike12345567 0cf612029e Linting and updating csv parser test case to match new functionality. 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 a6481d1685 Adding in existing external table import. 5 years ago
mike12345567 6c46c119a6 Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
Rory Powell cf13853f09 Fixes for google sso, cloud email url and cloud logo updates 5 years ago