1292 Commits (bfd8007dfa0015c075e287cbcff6c8579cd77b9a)

Author SHA1 Message Date
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 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
mike12345567 f6ecd423ce Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 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
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
Michael Drury 0623dc2981 Fixing issue discovered by test case. 5 years ago
mike12345567 bb8fe8e941 Adding a mechanism for disabling cron jobs when an app is unpublished. 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 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
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
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
mike12345567 cca28ce255 Adding worker controls to both automations and queries. 5 years ago
Martin McKeaveney 125610f5a1 update clientLibraryPath call in application.js 5 years ago
Martin McKeaveney 2a2963dac4 bust cache when app versions are different 5 years ago
mike12345567 781e8359a1 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 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 47122f76fd Updating per review comments. 5 years ago
mike12345567 935fc06edc Updating per review comments. 5 years ago
Martin McKeaveney 0cc2069929 fixes for templates, ensured iframetemplate fires ready event 5 years ago
mike12345567 b3590537ba Adding the ability to set a permission for data source queries. 5 years ago
mike12345567 069769a5a6 Linting. 5 years ago
mike12345567 b1c55be1b7 Fixing some issues with multi-select coming back as string. 5 years ago
Martin McKeaveney 9fb811a8da change message when app not deployed 5 years ago
Martin McKeaveney 035879d515 adding check to make sure production db isn't created on sync 5 years ago
Martin McKeaveney 7c21645799 fix revert on unpublished app 5 years ago
mike12345567 3474f3ae8e Updating underlying sql to not use ilike unless in postgres client. 5 years ago
Andrew Kingston 1f1786c2b3 Fix issue saving a doc with a multi-options datatype that was not defined 5 years ago
mike12345567 9c933b629f Linting and updating SQL Server schema generation to include auto column and primary key recognition. 5 years ago
mike12345567 94ee13ffc4 Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata. 5 years ago
Michael Drury 3a5e004f36 Adding sync user endpoint to server which can be used by the worker. 5 years ago
Michael Drury 311fe5f2eb Syncing user metadata when builder opened as well as including all global user props for filtering/searching. 5 years ago