921 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 cf5f0b3262 Linting. 5 years ago
mike12345567 217e5a02bf Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships. 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
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
mike12345567 4606248ffd Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 4d0faa38e3 Changing how apps are retrieved to be more efficient. 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 27b2a13817 Swapping admin -> global in worker to reduce confusion in API url naming. 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 d6c47c5027 Changing how automations handle multi-tenancy. 5 years ago
mike12345567 f3156fca06 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 912659a8ad First version of multi-tenancy, work still to be done. 5 years ago
mike12345567 afd642c60d Fixing deployment issue. 5 years ago
mike12345567 f6a133e556 Cleaning up deployments into the app DB, moving API keys to be in global DB (which will be tenancy managed) and adding concept of platform info DB. 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 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
Andrew Kingston 9440e4a5bf Add UI to revert app version and initial work on app revert backend 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
Andrew Kingston 197d895174 Add basic fallback error to real apps when client library fails to load 5 years ago
mike12345567 6648e548c5 Quick fix, make sure auto-columns never sent to DB. 5 years ago
Andrew Kingston 27a03f7d35 Remove ES6 optional chaining from server package 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
Andrew Kingston 54fe305031 Fix loophole where any user could load all screen and layout definitions via app package call 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