1
0
Fork 0
mirror of synced 2024-09-01 10:11:12 +12:00
Commit graph

30683 commits

Author SHA1 Message Date
Sam Rose
4347667cb3
Remove .only 2024-04-08 10:44:08 +01:00
Andrew Kingston
718b43db5c
Merge pull request #13394 from Budibase/fix/screen-load-actions
Fix race condition when running screen load actions
2024-04-08 10:33:15 +01:00
Andrew Kingston
043aa14df7
Merge branch 'master' into fix/screen-load-actions 2024-04-08 10:29:19 +01:00
Budibase Staging Release Bot
90e73a77dc Bump version to 2.22.18 2024-04-08 09:00:03 +00:00
melohagan
fe2c6d5ec1
get process env in JS file (#13414) 2024-04-08 09:58:59 +01:00
mike12345567
2876085b61 Fixing test case to update schema when updating column name. 2024-04-05 18:35:56 +01:00
mike12345567
4d20c78eb0 Removing another null bookmark. 2024-04-05 17:59:32 +01:00
mike12345567
191c52a9b9 Fixing test case. 2024-04-05 17:49:39 +01:00
Sam Rose
9da10c790e
One failure left for MSSQL 2024-04-05 17:47:55 +01:00
Sam Rose
7d8cadb47f
table.spec.ts passing with MariaDB 2024-04-05 16:55:00 +01:00
Sam Rose
de2afa01b9
table.spec.ts passing with MySQL 2024-04-05 16:54:29 +01:00
Sam Rose
bcc09bd86e
table.spec.ts passing for internal and postgres 2024-04-05 16:38:57 +01:00
mike12345567
5f44b98b7f Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2024-04-05 16:36:36 +01:00
Budibase Staging Release Bot
0b36dc8567 Bump version to 2.22.17 2024-04-05 15:32:36 +00:00
Michael Drury
cdd40b44ad
Merge pull request #13415 from Budibase/fix/BUDI-8148
Fixing `BB_ADMIN` environment variable user creation
2024-04-05 14:24:39 +01:00
mike12345567
86150c58ce Fixing issue with BB_ADMIN environment variables for user creation introduced by user password becoming optional. Adding a test case as well to cover this to avoid it breaking in future. 2024-04-05 12:14:51 +01:00
Sam Rose
bc072e1424
More progress on fixing up table.spec.ts. 2024-04-05 11:50:27 +01:00
Andrew Kingston
e1109ff5aa
Merge branch 'master' into fix/screen-load-actions 2024-04-05 09:52:52 +01:00
Adria Navarro
528901bfaf Update yarn.lock 2024-04-04 21:30:06 +02:00
Adria Navarro
e87c84b0aa Download single attachment column 2024-04-04 21:28:07 +02:00
Adria Navarro
b44f0a3a36 Add tsconfig paths to client 2024-04-04 21:28:06 +02:00
Adria Navarro
151ea235f1 Handle empty attachments 2024-04-04 21:28:06 +02:00
Adria Navarro
ac5d578349 Zip file 2024-04-04 21:28:06 +02:00
Adria Navarro
9e773c7c18 Select table on config 2024-04-04 21:27:22 +02:00
Adria Navarro
d91da45880 Download attachment api (returns only first for now) 2024-04-04 21:27:22 +02:00
Adria Navarro
94eefb8007 Add download attachments api 2024-04-04 21:27:22 +02:00
Adria Navarro
6138f42b7d Uppercasing 2024-04-04 21:27:22 +02:00
Adria Navarro
c7c652825b Lint 2024-04-04 21:27:22 +02:00
Adria Navarro
fb8163193c Notificaiton on error 2024-04-04 21:27:22 +02:00
Adria Navarro
c1e78a099b Lint 2024-04-04 21:27:22 +02:00
Adria Navarro
cd9d99c1df Notification on error 2024-04-04 21:27:22 +02:00
Adria Navarro
56ed9a477f Add tests 2024-04-04 21:27:22 +02:00
Adria Navarro
8a13446fe4 Clean exports 2024-04-04 21:27:21 +02:00
Adria Navarro
35a0a4d44c Add tests 2024-04-04 21:27:21 +02:00
Adria Navarro
7e7f31b967 Allow downloading attachment 2024-04-04 21:27:21 +02:00
Adria Navarro
12f9b47954 Implement download by url 2024-04-04 21:27:21 +02:00
Adria Navarro
df05cf2345 Lint 2024-04-04 21:27:21 +02:00
Adria Navarro
19caf3cddf Copy 2024-04-04 21:27:21 +02:00
Adria Navarro
1a7e845c56 Remove notifications from frontend-core 2024-04-04 21:27:21 +02:00
Adria Navarro
349b22ba25 Move downloadfile to frontend-core 2024-04-04 21:27:21 +02:00
Adria Navarro
496679f3eb Download config 2024-04-04 21:27:21 +02:00
Adria Navarro
3ffba9faf8 Add download file option 2024-04-04 21:27:21 +02:00
Adria Navarro
1bc555350a Lint 2024-04-04 21:09:15 +02:00
Adria Navarro
80dfef9c42 Test single attachment on outputProcessing 2024-04-04 21:07:44 +02:00
Adria Navarro
6928e7454c Handle single files on imports 2024-04-04 21:05:56 +02:00
Adria Navarro
e5843929f1 Add attachment_single tests 2024-04-04 20:50:53 +02:00
Adria Navarro
b2ab4e022e Handle singleattachment on AttachmentCleanup 2024-04-04 20:39:11 +02:00
Adria Navarro
28d10ec086 Fix 2024-04-04 19:58:25 +02:00
Adria Navarro
615e27c798 Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type 2024-04-04 19:28:17 +02:00
mike12345567
30c81e58ec Some typing and test fixes. 2024-04-04 18:16:23 +01:00