2065 Commits (5cf682e1f0a3503cd14e9d8fd2feed548f24d5bd)

Author SHA1 Message Date
Michael Drury 0b6eb6b71d Fixing issue discovered by test case. 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
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
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
mike12345567 d7ef5e606c Fixing issue where deleted datasources wouldn't clear out queries. 5 years ago
mike12345567 2dee1d6cff Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 f5e2e2baca Fixing an issue with filtering by dates in SQL, where the lucene dates provided don't convert cleanly to JS dates. 5 years ago
mike12345567 82dac5c588 Adding worker controls to both automations and queries. 5 years ago
Martin McKeaveney 119678b3c4 update clientLibraryPath call in application.js 5 years ago
Martin McKeaveney 3915f3d993 bust cache when app versions are different 5 years ago
mike12345567 2e61209291 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
mike12345567 02137f4c08 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 c8e02a20a0 Updating per review comments. 5 years ago
mike12345567 51b6687262 Updating per review comments. 5 years ago
Martin McKeaveney 50b547e0a9 fixes for templates, ensured iframetemplate fires ready event 5 years ago
mike12345567 472af5d4e5 Adding the ability to set a permission for data source queries. 5 years ago
mike12345567 28b4adc2b3 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 d5f10f5f13 Linting. 5 years ago
mike12345567 2312defd3c Fixing some issues with multi-select coming back as string. 5 years ago
mike12345567 0e499fd60d Some refactoring to make it easier to find specific edge cases of sql clients. 5 years ago
mike12345567 15907280b2 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 0b6e6b35e8 change message when app not deployed 5 years ago
Martin McKeaveney 42e9286c68 adding check to make sure production db isn't created on sync 5 years ago
Martin McKeaveney ed051e1547 fix revert on unpublished app 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 ab38258654 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 948ec067d5 Updating underlying sql to not use ilike unless in postgres client. 5 years ago
mike12345567 ed89efba70 Cleaning up repeated work in sql server building of schema. 5 years ago
Andrew Kingston dd73ed3e1a Fix issue saving a doc with a multi-options datatype that was not defined 5 years ago
mike12345567 974cf7b27e Linting and updating SQL Server schema generation to include auto column and primary key recognition. 5 years ago
Martin McKeaveney 5ebeb6814d refactor switch into a key value handler object 5 years ago
mike12345567 9aa708588a 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 8bf2e7278e Adding sync user endpoint to server which can be used by the worker. 5 years ago
Michael Drury 1aeb12b0aa Syncing user metadata when builder opened as well as including all global user props for filtering/searching. 5 years ago
mike12345567 24b2036e09 Fixing rest test mocking. 5 years ago
mike12345567 9ce1866fab 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 62613f6a74 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 aebd39d874 Fixing REST PUT using POST as per #3227. 5 years ago
mike12345567 67ed3dac19 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago