1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00
Commit graph

32023 commits

Author SHA1 Message Date
Andrew Kingston
a2f0049ee4
Merge pull request #13724 from Budibase/tab-dynamic-resizing
Observe size changes in tabs
2024-05-20 10:23:51 +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
Andrew Kingston
87a575f1d0
Merge branch 'master' into table-width-setting 2024-05-20 08:29:26 +01:00
mike12345567
d1b6a542fa Getting audit log searching with sqs working - a bit more work than expected but fixed quite a few SQS bugs along the way. 2024-05-17 20:26:34 +01:00
Michael Drury
bb8fc45ffb
Merge pull request #13717 from Budibase/fix/13715
Disallowing arrays for single types (attachment and user)
2024-05-17 17:35:43 +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
Michael Drury
1b26b0856b
Merge pull request #13716 from Budibase/fix/cli-logging
Fixing CLI logging
2024-05-17 16:58:59 +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
Andrew Kingston
e0e36c767b Merge branch 'table-width-setting' of github.com:Budibase/budibase into table-width-setting 2024-05-17 15:59:55 +01:00
Adria Navarro
76ac300cf0 Save only if valid 2024-05-17 16:53:28 +02:00
Andrew Kingston
d2a92e2c90 Fix show and hide all buttons 2024-05-17 15:18:49 +01:00
Andrew Kingston
594b2eb04c Fix a few edge cases and bugs 2024-05-17 15:12:39 +01:00
deanhannigan
c45ae63742
Merge branch 'master' into feature/signature-field-and-component 2024-05-17 15:11:57 +01:00
deanhannigan
b6ce7eaa38
Merge branch 'master' into table-width-setting 2024-05-17 15:11:40 +01:00
Michael Drury
15b86021ee
Merge pull request #13710 from Budibase/fix/rest-download-images
Download images rather than returning binary responses from REST queries
2024-05-17 14:59:57 +01:00
Andrew Kingston
4b693088fa Refactor how grid schema mutations are managed to support custom orders, widths and visibility of columns that are still user-overridable 2024-05-17 14:55:52 +01:00
Adria Navarro
a81626005c Save timeonly on external db 2024-05-17 15:55:27 +02: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
Adria Navarro
f6ce6977ef
Merge pull request #13704 from Budibase/BUDI-8248/reduce-googleapi-calls
Reduce googleapi calls
2024-05-17 15:36:22 +02: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
mike12345567
220b35d1b7 Merge branch 'master' of github.com:Budibase/budibase into feature/audit-log-sqs 2024-05-17 12:39:41 +01:00
mike12345567
d7f3109a22 Making sqlite design doc generation more accessible. 2024-05-17 12:35:31 +01:00
Andrew Kingston
62d9e2d8fb Remove leftover code 2024-05-17 12:20:06 +01:00
Andrew Kingston
4320bfdade Merge branch 'table-width-setting' of github.com:Budibase/budibase into table-width-setting 2024-05-17 12:19:04 +01:00
Andrew Kingston
a0cfbfa8d3 Merge branch 'master' of github.com:Budibase/budibase into table-width-setting 2024-05-17 12:18:44 +01:00
Andrew Kingston
89aae7a327 Merge branch 'fix/grid-column-reordering' into table-width-setting 2024-05-17 12:18:27 +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
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
Andrew Kingston
28e91959e5 Fix grid block having incorrect toolbar position in builder preview 2024-05-17 11:24:51 +01: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
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
Adria Navarro
16e58a38ea Support pg time types 2024-05-17 10:51:40 +02:00
Andrew Kingston
ba6747f9f8
Merge branch 'master' into table-width-setting 2024-05-17 08:59:11 +01:00
Andrew Kingston
425dd99c28
Merge branch 'master' into rework-grid-block-height 2024-05-17 08:57:38 +01:00
mike12345567
0efa1f06ab Moving some stuff around to make way for other services using the sql layers. 2024-05-16 17:33:47 +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
39ce040b1c Updating eslint settings to allow function overloading in Typescript. 2024-05-16 13:39:16 +01:00