770 Commits (06eea7ba307cda3dfbc394c5d7cd434ee7ab1977)

Author SHA1 Message Date
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 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
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
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
Martin McKeaveney fd47cf1624 v0.1.22 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
mike12345567 4073f354c8 Fixing issue with modelId being returned from API causing next model update to cause model to be returned as a record from model record view. 6 years ago
Michael Shanks e4ea9e608d Analytics enabled/disabled via specific ENV variable 6 years ago
mike12345567 ac7374662c A small performance enhancement, storing in the record that it does have links, so that when retrieving info for records it can exit the process early if a record has no mention of links. 6 years ago