4083 Commits (d7ef5e606cbcd581cde8eb58228f02a1ea46f59d)

Author SHA1 Message Date
mike12345567 d7ef5e606c Fixing issue where deleted datasources wouldn't clear out queries. 5 years ago
mike12345567 82dac5c588 Adding worker controls to both automations and queries. 5 years ago
Andrew Kingston 00eabbd050 Fix issue with using blocks and conditional UI together due to new nested settings 5 years ago
Martin McKeaveney 3ec7283638 track pageviews in PH, add job role and company size into intercom 5 years ago
mike12345567 9bd5d06c57 Fixing constants import. 5 years ago
Andrew Kingston 3ebf44d1f7 Rename blocks to be shorter 5 years ago
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. 5 years ago
Andrew Kingston 0637168ab9 Change bindable properties order 5 years ago
Peter Clement 49db941807 fix width of automation blocks 5 years ago
Martin McKeaveney 88c1b16ec2 adding cypress tag to input 5 years ago
Andrew Kingston 8d6ac3510d Add cypress data tag to binding icon in drawer bindable combo box 5 years ago
Andrew Kingston eabe0e66cf Use bindable combo boxes for text settings and clean up 5 years ago
Martin McKeaveney b66d76f010 code review, simplify iframeTemplate 5 years ago
mike12345567 e44c461a97 Fixing issue with automation JS scripting not functioning, due to an object being passed in as code parameter. 5 years ago
Martin McKeaveney af5b0905cf adding check for delete app 5 years ago
Martin McKeaveney 5552f7205a update redundant comment 5 years ago
Martin McKeaveney f69d00e0ef review 5 years ago
Martin McKeaveney 4933d6e67d prevent redirect to acct portal when not necessary 5 years ago
Martin McKeaveney 50b547e0a9 fixes for templates, ensured iframetemplate fires ready event 5 years ago
mike12345567 472af5d4e5 Adding the ability to set a permission for data source queries. 5 years ago
Andrew Kingston 25f2109d1f Use full bindings for releationships and attachments 5 years ago
Martin McKeaveney 00340da839 remove comment 5 years ago
Martin McKeaveney 7b8abb376d formatting 5 years ago
Martin McKeaveney f7550c8c47 adding flags for messagePassing 5 years ago
Martin McKeaveney 4fdf68d04e still show start from scratch and import when template request fails 5 years ago
mike12345567 e188367ae2 Removing constants import that was breaking things. 5 years ago
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. 5 years ago
Andrew Kingston aa56d6fd63 Add card list with search block. Add concept of nested settings which can consume their own contexts and are not enriched at the top level 5 years ago
mike12345567 c22356fb4d Fixing an issue with relationship modal breaking when multiple data sources available to relate to, also fixing an pile of issues with creating and reading rows from SQL server plus. 5 years ago
Andrew Kingston f08b30b65e Remove forced capitalisation of setting labels 5 years ago
Andrew Kingston cb263cd1e4 Fix issue getting bindable properties when selecting a screen 5 years ago
Martin McKeaveney a48f8434eb fix safari 5 years ago
Martin McKeaveney 5ebeb6814d refactor switch into a key value handler object 5 years ago
Martin McKeaveney 9ce371fa3c remove logs 5 years ago
Martin McKeaveney 7cead2d8f4 cookie based approach 5 years ago
Andrew Kingston dc9b1a2a8c Add button to table with search block and support defining multiple settings sections in component manifest entries 5 years ago
Martin McKeaveney 24805b183b lint 5 years ago
Rory Powell 2dced6f7a8 Fix: Prevent user updates in multi tenant mode from deleting user password. Also forward the authentication error from the backend to the login page to warn when an sso user is trying to log in with a password when one is not present 5 years ago
Martin McKeaveney f07e383b5a remove log 5 years ago
mike12345567 bbcee67e4c Fixing issue #3199 - don't allow submitting automation creation modal without name, adding error message. 5 years ago
Martin McKeaveney e7167713fc set template URL in store instead of passing around param 5 years ago
mike12345567 2d2d342a8c Removing the edit display columns modal as it was very specific and a little confusing, these are defaulted now anyway like internal tables. 5 years ago
mike12345567 3e82abd88e Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious. 5 years ago
Andrew Kingston 6ad3df2e7f Add initial structure of table with search block 5 years ago
mike12345567 1d48ffc38a Adding error scenario for table name already in use. 5 years ago
mike12345567 0cf08df80f Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 eb8fde5c95 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 7b1114b7df Adding SQL relationship building. 5 years ago
mike12345567 246d08c804 SQL table building. 5 years ago
mike12345567 c15aafe6a2 Fixing builder jest tests. 5 years ago