Commit Graph

24461 Commits

Author SHA1 Message Date
Dean 09280166c7 Added comment updates to reflect new naming behaviour 2023-09-26 15:15:30 +01:00
Budibase Staging Release Bot f17ac2c98b Bump version to 2.10.15 2023-09-25 18:48:12 +00:00
Andrew Kingston 097ca7a65c Merge pull request #11875 from Budibase/fix/table-block-delete-button-default
Fix for ensure Table Block Delete button displays when creating an auto generated screen.
2023-09-25 19:47:53 +01:00
Andrew Kingston 1f8a4d9280 Merge branch 'master' into fix/table-block-delete-button-default 2023-09-25 19:35:23 +01:00
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
Dean cb7c9e936c Merge remote-tracking branch 'origin/master' into fix/table-block-delete-button-default 2023-09-25 16:54:03 +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
Dean d6ae511eda Refactor of the delete label logic into a block 2023-09-25 12:43:43 +01:00
Dean a04dd3a66d Linting 2023-09-25 11:40:54 +01:00
Dean fcb1575da5 Added default config values for buttons on auto screen creation. Added behaviour to accomodate screens created without defaults set. 2023-09-25 10:59:34 +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