1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00
Commit graph

9436 commits

Author SHA1 Message Date
Peter Clement 32bdeb5195 logic for saving of multiple screens 2021-11-10 16:04:27 +00:00
Andrew Kingston 3ebf44d1f7 Rename blocks to be shorter 2021-11-10 15:56:51 +00:00
Andrew Kingston 32c3788a53 Refactor all block link settings to be URLs rather than onclick handlers. Add settings for linking card titles in card list blocks 2021-11-10 15:52:36 +00:00
mike12345567 02137f4c08 Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 2021-11-10 15:01:44 +00:00
Andrew Kingston 0637168ab9 Change bindable properties order 2021-11-10 14:57:46 +00:00
Budibase Staging Release Bot b1afbfa451 v0.9.180-alpha.7 2021-11-10 14:56:30 +00:00
Peter Clement 6dfba972a5 Merge remote-tracking branch 'origin/develop' into feature/auto-screen-ui 2021-11-10 14:48:56 +00:00
Peter Clement 5cd5fb0cab
Merge pull request #3313 from Budibase/fix/automation-block-width
fix width of automation blocks
2021-11-10 14:46:33 +00:00
Peter Clement 49db941807 fix width of automation blocks 2021-11-10 14:43:07 +00:00
Budibase Release Bot 0202adaa60 v0.9.183 2021-11-10 14:28:28 +00:00
Martin McKeaveney 7da88801ea
Merge pull request #3300 from Budibase/fix/templates
Fix/templates
2021-11-10 15:19:26 +01:00
Martin McKeaveney 0a0a338b83 fix renaming an app 2021-11-10 14:57:46 +01:00
Budibase Staging Release Bot 7e02034897 v0.9.180-alpha.6 2021-11-10 13:50:18 +00:00
Michael Drury de2029588b
Merge pull request #3251 from Budibase/fix/user-metadata
Syncing user metadata - allow builder to interact with user metadata in app
2021-11-10 13:41:57 +00:00
Martin McKeaveney 88c1b16ec2 adding cypress tag to input 2021-11-10 14:08:34 +01:00
mike12345567 1453e8810b Fixing issue found by test case. 2021-11-10 12:52:23 +00:00
Budibase Staging Release Bot 1d7490e328 v0.9.180-alpha.5 2021-11-10 12:29:11 +00:00
Andrew Kingston d47bf555c5
Merge pull request #3309 from Budibase/quick-bindings
Quick bindings
2021-11-10 12:18:52 +00:00
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
Martin McKeaveney 753d2f51bc updating delete app cypress command 2021-11-09 18:35:19 +01: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
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