388 Commits (a1901d5541bc2d28b117678ce8dfd80739c6868c)

Author SHA1 Message Date
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
mike12345567 31943cc66b Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
Michael Shanks 838904d14e serve determines whether analytics are enabled 6 years ago
Michael Shanks 69292c353c analytics - identify user + extra actions added 6 years ago
Martin McKeaveney a91c86a4ac link 6 years ago
mike12345567 ecfca1dfab Adding routes for getting link records based on a record Id. 6 years ago
mike12345567 a76a7525e3 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
Martin McKeaveney e7c3afb7f1 CLI tool for exporting apps, tidy up 6 years ago
Martin McKeaveney c83b1d4c35 organise async logic on homepage, style template cards and add images 6 years ago
kevmodrome 09a26a286a
adds events when records are deleted and adds more stylish controls 6 years ago
mike12345567 eca5fad478 Adding main work to handle creating, deleting and managing the link docs between different linked records. 6 years ago
Martin McKeaveney c2321797f1 async templates working from S3 6 years ago
kevmodrome 0d68d40cfb
adds multiple selection delete functionality 6 years ago
mike12345567 b24ff486d8 Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup. 6 years ago
Martin McKeaveney db2d9af545 template export v1 6 years ago
Martin McKeaveney 0c639bd1a2 providing ability to perform JSON and CSV export from popover 6 years ago
Martin McKeaveney e3c72c9020 tidy up 6 years ago
Martin McKeaveney 6d4ea5c627 ensuring s3 upload works in prod 6 years ago
Martin McKeaveney 329e885ab6 lint, tidy up and some simplification 6 years ago
Martin McKeaveney 938f675922 abstract local file upload logic 6 years ago
mike12345567 4bf40a976d Adding re-triggering of test case to help with running test case in GH actions. 6 years ago
mike12345567 58f643bc30 Extending the possible time the test case can wait for the record to be updated into the database (automation trigger) and adding JSdocs to automation utilities as per PR suggestions. 6 years ago
Martin McKeaveney f40f388dd8 local file upload from apps 6 years ago
mike12345567 d5112c82c6 Fixing delay as it was causing test case to be inconsistent (triggering automation) 6 years ago
mike12345567 e7be9dd698 Fixing issue with test case. 6 years ago
mike12345567 0a665e05c8 Update to include update record internal action option, seems very useful rather than having to delete and re-create records every time. 6 years ago
mike12345567 42d9dd26d9 Confirming suspicions about why a testcase is failing in GH actions only. 6 years ago
mike12345567 84372c0100 Adding to test case to retry looking for entries out of the triggered workflow in the case of slow machines. 6 years ago
mike12345567 4b54edf02b Fixing a problem detected by a test case. 6 years ago
mike12345567 88d22baf1a Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 60b907054a Initial work towards async block loading, it will pull the manifest.json from a specified bucket and load packages in async when it does not have them - this will need another feature for when running in the cloud to pull all packages it doesn't currently have to the install directory (EFS). 6 years ago
Martin McKeaveney b0aedd38ed lowercase file extension 6 years ago
mike12345567 85dcb28375 Fixing an issue where inputs from the builder send empty string when realistically it means no input. 6 years ago
Martin McKeaveney 319fcabaa5 removing delete functionality - not necessary 6 years ago
Martin McKeaveney 14283a7b96 return processed file sizes 6 years ago
Martin McKeaveney 5150288e85 more lint 6 years ago
Martin McKeaveney bb2058a010 lint 6 years ago
mike12345567 53bbcd9928 Fixing an issue with deletion action. 6 years ago
mike12345567 22ef6eb4d3 Some fixes after playing around with the new Builder UI. 6 years ago
mike12345567 dd0cffc226 Making the trigger endpoint detect if the trigger should have a model input and faking any properties that don't exist if required - this behaviour overridden by inputs from external client. 6 years ago
Martin McKeaveney 9032738ae8 delete local file upload when file deleted 6 years ago
mike12345567 be67eaf9c8 Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
Martin McKeaveney 494e04f19f allow deletion of images 6 years ago
mike12345567 ec265f6821 Update to improve test cases and get JOI to work as expected. 6 years ago
mike12345567 1ab787afd7 Updating file structure so that each built in step has its own file containing the definition and the function of it, with the intention of keeping definitions together as they will be handled in the async actions. 6 years ago
Andrew Kingston fdca9240e9 Fixing definition for filter workflow block 6 years ago
Martin McKeaveney b1dbc7cc62 Dropzone styling 6 years ago
mike12345567 cb1ff4ac3b Updating definitions to remove the use of the fat model object in workflows and make sure the record structure is common where-ever it is used (as an input or as a trigger output). 6 years ago