1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
Commit graph

24577 commits

Author SHA1 Message Date
Michael Drury
3588984af2 Merge pull request #11769 from Budibase/fix/BUDI-7258
Don't allow adding new users to user metadata table within apps
2023-09-19 16:02:40 +01:00
Michael Drury
e6378aad82 Merge branch 'develop' into fix/BUDI-7258 2023-09-19 15:23:59 +01:00
Budibase Staging Release Bot
51a43540dd Bump version to 2.10.12-alpha.0 2023-09-19 13:34:23 +00:00
mike12345567
05e5efd2c2 Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-7258 2023-09-19 14:17:46 +01:00
Michael Drury
bf101ef3c3 Merge pull request #11808 from Budibase/backmerge-20230919
Master -> develop (2023/09/19)
2023-09-19 14:16:45 +01:00
mike12345567
c8775601fc Merge branch 'fix/BUDI-7258' of github.com:Budibase/budibase into fix/BUDI-7258 2023-09-19 14:01:24 +01:00
mike12345567
e69ebfb2ab Adding test case for row creation, don't allow user table. 2023-09-19 14:01:03 +01:00
Michael Drury
9e5b6bf654 Merge branch 'develop' into fix/BUDI-7258 2023-09-19 13:45:04 +01:00
Adria Navarro
f18063d43c Merge branch 'develop' into backmerge-20230919 2023-09-19 14:18:17 +02:00
Budibase Staging Release Bot
dade231484 Bump version to 2.10.9-alpha.5 2023-09-19 12:15:45 +00:00
Adria Navarro
aa24e6ccc5 Merge pull request #11798 from Budibase/BUDI-7456/user_cache_bulk_get
User cache bulk get
2023-09-19 14:15:28 +02:00
Adria Navarro
e128f1c921 Fix types 2023-09-19 13:28:24 +02:00
Adria Navarro
1d63b219b8 Make use of UserDB 2023-09-19 13:28:24 +02:00
Adria Navarro
9e1ccc35ee Handle missing users 2023-09-19 13:28:24 +02:00
Adria Navarro
7b4585ce68 Tenantid optional 2023-09-19 13:28:24 +02:00
Adria Navarro
6f1d027126 Fix test 2023-09-19 13:28:24 +02:00
Adria Navarro
4311d563d2 Add tests 2023-09-19 13:28:24 +02:00
Adria Navarro
d3b04ef4de Add tests 2023-09-19 13:28:24 +02:00
Adria Navarro
3336433de8 User cache, get in bulk 2023-09-19 13:28:24 +02:00
Adria Navarro
6d6b3dd971 Refactor 2023-09-19 13:28:24 +02:00
Adria Navarro
235799c07d Merge branch 'develop' into backmerge-20230919 2023-09-19 12:33:04 +02:00
Budibase Staging Release Bot
225457d123 Bump version to 2.10.11 2023-09-19 10:28:33 +00:00
Adria Navarro
d139d2cc01 Merge pull request #11801 from Budibase/hotfix/budi-7480-group-members-cant-see-group-apps-in-portal
[Fix] Populate apps from groups while fetching apps
2023-09-19 12:28:15 +02:00
Budibase Staging Release Bot
d0097273b9 Bump version to 2.10.9-alpha.4 2023-09-19 10:18:04 +00:00
Andrew Kingston
314e2bfdbd Merge pull request #11806 from Budibase/fix/date-tooltip
Support up to 3 lines of text in tooltips and fix icon for date fields
2023-09-19 11:17:44 +01:00
Andrew Kingston
84a89ddc92 Support up to 3 lines of text in tooltips and fix icon for date fields 2023-09-19 11:07:31 +01:00
Adria Navarro
3f7b615d10 Populate apps from groups while fetching apps 2023-09-18 17:58:07 +02:00
Budibase Staging Release Bot
fd518548fd Bump version to 2.10.9-alpha.3 2023-09-18 11:14:32 +00:00
Gerard Burns
36acd69fdd Note about MySQL SSL (#11797) 2023-09-18 12:14:12 +01: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
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
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
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
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
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