511 Commits (efe01ff92ee2cfdef6f78eb330a099a25e7d8edc)

Author SHA1 Message Date
Martin McKeaveney 954f6ad47b use underscores instead of colons, shorten id entity names 6 years ago
Martin McKeaveney 8880e7574b tidy up 6 years ago
mike12345567 275bd64b1b Fixing linting issue. 6 years ago
mike12345567 b400a06027 Updates for API usage after testing against local Dynamo. 6 years ago
Michael Shanks eaa8d91392 merge from master - including fixes 6 years ago
Martin McKeaveney 3f4fa0674d update deployment quota after deploy 6 years ago
kevmodrome 579166082d
fix delete functionality 6 years ago
mike12345567 93281e2adc Using array de-structuring as per review. 6 years ago
Martin McKeaveney 212a24348a hitting deployment success endpoint 6 years ago
Andrew Kingston 36cb7eaee6 Fix crashing on creating a record with fields of type link or options due to coercing values 6 years ago
Martin McKeaveney a482d0a23e check that deployment is possible using lambda API 6 years ago
mike12345567 f2b7d85b6e Fixing up middleware to handle uploads, views, records, automation runs and users. 6 years ago
mike12345567 1f8f0a0444 Sanitising the paths to the couchDB data directories. 6 years ago
mike12345567 1d99cc654a Adding a regex to allow certain paths with : on windows. 6 years ago
mike12345567 a6e409a062 Quick change after diffing and looking through everything. 6 years ago
mike12345567 691ea16998 Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system. 6 years ago
Michael Shanks bbff4db649 a few changes from code review 6 years ago
mike12345567 fc2e2a8804 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago
Michael Shanks f3c941a023 broken tests 6 years ago
Martin McKeaveney c9cfa2c5f9 cleaner parsing 6 years ago
mike12345567 f3c4144072 Minor update to remove send grid from the API component of the builder and make them part of the automation itself. 6 years ago
Michael Shanks 40e6d4c844 Coerse record fields, to be a bit more tolerant of data input 6 years ago
Martin McKeaveney e1eb4f04f3 tidy up 6 years ago
Martin McKeaveney f89aa4b403 adding nice loading states 6 years ago
Martin McKeaveney 13aca3cde0 unit tests for csv parser 6 years ago
Martin McKeaveney a3c082347c account for omitted rows 6 years ago
mike12345567 39d0e084b8 Fixing an issue that a test case raised. 6 years ago
Andrew Kingston 82476e2ae9 Fix get views endpoint returning built in by_link view 6 years ago
Andrew Kingston da035452e6 Fix record patch function 6 years ago
Andrew Kingston f19e60dcb1 Update data export with new DB view structure and linked records 6 years ago
mike12345567 89d609bdae Fixing test case broken by automation save record -> create record. 6 years ago
mike12345567 4fbccfcc92 Some quick automation fixes. 6 years ago
Martin McKeaveney ecb4cff96f CSV Import end to end 6 years ago
mike12345567 e24668253f Some quick fixes after merge. 6 years ago
mike12345567 c69081f390 Changing the function that all get params builder functions are composed of to be better named. 6 years ago
Michael Shanks cb5e9f69a0 record value coersion - untested 6 years ago
mike12345567 e0e1cd7316 Some more test case fixes. 6 years ago
mike12345567 d4c3200322 Fix for an issue detected by user test case. 6 years ago
mike12345567 2aff68b245 Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps. 6 years ago
Michael Drury 0a80abfd0e Purging the use of views where possible, this update should remove the use of by_type and all model views. 6 years ago
Michael Shanks 27015ebd17 fix: view filter handle bool, number & date 6 years ago
Martin McKeaveney 1fd749ce00 csv import functional 6 years ago
Michael Drury a891149b5b Fixing issues when adding and deleting records from the input record linking list. 6 years ago
Michael Drury d1fa921c27 Adding validation so that a linked column and a primary display column cannot be renamed. 6 years ago
Michael Drury 58ff985a35 Resolving issues with deleting a linked column, should now be possible. 6 years ago
mike12345567 aa59c9d41c Minor update to fully handle field deletion which is a linked field; from a model. 6 years ago
mike12345567 962ed5aaa6 Work towards handling linked record field updates, like the column being deleted from the model. 6 years ago
mike12345567 5fd714d761 Fixing record editting. 6 years ago
mike12345567 709cdb5ea9 Changing relationship system around a little, to not work with fieldNames anymore in the view and simplifying quite a few of the update systems. 6 years ago
mike12345567 cf4b5a6fbf Fixing some missues with linked records after testing with the new UI. 6 years ago