1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00
Commit graph

24841 commits

Author SHA1 Message Date
Andrew Kingston
c7b9ebc1ba Merge branch 'develop' into user-table-changes 2023-09-15 18:36:01 +01:00
Adria Navarro
60d94e76cf Lint 2023-09-15 13:49:24 +02:00
Adria Navarro
29eaeacc4c Fix deletions 2023-09-15 13:47:08 +02:00
Adria Navarro
385989eca4 Process output 2023-09-15 13:31:56 +02:00
Adria Navarro
bebe342b33 Handle output processing 2023-09-15 13:31:22 +02:00
Adria Navarro
9510c37b7a Handle bb ref only if there is a value 2023-09-15 13:04:45 +02:00
Adria Navarro
679f56f32f Error handling 2023-09-15 12:29:57 +02:00
Budibase Staging Release Bot
14d5f551c3 Bump version to 2.10.9-alpha.2 2023-09-15 10:27:34 +00:00
Andrew Kingston
adc7c380a8 Merge pull request #11781 from Budibase/fix/dayjs
Update dayjs dependencies
2023-09-15 11:27:19 +01:00
Adria Navarro
d62e9a475f Validate objects 2023-09-15 12:10:59 +02:00
Adria Navarro
0d3f9dac8c Validate and return csv 2023-09-15 12:07:25 +02:00
Budibase Staging Release Bot
539fdd1d6d Bump version to 2.10.10 2023-09-15 09:45:38 +00:00
melohagan
7f43db09a6 Budi 7481 initial form step binding drawer can crash (#11751)
* Type safety

* Clear localFiles is fieldState is cleared
2023-09-15 10:45:15 +01:00
Adria Navarro
1ff3f5db80 Handle ids 2023-09-15 11:21:10 +02:00
Adria Navarro
4c4c2e118b Renames 2023-09-15 10:54:43 +02:00
Adria Navarro
8a9474c2ac Clean test 2023-09-15 10:44:50 +02:00
Adria Navarro
e36fd75bc1 Add tests 2023-09-15 10:41:39 +02:00
Adria Navarro
0e3f316eb2 Process bb ref on input processing 2023-09-15 10:33:36 +02:00
Adria Navarro
edd8879d04 inputProcessing async 2023-09-15 10:31:54 +02:00
Adria Navarro
1cbfeafe39 Remove context refs in row processor 2023-09-15 09:56:28 +02:00
Andrew Kingston
bd5c6056d8 Update dayjs dependencies to same version and fix import syntax in DateCell 2023-09-15 08:04:17 +01:00
Budibase Staging Release Bot
fb30be6ce4 Bump version to 2.10.9 2023-09-14 17:02:50 +00:00
Michael Drury
a5e79207ea Merge pull request #11771 from Budibase/fix/more-less-than-sql
More/less than SQL fix
2023-09-14 18:02:30 +01:00
mike12345567
68f3197522 Moving test to where the functions are now. 2023-09-14 17:12:09 +01:00
mike12345567
8ca3f13a1c Quick re-jig based on test failure, seems the base sql.ts is depended on fairly heavily, importing the SDK can create a lot of cycles. 2023-09-14 16:53:36 +01:00
Adria Navarro
8564509ca9 Allow bb_refs to externals 2023-09-14 17:51:09 +02:00
Adria Navarro
2c715f5144 Renamings 2023-09-14 17:49:48 +02:00
Adria Navarro
321bd8eec4 Add type 2023-09-14 17:47:45 +02:00
Adria Navarro
3ff4f9702b Rename user type 2023-09-14 17:46:50 +02:00
Adria Navarro
6f78825592 Clean 2023-09-14 16:51:15 +02:00
Adria Navarro
78c5216ee8 Merge dev fields to fields 2023-09-14 16:49:41 +02:00
Adria Navarro
3c4e550c7d Clean 2023-09-14 16:43:34 +02:00
Adria Navarro
1b1819b4a5 Clean 2023-09-14 16:16:47 +02:00
Adria Navarro
29b2e3b8f1 Handle internal types frontend 2023-09-14 16:06:02 +02:00
mike12345567
038604202d Merge branch 'fix/more-less-than-sql' of github.com:Budibase/budibase into fix/more-less-than-sql 2023-09-14 14:25:23 +01:00
mike12345567
c466f35a98 Found some discussion of testcontainers being problematic when nearly out of disk space, we have seen issues with the default Github runners as they have extremely limited disk space, this should help a bit removing android and dotnet, two pieces of functionality we will never need. 2023-09-14 14:24:59 +01:00
Adria Navarro
85a9b9ab21 Typings 2023-09-14 15:18:54 +02:00
Michael Drury
8573a8775f Merge branch 'master' into fix/more-less-than-sql 2023-09-14 14:04:57 +01:00
mike12345567
217d10f5fb Fix for more than/less than ranges, zeros were ignored when building up ranges, so that it simply acted like an upper limit, rather than a range. 2023-09-14 14:00:49 +01:00
Andrew Kingston
e659f35225 Merge branch 'develop' into cheeks-lab-day-portal-poc 2023-09-14 13:26:11 +01:00
Andrew Kingston
54fcc52197 Merge branch 'develop' into user-table-changes 2023-09-14 13:26:07 +01:00
mike12345567
ff5e9a468d Add an error if trying to add new users to the user metadata table within an app - this is invalid and should throw an error. 2023-09-14 12:44:14 +01:00
Budibase Staging Release Bot
f15ca351cd Bump version to 2.10.9-alpha.1 2023-09-14 11:03:14 +00:00
Michael Drury
dac8595ed1 Merge pull request #11760 from Budibase/fix/ci-disk-space
Test flakiness check
2023-09-14 12:02:49 +01:00
mike12345567
5f82b79d40 Removing test logs. 2023-09-14 11:42:04 +01:00
mike12345567
26c6393f06 Adding retries to 409 test. 2023-09-14 11:11:05 +01:00
mike12345567
4ca9ea97b6 Get server/worker tests to run. 2023-09-14 10:55:41 +01:00
mike12345567
4daa996044 Adding console log to trigger cache bust and run tests. 2023-09-14 10:38:14 +01:00
mike12345567
54c1a6226c Merge branch 'fix/ci-disk-space' of github.com:Budibase/budibase into fix/ci-disk-space 2023-09-14 10:31:56 +01:00
mike12345567
b2c2b3ed8d Merge branch 'develop' of github.com:Budibase/budibase into fix/ci-disk-space 2023-09-14 10:30:35 +01:00