Rory Powell
|
a57c35ee76
|
Add execute automation to basic user / write permission set
|
2022-05-12 17:35:31 +01:00 |
mike12345567
|
e5922269aa
|
Switching over to using our own version of cls-hooked which has the memory leak (no async hooks disable call) fixed as well as changing how we use the CLS namespaces to allow us to destroy the namespace we use per request.
|
2022-05-10 16:37:24 +01:00 |
mike12345567
|
944851d182
|
Adding our own version of cls hooked with the memory leak fixed.
|
2022-05-10 16:34:20 +01:00 |
mike12345567
|
26441255cf
|
Unit tests for the utility functions that have changed around app ID checks/generation./
|
2022-05-09 13:28:01 +01:00 |
mike12345567
|
8e704cc70f
|
Fixing issue #5778 - making sure to only remove the first app_ element of the app ID.
|
2022-05-09 12:29:44 +01:00 |
Martin McKeaveney
|
e46ac20317
|
Merge pull request #5643 from Budibase/feature/small-april-tickets
Feature/small april tickets
|
2022-05-06 16:27:50 +01:00 |
Martin McKeaveney
|
8899527da8
|
merge
|
2022-05-05 12:45:09 +01:00 |
Rory Powell
|
34474d5c10
|
Re-enable gsheets for verification
|
2022-05-05 09:59:10 +01:00 |
Rory Powell
|
4e7a16db30
|
Add isDev() to backend-core/env
|
2022-05-04 12:28:21 +01:00 |
Martin McKeaveney
|
2a7fa4d8f7
|
merge
|
2022-04-29 00:05:43 +01:00 |
mike12345567
|
a2c6917bfa
|
Fixing test case.
|
2022-04-27 22:57:03 +01:00 |
mike12345567
|
2865d6531c
|
Review comments.
|
2022-04-27 22:36:45 +01:00 |
mike12345567
|
061868c826
|
Fixing an issue with cookie auth.
|
2022-04-27 16:56:30 +01:00 |
mike12345567
|
48eda78f67
|
Fix for issue being able to delete apps.
|
2022-04-27 15:58:55 +01:00 |
Rory Powell
|
12abe4adcc
|
Bypass couch db when using tenancy middleware
|
2022-04-26 17:13:45 +01:00 |
Martin McKeaveney
|
a91cf354b6
|
renamable buckets, started firebase tests, onboarding modal copy update
|
2022-04-26 17:12:47 +01:00 |
mike12345567
|
2441f42c54
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/develop-merge
|
2022-04-26 16:31:17 +01:00 |
Dean
|
8b8baf9bdd
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-26 12:12:50 +01:00 |
Martin McKeaveney
|
9ca4dacbaa
|
merge with master
|
2022-04-26 10:21:45 +01:00 |
Rory Powell
|
dd0e6099b8
|
Fix: google sso
|
2022-04-25 22:49:56 +01:00 |
Rory Powell
|
b9a39e193e
|
Fix developer count migration when only single developer
|
2022-04-25 15:38:37 +01:00 |
Rory Powell
|
f6284cc697
|
Sync versions of pro and backend-core
|
2022-04-25 12:19:36 +01:00 |
Martin McKeaveney
|
bbce5a9c7f
|
Merge branch 'master' into gsheets-updates
|
2022-04-25 09:27:38 +01:00 |
Martin McKeaveney
|
46b424308f
|
only save refresh token in google auth
|
2022-04-24 23:33:50 +01:00 |
Martin McKeaveney
|
84d2bb3cf5
|
auto fetch access token in gsheets integration
|
2022-04-24 23:32:47 +01:00 |
mike12345567
|
7627230be6
|
Fixing an issue we've experienced with couch, using a base64 cookie that we control manually.
|
2022-04-22 17:24:50 +01:00 |
mike12345567
|
7083470baa
|
Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db).
|
2022-04-21 15:20:23 +01:00 |
mike12345567
|
345bbf603c
|
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 |
Dean
|
61150c82cf
|
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
|
2022-04-21 14:10:58 +01:00 |
mike12345567
|
13cb5f7f7c
|
Adding another check to make sure context is the same.
|
2022-04-20 23:13:08 +01:00 |
mike12345567
|
151ed604f8
|
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 |
mike12345567
|
6afe3a28ef
|
Closing global DB using the standard function - not directly.
|
2022-04-20 18:07:48 +01:00 |
mike12345567
|
9899781fc5
|
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 |
Rory Powell
|
d2a4e0a934
|
Merge branch 'develop' into feature/licensing
|
2022-04-20 14:59:36 +01:00 |
mike12345567
|
192fb1307e
|
Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them.
|
2022-04-19 19:42:52 +01:00 |
Rory Powell
|
41144db055
|
Remove remaining direct usage of CouchDB. Add common pouch config to backend-core
|
2022-04-19 16:45:27 +01:00 |
Dean
|
f78aaa640f
|
Code style check
|
2022-04-19 14:56:56 +01:00 |
Dean
|
26c19891bb
|
Unpublish refactored to stop development applications being mistakenly deleted. Minor updates to the modal content component to allow the replacement of the header. Further work to implement the publishing workflow changes
|
2022-04-19 14:38:09 +01:00 |
Andrew Kingston
|
f6eef900ad
|
Merge pull request #5272 from Budibase/cheeks-lab-day-devtools
DevTools
|
2022-04-14 12:57:01 +01:00 |
Rory Powell
|
03c3ebbbbf
|
Handle no developers on first time startup migration
|
2022-04-13 23:14:36 +01:00 |
Rory Powell
|
03ba6d914f
|
Merge branch 'develop' into feature/licensing
|
2022-04-12 16:18:41 +01:00 |
Dean
|
352c021955
|
Refactored the invalidate session functionality.
|
2022-04-07 12:32:00 +01:00 |
Martin McKeaveney
|
bff43d37d5
|
Merge pull request #5151 from mslourens/prevent_multiple_sessions
invalidate sessions before login
|
2022-04-06 22:18:17 +01:00 |
Andrew Kingston
|
c2d61d8ebc
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-04-06 11:50:43 +01:00 |
Martin McKeaveney
|
034408b3c2
|
merge with master
|
2022-03-30 15:44:22 +01:00 |
Maurits Lourens
|
5f91841a26
|
move invalidation to the creation of a session
|
2022-03-29 11:59:16 +02:00 |
Maurits Lourens
|
65b3561244
|
invalidate sessions before login
|
2022-03-29 10:06:54 +02:00 |
Martin McKeaveney
|
aed9bfc728
|
fixing google sheets bug, respect google configuration hierarchy
|
2022-03-28 16:44:33 +01:00 |
mike12345567
|
88437e11d0
|
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 |
Martin McKeaveney
|
dc940d33db
|
fix launch.json
|
2022-03-28 12:03:44 +01:00 |