Andrew Kingston
|
f7e21c3348
|
Remove log from websocket heartbeat
|
2023-06-05 11:55:45 +01:00 |
mike12345567
|
0506096e72
|
Fixing filtering plus pagination in googlesheets, the pagination previously was first which broke the filtering.
|
2023-06-05 10:03:47 +01:00 |
mike12345567
|
770f7c1dc6
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/google-sheets-issues
|
2023-06-05 09:36:45 +01:00 |
mike12345567
|
e7649374d2
|
Fixing googlesheets filtering by _id - there was an issue with the response API giving _rowNumber rather than the expected primary key of rowNumber, need to update the filters accordingly.
|
2023-06-02 18:25:35 +01:00 |
mike12345567
|
213315e14f
|
Fixing issue with row deletion not returning the _id of the row which was deleted in googlesheets.
|
2023-06-02 18:03:43 +01:00 |
Andrew Kingston
|
6f51843875
|
Fix TS issue
|
2023-06-02 16:22:07 +01:00 |
Michael Drury
|
adbdaf394a
|
Small update to make sure that save/patch calls to the rows API (all DS+) return the squashed relationships, not the whole structure.
|
2023-06-01 18:18:12 +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
|
8e4f0e531c
|
Merge pull request #10755 from Budibase/fix/datasource-info-endpoint
Datasource info endpoint update
|
2023-06-01 12:29:46 +01:00 |
Michael Drury
|
67588f1051
|
Adding a JSON parse incase the input is actually an array in the form of a string (HBS).
|
2023-06-01 12:14:34 +01:00 |
Michael Drury
|
cde4dabe42
|
Fixing some redis type errors.
|
2023-06-01 11:10:39 +01:00 |
deanhannigan
|
a782a8b9b1
|
Merge pull request #10758 from Budibase/fix/reduce-array-row-parse-log-level
Reduced log level of array parsing on row import
|
2023-06-01 10:41:19 +01:00 |
Dean
|
6ee83e2da8
|
Reduced log level of parse array attempt
|
2023-06-01 09:05:22 +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
|
16e929bd81
|
Removing checks around websockets as redis properly available in testing now.
|
2023-05-31 18:09:15 +01:00 |
mike12345567
|
969ee52c29
|
Fixing merge conflict.
|
2023-05-31 18:08:29 +01:00 |
mike12345567
|
039e78379f
|
Fixing lint issue.
|
2023-05-31 17:48:18 +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 |
mike12345567
|
651d50a064
|
Updating datasource information endpoint to POST which allows sending up an unfinished/unsaved datasource for fetching information with. Also changing how verification and information endpoints work so that enrichment is used and therefore env vars can also be used.
|
2023-05-31 17:04:29 +01:00 |
Andrew Kingston
|
680e609b52
|
Remove plural forms of enums and use TS enum rather than JS const
|
2023-05-31 17:03:14 +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
|
ffbbf04e86
|
Lint
|
2023-05-31 16:08:35 +01:00 |
Andrew Kingston
|
a7c6298d1f
|
Ensure socket pruning due to redis TTL expiry works as expected
|
2023-05-31 15:37:39 +01:00 |
Dean
|
bb44c9f07f
|
Added console log
|
2023-05-31 15:20:25 +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 |
Peter Clement
|
c6d0da33f4
|
add import for performance lib
|
2023-05-31 11:33:52 +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 |
Peter Clement
|
162ea5d969
|
update log formatting
|
2023-05-31 10:51:54 +01:00 |
Andrew Kingston
|
d3fdb52bf5
|
Store all socket users in redis to allow all server instances to be aware of all users
|
2023-05-31 10:21:50 +01:00 |
Peter Clement
|
702c908ae8
|
remove logging
|
2023-05-31 09:42:44 +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 |
Rory Powell
|
a1dbd67535
|
Remove debug log
|
2023-05-30 19:23:19 +01:00 |
Rory Powell
|
b0783d373a
|
Lint
|
2023-05-30 19:16:36 +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 |
Peter Clement
|
ef9fc94728
|
Merge branch 'fix/looping-performance-bug' of github.com:Budibase/budibase into fix/looping-performance-bug
|
2023-05-30 16:52:34 +01:00 |
Peter Clement
|
ed6cd8144b
|
lint
|
2023-05-30 16:52:22 +01:00 |
Rory Powell
|
207512396a
|
Merge pull request #10738 from Budibase/automation-investigation
Automation investigation logging + max doc size fix for automation log
|
2023-05-30 16:45:27 +01:00 |
Rory Powell
|
df5654a7e7
|
Merge branch 'develop' into fix/looping-performance-bug
|
2023-05-30 16:41:11 +01:00 |
Rory Powell
|
6230e62b9b
|
Automation investigation logging + max doc size fix for automation log
|
2023-05-30 16:37:39 +01:00 |
Peter Clement
|
3119ba5a8d
|
remove log
|
2023-05-30 14:41:04 +01:00 |
Peter Clement
|
0a91e5bed1
|
update let to const
|
2023-05-30 14:26:49 +01:00 |
Peter Clement
|
5a7f0ba586
|
Fix performance issue with looping and context
|
2023-05-30 14:25:28 +01:00 |
Gerard Burns
|
23ee9f4af8
|
Post Sign Up Onboarding Changes (#10701)
* wip
* PR Feedback
* Fixes
* PR Feedback
* PR Feedback
* PR Feedback
|
2023-05-30 12:54:57 +01:00 |
Andrew Kingston
|
be40d72f55
|
Merge pull request #10712 from Budibase/data-section-multidev
Multiple user collaboration for data section
|
2023-05-30 09:08:14 +01:00 |
Peter Clement
|
55e56e2c1f
|
Merge branch 'feature/sync-automations' of github.com:Budibase/budibase into feature/sync-automations
|
2023-05-26 16:58:12 +01:00 |
Peter Clement
|
2ae960e2ee
|
fix broken test
|
2023-05-26 16:58:00 +01:00 |
mike12345567
|
7ba21d836b
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/sync-automations
|
2023-05-26 16:42:01 +01:00 |
Peter Clement
|
66e1f57a3d
|
one more feature check for safety on the trigger
|
2023-05-26 16:06:16 +01:00 |
deanhannigan
|
bd50f32f0d
|
Merge pull request #10713 from Budibase/fix/internal-view-eval-fn
Fix for fetching Internal DB Views in QA cloud
|
2023-05-26 11:51:07 +01:00 |