1685 Commits (eaa01e08dd4c248dcae8dbf1c4cbc4be262eac95)

Author SHA1 Message Date
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
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
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
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
mike12345567 c6d80e2265 Adding float type to MySQL. 5 years ago
mike12345567 dc32c90aaa 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
Kyle Harrison b4afda7b09 apply fixes for common spelling mistakes 5 years ago
Andrew Kingston efb0c60464 Remove log statement, batch uploads and remove unecessary conditional 5 years ago
Andrew Kingston a74d2a8040 Remove leftover code from testing 5 years ago
Andrew Kingston 986785cacf Bundle latest client library with the server and use it when updating apps in production 5 years ago
Andrew Kingston 567d8577ba Add tests for updating and reverting client library version 5 years ago