28 Commits (0be0cc9a55c18549ff7ab69fffe773cb37dabe51)

Author SHA1 Message Date
Martin McKeaveney 5abb36b1ed auto app creation from template E2E, added warning to automations that they can't run in dev 5 years ago
mike12345567 bd9ae5191b Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
Rory Powell b631c8c624 Add returning 5 years ago
Rory Powell 2edb24fa86 Use global sql type map, update base integration type defs 5 years ago
mike12345567 854cfd243d Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
Rory Powell cb3495c831 Boolean support and linting 5 years ago
Rory Powell a2ea5e730f First pass end-to-end working 5 years ago
mike12345567 0e499fd60d Some refactoring to make it easier to find specific edge cases of sql clients. 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
Martin McKeaveney 5ebeb6814d refactor switch into a key value handler object 5 years ago
mike12345567 015b2a8f56 Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this. 5 years ago
Martin McKeaveney 7882862a65 enable collapsible nodes in component tree 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
mike12345567 d20eb464b0 Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
Martin McKeaveney b161be85ae automation runs quotas 5 years ago
mike12345567 f70cee3c52 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
mike12345567 811ba19558 Fixing issues with SQL many relationship updates. 5 years ago
mike12345567 3744c9093b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
mike12345567 dc32c90aaa Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 5 years ago
mike12345567 c10e2da4f5 Fixing issue with TS definitions. 5 years ago
mike12345567 abc19bc2c1 Linting. 5 years ago
mike12345567 b4d91769cc Fixing issue with single quotes in strings breaking JSON parsing. 5 years ago
mike12345567 e170d9d146 Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 3cfbced94d Re-writing external layer in typescript. 5 years ago
mike12345567 5e819faa58 Removing PG hack and handling the updating of relationships from the one side, e.g. one person is linked to many tasks, allow updating the person and having FK in tasks get updated with that persons ID. 5 years ago
mike12345567 e56926dd7f Moving definitions to central location and adding a few more definitions. 5 years ago
mike12345567 19da122425 Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support. 5 years ago
Martin McKeaveney 0de6038551 strip double quotes and use single in ID 5 years ago
Martin McKeaveney 85121db2c5 fix external data sources key parsing with double quote strings 5 years ago
Martin McKeaveney f6549b0c7f string based keyProps not being parsed properly by handlebars 5 years ago
mike12345567 7065bf1ea9 Adding a mySQL plus integration, as well as fixing some issues with running queries directly. 5 years ago
mike12345567 6bc99e140c Fixing a bunch of issues around automations. 5 years ago
mike12345567 7408eb945b Fixing automation integration and various components around forms. 5 years ago
Martin McKeaveney 1a94ef5039 end to end data providers and opinionated sql 5 years ago
mike12345567 b8a3a13118 Fixing issues with inability to search. 5 years ago