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 |
Michael Drury
|
8737056e73
|
Merge branch 'master' into fix/invalid-content-dispositions
|
2024-05-15 15:03:39 +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 |
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 |
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 |
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 |
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
|
cfddf020c3
|
Don't allow migrating autocolumns
|
2024-05-15 12:18:10 +02:00 |
Adria Navarro
|
7c616988fc
|
Merge branch 'master' into budi-8251-user-must-be-of-type-string
|
2024-05-15 11:47:32 +02:00 |
Adria Navarro
|
8e0fb2f74b
|
Lint
|
2024-05-15 11:30:18 +02:00 |
Andrew Kingston
|
87ab4ad370
|
Use multi rather than multiple for data type names
|
2024-05-15 10:09:00 +01:00 |
Adria Navarro
|
062df0ff8b
|
Cleanup
|
2024-05-15 11:01:36 +02:00 |
Adria Navarro
|
25d86d179d
|
Handle inputProcessing on bulk row import
|
2024-05-15 10:56:55 +02:00 |
Adria Navarro
|
74ac68d72d
|
Fix tests
|
2024-05-14 18:22:55 +02:00 |
Adria Navarro
|
6c1b3a0d2d
|
Fix tests
|
2024-05-14 18:08:41 +02:00 |
Adria Navarro
|
76af1208de
|
Merge branch 'master' into budi-8251-user-must-be-of-type-string
|
2024-05-14 17:54:46 +02:00 |
Adria Navarro
|
092e75ed6c
|
Treat deprecatedSingleUserColumn as single on inputting
|
2024-05-14 17:48:10 +02:00 |
Adria Navarro
|
efb02a2c44
|
Improve message
|
2024-05-14 17:44:52 +02:00 |
Adria Navarro
|
81801582e9
|
Add type guards
|
2024-05-14 17:43:42 +02:00 |
Andrew Kingston
|
bf2b277134
|
Update naming of some data types and update order
|
2024-05-14 16:31:21 +01:00 |
Andrew Kingston
|
026be0ae8d
|
Merge branch 'master' into fix/external-tables-with-view-in-name
|
2024-05-14 15:03:16 +01:00 |
Adria Navarro
|
a11b0d7269
|
Merge branch 'master' into BUDI-8248/update-googlesheets
|
2024-05-14 13:31:30 +02:00 |
mike12345567
|
39147b80b6
|
PR comments.
|
2024-05-14 11:23:50 +01:00 |
Andrew Kingston
|
29081cea1c
|
Ensure we don't false-positive flag external tables with view_ in their names as views
|
2024-05-14 10:55:27 +01:00 |
Adria Navarro
|
c9d5112fcc
|
Change methods to private
|
2024-05-14 11:35:01 +02:00 |
Adria Navarro
|
d2e72889d6
|
Update
|
2024-05-14 09:39:55 +02:00 |
mike12345567
|
5b5e7e47a2
|
Fixing some issues with updating rows with attachments, there were some UI bugs that had been raised (undefined being displayed) and the uploading from a URL was not working as expected, due to the stream not matching the expected format of the S3 SDK - this has been fixed by converting the stream to a true readable stream with .
|
2024-05-13 18:11:40 +01:00 |
Martin McKeaveney
|
9c312826ca
|
Merge pull request #13636 from Budibase/fix/builder-tabs-underline
Fix for positioning of selected builder navigation tab on page load
|
2024-05-13 17:00:37 +01:00 |
Martin McKeaveney
|
de52a8f230
|
Merge branch 'master' into fix/builder-tabs-underline
|
2024-05-13 16:53:24 +01:00 |
Martin McKeaveney
|
0fccca6d76
|
Merge branch 'master' into fix/grid-null-dereference-error
|
2024-05-13 16:53:00 +01:00 |
Andrew Kingston
|
8960b1b137
|
Merge branch 'master' into new-table-selected-rows
|
2024-05-13 16:09:37 +01:00 |
deanhannigan
|
698ea861a5
|
Merge branch 'master' into fix/builder-tabs-underline
|
2024-05-13 14:47:06 +01:00 |
Adria Navarro
|
63160a394b
|
Fix
|
2024-05-13 15:22:55 +02:00 |
Adria Navarro
|
004e13a349
|
Fix
|
2024-05-13 15:15:48 +02:00 |
Adria Navarro
|
f8c0a3b5c0
|
Remove types
|
2024-05-13 15:15:48 +02:00 |
Adria Navarro
|
9414c34c21
|
Update types
|
2024-05-13 15:15:48 +02:00 |
Adria Navarro
|
2e636475cf
|
Update packages
|
2024-05-13 15:15:48 +02:00 |
deanhannigan
|
e185cf79de
|
Merge branch 'master' into fix/builder-tabs-underline
|
2024-05-13 14:04:12 +01:00 |
Michael Drury
|
ce7fe13ec4
|
Merge branch 'master' into fix/13660
|
2024-05-13 14:00:16 +01:00 |