73 Commits (ce370ca1d2ba6a5e24bce35bff9ff017780dee3f)

Author SHA1 Message Date
Maurits Lourens 459ba46c48 return validation errors 5 years ago
mike12345567 5a0ef45c29 Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 5 years ago
mike12345567 7624390f0b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
mike12345567 f4a3d2ff3b Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
Andrew Kingston d6761fa9a8 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 72061f341e Add missing version to paginated search endpoint 5 years ago
mike12345567 fa3cf585d7 Adding concept of version to APIs. 5 years ago
mike12345567 94744ffbd8 Updating to use default false for search pre-processing. 5 years ago
mike12345567 a5d9883f28 Updating internal search to disable features were required. 5 years ago
mike12345567 e24c6bafd1 Removing optional chaining, not valid in Node. 5 years ago
Andrew Kingston 520651119b Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 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
mike12345567 e56a0f5aa3 Fixing some tenancy issues. 5 years ago
mike12345567 6648e548c5 Quick fix, make sure auto-columns never sent to DB. 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 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 a5c3d4f86f Linting. 5 years ago
mike12345567 7fb1e80196 Re-writing external layer in typescript. 5 years ago
mike12345567 b3eea4e4d1 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
mike12345567 d9aa1360d0 Linting. 5 years ago
mike12345567 bb396ebff0 First version of enrichment. 5 years ago
mike12345567 a15d15decb Linting. 5 years ago
mike12345567 3ed5cff945 First attempt at solving the enrichment call, as well as various fixes. 5 years ago
mike12345567 75f13a07ef Linting. 5 years ago
mike12345567 9780f2a788 Getting writing of one and many rows working. 5 years ago
mike12345567 9ca36893ad 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
mike12345567 98b7bff678 Implementing all return possibilities, now to implement creation. 5 years ago
mike12345567 b35dd6eed0 Most of the work towards writing related rows back. 5 years ago
mike12345567 5a4398f690 Some work towards supporting many SQL relationships. 5 years ago
mike12345567 84ea655fd9 Linting. 5 years ago
mike12345567 fd4403037d WIP - basic override of foreign keys. 5 years ago
mike12345567 de1ad05c7a Linting. 5 years ago
mike12345567 eb2cf1afa6 Quick updates to make sure mySQL works with automations. 5 years ago
mike12345567 40e06cc5d1 Formatting and fixing an issue with mysql not being able to return a row that it has created, updated or deleted. 5 years ago
mike12345567 ab6a4391d9 quick fix for paging and making deletion work correctly. 5 years ago
Martin McKeaveney f8fdae0604 automation server tests updated 5 years ago
mike12345567 708df56545 Implementing pagination. 5 years ago
Martin McKeaveney dd4ed9b69d tidy up, fix UI tests 5 years ago
mike12345567 09bc70cc3d Fixing a bunch of issues around automations. 5 years ago
mike12345567 a96131a814 Making sure patch/save rows API alternate between each other as required. 5 years ago
Martin McKeaveney 9841a74e39 datasource selection logic - unselect other entities when choosing datasource 5 years ago
mike12345567 615b207fbb Formatting. 5 years ago
mike12345567 295c3ef1a3 Fixing automation integration and various components around forms. 5 years ago
Martin McKeaveney 9e41068a5d end to end data providers and opinionated sql 5 years ago
mike12345567 efafe5d243 Fixing issues with inability to search. 5 years ago