2050 Commits (623cd0c0b06fe36070de78ea8d73108e18a7fd3c)

Author SHA1 Message Date
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
Rory Powell 6af8ab2dc0 Fixes for google sso, cloud email url and cloud logo updates 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 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
Martin McKeaveney 0cc2069929 fixes for templates, ensured iframetemplate fires ready event 5 years ago
mike12345567 a78230e23b Reworking MS-SQL test case to be able to get the sql now with a request being made for each internal query, rather than just at connection. 5 years ago
mike12345567 069769a5a6 Linting. 5 years ago
mike12345567 b1c55be1b7 Fixing some issues with multi-select coming back as string. 5 years ago
mike12345567 9d800484f2 Some refactoring to make it easier to find specific edge cases of sql clients. 5 years ago
mike12345567 b310918ec4 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 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 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
mike12345567 61a4a240f1 Updating usage quota middleware to fix issue presented in #3258 where anything with an _id and a _rev is considered to exist in CouchDB, which won't always be the case. Handle the scenario of an external database ID and don't error. 5 years ago
mike12345567 3474f3ae8e Updating underlying sql to not use ilike unless in postgres client. 5 years ago
mike12345567 5ec0d803af Cleaning up repeated work in sql server building of schema. 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
Martin McKeaveney 193d40bbf3 refactor switch into a key value handler object 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
mike12345567 b2bf5056b5 Fixing rest test mocking. 5 years ago
mike12345567 88a729913c Fixing an issue with webhooks, couldn't use them in development (like getting schema) and making sure trigger will always use production app #3143. 5 years ago
mike12345567 ea6646f055 Fixing #3237 and #3235 - always apply headers on out going webhooks if they are specified and handle a range of response codes. 5 years ago
mike12345567 f8b2429bd0 Fixing REST PUT using POST as per #3227. 5 years ago
mike12345567 953c90c8d4 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago
mike12345567 835b0efe74 Adding mysql support. 5 years ago
mike12345567 f071cc5219 Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 a94376ce43 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 949c6b8653 Adding SQL relationship building. 5 years ago
mike12345567 329156d6cc SQL table building. 5 years ago
mike12345567 5e846ac64d First version of schema generation for ms-sql, able to retrieve basic tables and rows. 5 years ago
Rory Powell c210802b4c Remove whitespace 5 years ago
Rory Powell 8b8c923541 Update tests 5 years ago
mike12345567 49d2796f8e Fixing an issue with data source saving. 5 years ago
Rory Powell 0ddd689b89 Postgres: Use another schema other than 'public' 5 years ago
mike12345567 fa38a4b37e Fixing test cases. 5 years ago
mike12345567 eb411cd0b0 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago