4781 Commits (3bb2ec2ef759d6a4faec8d4c4dd80e384ee3b24e)

Author SHA1 Message Date
Rory Powell b5de92d0a0 Add checkout pro step to budibase-ci 5 years ago
Peter Clement 47dcc24491 add environment variable 5 years ago
mike12345567 00bcdd317f Fixing issue #5322 - when endpoint is specified for DynamoDB and not in a the region that the whole instance expects it will throw an odd credentials error - making sure connection is commenced everywhere other than localhost. 5 years ago
Peter Clement a06fcd571b add max iterations env variable 5 years ago
Peter Clement 261b6ccb03 fix failure condition 5 years ago
Peter Clement b58b84776e Add handling for failure conditions 5 years ago
Kacper b0019c80c7 Move out QUERY_THREAD_TIMEOUT from `to remove` section 5 years ago
Kacper 3df18be4b2 added parseIntSafe function. 5 years ago
Kacper 33090d5d4f QUERY_THREAD_TIMEOUT is string instead of int fix 5 years ago
Mel O'Hagan ee1d7fbbd5 passing non-null required for doesContainStrings 5 years ago
Kacper 98a926cfca Do not validate if multi-select options length is 0 5 years ago
mike12345567 c4a42cc181 Fix for issue discovered in #5187 - expanding regex to cover all sorts of number coercion. 5 years ago
Andrew Kingston caff2d7508 Fix for tests when headers are undefined 5 years ago
Andrew Kingston c25ca0cafd Tidy up 5 years ago
Martin McKeaveney 09694e0045 configure bash step to use automation query timeout 5 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. 5 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. 5 years ago
mike12345567 62f4ecf3e1 Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings. 5 years ago
mike12345567 67beee7d93 Fixing test case. 5 years ago
Martin McKeaveney 6e9ddfd696 tidy up 5 years ago
mike12345567 40d38e6e3d Single docker container configuration. 5 years ago
Martin McKeaveney 6d8254d5f0 redis integration complete 5 years ago
Martin McKeaveney 81c662f0ca redis integration 5 years ago
Martin McKeaveney 6432ca102a
Update index.ts 5 years ago
mike12345567 5dcbef58a8 Fix for #5153 - doing it at the mysql level as it seems to be affected by incorrect types in a way that other SQL databases aren't - limits the possible damage this can do. 5 years ago
Rory Powell 5da441cf55 Add additional logging to automations 5 years ago
Peter Clement 2381048c0f more parsing of output bindings 5 years ago
mike12345567 41ec92bf9b Fix for #5117 - raised a point that the docs didn't describe where to put properties for a query when running through the public API - fixing the spec. 5 years ago
Martin McKeaveney 04b17fb634 re-add gsheets to self host 5 years ago
Martin McKeaveney ee6a16827a fixing google sheets bug, respect google configuration hierarchy 5 years ago
mike12345567 e073bdb5a4 Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 5 years ago
Peter Clement 6ccf744557 update bindings to support looping 5 years ago
Rory Powell b4bad65cbf Fix app preview 5 years ago
mike12345567 7cb2cd2139 Linting. 5 years ago
David Duong 82620a9a7b fix: incorrect parameters for public rows editing 5 years ago
Rory Powell 70c54e983d Add typescript linting at the top level 5 years ago
Peter Clement 5229622f5b improve context handling 5 years ago
Rory Powell c623b968ba Revert openapi.ts linting 5 years ago
Martin McKeaveney 33506bebb4 ignore AWS config when using endpoint field 5 years ago
Peter Clement 554cefe997 Automation foreach block 5 years ago
Martin McKeaveney f40dcbd584 lint 5 years ago
Martin McKeaveney eef0d21551 fixing lint 5 years ago
David Duong 3b5e45b43c
fix: incorrect parameters for public rows editing 5 years ago
Rory Powell 7350fcb4ef Fix test 5 years ago
mike12345567 040d45ad5d Fixing a mis-match of fields when creating many-to-many relationships on tables from within Budibase - #5049. 5 years ago
Rory Powell bcc84bf1fd Link app context with tenancy, remove app tenancy middleware 5 years ago
Andrew Kingston 8e361afcda Allow deep-getting of pagination params from REST responses 5 years ago
Rory Powell cb6103a321 Fix cross tenant apps with session 5 years ago
Rory Powell 180e37b9f1 Tests complete + backwards compatibility for deployment 5 years ago
mike12345567 114c9cf96a Fixing review comment. 5 years ago