Adria Navarro
|
deeba8bae3
|
Revert "Merge branch 'develop' into master"
This reverts commit 6f29c978e0 , reversing
changes made to 1c6ff73c19 .
|
2023-06-06 22:06:34 +01:00 |
Rory Powell
|
ad7f6cf5e2
|
Merge branch 'develop' into merge-master
|
2023-06-06 11:49:49 +01:00 |
Adria Navarro
|
25c921e340
|
Validate url
|
2023-06-06 11:29:49 +01:00 |
Adria Navarro
|
d4ba73f331
|
Open continue
|
2023-06-06 11:29:49 +01:00 |
Adria Navarro
|
3a6a3eb8a5
|
Store tokens in cache and amend redirect
|
2023-06-06 11:29:49 +01:00 |
Andrew Kingston
|
d70e49d74f
|
Add event for tracking user collaboration
|
2023-06-06 10:11:51 +01:00 |
Rory Powell
|
abbd8c5c8b
|
Merge branch 'master' into develop
|
2023-06-05 23:19:43 +01:00 |
Andrew Kingston
|
680b70643c
|
Merge pull request #10775 from Budibase/collaboration-fixes
Collaboration fixes
|
2023-06-02 18:03:11 +01:00 |
mike12345567
|
c13530ef32
|
Stop attempt at bundling ioredis-mock, only need to check at runtime.
|
2023-06-02 13:59:33 +01:00 |
mike12345567
|
ddeb25b68d
|
Updating mock redis to only import if it is needed.
|
2023-06-02 11:52:50 +01:00 |
Andrew Kingston
|
d8d3d71523
|
Update websocket logic to ignore events trigger by API requests originating from the same session
|
2023-06-01 17:14:32 +01:00 |
Michael Drury
|
a3f9759a47
|
Reverting ioredis-mock removal for test cases - will come back to this in future as it currently breaks pro tests.
|
2023-06-01 00:02:55 +01:00 |
mike12345567
|
fba3ec987e
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/datasource-info-endpoint
|
2023-05-31 17:37:17 +01:00 |
mike12345567
|
249625ad1a
|
Updating backend tests to actually utilise the redis container which is spun up as part of the tests, doing away with the somewhat problematic ioredis-mock which was breaking some tests due to the addition of the changes for multi-dev collab.
|
2023-05-31 17:18:01 +01:00 |
Andrew Kingston
|
8a2d4b7052
|
Merge branch 'develop' of github.com:Budibase/budibase into websocket-redis-integration
|
2023-05-31 16:28:14 +01:00 |
Andrew Kingston
|
e3b5d711df
|
Disable redis select command in tests
|
2023-05-31 16:27:49 +01:00 |
Andrew Kingston
|
ffbbf04e86
|
Lint
|
2023-05-31 16:08:35 +01:00 |
Andrew Kingston
|
05e34076f7
|
Fully rewrite websocket redis integration to use individual keys per session, enable TTLs on sesisons, prune sessions when users connect and add a heartbeat to sockets
|
2023-05-31 15:13:22 +01:00 |
Andrew Kingston
|
d926650232
|
Add back in functionality to select different redis DB's per client
|
2023-05-31 10:52:39 +01:00 |
Michael Drury
|
1547280514
|
Merge pull request #10739 from Budibase/fix/multi-dev-conflicts
Multidev lock and conflict management
|
2023-05-30 22:57:00 +01:00 |
Michael Drury
|
99607ca06e
|
Reverting try twice change to writethrough.
|
2023-05-30 20:45:10 +01:00 |
Michael Drury
|
5249148d6c
|
Updating writethrough test to be aware of the double attempt locks.
|
2023-05-30 20:20:22 +01:00 |
mike12345567
|
7c7bd4d5cb
|
Fix for debugging with webstorm the old way (if desired), updating the builder middleware to be more multi-dev capable, ignoring 409s when attempting to update the last updated at for apps (if multiple devs hit at same time, only use one) also updating writethrough cache to retry once, with the extended TTL on locks, plus the multi-dev collab it can take a minute to update usage quota doc when a lot of updates occur at once.
|
2023-05-30 17:41:20 +01:00 |
Rory Powell
|
6230e62b9b
|
Automation investigation logging + max doc size fix for automation log
|
2023-05-30 16:37:39 +01:00 |
Andrew Kingston
|
5e480a1527
|
Use socker.io redis adapter to broadcast events to all server instances
|
2023-05-25 08:48:56 +01:00 |
Michael Drury
|
62e9777407
|
Merge pull request #10633 from Budibase/fix/live-app-user-updates
Production app user updates
|
2023-05-18 10:46:31 +01:00 |
Rory Powell
|
a685f181da
|
Merge branch 'master' into develop
|
2023-05-18 09:10:51 +01:00 |
Rory Powell
|
55ee94892a
|
Support setting object name for logged json objects
|
2023-05-17 22:18:50 +01:00 |
mike12345567
|
5fdd7d9076
|
Fixing an issue with the tenant ID not being found in self host (default) for identification purposes, stopping doc update queue from activating and working as expected.
|
2023-05-17 19:21:32 +01:00 |
Rory Powell
|
78daed6ec1
|
Lint
|
2023-05-17 15:31:14 +01:00 |
Rory Powell
|
0aff89a479
|
Merge pull request #10626 from Budibase/chore/automation-logging-updates
Automation logging updates
|
2023-05-17 14:58:16 +01:00 |
Rory Powell
|
f41b134d31
|
Refactor to use param for doInAutomationContext
|
2023-05-17 14:57:29 +01:00 |
Rory Powell
|
6c412c7cd9
|
Test fix
|
2023-05-17 14:22:23 +01:00 |
Rory Powell
|
578b599428
|
Lint
|
2023-05-17 14:10:22 +01:00 |
Rory Powell
|
ad37186665
|
Logging updates for automations
|
2023-05-17 13:54:20 +01:00 |
Adria Navarro
|
4f3139a47b
|
Merge branch 'develop' into feature/datasource-conns
|
2023-05-17 12:00:56 +02:00 |
mike12345567
|
14806809e8
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-05-16 14:54:44 +01:00 |
mike12345567
|
1aad88adc8
|
Fix for CLI startup complaining about version not being found.
|
2023-05-15 15:52:59 +01:00 |
Adria Navarro
|
5456866c45
|
Fix tests to use connection string instead of env
|
2023-05-15 13:54:32 +02:00 |
Adria Navarro
|
209ada0c38
|
Validate couchdb
|
2023-05-15 13:54:32 +02:00 |
Adria Navarro
|
deb73be17d
|
Merge branch 'develop' into budi-6158/allow_searching_users
# Conflicts:
# packages/pro
|
2023-05-15 13:02:03 +02:00 |
jvcalderon
|
946cd45b3f
|
Refactor: BUILDER_REFERER_PREFIX -> BUILDER_APP_PREFIX
|
2023-05-12 15:59:42 +02:00 |
jvcalderon
|
a48fc00a54
|
Change the PUBLIC_API_PREFIX to prevent failures if we increase in the future the API version
|
2023-05-12 15:54:59 +02:00 |
José Vte. Calderón
|
8eac0d99f7
|
Update packages/backend-core/src/utils/tests/utils.spec.ts
Co-authored-by: Rory Powell <rory.codes@gmail.com>
|
2023-05-12 15:38:39 +02:00 |
jvcalderon
|
1f7ebe8502
|
Remove unneeded 'beforeEach' import
|
2023-05-12 15:34:57 +02:00 |
Adria Navarro
|
0d5c14f22a
|
Rename view
|
2023-05-10 14:54:30 +02:00 |
Martin McKeaveney
|
b387f969d9
|
allow passwordless redis
|
2023-05-08 15:59:12 +01:00 |
jvcalderon
|
d4d1bc03b3
|
Fix ESLint
|
2023-05-08 13:42:26 +02:00 |
jvcalderon
|
80d3b99b90
|
Provide some functions to check the path in the context
|
2023-05-08 13:26:00 +02:00 |
Rory Powell
|
595db7d346
|
Merge pull request #10495 from Budibase/fix/custom-locks
Fix usage of custom locks
|
2023-05-05 15:21:58 +01:00 |