1703 Commits (d4e7eddbf61e2dedde445a63bcb6af5fb51f0871)

Author SHA1 Message Date
mike12345567 c4f8d17a6e Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead. 5 years ago
mike12345567 cd737a1c25 Linting. 5 years ago
mike12345567 7c7e3da2ab Fixing test cases. 5 years ago
Martin McKeaveney e3abd97d67 fix sql server integration 5 years ago
mike12345567 a64ce3f55a Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 5 years ago
mike12345567 8981db7f4c Linting. 5 years ago
mike12345567 3744c9093b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
Martin McKeaveney 3e73543bf4 lint 5 years ago
Martin McKeaveney 0c608299af updating attachment relative path so it works in all envs 5 years ago
mike12345567 9995177492 Fixing merge issues. 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Martin McKeaveney 8dfec750b9 remove self host check from apps call 5 years ago
Martin McKeaveney 31c48c170d Update budibase CDN link 5 years ago
mike12345567 ea3854aa01 Linting. 5 years ago
mike12345567 1c306b60e7 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 56cf236ebf Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB. 5 years ago
mike12345567 2fed177f3c 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 f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
Maurits Lourens 915c786474 add try/catch block around JSON.parse, since user input can be incorrect formatted string 5 years ago
Maurits Lourens c8a4fc55ce add headers input in outgoing webhook automation step 5 years ago
mike12345567 54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 75ae7ac8d6 Linting. 5 years ago
mike12345567 7a69dcef78 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
Martin McKeaveney fac820f204 fix mongo code review comment 5 years ago
mike12345567 5c58630ed7 Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 a384cc059d Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 68a2f9835e Adjusting how redis modules are loaded, making sure client is always set, before init. 5 years ago
Andrew Kingston 78dc524f79 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 0845bde7b4 Add missing version to paginated search endpoint 5 years ago
mike12345567 9f06b180a8 Adding concept of version to APIs. 5 years ago
mike12345567 bf4fb71257 Updating to use default false for search pre-processing. 5 years ago
mike12345567 e96f45464a Updating internal search to disable features were required. 5 years ago
mike12345567 4fbe37ff0e Removing optional chaining, not valid in Node. 5 years ago
Rory Powell af28a7ed6b Mark google activated by default for old configs 5 years ago
mike12345567 1153001af8 Linting. 5 years ago
mike12345567 155e30965f Fixing test cases and bugs that they raised. 5 years ago
Andrew Kingston a5e27e1387 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 190798d4ee Swapping admin -> global in worker to reduce confusion in API url naming. 5 years ago
mike12345567 2bee1b6b56 Linting. 5 years ago
mike12345567 85f7b056d2 Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
mike12345567 8241df2581 Fixing some tenancy issues. 5 years ago
mike12345567 1252fbdf38 Changing how automations handle multi-tenancy. 5 years ago
Michael Drury db559e738b Fixing issue with update row after rows API changed. 5 years ago
mike12345567 037dce5016 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 f0f9736c0b Updating auth to utilise the tenant system. 5 years ago
mike12345567 5ffe3c7935 First version of multi-tenancy, work still to be done. 5 years ago
mike12345567 6aaef0e230 Fixing deployment issue. 5 years ago
mike12345567 f2c2ead3fc 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
mike12345567 e296a67b50 Renaming groups to workspaces. 5 years ago
Martin McKeaveney eba8f104fd fix postgres query array value 5 years ago