4660 Commits (af633701a9fc864e5f272fb1cbced385af42635e)

Author SHA1 Message Date
mike12345567 62f4ecf3e1 Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings. 4 years ago
Martin McKeaveney 6432ca102a
Update index.ts 4 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. 4 years ago
Rory Powell 5da441cf55 Add additional logging to automations 4 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. 4 years ago
Martin McKeaveney 04b17fb634 re-add gsheets to self host 4 years ago
Martin McKeaveney ee6a16827a fixing google sheets bug, respect google configuration hierarchy 4 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). 4 years ago
Rory Powell b4bad65cbf Fix app preview 4 years ago
mike12345567 7cb2cd2139 Linting. 4 years ago
David Duong 82620a9a7b fix: incorrect parameters for public rows editing 4 years ago
Rory Powell 70c54e983d Add typescript linting at the top level 4 years ago
Rory Powell c623b968ba Revert openapi.ts linting 4 years ago
Martin McKeaveney 33506bebb4 ignore AWS config when using endpoint field 4 years ago
Martin McKeaveney f40dcbd584 lint 4 years ago
Martin McKeaveney eef0d21551 fixing lint 4 years ago
David Duong 3b5e45b43c
fix: incorrect parameters for public rows editing 4 years ago
Rory Powell 7350fcb4ef Fix test 4 years ago
mike12345567 040d45ad5d Fixing a mis-match of fields when creating many-to-many relationships on tables from within Budibase - #5049. 4 years ago
Rory Powell bcc84bf1fd Link app context with tenancy, remove app tenancy middleware 4 years ago
Andrew Kingston 8e361afcda Allow deep-getting of pagination params from REST responses 4 years ago
Rory Powell cb6103a321 Fix cross tenant apps with session 4 years ago
mike12345567 114c9cf96a Fixing review comment. 4 years ago
mike12345567 d52f6dea05 Adding the ability to expand the max number of rows retrieved by SQL queries (say for table exports). 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 78321a72b1 Add trace to automation errors 4 years ago
Peter Clement 496e4d5e87 Handle error when running an automation with a deleted column 4 years ago
Martin McKeaveney 808f50d644 fix tests 4 years ago
Martin McKeaveney e2a361f19d updating analytics endpoint, removing old NPS survey 4 years ago
Rory Powell ce965de59d Fix base path in server url for openapi3 import 4 years ago
Maurits Lourens 06a0e9f76a revert uncommenting code 4 years ago
Peter Clement 43f7d1607d linting 4 years ago
Peter Clement 96ea66f898 send export file from backend 4 years ago
mike12345567 8b4903f8f6 Fixing issue found by test case. 4 years ago
mike12345567 a37fc54fab Fixing an issue that was breaking build. 4 years ago
mike12345567 1dd2cf99d0 Quick fix for #4914 - adding some checks in API middleware to confirm headers have been set correctly. 4 years ago
Andrew Kingston 72f6bc8930 Add test cases for SQL range filtering changes 4 years ago
mike12345567 18d85fd4ac Linting. 4 years ago
Ilia Shupta f373dc213d Allow fully qualified redis url use in koa ratelimit store 4 years ago
mike12345567 78f1869086 Linting. 4 years ago
Ilia Shupta 6632c4127a
Allow fully qualified redis url use in koa ratelimit store 4 years ago
mike12345567 8dc2c9d480 Fixing an issue with detecting fully qualified Redis URL despite not in use. 4 years ago
Michael Drury 0d7db82c71 Fixing MS-SQL variable sub. 4 years ago
Michael Drury 7f36cc97c9 Switching to correct concat function for oracle. 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. 4 years ago
mike12345567 c1c879309f Making the URL optional for application creation/update in OpenAPI spec, removing unused parameter and fixing getRedisOptions function to work with fully qualified URLs. 4 years ago
Martin McKeaveney 1ad61a1372 revert NPM script to update OpenAPI 4 years ago
Andrew Kingston 7a1b362515 Update date filtering to only use a between statement when 2 dates are provided 4 years ago
Maurits Lourens 70c5574e75 finish up Firebase implementation 4 years ago