Adria Navarro
|
23531e1509
|
Fix sqs formula
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
8eb82d3b05
|
Fix mysql formula test
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
8765a28f04
|
Move responsability to sql utils
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
95f7eeacce
|
Don't add breaking changes
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
c398412e00
|
Fix pg money
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
51ba1f072b
|
Add required fields on table search as well
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
499d3f2041
|
Fix sql calculations
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
7932ee7620
|
Fix sqs calculations
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
fc75728a1e
|
Add more tests
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
7cd412bfdc
|
Add basic sql alias test
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
740069ea78
|
Use table for get before row
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
df62845cf9
|
Fix encodings
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
eb7fcd0219
|
Don't select * on relationships
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
aa288966d8
|
Fix tests back
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
fc22db35ac
|
Add back cte
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
0ef4a154ef
|
Prevent repeated fields on select
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
d60cc7aaf4
|
Fix encoding
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
14b5a42647
|
Fix patch issues
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
2d771c96dd
|
Fix wrong relationship select
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
e6a27ad4d5
|
Ensure required fields are included
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
f92fcea42a
|
Include * when having formulas
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
80dcc51923
|
Fix sql alias tests
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
bbb60afdc2
|
Relations, select only required fields
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
112b7c70e2
|
Fix sqs views
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
74e1bbc7c6
|
Require only visible fields on views
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
191b63270c
|
Dry
|
2024-12-17 16:12:16 +01:00 |
Adria Navarro
|
0e0b6471d6
|
Generate proper select
|
2024-12-17 16:12:16 +01:00 |
mike12345567
|
77eb805936
|
Fixing an issue where plugins are imported as apps, which can crash the service - return a useful message to tell the user this is a plugin not an app export.
|
2024-12-17 13:13:07 +00:00 |
mike12345567
|
2e7f75e93c
|
Make sure password is always requested when working with encrypted files - if the enc file has been copied the name may change format, we should handle if this happens.
|
2024-12-17 12:28:22 +00:00 |
Michael Drury
|
57eaac88b1
|
Merge branch 'master' into fix/automation-webhook-improvements
|
2024-12-17 11:08:51 +00:00 |
mike12345567
|
a35e504e8f
|
PR comment.
|
2024-12-16 15:07:06 +00:00 |
Andrew Kingston
|
cb88f1faa9
|
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2
|
2024-12-16 14:40:06 +00:00 |
mike12345567
|
e11c3f87c4
|
Fixing issue with webhook test case - getting sync response back.
|
2024-12-13 18:15:08 +00:00 |
mike12345567
|
eb69bbd3cb
|
Merge branch 'master' of github.com:Budibase/budibase into fix/automation-webhook-improvements
|
2024-12-13 17:55:32 +00:00 |
mike12345567
|
d20592e885
|
Updating query row API to correctly state successful if not returning an error.
|
2024-12-13 17:33:40 +00:00 |
mike12345567
|
b58aa807bd
|
Another test change.
|
2024-12-13 17:22:35 +00:00 |
mike12345567
|
7cf20ef16c
|
Fixing query row.
|
2024-12-13 17:11:35 +00:00 |
mike12345567
|
6699b202b4
|
Fixing some automation requirements.
|
2024-12-13 17:10:05 +00:00 |
mike12345567
|
77b9baa095
|
Updating types to remove any instances of ctx.status = 200 being set and then no body provided.
|
2024-12-13 16:48:47 +00:00 |
mike12345567
|
ba6b0fba6d
|
Correcting issue with test case.
|
2024-12-13 16:00:40 +00:00 |
mike12345567
|
80bd561bba
|
Some further work on automation webhook testing.
|
2024-12-13 13:59:29 +00:00 |
mike12345567
|
715399b755
|
Typing improvements for webhooks - fixing issue with parameter change - working on test case.
|
2024-12-13 13:34:32 +00:00 |
Andrew Kingston
|
df8e7bf903
|
Merge branch 'master' into cheeks-fixes
|
2024-12-13 11:40:00 +00:00 |
Andrew Kingston
|
cb8f05291a
|
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2
|
2024-12-13 09:13:44 +00:00 |
mike12345567
|
f857c36e09
|
PR comments.
|
2024-12-12 16:50:21 +00:00 |
Andrew Kingston
|
ea444a9078
|
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2
|
2024-12-12 16:42:23 +00:00 |
Michael Drury
|
f62ffb38e2
|
Merge branch 'master' into fix/external-table-name-spaces
|
2024-12-12 16:40:41 +00:00 |
mike12345567
|
eca009920c
|
Fixing some type issue found during the frontend-core updates.
|
2024-12-12 16:00:28 +00:00 |
mike12345567
|
7f62f32adc
|
Adding test case for tables with spaces.
|
2024-12-12 15:55:39 +00:00 |
Andrew Kingston
|
a706a767a7
|
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2
|
2024-12-12 14:29:56 +00:00 |