2299 Commits (5e5332cd4f7f4c788d4e91f151e20f3e076ea424)

Author SHA1 Message Date
Budibase Release Bot d8136d0704 v0.9.78 5 years ago
mike12345567 2ec00c32b6 Linting. 5 years ago
mike12345567 65358cf10d Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
Budibase Release Bot ec19ff23c2 v0.9.77 5 years ago
Michael Drury 126bf74347 Fixing issue with update row after rows API changed. 5 years ago
Budibase Release Bot 2668f2ba40 v0.9.76 5 years ago
Budibase Release Bot 2bd7934518 v0.9.75 5 years ago
Budibase Release Bot 23bb4215c2 v0.9.74 5 years ago
Martin McKeaveney 7e5c4be14f fix postgres query array value 5 years ago
mike12345567 7aca56f019 Adding float type to MySQL. 5 years ago
mike12345567 184df6c685 Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 5 years ago
Budibase Release Bot 1f5b3b4467 v0.9.73 5 years ago
Kyle Harrison 2d451bb3a9 apply fixes for common spelling mistakes 5 years ago
Andrew Kingston 4112049a17 Remove log statement, batch uploads and remove unecessary conditional 5 years ago
Andrew Kingston 60987e3d5c Remove leftover code from testing 5 years ago
Andrew Kingston ef4a0f8c79 Bundle latest client library with the server and use it when updating apps in production 5 years ago
Andrew Kingston bd27aa0caf Move standard components from server dev dependencies to real dependencies 5 years ago
Andrew Kingston 959405332d Add tests for updating and reverting client library version 5 years ago
Andrew Kingston 0ce553eaf2 Add endpoint to revert client app version 5 years ago
mike12345567 b0fb7ae991 Fixing test cases. 5 years ago
Andrew Kingston 9440e4a5bf Add UI to revert app version and initial work on app revert backend 5 years ago
mike12345567 7f0fc5f899 Fixing session issues after testing a bit. 5 years ago
Andrew Kingston 0a44b1e3d8 Add client libary update management from inside the builder 5 years ago
Andrew Kingston 9bf6600ccd Add feature flags to manifest 5 years ago
Budibase Release Bot f4f2a03503 v0.9.72 5 years ago
Budibase Release Bot 330fd8b922 v0.9.71 5 years ago
Andrew Kingston 298e948432 Mock redis shutdown method to avoid errors 5 years ago
Andrew Kingston 82c00e6757 Only clean up app tmp dir if it exists during testing 5 years ago
Martin McKeaveney 13517d5298 make logged in users basic by default, prevent allowing users to be assigned as default in the UI 5 years ago
Andrew Kingston 197d895174 Add basic fallback error to real apps when client library fails to load 5 years ago
mike12345567 b847f85d91 WIP - first version of user sessions. 5 years ago
mike12345567 ede0a5ec9b Making sure that keys cannot be duplicated for primary keys, this wouldn't have any function. 5 years ago
mike12345567 6648e548c5 Quick fix, make sure auto-columns never sent to DB. 5 years ago
mike12345567 b216c03e44 Linting. 5 years ago
mike12345567 8550d00751 Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 eaf808b190 Fixing issue with TS definitions. 5 years ago
Andrew Kingston 27a03f7d35 Remove ES6 optional chaining from server package 5 years ago
Budibase Release Bot 1532fee301 v0.9.70 5 years ago
mike12345567 ca1c48232b Linting. 5 years ago
mike12345567 16581552cb Fixing issue with single quotes in strings breaking JSON parsing. 5 years ago
mike12345567 3849d2a968 Linting. 5 years ago
mike12345567 11f6abee0a Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 71f96f9601 Fixing little UI bugs. 5 years ago
mike12345567 2a1243e81e Linting. 5 years ago
mike12345567 c24cc5c3fb Fixing issue with many to many through junction table not realising some exist, or some need deleted - as well as removing limit from details screen, this was blocking join statements and served no purpose (its already a search by equals). 5 years ago
mike12345567 fcf4dbc7a1 Updating server test cases. 5 years ago
mike12345567 10730d8053 Implementing UI to support the backend put in place. 5 years ago
Martin McKeaveney cae1a20411 preventing relationship overrides 5 years ago
mike12345567 a5c3d4f86f Linting. 5 years ago
mike12345567 7fb1e80196 Re-writing external layer in typescript. 5 years ago