1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
Commit graph

9675 commits

Author SHA1 Message Date
Budibase Staging Release Bot 0e9c16763e v0.9.180-alpha.4 2021-11-10 12:17:43 +00:00
Andrew Kingston 143510ceb8
Merge pull request #3311 from Budibase/block-search-improvements
Improve block searching
2021-11-10 12:08:10 +00:00
Martin McKeaveney a8066909df fix cypress tests 2021-11-10 13:04:59 +01:00
mike12345567 c8e02a20a0 Updating per review comments. 2021-11-10 12:03:43 +00:00
mike12345567 51b6687262 Updating per review comments. 2021-11-10 12:00:29 +00:00
Andrew Kingston 8d6ac3510d Add cypress data tag to binding icon in drawer bindable combo box 2021-11-10 11:58:27 +00:00
Andrew Kingston dd28adbf68 Update block search so that string fields do a 'starts with' search rather than an exact match 2021-11-10 11:48:02 +00:00
Andrew Kingston eabe0e66cf Use bindable combo boxes for text settings and clean up 2021-11-10 11:23:51 +00:00
Andrew Kingston bdae524618 Broadcast specific events for picking or typing to update the value in a combobox 2021-11-10 11:23:35 +00:00
Martin McKeaveney b66d76f010 code review, simplify iframeTemplate 2021-11-10 12:12:33 +01:00
Budibase Staging Release Bot 186a44c40e v0.9.180-alpha.3 2021-11-10 10:13:12 +00:00
Rory Powell edb012fcc7
Merge pull request #3178 from Budibase/postgres-schema
Postgres: Use another schema other than 'public'
2021-11-10 10:03:25 +00:00
Budibase Release Bot 9dd74e580e v0.9.182 2021-11-10 09:52:01 +00:00
Michael Drury afa4643d8a
Merge pull request #3302 from Budibase/fix/3296
Fix for automation JS scripting block
2021-11-10 09:42:03 +00:00
mike12345567 e44c461a97 Fixing issue with automation JS scripting not functioning, due to an object being passed in as code parameter. 2021-11-09 18:07:21 +00:00
Rory Powell 351dbd0c27 Tidy imports 2021-11-09 17:55:10 +00:00
Rory Powell b2cdf00d7e Tidy and remove unused fields 2021-11-09 17:52:26 +00:00
Martin McKeaveney 753d2f51bc updating delete app cypress command 2021-11-09 18:35:19 +01:00
Rory Powell d786aaf81c Remove comments 2021-11-09 17:33:29 +00:00
Martin McKeaveney af5b0905cf adding check for delete app 2021-11-09 18:30:51 +01:00
Budibase Staging Release Bot bb410a7742 v0.9.180-alpha.2 2021-11-09 17:25:41 +00:00
Michael Drury 4764631644
Merge pull request #3291 from Budibase/feature/mssql-plus
MS SQL Server data source plus
2021-11-09 17:17:05 +00:00
Martin McKeaveney 5552f7205a update redundant comment 2021-11-09 18:16:52 +01:00
Martin McKeaveney f69d00e0ef review 2021-11-09 18:14:37 +01:00
Rory Powell 01a3a8ff0d Add oracle instant client installation scripts 2021-11-09 17:10:26 +00:00
Martin McKeaveney 4933d6e67d prevent redirect to acct portal when not necessary 2021-11-09 18:00:32 +01:00
Martin McKeaveney 50b547e0a9 fixes for templates, ensured iframetemplate fires ready event 2021-11-09 17:40:31 +01:00
mike12345567 472af5d4e5 Adding the ability to set a permission for data source queries. 2021-11-09 16:25:23 +00:00
Andrew Kingston b0e0b61527 Add comment to client rows API 2021-11-09 15:48:04 +00:00
Andrew Kingston 25f2109d1f Use full bindings for releationships and attachments 2021-11-09 15:45:32 +00:00
Andrew Kingston 7aa337f7d2 Disable links when in builder preview 2021-11-09 15:24:13 +00:00
mike12345567 b00220cd98 Merge branch 'fix/user-metadata' of github.com:Budibase/budibase into feature/query-rbac-timeouts 2021-11-09 12:49:42 +00:00
Budibase Release Bot 8b7f3a461f v0.9.181 2021-11-09 12:38:10 +00:00
Martin McKeaveney 5cf29fbeb7
Merge pull request #3294 from Budibase/fix/feature-flag-safari
Fix/feature flag safari
2021-11-09 13:29:50 +01:00
Martin McKeaveney 00340da839 remove comment 2021-11-09 12:25:02 +01:00
Martin McKeaveney 7b8abb376d formatting 2021-11-09 12:24:18 +01:00
mike12345567 2155e5f5eb Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus 2021-11-09 11:20:17 +00:00
mike12345567 28b4adc2b3 Reworking MS-SQL test case to be able to get the sql now with a request being made for each internal query, rather than just at connection. 2021-11-09 11:16:12 +00:00
Martin McKeaveney f7550c8c47 adding flags for messagePassing 2021-11-09 12:15:29 +01:00
Martin McKeaveney 4fdf68d04e still show start from scratch and import when template request fails 2021-11-09 11:58:58 +01:00
Peter Clement 9df2f8b634 new auto screen ux 2021-11-09 09:33:34 +00:00
Rory Powell 5257fe7bf7 Integrate with UI 2021-11-08 22:08:47 +00:00
Budibase Staging Release Bot 610ba92bac v0.9.180-alpha.1 2021-11-08 20:54:52 +00:00
Andrew Kingston d0755ce8ac
Merge pull request #3249 from Budibase/blocks
Core blocks implementation + table with search block
2021-11-08 20:46:21 +00:00
mike12345567 e188367ae2 Removing constants import that was breaking things. 2021-11-08 18:59:27 +00:00
mike12345567 d5f10f5f13 Linting. 2021-11-08 18:27:18 +00:00
mike12345567 2312defd3c Fixing some issues with multi-select coming back as string. 2021-11-08 18:23:48 +00:00
mike12345567 0e499fd60d Some refactoring to make it easier to find specific edge cases of sql clients. 2021-11-08 18:12:40 +00:00
mike12345567 a0ebe7537d Merge branch 'develop' of github.com:Budibase/budibase into fix/user-metadata 2021-11-08 17:28:32 +00:00
mike12345567 15907280b2 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 2021-11-08 17:25:05 +00:00