1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
Commit graph

31523 commits

Author SHA1 Message Date
mike12345567
ec2ec4014c Fixing an issue with images and REST queries, these traditionally have only come back as binary data to Budibase, but this isn't very useful, its very difficult to convert these into something that can be used. Instead we will now download images into temporary attachments as we do for other types with a real content-disposition. 2024-05-17 14:01:43 +01:00
Michael Drury
8547b9b66e
Merge pull request #13689 from Budibase/feature/sqs-table-cleanup
SQS cleanup (tables and apps)
2024-05-17 11:27:50 +01:00
Michael Drury
ff0afbfd1c
Merge branch 'master' into feature/sqs-table-cleanup 2024-05-17 11:08:04 +01:00
Andrew Kingston
a705fbd497
Merge pull request #13683 from Budibase/rework-grid-block-height
Rework table height to support percentages again
2024-05-17 10:55:24 +01:00
Andrew Kingston
8a230337e8 Merge branch 'rework-grid-block-height' of github.com:Budibase/budibase into rework-grid-block-height 2024-05-17 10:51:36 +01:00
Andrew Kingston
eaa0a2023a Move grid min height subcsription into onMount handler to be more explicit about it only running once 2024-05-17 10:51:17 +01:00
Andrew Kingston
425dd99c28
Merge branch 'master' into rework-grid-block-height 2024-05-17 08:57:38 +01:00
mike12345567
647a8c2a74 Final fix for remove function. 2024-05-16 13:52:38 +01:00
mike12345567
39ce040b1c Updating eslint settings to allow function overloading in Typescript. 2024-05-16 13:39:16 +01:00
mike12345567
06d6d84b55 Addressing PR comments. 2024-05-16 13:27:54 +01:00
mike12345567
94b85eeed0 Merge branch 'master' of github.com:Budibase/budibase into feature/sqs-table-cleanup 2024-05-16 12:47:45 +01:00
Budibase Staging Release Bot
46072e8b27 Bump version to 2.26.4 2024-05-15 15:54:25 +00:00
Andrew Kingston
e97d9fc71f
Merge pull request #13698 from Budibase/fix/editing-rows-in-modals
Fix JSON error when editing rows in modal that contain unset attachment fields
2024-05-15 16:49:49 +01:00
Andrew Kingston
5164a0f716
Merge branch 'master' into fix/editing-rows-in-modals 2024-05-15 16:40:20 +01:00
Andrew Kingston
f9c4e901f8
Merge branch 'master' into rework-grid-block-height 2024-05-15 16:36:18 +01:00
Andrew Kingston
ed32adb183
Merge pull request #13685 from Budibase/feature/updated-app-metadata-ux
Edit app metadata UX updates.
2024-05-15 16:04:46 +01:00
Andrew Kingston
519a3d86a5
Merge branch 'master' into feature/updated-app-metadata-ux 2024-05-15 16:00:57 +01:00
Andrew Kingston
3d5795e934 Fix JSON error when editing rows in modal that contain unset attachments 2024-05-15 15:53:47 +01:00
Martin McKeaveney
756504a8a1
Merge pull request #13696 from Budibase/s3-file-system-fixes
remove file size limit on self host
2024-05-15 15:38:08 +01:00
Martin McKeaveney
c6ff6b1e8f Merge branch 's3-file-system-fixes' of github.com:Budibase/budibase into s3-file-system-fixes 2024-05-15 15:29:51 +01:00
Martin McKeaveney
7748256516 review comments 2024-05-15 15:29:38 +01:00
deanhannigan
603ac2f28a
Merge branch 'master' into feature/updated-app-metadata-ux 2024-05-15 15:19:43 +01:00
Michael Drury
fe6af1bf8b
Merge pull request #13694 from Budibase/fix/invalid-content-dispositions
Handle invalid content-dispositions, still allow REST download
2024-05-15 15:13:18 +01:00
Michael Drury
8737056e73
Merge branch 'master' into fix/invalid-content-dispositions 2024-05-15 15:03:39 +01:00
deanhannigan
5e3e7d4ea5
Merge branch 'master' into feature/updated-app-metadata-ux 2024-05-15 14:56:09 +01:00
Martin McKeaveney
45e4e791a5 fix lint 2024-05-15 14:54:32 +01:00
Martin McKeaveney
a46e109ca6
Merge pull request #13395 from CSLTech/5459_S3EndpointSupport
Add support for file uploads with custom S3 endpoints
2024-05-15 14:53:23 +01:00
mike12345567
e98ad4f04c Some further mock fixes. 2024-05-15 14:50:04 +01:00
Martin McKeaveney
d6f9da28aa
Merge branch 'master' into s3-file-system-fixes 2024-05-15 14:46:21 +01:00
Dean
e724435a35 UX feedback 2024-05-15 14:43:38 +01:00
Martin McKeaveney
fddf82eaa7 updatee test assertion 2024-05-15 14:40:24 +01:00
mike12345567
a8e12dfb6b Some fixes for the rest test cases which mocked too widely. 2024-05-15 14:40:08 +01:00
Martin McKeaveney
d9aad4c9a3
Merge branch 'master' into 5459_S3EndpointSupport 2024-05-15 14:33:41 +01:00
Martin McKeaveney
d89cd0955e lint 2024-05-15 14:30:34 +01:00
Martin McKeaveney
1b2053633d remove file size limit on self host 2024-05-15 14:23:08 +01:00
Dean
bfa66aeb06 Merge remote-tracking branch 'origin/master' into feature/updated-app-metadata-ux 2024-05-15 14:17:31 +01:00
mike12345567
fcb535efee Adding test cases for content-disposition hacks. 2024-05-15 14:03:31 +01:00
mike12345567
a1cbc931e2 Reducing the likelihood of validity check clashing with filename. 2024-05-15 13:37:46 +01:00
mike12345567
16f6cad1ea Adding a hack incase any API we are speaking to does not abide by the expected structure of the content-disposition header, fill in the missing type to allow parsing. 2024-05-15 13:28:03 +01:00
Dean
aa6a8b7ba6 Removed dead code from refactor 2024-05-15 13:12:43 +01:00
Dean
bb552c1984 Feedback and some fixes. Fix for app list getting squashed when the app metadata was updated. 2024-05-15 12:50:50 +01:00
Michael Drury
1c22c7d2d1
Merge branch 'master' into feature/sqs-table-cleanup 2024-05-15 12:34:12 +01:00
Michael Drury
7e1eddc787
Merge pull request #13693 from Budibase/fix/worker-tests
Quick fix for worker/server tests expecting missing messaging
2024-05-15 12:24:59 +01:00
mike12345567
906e7686d6 Removing messaging check - not important. 2024-05-15 12:14:21 +01:00
mike12345567
19e2c0220a Fixing test cases which were asserting on 404 messaging. 2024-05-15 12:07:39 +01:00
mike12345567
6b8d52def1 Linting and build issues. 2024-05-15 12:00:15 +01:00
Budibase Staging Release Bot
f752d2ce13 Bump version to 2.26.3 2024-05-15 10:40:27 +00:00
melohagan
a350a715fa
Fix: Only show free trial banner/modal to account owner (#13692)
* Add free_trial to deploy camunda script

* Fix only show trial banner to owner
2024-05-15 10:33:02 +00:00
Adria Navarro
9f2f177560
Merge pull request #13688 from Budibase/budi-8251-user-must-be-of-type-string
Fix - user must be of type string
2024-05-15 12:27:05 +02:00
Adria Navarro
cfddf020c3 Don't allow migrating autocolumns 2024-05-15 12:18:10 +02:00