Rory Powell
|
3da4fb33cd
|
Better handle first time startup + dedicated event
|
2022-06-15 11:20:13 +01:00 |
Rory Powell
|
0cf777a0cd
|
Build fixes
|
2022-06-09 12:33:10 +01:00 |
Rory Powell
|
361ffd224f
|
Merge branch 'release' into feature/event-backfill
|
2022-06-06 09:50:06 +01:00 |
Rory Powell
|
7ebfaf8a31
|
Failover protection with event cache
|
2022-05-31 21:04:41 +01:00 |
mike12345567
|
fa30457f2b
|
Fixing issue with server not shutting down correctly when an error occurs, making sure that everything clears up gracefully.
|
2022-05-30 21:22:06 +01:00 |
Rory Powell
|
2a00f6498d
|
Merge branch 'feature/posthog-v2' into feature/event-backfill
|
2022-05-29 00:25:40 +01:00 |
Rory Powell
|
c0d6fa34a4
|
Identity tenant and installation groups, property updates
|
2022-05-28 21:38:22 +01:00 |
Rory Powell
|
4841c84861
|
Merge branch 'feature/posthog-v2' into feature/event-backfill
|
2022-05-23 10:29:33 +01:00 |
Rory Powell
|
70fff5c7b9
|
Merge branch 'develop' into feature/posthog-v2
|
2022-05-23 09:04:00 +01:00 |
Rory Powell
|
756f5b51aa
|
App migrations finished
|
2022-05-20 12:29:31 +01:00 |
Andrew Kingston
|
5e5d8da166
|
Remove instance name from being a required screen setting
|
2022-05-11 13:16:36 +01:00 |
Rory Powell
|
85a86da0aa
|
tests
|
2022-05-11 11:32:53 +01:00 |
Rory Powell
|
3b9142f103
|
Build and test fixes
|
2022-05-03 22:58:19 +01:00 |
Rory Powell
|
1caf4b1965
|
Merge branch 'develop' into feature/posthog-v2
|
2022-04-27 16:32:00 +01:00 |
Michael Drury
|
8d78698c60
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-04-26 20:10:26 +01:00 |
mike12345567
|
3258aead45
|
Fixing issues with automation test cases running steps outside of a tenant.
|
2022-04-26 15:50:35 +01:00 |
Rory Powell
|
36a3266baf
|
Test fixes
|
2022-04-26 15:26:56 +01:00 |
mike12345567
|
0f0290411e
|
Fixing issue discovered by test case.
|
2022-04-26 14:58:59 +01:00 |
Martin McKeaveney
|
9ca4dacbaa
|
merge with master
|
2022-04-26 10:21:45 +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
|
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
|
33719fcb09
|
Merge branch 'feature/licensing' into feature/posthog-v2
|
2022-04-12 17:12:46 +01:00 |
Rory Powell
|
03ba6d914f
|
Merge branch 'develop' into feature/licensing
|
2022-04-12 16:18:41 +01:00 |
Rory Powell
|
fd6a223ad8
|
Test updates
|
2022-04-12 16:03:20 +01:00 |
Rory Powell
|
a6107dc7f9
|
Test updates
|
2022-04-12 15:37:49 +01:00 |
Rory Powell
|
957e90fe86
|
View/Filter/Calculation events
|
2022-04-12 00:19:52 +01:00 |
Rory Powell
|
6db5c62e48
|
View/Table/Row Import/Export events
|
2022-04-11 22:32:12 +01:00 |
Rory Powell
|
5ab9f1a9c5
|
Table CRUD events + add timekeeper for tests
|
2022-04-11 14:39:31 +01:00 |
Rory Powell
|
d41037a859
|
builder / app / app preview served events
|
2022-04-08 14:07:11 +01:00 |
Rory Powell
|
c316a27f26
|
screen events
|
2022-04-08 10:55:39 +01:00 |
Rory Powell
|
e98e659346
|
user / rbac events + tests
|
2022-04-08 01:28:22 +01:00 |
Rory Powell
|
ac8573b67e
|
query / update events + tests
|
2022-04-07 00:38:18 +01:00 |
Rory Powell
|
deaf0de349
|
layout events + tests
|
2022-04-06 22:07:21 +01:00 |
Rory Powell
|
266b34aaa0
|
automation events + tests
|
2022-04-06 13:54:57 +01:00 |
Rory Powell
|
ec4e9df4c2
|
Refactor automation tests to run independently
|
2022-04-06 12:34:31 +01:00 |
Rory Powell
|
6128dfadcf
|
Logout events
|
2022-04-05 16:56:28 +01:00 |
Rory Powell
|
8d39bf9f2e
|
sso auth + datasource events, test updates
|
2022-04-05 15:46:04 +01:00 |
Rory Powell
|
d0af6cc8ca
|
App events
|
2022-04-04 15:59:00 +01:00 |
Martin McKeaveney
|
034408b3c2
|
merge with master
|
2022-03-30 15:44:22 +01:00 |
Michael Drury
|
9890b45d71
|
Merge pull request #5134 from Budibase/fix/5103
Fix for RBAC on apps built from templates containing public screens
|
2022-03-28 17:17:19 +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 |
Rory Powell
|
75d5c0c0b9
|
Merge branch 'feature/licensing' into feature/posthog-v2
|
2022-03-28 09:47:34 +01:00 |
Rory Powell
|
a68767d619
|
Merge branch 'master' into merge-master
|
2022-03-25 16:51:58 +00:00 |
Rory Powell
|
19bc44e2d0
|
Fix app preview
|
2022-03-25 16:25:46 +00:00 |
Rory Powell
|
69b2b38aea
|
Merge branch 'master' into merge-master
|
2022-03-25 13:10:37 +00:00 |
Rory Powell
|
a68abf2730
|
Fix cross tenant apps with session
|
2022-03-23 16:45:06 +00:00 |
Rory Powell
|
0a4b1eb552
|
Tests complete + backwards compatibility for deployment
|
2022-03-22 00:23:22 +00:00 |
Rory Powell
|
715d42d3e6
|
Merge branch 'develop' into feature/licensing
|
2022-03-21 17:13:16 +00:00 |
Martin McKeaveney
|
0f4c0f3ed4
|
fix tests
|
2022-03-21 10:04:26 +00:00 |
Martin McKeaveney
|
aaf84b6995
|
updating analytics endpoint, removing old NPS survey
|
2022-03-21 08:00:03 +00:00 |