4830 Commits (f7dfda1b417b11f2f3cf67a4e2c7e44c62dd90a5)

Author SHA1 Message Date
Peter Clement 8c95429b08 default value for env variable 4 years ago
Peter Clement feb9973d22 use env variable as the folder setting 4 years ago
Peter Clement e46d6fc8de remove test boolean 4 years ago
Peter Clement 4c3c84eabd Return QA templates when TEST_ENV environmentvariable is set 4 years ago
mike12345567 36a190b0ed Finishing off UI, expanding settings menus from 80ch to 90ch as they were quite restricted and made the usage UI a bit difficult to view. Added a DISABLE_DEVELOPER_LICENSE env variable for testing. 4 years ago
Mel O'Hagan 2c2eb69ae7 Improve parseQueryParams regex 4 years ago
Mel O'Hagan aa0c09ac82 Parse params if needed 4 years ago
mike12345567 db0b8a6194 Updating view builder to handle if stats has a filter as well, don't need a conjuction this way. 4 years ago
mike12345567 bcf7e1782a Fixing test cases. 4 years ago
Mel O'Hagan c6591490d3 Using mongodb types 4 years ago
Mel O'Hagan 6709eea7cc Removed unused aws Object import 4 years ago
Mel O'Hagan bf144858bb Lowercase the object typo 4 years ago
Mel O'Hagan af997be2e9 Check type is string before match 4 years ago
mike12345567 22c57cdc0c Addresses #5850 - when importing/migrating views and building new views it checks if calculations are used and if they are then it does an empty check to decide whether or not the fields should be included in the calculation, required for real CouchDB nodes. 4 years ago
Mel O'Hagan 672bfda7dd Fix test for update 4 years ago
Mel O'Hagan a58f35a6cd Null pointer fix 4 years ago
Mel O'Hagan 094a548e38 MongoDb Delete fix 4 years ago
Mel O'Hagan 4b7f1391f8 Fixed update 4 years ago
Mel O'Hagan 2a98872296 Create ObjectIds from matching string 4 years ago
Andrew Kingston 68b6e0eb64 Remove instance name from being a required screen setting 4 years ago
Rory Powell 54eea4191c tests 4 years ago
mike12345567 30aedcbb53 Fixing an issue where HBS statements couldn't be used for passing arrays through to a looping action in automations. 4 years ago
Mel O'Hagan d6142b777e Add limit placeholder for Automation queries 4 years ago
Rory Powell f5da1a04e2 Add query quota increment to rows CRUD 4 years ago
Martin McKeaveney 8c5efd0a61 more strategic connection closing in pg 4 years ago
Mel O'Hagan 6e34649ca7 Don't wrap dates in single quotes 4 years ago
mike12345567 7b461c03dd Fixing issue #5778 - making sure to only remove the first app_ element of the app ID. 4 years ago
Rory Powell 2cfb7be30a Re-enable gsheets for verification 4 years ago
mike12345567 13ec670295 Fix for #5669 comment, when using SQL tables with spaces in names, we use a raw knex function for like to achieve lower case searching, this needs to handle spaces in columns and delimiting. 4 years ago
Peter Clement 65c97c331b remove log 4 years ago
Peter Clement dfbedb9a8a account for objects in failure condition 4 years ago
Peter Clement 8c031b9d35 linting 4 years ago
Peter Clement 48804c5414 Some foreach block fixes 4 years ago
mike12345567 ec0854d0de Fixing similar issue in queries for context handling and fixing some issues raised by IDE. 4 years ago
mike12345567 d666ad3126 Fix for automation issue, doInAppContext for automation thread wasn't async, was immediately closing the database, rather than waiting for the operations to complete. 4 years ago
mike12345567 4b25df60f9 Fix for export issue reported in #5669 - streaming + closing the database didn't work well together, have to support an edge case for our code stopping execution, but DB access continuing. 4 years ago
mike12345567 107c9e2dfc Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
mike12345567 be4b930c8a Fix for #5612 - stop some formats of string being in-correctly parsed as dates by MySQL - disable type coercion for data source plus mysql tables (knex converts). 4 years ago
mike12345567 a7fe15244b Fixing issue #5594 - allowing use of double underscores in table names for SQL. 4 years ago
Martin McKeaveney bfb6e20bb8 adding close to buildSchema 4 years ago
Martin McKeaveney 64de5e301e accounting for false values in row processing 4 years ago
Martin McKeaveney 4bab24f1ac remove postgres connection pooling 4 years ago
Martin McKeaveney 62f2cff42e firebase tests complete 4 years ago
mike12345567 8d5931f94c Fixing some issues with types being lost when fetching SQL tables, after making changes to tables within Budibase. 4 years ago
mike12345567 00c67289b0 Fixing an issue with cookie auth. 4 years ago
mike12345567 056d9defe4 Fix for #5219 - default all string types to basic text format, allow user to switch string types to longform if they desire. 4 years ago
mike12345567 2773c04953 Fix for #5522 - making sure that app roles aren't removed when an app is unpublished. 4 years ago
mike12345567 95bcb1ca9c Fixing issue with db init as part of the jest require. 4 years ago
Martin McKeaveney a5bdf70cf7 renamable buckets, started firebase tests, onboarding modal copy update 4 years ago
Rory Powell b134528883 Fix startup 4 years ago