1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/api/controllers
Michael Drury ae385ffd16
Merge pull request #5542 from Budibase/fix/5495
Fix for SQL relationship based formulas
2022-04-22 16:51:24 +01:00
..
deploy Fixing some issues detected by the test cases, making the in-use mechanism for context more clear to complete avoid stack up of contexts (leading to loss of knowledge around previous databases. 2022-04-20 23:10:39 +01:00
public Linting. 2022-03-25 12:15:42 +00:00
query Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
row Merge pull request #5542 from Budibase/fix/5495 2022-04-22 16:51:24 +01:00
static Fix cross tenant apps with session 2022-03-23 16:45:06 +00:00
table Fixing a mis-match of fields when creating many-to-many relationships on tables from within Budibase - #5049. 2022-03-24 13:59:46 +00:00
view Fix for #4119 - any object based column will be exported with the comma types correctly encapsulated. 2022-02-08 14:34:52 +00:00
analytics.js
apikeys.js
application.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00
auth.js Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
automation.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
backup.js
cloud.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
component.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
datasource.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
dev.js Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 2022-04-20 17:33:42 +01:00
integration.js fixing google sheets bug, respect google configuration hierarchy 2022-03-28 16:44:33 +01:00
layout.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
metadata.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
migrations.js Add app db support + app url migration 2022-01-27 10:40:31 +00:00
permission.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 2022-03-28 16:34:50 +01:00
role.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
routing.js Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
screen.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
script.js
templates.js
user.js Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context. 2022-02-04 17:37:13 +00:00
webhook.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00