73 Commits (02ec1b996897cdfa08dcb763c0bd2af3af45e8dc)

Author SHA1 Message Date
mike12345567 06a32ed357 Fixing issue with server not shutting down correctly when an error occurs, making sure that everything clears up gracefully. 4 years ago
Peter Clement 1ffa48ced6 parse max iterations value correctly 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
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
Rory Powell 769f48f935 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 4 years ago
Peter Clement ef90021b05 Improve handling of loop handlebars string replacement 4 years ago
mike12345567 50f6dbebea Fixing REST UI query error notification and adding better error for query timeout. 4 years ago
mike12345567 5396a8d8e0 Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements. 4 years ago
Peter Clement 47dcc24491 add environment variable 4 years ago
Peter Clement a06fcd571b add max iterations env variable 4 years ago
Peter Clement 261b6ccb03 fix failure condition 4 years ago
Peter Clement b58b84776e Add handling for failure conditions 4 years ago
mike12345567 cad32631a4 Fix for #5242 - string interpolation in SQL queries was too wide, it was combining parts of multiple strings, rather than searching for bindings within distinct strings. 4 years ago
mike12345567 d152635e25 Extension of fix for 4978 - fixing an issue where parentheses are added to the IN query, causing the query system to not recognise the need to switch out the binding. 4 years ago
Martin McKeaveney 6d8254d5f0 redis integration complete 4 years ago
Peter Clement 2381048c0f more parsing of output bindings 4 years ago
Peter Clement 6ccf744557 update bindings to support looping 4 years ago
Peter Clement 5229622f5b improve context handling 4 years ago
Peter Clement 554cefe997 Automation foreach block 4 years ago
mike12345567 114c9cf96a Fixing review comment. 4 years ago
mike12345567 3eb7ab4e5b Fixing issue #4978 - fixing an issue with using the keyword 'in' as part of an SQL query. 4 years ago
Rory Powell 10699edd3b Remove automation usage increment 4 years ago
Rory Powell 336f0ff4a0 Published apps, automations and query count quotas 4 years ago
mike12345567 8dc2c9d480 Fixing an issue with detecting fully qualified Redis URL despite not in use. 4 years ago
Michael Drury 05836272dd Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 5 years ago
Rory Powell d6092b9133 Integrate usage quotas with licensing 5 years ago
Michael Drury 65b52f359b Fixing issue brought up by test case. 5 years ago
Michael Drury 94041ced55 Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism. 5 years ago
mike12345567 8ce1b471fd Fixes for SQL issues raised by Marty. 5 years ago
mike12345567 9298071cc2 Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 5 years ago
mike12345567 a35a8cb81c Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 5 years ago
mike12345567 61283e465d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
mike12345567 f2a025013e Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
mike12345567 e12767fd85 Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
mike12345567 f946f2f68d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 5 years ago
Michael Drury 91c2a40c89 Final pass refactoring - need to test but all code in server converted. 5 years ago
Michael Drury d3a90acc55 Final pass refactoring - need to test but all code in server converted. 5 years ago
Rory Powell 70788d42b7 Share validation between app modals, add yup based validation framework, add url to app modals 5 years ago
Rory Powell bc67974996 Share validation between app modals, add yup based validation framework, add url to app modals 5 years ago
mike12345567 5d9b3af332 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
mike12345567 5ee6aa24b2 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
mike12345567 e2daf948c1 Fixing #3228 - allowing access to parameters in the transformer. 5 years ago
mike12345567 bdb9a3456d Fixing #3228 - allowing access to parameters in the transformer. 5 years ago
mike12345567 836a2f5863 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 5 years ago