138 Commits (cf3c5dccd0690480baea17fa3937e5e2f079d475)

Author SHA1 Message Date
Peter Clement 18671d24b7 fix issue with 0 evaluating to false in query builder 5 years ago
mike12345567 1cee1b78e6 Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI. 5 years ago
mike12345567 ec12d6a045 Fixing issue with updating row validation to allow empty objects. 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
mike12345567 bd9ae5191b Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 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
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 d5f10f5f13 Linting. 5 years ago
mike12345567 2312defd3c Fixing some issues with multi-select coming back as string. 5 years ago
mike12345567 948ec067d5 Updating underlying sql to not use ilike unless in postgres client. 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
mike12345567 246d08c804 SQL table building. 5 years ago
Martin McKeaveney 7882862a65 enable collapsible nodes in component tree 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
mike12345567 d20eb464b0 Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 5 years ago
mike12345567 1684f18217 Fixing issue #2276 - allows reverting a SQL column to null if no input. 5 years ago
mike12345567 3878cf76cd Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 5 years ago
Rory Powell 651947bb49 Add API keys between account portal and budibase 5 years ago
mike12345567 a343805fee Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
mike12345567 53fb8682f9 Fixing formula in enrichment calls, it did not retrieve the correct linked table for output processing, grouping rows for enrichment phase with their correct tables. 5 years ago
mike12345567 b3cda1cf64 Adding cloud -> self host and self host -> cloud view migrations. 5 years ago
Andrew Kingston f03b8470a4 Only use fetch for search when running in cypress 5 years ago
Andrew Kingston 2b31239f04 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 5 years ago
mike12345567 1952dc308e Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 5 years ago
mike12345567 f70cee3c52 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
Maurits Lourens fe3902a33c Check if the formula validates against its constraints 5 years ago
mike12345567 d8b2dd035a Adding the ability to migrate from existing in db views to in memory views. 5 years ago
mike12345567 efdd78c7fe Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
mike12345567 8f70ad9cdc Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
mike12345567 0651b874ac Fixing issues with automation steps found during testing. 5 years ago
mike12345567 ac944e532b Moving views into a different location so they don't trigger tree creation and attempting to use in memory pouchDB to run views on the fly. 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
mike12345567 96f0f9b4fd Adding in backend implementation of the query step, as well as some front-end work to support the filter drawer within automations. 5 years ago
mike12345567 a5ce11d3ca Fixing issue #2412 - making sure full enriched records are passed along to automations. 5 years ago
Rory Powell 47e4ef0704 Account portal cors and auth changes 5 years ago
Martin McKeaveney 9e73dcdd44 lint 5 years ago
Maurits Lourens 01f3851c9a add link to checklist items for direct navigation (and lint issues) 5 years ago
mike12345567 4fae8b2b1e Fixing issue with using 'ta' in view name. 5 years ago
mike12345567 4ff9de1b6c Fixing issues with search endpoint not handling users fully. 5 years ago
mike12345567 d864dedba0 Fixing issue with rows not returning correctly. 5 years ago
mike12345567 811ba19558 Fixing issues with SQL many relationship updates. 5 years ago
Martin McKeaveney 0df6d24edf prevent sql relationship delete from erroring 5 years ago
Peter Clement bb5971bd82 change index definition 5 years ago
Peter Clement 24d611b653 refactor of multi-option filtering and validation 5 years ago
Peter Clement 974e264f50 fix indexing of arrays 5 years ago