18 Commits (a3717ce041e9fa8b7dca265d217063b694393fa7)

Author SHA1 Message Date
mike12345567 0d8ec8e03a Some initial work towards webhooks, that generates schema similar to integromat. 6 years ago
mike12345567 b0cea4c091 Updating formatting. 6 years ago
mike12345567 8df3a3f8de Fixes for deleting records when a table is deleted. 6 years ago
mike12345567 9841aab689 Fixes the link doc ID so that they do not start with automation ID and fixes an error that was occurring when creating tables. 6 years ago
mike12345567 dc9552dbad Updating tests and re-formatting. 6 years ago
mike12345567 763f7b3321 Updating ID to use ro rather than re for rows. 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks db22d8862a merge from master 6 years ago
Martin McKeaveney aef74c937e code review 6 years ago
mike12345567 eea0bc5fb9 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 3080dc0658 use underscores instead of colons, shorten id entity names 6 years ago
mike12345567 7594b17ec7 Changing the function that all get params builder functions are composed of to be better named. 6 years ago
mike12345567 0db7768e5d Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps. 6 years ago
Michael Drury c7693d6e86 Purging the use of views where possible, this update should remove the use of by_type and all model views. 6 years ago