224 Commits (976fca6ddea325bd7fcf9c19b914cfef0c33d449)

Author SHA1 Message Date
mike12345567 94737c6574 Final cleanup, just need to handle view migration (to self host from cloud). 5 years ago
mike12345567 c8dbf02acf Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
mike12345567 cf5b7b1a99 Fixing issues with automation steps found during testing. 5 years ago
mike12345567 a38f83d0ec Moving views into a different location so they don't trigger tree creation and attempting to use in memory pouchDB to run views on the fly. 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 a92530f170 Fixing issue #2412 - making sure full enriched records are passed along to automations. 5 years ago
mike12345567 58aa32f1b0 Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this. 5 years ago
mike12345567 557bd2df9f Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 5 years ago
mike12345567 4450883a0a Adding slack integration. 5 years ago
mike12345567 3f960e4f13 Fixing an issue that occurs when the table name and the primary display column are the same name. 5 years ago
mike12345567 8c3eb30ab1 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 5 years ago
mike12345567 2148bf6da4 Fixing issues with search endpoint not handling users fully. 5 years ago
Andrew Kingston 6e856c4bd7 Fix indexing of rows with arrays of objects 5 years ago
Peter Clement e03244e44e change index definition 5 years ago
Peter Clement 1ab618c2ef fix indexing of arrays 5 years ago
Peter Clement 725b9bb6e2 Add more validation options for array field 5 years ago
Peter Clement f000d44e39 Add contains option to lucene query builder 5 years ago
Martin McKeaveney af4c1b23de simplify couchDB configuration 5 years ago
Martin McKeaveney 2e30626e89 merge with dev 5 years ago
Martin McKeaveney 87bf640a5d conditionally apply username and password to couchdb auth 5 years ago
Martin McKeaveney f4232bd7d7 couchDB auth options 5 years ago
Martin McKeaveney 8e1e016c66 Revert "Feature/couchdb auth" 5 years ago
Martin McKeaveney 2661d1c0b4 lint 5 years ago
Martin McKeaveney 769c37a11d couchdb direct auth 5 years ago
Martin McKeaveney 0d6b0c887b named templates for local k8s DNS resolution 5 years ago
Martin McKeaveney a248084c56 budibase kubernetes support 5 years ago
Martin McKeaveney 83b99be1d6 linting 5 years ago
Martin McKeaveney 1678c86bf4 lint 5 years ago
Martin McKeaveney ccb7f67458 ensure user metadata is created before link documents are created 5 years ago
mike12345567 be48677490 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 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
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 4d0faa38e3 Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 912659a8ad First version of multi-tenancy, work still to be done. 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
mike12345567 1568702a6d Linting + formatting. 5 years ago
mike12345567 5462ca5930 Removing use of the arguments[0] as they don't mesh well with TS. 5 years ago
mike12345567 c531a02725 Allowing formula fields to be display columns. 5 years ago
mike12345567 47fb67ebfc Linting. 5 years ago
mike12345567 052d14ad38 Fixing issue with 1:N relationships and multiple fields, issue #1753. 5 years ago
Martin McKeaveney 626bc5e9dd better UI flow, list tables underneath datasources 5 years ago
Martin McKeaveney e3cced9d97 consolidate data sources and queries together in one UI 5 years ago
Martin McKeaveney ca4d976a76 plus datasource schema 5 years ago
mike12345567 fe66c3535c Fixing a collection of issues, specifically users being exported/imported and issues with database import causing weirdness (metadata doc being wrong). 5 years ago
mike12345567 b05c67e8b5 Formatting. 5 years ago
mike12345567 33184be064 Re-writing how global users are handled in server, specifically how they are retrieved, so that for relationships it can handle the global user. 5 years ago
mike12345567 4fdbeafca5 Adding test case for data source opinionated query endpoint. 5 years ago
Martin McKeaveney dd69d5480b Joi schema validation for plus datasources 5 years ago
Andrew Kingston f63f9a7c51 Update app list screen to show unified app list with publish status 5 years ago