1461 Commits (b36d4c8a76d78c85de58d54a62552bd059dffcb9)

Author SHA1 Message Date
mike12345567 491eb00ea1 Fixing an issue discovered by test case. 5 years ago
mike12345567 74dfeb7c7b Two character change, some API calls with sub resources and primary resources weren't working, should allow either the sub resource or the main resource to trigger allowance. 5 years ago
Martin McKeaveney 88fa3d18ea v0.8.3 5 years ago
mike12345567 20b44c9dbd Minor update to fix an issue when updating a row that it would throw an error with 1->to->many relationships on existing relationships for that row, as well as cleaning up how relationshipType is put onto the linked table. 5 years ago
Martin McKeaveney da6a90a042 v0.8.2 5 years ago
Martin McKeaveney 0cfbe2357b bugfixes 5 years ago
Martin McKeaveney 6a0c80da58 fix user creation relationships bug 5 years ago
mike12345567 9a49252ae7 Updating link controller to manage existing column comparison a bit better. 5 years ago
Martin McKeaveney 63fefd08a9 v0.8.1 5 years ago
Martin McKeaveney dbb0252ab5 fixing 1:N UI order 5 years ago
Martin McKeaveney b605c82979
Update Dockerfile 5 years ago
Martin McKeaveney ae6a6ad779 v0.8.0 5 years ago
Martin McKeaveney 07bf31ca77 adding many to many constant 5 years ago
Martin McKeaveney b179418767 relationship type constant 5 years ago
mike12345567 66b488dc46 Wrapping throws in new errors. 5 years ago
mike12345567 8612782610 Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 5 years ago
Martin McKeaveney 62c5069528 refactor 5 years ago
Martin McKeaveney 5bc8b5da4c Server side data integrity for 1:N 5 years ago
mike12345567 f134724ed6 Fixing coercion of null to empty string for options fields. 5 years ago
mike12345567 63db4edbbe Fixing an issue with option fields not being unselectable. 5 years ago
Martin McKeaveney d5e411e985 1-n-data-integrity 5 years ago
mike12345567 d34a9e12e2 Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in. 5 years ago
Martin McKeaveney 36ff7d80ac mysql key length 5 years ago
mike12345567 cdb1c87069 Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save. 5 years ago
mike12345567 43cb9878cf Fixing an issue where the table that a view was attached to was not being retrieved correctly, inhibiting the ability to enrich with relationships. 5 years ago
Martin McKeaveney 0905d35ef2 SSL config for mysql, remove rickroll 5 years ago
mike12345567 edbef7ec97 Minor change, making sure each link is definitely unique by combining each of its three unique properties into a uniqueness hash, was missing one of the components. 5 years ago
Michael Drury 55b55a0a28 Updating packages in builder and server, making build work in Windows. 5 years ago
mike12345567 2e73b51904 Using cross-env instead of pure environment variable specification to make it work on windows. 5 years ago
Andrew Kingston c47ef73a4a Update icon for row updated trigger 5 years ago
Andrew Kingston 19566d9b7d Add new automation trigger for updating rows 5 years ago
Martin McKeaveney 3c3677a88e allow empty params 5 years ago
Martin McKeaveney 692c5a9b3e read all columns for schema rather than just the first 5 years ago
mike12345567 ed2672fca3 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 5 years ago
mike12345567 64cfc02fa2 Adding fix in for views including internal views which shouldn't be added to view calculation. 5 years ago
mike12345567 267f1fd87d Switching user activity state to an options field rather than boolean (more extensible). 5 years ago
mike12345567 564b16e623 Fixing test case. 5 years ago
mike12345567 632bfec1e5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 5 years ago
Richard Grant c05f3736a4
lint fix 5 years ago
Richard Grant 1cc445de00
richard.grant/row-update-user-update-password-fix 5 years ago
Martin McKeaveney 86026a2c12 adding description blurbs to datasources 5 years ago
mike12345567 887d883f3d Fixing some issues with enrichment, making sure display column can always be worked out. 5 years ago
mike12345567 a6d82f8c95 Updating the self auth endpoint to use the row processor. 5 years ago
mike12345567 619f68fc3b Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 5 years ago
Martin McKeaveney 40e7fbd8ab response parsing 5 years ago
Martin McKeaveney 68f28bb912 more design updates 5 years ago
Martin McKeaveney d99e1a5a53 design updates, changing query verb names to HTTP verbs 5 years ago
mike12345567 24a07bae41 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 5 years ago
mike12345567 f572bc836e work in progress, enriching in the display names. 5 years ago
mike12345567 cecc8e4306 Starting with some work towards a deeper enrichment of rows. 5 years ago