1559 Commits (48fdc8a2df3117930b18ae1f9e2a8d2b86208046)

Author SHA1 Message Date
Andrew Kingston 2693878a72 Remove a lot of hacks around screenslots and allow naming them 5 years ago
Andrew Kingston 76c42c4094 Enable hot reloading of server typescript and fix error when updating app and nmot providing a name 5 years ago
Andrew Kingston 6f0bbce083 Add gap to default screen in new apps 5 years ago
Andrew Kingston 2333754862 Update autoscreens and default layouts to use new component props 5 years ago
mike12345567 1568702a6d Linting + formatting. 5 years ago
mike12345567 5462ca5930 Removing use of the arguments[0] as they don't mesh well with TS. 5 years ago
mike12345567 f0e7b9b25e Speeding up server tests and removing the ability for it to port collide. 5 years ago
mike12345567 96fd8ed947 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
mike12345567 aea08af49c Formatting. 5 years ago
mike12345567 ffc54c3720 First attempt and re-writing a portion of the server in typescript. 5 years ago
mike12345567 cd42f38e2a fixing hbs styling. 5 years ago
mike12345567 9a28b19ee0 Adding back app.hbs as it is still required. 5 years ago
mike12345567 a7ce3ada3f Fixing issues discovered with hbs escaping. 5 years ago
Martin McKeaveney 1a6b46e678 strip double quotes and use single in ID 5 years ago
Martin McKeaveney 852691f75d fix external data sources key parsing with double quote strings 5 years ago
Martin McKeaveney 6857dc08e7 string based keyProps not being parsed properly by handlebars 5 years ago
mike12345567 2db995c906 Fixing test case and removing console.log. 5 years ago
mike12345567 2a0cfc949d Fixing issue with automation webhook URL being undefined. 5 years ago
mike12345567 c4cac4a0b1 Fixing some issues discovered with POSTing JSON. 5 years ago
mike12345567 b3f3826aa6 Fixing an issue I found with postgres schema generator, it was applying all primary keys to all tables. 5 years ago
Andrew Kingston d7cc6836a9 Fix instance name on layouts 5 years ago
mike12345567 0141a5a64c Fix for #1794 - updating csv validators and parsers for date and numbers to allow attribute to not be present. 5 years ago
mike12345567 c531a02725 Allowing formula fields to be display columns. 5 years ago
Andrew Kingston 9c453596ab Fix empty layout being created with top navigation 5 years ago
Michael Drury 8b4f1a4bac Update-deps and re-lint. 5 years ago
Michael Drury 82d17af808 Linting. 5 years ago
mike12345567 9f520ae8f3 Fixing issue with app import, supporting old search API. 5 years ago
mike12345567 c87b960ebf Linting. 5 years ago
mike12345567 f4757aeee1 Fixing issues discovered by cypress tests. 5 years ago
mike12345567 47fb67ebfc Linting. 5 years ago
mike12345567 052d14ad38 Fixing issue with 1:N relationships and multiple fields, issue #1753. 5 years ago
Martin McKeaveney 0f8b3c52be lint 5 years ago
mike12345567 9afd7fb57a Linting. 5 years ago
mike12345567 347b2abf4f Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected. 5 years ago
mike12345567 38b880ac28 Fixing some issues I found with testing automations against external tables. 5 years ago
Martin McKeaveney f57e10c01a fix condition in layout 5 years ago
mike12345567 de1ad05c7a Linting. 5 years ago
mike12345567 eb2cf1afa6 Quick updates to make sure mySQL works with automations. 5 years ago
mike12345567 40e06cc5d1 Formatting and fixing an issue with mysql not being able to return a row that it has created, updated or deleted. 5 years ago
Andrew Kingston bcbced72c2 Fix styles of default server generated layouts 5 years ago
mike12345567 21b591954f Adding a mySQL plus integration, as well as fixing some issues with running queries directly. 5 years ago
Andrew Kingston 91939a2be0 Prevent deleting built-in layout ID's as autoscreens depends on them 5 years ago
Martin McKeaveney e3500a77fd remove random log 5 years ago
mike12345567 ab6a4391d9 quick fix for paging and making deletion work correctly. 5 years ago
Martin McKeaveney b2267322cc fixed all integration tests 5 years ago
mike12345567 489b4066b9 Fixing an issue with pausing automations. 5 years ago
Martin McKeaveney f8fdae0604 automation server tests updated 5 years ago
mike12345567 708df56545 Implementing pagination. 5 years ago
Martin McKeaveney 35942d27b4 fix up datasources and server tests 5 years ago
Martin McKeaveney dd4ed9b69d tidy up, fix UI tests 5 years ago