784 Commits (bb3370e742e35f9639ee114a4765b8b0798e8d64)

Author SHA1 Message Date
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
mike12345567 4ba636897b Adding in default plan if the obj found does not have the required information. 6 years ago
mike12345567 ba758905cc Removing sanisation, instead just using it as a central path system. 6 years ago
mike12345567 334b4b1696 Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters. 6 years ago
Martin McKeaveney fed836140c v0.2.0 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
mike12345567 93281e2adc Using array de-structuring as per review. 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
Andrew Kingston 356acc919d Bump electron to v10 6 years ago
mike12345567 f2b7d85b6e Fixing up middleware to handle uploads, views, records, automation runs and users. 6 years ago
mike12345567 a25c1d8618 Removing .orig file created by merge. 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
Martin McKeaveney e282480888 v0.1.25 6 years ago
Martin McKeaveney 723f322232 updating replication stream dependency 6 years ago
Martin McKeaveney 368f9934d5 v0.1.24 6 years ago
Martin McKeaveney 8ce69efa7e fixing test 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 0b6d0f2b19 missing dependency 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 2dedafc90c v0.1.23 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