2269 Commits (db276468aa9b42a8f978fcc080c35cb3fa87d3d6)

Author SHA1 Message Date
Andrew Kingston 54236ee031 Add feature flags to manifest 5 years ago
Budibase Release Bot cdd85c4d11 v0.9.71 5 years ago
Andrew Kingston 7b841e709a Mock redis shutdown method to avoid errors 5 years ago
Andrew Kingston e00a37d707 Only clean up app tmp dir if it exists during testing 5 years ago
Martin McKeaveney 93b562e2df make logged in users basic by default, prevent allowing users to be assigned as default in the UI 5 years ago
Andrew Kingston eb620ea3ce Add basic fallback error to real apps when client library fails to load 5 years ago
mike12345567 fd6080b39e Making sure that keys cannot be duplicated for primary keys, this wouldn't have any function. 5 years ago
mike12345567 a9c6b10560 Quick fix, make sure auto-columns never sent to DB. 5 years ago
mike12345567 6a8fd12805 Linting. 5 years ago
mike12345567 4e4b8f244e Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 c10e2da4f5 Fixing issue with TS definitions. 5 years ago
Andrew Kingston 7ecb593e0f Remove ES6 optional chaining from server package 5 years ago
Budibase Release Bot 54dae1b5a2 v0.9.70 5 years ago
mike12345567 abc19bc2c1 Linting. 5 years ago
mike12345567 b4d91769cc Fixing issue with single quotes in strings breaking JSON parsing. 5 years ago
mike12345567 2e18abd342 Linting. 5 years ago
mike12345567 e170d9d146 Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 579bce8a6a Fixing little UI bugs. 5 years ago
mike12345567 3dc877f315 Linting. 5 years ago
mike12345567 ec889320bc 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 922e209c72 Updating server test cases. 5 years ago
mike12345567 f2beac85b7 Implementing UI to support the backend put in place. 5 years ago
Martin McKeaveney 569af97664 preventing relationship overrides 5 years ago
mike12345567 052c1936ce Linting. 5 years ago
mike12345567 3cfbced94d Re-writing external layer in typescript. 5 years ago
Martin McKeaveney 63be9750ae simplify relationship configuration UI 5 years ago
mike12345567 5e819faa58 Removing PG hack and handling the updating of relationships from the one side, e.g. one person is linked to many tasks, allow updating the person and having FK in tasks get updated with that persons ID. 5 years ago
Martin McKeaveney 41471f809a TS debug command for server 5 years ago
mike12345567 e82e175b9c Linting. 5 years ago
mike12345567 a13b5111bb First version of enrichment. 5 years ago
Budibase Release Bot 5f4199a3fb v0.9.69 5 years ago
Budibase Release Bot 1385a08395 v0.9.68 5 years ago
Andrew Kingston 632fb636f2 Fix loophole where any user could load all screen and layout definitions via app package call 5 years ago
Andrew Kingston 61a1a4a481 Use app name as default layout title 5 years ago
mike12345567 2b71f28664 Linting. 5 years ago
mike12345567 1fd4144189 First attempt at solving the enrichment call, as well as various fixes. 5 years ago
mike12345567 a6549a26b8 Linting. 5 years ago
mike12345567 d17a399ee6 Getting writing of one and many rows working. 5 years ago
Andrew Kingston 24172d111c Remove a lot of hacks around screenslots and allow naming them 5 years ago
mike12345567 fd4dc4b45e Managing the scenario where columns can overlap in SQL relationships which most JSON based libraries cannot manage, instead of trying to manage this just don't return the overlapping columns which are not of interest. 5 years ago
Budibase Release Bot 2258f43bc1 v0.9.67 5 years ago
mike12345567 13100a69ba Implementing all return possibilities, now to implement creation. 5 years ago
Martin McKeaveney e9572b86d9 pin eslint parser to fix build 5 years ago
Budibase Release Bot 14810c1a0f v0.9.66 5 years ago
Andrew Kingston abc392496e Enable hot reloading of server typescript and fix error when updating app and nmot providing a name 5 years ago
mike12345567 8e0ba1eb45 Most of the work towards writing related rows back. 5 years ago
mike12345567 5dd53f67ac Some work towards supporting many SQL relationships. 5 years ago
mike12345567 7525ccc821 Upgrading target to es6 for typescript compilation. 5 years ago
Martin McKeaveney e183a9e607 definitions and tidy up 5 years ago
Andrew Kingston d28c48ccad Add global app theme picker and use it in client preview 5 years ago