1
0
Fork 0
mirror of synced 2024-09-17 01:38:40 +12:00
Commit graph

24453 commits

Author SHA1 Message Date
Budibase Staging Release Bot
d8c051efbe Bump version to 2.10.14 2023-09-25 16:55:17 +00:00
Martin McKeaveney
abc02102f2 Merge pull request #11872 from Budibase/fix/microsoft-sec-advisory
Fix/microsoft sec advisory
2023-09-25 17:54:59 +01:00
Martin McKeaveney
2fbab6b5d1 Merge branch 'master' into fix/microsoft-sec-advisory 2023-09-25 17:42:49 +01:00
Budibase Staging Release Bot
91e488f819 Bump version to 2.10.13 2023-09-25 12:59:24 +00:00
Martin McKeaveney
2c50abcbf8 Merge pull request #11849 from Budibase/fix/section
Update section component grid column styles
2023-09-25 13:58:58 +01:00
Martin McKeaveney
83f042eeaf update name of platform users view so it rebuilds 2023-09-25 13:57:10 +01:00
Martin McKeaveney
6d4e3082e3 type tidy up and lint 2023-09-24 22:07:40 +01:00
Martin McKeaveney
ba52a901a9 improved type guards 2023-09-24 20:47:29 +01:00
Martin McKeaveney
9cf41133fb add verifiable SSO providers type 2023-09-24 19:40:37 +01:00
Martin McKeaveney
b979b29313 e2e secure microsoft auth 2023-09-23 00:10:12 +01:00
Andrew Kingston
69c688a03e Update section component grid column styles to explicit widths to prevent issues with dynamic resizing and overflow 2023-09-22 08:48:34 +01:00
Budibase Staging Release Bot
7db7159b4c Bump version to 2.10.12 2023-09-20 11:54:52 +00:00
Michael Drury
0b7cba006f Merge pull request #11827 from Budibase/fix/role-required-spec
Small user openAPI update
2023-09-20 12:54:35 +01:00
mike12345567
65d96b5ec5 Adding message to let user know why roles have been ignored, as well as adding test case for this. 2023-09-20 12:13:10 +01:00
mike12345567
87362be154 Removing required from roles on user API, as it is now paid. 2023-09-20 10:54:06 +01: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
Adria Navarro
3f7b615d10 Populate apps from groups while fetching apps 2023-09-18 17:58:07 +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
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
Budibase Staging Release Bot
6d74bb4063 Bump version to 2.10.8 2023-09-13 18:01:20 +00:00
Michael Drury
c6347f1c95 Merge pull request #11750 from Budibase/fix/10118
Fix filtering on 0 in external datasources
2023-09-13 19:01:03 +01:00
Michael Drury
edfec26258 Merge branch 'master' into fix/10118 2023-09-13 15:15:29 +01:00
Budibase Staging Release Bot
be5e8005b2 Bump version to 2.10.7 2023-09-13 14:06:52 +00:00
Michael Drury
b0a56f398e Merge branch 'master' into fix/10118 2023-09-13 15:06:44 +01:00
Michael Drury
2d5775fa54 Merge pull request #11754 from Budibase/fix/creator-in-portal-bug
Role fixes
2023-09-13 15:06:31 +01:00
Peter Clement
4be96846c9 Merge remote-tracking branch 'origin/master' into fix/creator-in-portal-bug 2023-09-12 17:28:45 +01:00
Peter Clement
2dd2dcc2cb Role fixes 2023-09-12 17:26:41 +01:00
Martin McKeaveney
2c23db6501 Merge branch 'master' into fix/10118 2023-09-12 16:37:26 +01:00
Martin McKeaveney
f906158f41 Merge pull request #11749 from Budibase/fix/qa-core-pg
Fix/qa core pg
2023-09-12 16:37:06 +01:00
Martin McKeaveney
101edb1ac9 Merge branch 'master' into fix/qa-core-pg 2023-09-12 15:15:34 +01:00
mike12345567
80e217afda Quick test to avoid scenario in future. 2023-09-12 14:23:08 +01:00
mike12345567
aed5694ac2 Adding dedicated function for removing empty filters. 2023-09-12 14:06:20 +01:00
mike12345567
aeac7aaa0c Making sure that not all falsy values are considered invalid filter inputs. 2023-09-12 13:54:39 +01:00
mike12345567
fcc81b0975 Merge branch 'master' of github.com:Budibase/budibase 2023-09-12 13:23:00 +01:00
Martin McKeaveney
9fc1811b0c remove comment 2023-09-12 11:26:38 +01:00
Martin McKeaveney
1d0a42b59f pin version of postgres in QA core tests so it works with pg dump 2023-09-12 11:26:26 +01:00
Budibase Staging Release Bot
d92811f909 Bump version to 2.10.6 2023-09-12 10:18:42 +00:00
Martin McKeaveney
0c19bac1ec Merge pull request #11743 from Budibase/budi-7476-postgres-sql-invalid-time-value-error-when-saving-json-as
Postgres sql invalid time value error when saving json as text
2023-09-12 11:18:23 +01:00
Budibase Staging Release Bot
b289253b0e Bump version to 2.10.5 2023-09-12 10:18:09 +00:00
Martin McKeaveney
e8751b9dda Merge pull request #11732 from Budibase/budi-7468-save-row-action-will-attempt-to-save-the-image-data-of-the
Save row action S3 Upload fix, and other misc S3 fixes
2023-09-12 11:17:51 +01:00
Mel O'Hagan
91fedc8241 Merge branch 'master' into budi-7476-postgres-sql-invalid-time-value-error-when-saving-json-as 2023-09-12 10:37:30 +01:00