Dean
|
bb44c9f07f
|
Added console log
|
2023-05-31 15:20:25 +01:00 |
Peter Clement
|
c6d0da33f4
|
add import for performance lib
|
2023-05-31 11:33:52 +01:00 |
Peter Clement
|
162ea5d969
|
update log formatting
|
2023-05-31 10:51:54 +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 |
Adria Navarro
|
e3ce16d0c9
|
Update local versions to 0.0.0
|
2023-05-29 10:54:10 +02: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 |
Adria Navarro
|
489ca561b7
|
Check types
|
2023-05-26 13:54:10 +02: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 |
Peter Clement
|
5a73b02827
|
update feature array to be an object
|
2023-05-26 11:02:47 +01:00 |
Dean
|
e1a87f2072
|
Reverted eval call to direct. Indirect appears to cause issues in cloud
|
2023-05-26 10:22:28 +01:00 |
Adria Navarro
|
e563c70163
|
Merge pull request #10710 from Budibase/chore/esbuild_pro
Chore - "esbuild"ing pro
|
2023-05-26 10:55:20 +02:00 |
Adria Navarro
|
77a619945b
|
Merge pull request #10680 from Budibase/budi-6933-verify-data-source-connection-during
Verify data source connection before saves
|
2023-05-26 10:47:42 +02:00 |
Andrew Kingston
|
520158c8f9
|
Merge branch 'develop' of github.com:Budibase/budibase into data-section-multidev
|
2023-05-26 09:39:06 +01:00 |
Peter Clement
|
70dfd9e8e5
|
Merge remote-tracking branch 'origin/develop' into feature/sync-automations
|
2023-05-26 09:26:51 +01:00 |
Andrew Kingston
|
cc7df474c9
|
Standardise usage of user avatars and colours across the entire platform
|
2023-05-26 09:24:53 +01:00 |
Adria Navarro
|
35d5df7ef0
|
Use local refs
|
2023-05-26 10:10:55 +02:00 |
deanhannigan
|
567ee451dd
|
Merge pull request #10702 from Budibase/fix/data-export-rows
Fixes and updates for export internal rows
|
2023-05-26 09:08:35 +01:00 |
melohagan
|
b5c98871ad
|
Update table data via CSV import (#10313)
* Add identifierFields select for import
* Update rows on import (Internal DB)
* Only allow internal DB to upsert import CSV
* Clear identifierFields when turning off update
* Passing table instead of tableId
* Pass table
* Pass tableType
|
2023-05-25 18:05:07 +01:00 |
Dean
|
146940f6ae
|
Added error handling for export row front end and fixed row export backend behaviour
|
2023-05-25 17:50:52 +01:00 |
Martin McKeaveney
|
8061c700c6
|
Merge pull request #10425 from Budibase/feature/chatgpt-automationblock
Feature/chatgpt automationblock
|
2023-05-25 13:39:57 +01:00 |
Adria Navarro
|
014a4cd467
|
Undo types
|
2023-05-25 12:22:53 +02:00 |
Adria Navarro
|
429dc8f6d2
|
Tidy up tsconfigs
|
2023-05-25 11:49:18 +02:00 |
Peter Clement
|
b0a32f03b4
|
remove log
|
2023-05-25 09:14:09 +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 |
Andrew Kingston
|
01ffa34dea
|
Merge branch 'develop' of github.com:Budibase/budibase into data-section-multidev
|
2023-05-25 08:47:39 +01:00 |
Martin McKeaveney
|
77c2e309dd
|
merge
|
2023-05-24 17:35:04 +01:00 |
Martin McKeaveney
|
f86d321e2e
|
restrict openai just to self host
|
2023-05-24 17:17:23 +01:00 |
mike12345567
|
733e724eb3
|
PR comments.
|
2023-05-24 16:38:24 +01:00 |
mike12345567
|
90ffa338c3
|
Fixes the single image build, as well as fixing the nodemon process for the server.
|
2023-05-24 16:23:34 +01:00 |
Martin McKeaveney
|
db5d051755
|
GPT4 support
|
2023-05-24 15:26:27 +01:00 |
Andrew Kingston
|
5cf4753853
|
Merge branch 'develop' of github.com:Budibase/budibase into data-section-multidev
|
2023-05-24 15:14:32 +01:00 |
Peter Clement
|
4d5a922684
|
Merge remote-tracking branch 'origin/develop' into feature/sync-automations
|
2023-05-24 15:05:58 +01:00 |
Peter Clement
|
a9bb534cdf
|
set flag in automation orchestrator
|
2023-05-24 14:41:58 +01:00 |