Commit Graph

25887 Commits

Author SHA1 Message Date
deanhannigan f20ed14e61
Merge branch 'master' into feature/signature-field-and-component 2024-05-20 10:30:55 +01:00
Andrew Kingston b902e765fd Observe size changes in tabs as a catch-all solution for incorrect underline sizing 2024-05-20 09:37:48 +01:00
mike12345567 c1ce6be9b9 Disallowing arrays for single types (attachment and user). 2024-05-17 17:17:57 +01:00
deanhannigan b52740c1d8
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 17:17:01 +01:00
Dean 37dd75823f PR feedback, signature to signature single 2024-05-17 17:04:15 +01:00
mike12345567 5d1c23373f removing init import. 2024-05-17 16:32:55 +01:00
mike12345567 d23a34687f Quick fix for the CLI - the disabling of pino logging being part of the index means it doesn't run until after TS imports - moving it to be first import/ran before all else. 2024-05-17 16:32:38 +01:00
deanhannigan c45ae63742
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 15:11:57 +01:00
Michael Drury acab64ea45
Merge branch 'master' into fix/rest-download-images 2024-05-17 14:51:42 +01:00
mike12345567 e320524c63 Test case. 2024-05-17 14:37:01 +01:00
mike12345567 16c69dcc33 Backwards compat. 2024-05-17 14:16:08 +01:00
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
deanhannigan 1bfcdb36c2
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 12:15:34 +01:00
Adria Navarro 19cb7b83e0
Merge branch 'master' into BUDI-8248/reduce-googleapi-calls 2024-05-17 12:28:28 +02:00
Adria Navarro 39ad85127b Use @budibase/google-spreadsheet 2024-05-17 12:11:26 +02:00
Michael Drury ff0afbfd1c
Merge branch 'master' into feature/sqs-table-cleanup 2024-05-17 11:08:04 +01:00
Adria Navarro a780a29337 Clean 2024-05-17 12:07:28 +02:00
Adria Navarro 7807b734bb Persist googlesheet refs in context 2024-05-17 12:07:28 +02:00
deanhannigan 74d3015cae
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 11:03:28 +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
Dean cf18417288 Added workaround for atrament doubleclick issue. Disabled edit button until the canvas is actually changed. Upgraded atrament to the latest 2024-05-16 16:40:35 +01:00
mike12345567 647a8c2a74 Final fix for remove function. 2024-05-16 13:52:38 +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
Dean 5a5896bd50 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-16 10:58:15 +01:00
Dean 2a95bc8457 Ensure canvas size is restricted. devicePixelRatio was used to scale the canvas for devices with higher DPI screens only affecting macs 2024-05-16 10:54:06 +01:00
Dean 6b1e6c61fe Updating signature grid cell to use GridPopover 2024-05-15 17:20:50 +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
Dean 166206f185 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-15 16:35:31 +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 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
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