2113 Commits (05e2baa0d362744b538ecbb4dda6dc0f20324f4e)

Author SHA1 Message Date
mike12345567 05e2baa0d3 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 5ff8716080 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 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 4697b21ef1 Updating docs for tables, adding a swagger generation tool and a README describing how to use it. 5 years ago
mike12345567 5b2e6bddf8 Updating docs. 5 years ago
mike12345567 88f31bcf34 Basic work for generating. 5 years ago
Peter Clement d42df03f25 fix appPackage unit tests 5 years ago
Peter Clement 0c60a56a3a remove initial screen creation 5 years ago
Andrew Kingston 0b239a5bec Add test to ensure query schema is correctly cleared for prod app IDs 5 years ago
Andrew Kingston 3abaded20a Update tests 5 years ago
Andrew Kingston aea0a9082b Lint 5 years ago
Andrew Kingston 38219f0ea3 Fix issue with determining when to hide sensitive fields from query definitions and never delete the query schema 5 years ago
Martin McKeaveney 5695827f86 auto app creation from template E2E, added warning to automations that they can't run in dev 5 years ago
mike12345567 f6ecd423ce Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
mike12345567 bf44c15b74 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 116bccfd73 Fix for issue #3327 - may not solve issue with mariaDB but works for MySQL. 5 years ago
Rory Powell 7135599295 Add returning 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
Rory Powell 4acfc668ef Update locks, ignore oracle imports on m1 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
Rory Powell ac7137c4a0 Use global sql type map, update base integration type defs 5 years ago
mike12345567 9be833d5e1 Updating inline alert component to handle newlines as different elements, putting out error with new lines. 5 years ago
mike12345567 38c7f3ab90 Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
mike12345567 1d9b4be249 Fixing issue with exporting CSV/JSON, also saving as right file type. 5 years ago
Rory Powell b0df7fb28f Boolean support and linting 5 years ago
Rory Powell 345490fed3 Tests 5 years ago
Rory Powell 5d8c90c5f2 Detect auto columns 5 years ago
Michael Drury 0623dc2981 Fixing issue discovered by test case. 5 years ago
Rory Powell c810bacaf9 Datatypes working 5 years ago
mike12345567 047318fdf7 Updating bullboard to use the new koa version (supported). 5 years ago
mike12345567 bb8fe8e941 Adding a mechanism for disabling cron jobs when an app is unpublished. 5 years ago
Rory Powell 0cedd1d57b First pass end-to-end working 5 years ago
mike12345567 7170c00a4f 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 e75a9d3d1d Quick update, just to cover both queue add functions. 5 years ago
mike12345567 11debac115 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 f13257bebe 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 0f54787072 Adding role, as it wasn't being set in metadata. 5 years ago
mike12345567 ce47eb6cff Fixing issue found by Mitch, with syncing not functioning for singular role updates. 5 years ago
mike12345567 9b8df32c52 Fixing issue where database wasn't accessible in authorized test. 5 years ago
mike12345567 bf4a8737f0 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 e918efe8c2 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 0ac5c4713a Fixing test case (didn't provide a schema). 5 years ago
mike12345567 1d7fe369c6 Linting and updating csv parser test case to match new functionality. 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 0095f470e3 Adding in existing external table import. 5 years ago
mike12345567 af5e196b4c Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
Rory Powell 6af8ab2dc0 Fixes for google sso, cloud email url and cloud logo updates 5 years ago
mike12345567 b34ca5b4a2 Quick fix for #3343 - error message did not make the problem obvious, so made sure error handler always outputs something useful. 5 years ago
mike12345567 599702bfe9 Fixing issue where deleted datasources wouldn't clear out queries. 5 years ago
mike12345567 9f4ff190c3 Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago