1006 Commits (06e95e11eacb5ee8f629fdbfee8bf03e444dd47b)

Author SHA1 Message Date
mike12345567 06e95e11ea Small amount more user refactoring, removing use of couchTestUtils. 6 years ago
Martin McKeaveney 50f1535f2c refactor user test 6 years ago
mike12345567 2a962b1c03 Refactoring table testcases. 6 years ago
mike12345567 eacf3387de Refactoring row test cases. 6 years ago
mike12345567 678423300d Refactoring to remove the use of the supertest, making this part of the test config. 6 years ago
mike12345567 26c63c7d9b Refactoring query tests. 6 years ago
mike12345567 f7cdced688 Switching out how headers are handled, and updating the permissions test. 6 years ago
mike12345567 f10ac0a178 Refactoring data source test cases. 6 years ago
mike12345567 79818122fd Re-writing automation tests. 6 years ago
mike12345567 f55c5dec00 Initial work on test refactoring, laying the utilities down which will be the basis of new testing framework, interacting directly with the controllers. 6 years ago
mike12345567 2467ae2a2e Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things). 6 years ago
mike12345567 a21ca8fb62 First version, still playing around with styling. 6 years ago
mike12345567 554b5a27c6 Linting. 6 years ago
mike12345567 0c3e287fa8 Very minor change due to issue #1204 - wasn't allowing unauthenticated requests through. 6 years ago
mike12345567 491eb00ea1 Fixing an issue discovered by test case. 6 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. 6 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. 6 years ago
Martin McKeaveney 0cfbe2357b bugfixes 6 years ago
Martin McKeaveney 6a0c80da58 fix user creation relationships bug 6 years ago
mike12345567 9a49252ae7 Updating link controller to manage existing column comparison a bit better. 6 years ago
Martin McKeaveney 07bf31ca77 adding many to many constant 6 years ago
Martin McKeaveney b179418767 relationship type constant 6 years ago
mike12345567 66b488dc46 Wrapping throws in new errors. 6 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). 6 years ago
Martin McKeaveney 62c5069528 refactor 6 years ago
Martin McKeaveney 5bc8b5da4c Server side data integrity for 1:N 6 years ago
mike12345567 f134724ed6 Fixing coercion of null to empty string for options fields. 6 years ago
mike12345567 63db4edbbe Fixing an issue with option fields not being unselectable. 6 years ago
Martin McKeaveney d5e411e985 1-n-data-integrity 6 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. 6 years ago
Martin McKeaveney 36ff7d80ac mysql key length 6 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. 6 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. 6 years ago
Martin McKeaveney 0905d35ef2 SSL config for mysql, remove rickroll 6 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. 6 years ago
Andrew Kingston c47ef73a4a Update icon for row updated trigger 6 years ago
Andrew Kingston 19566d9b7d Add new automation trigger for updating rows 6 years ago
Martin McKeaveney 3c3677a88e allow empty params 6 years ago
Martin McKeaveney 692c5a9b3e read all columns for schema rather than just the first 6 years ago
mike12345567 ed2672fca3 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 6 years ago
mike12345567 64cfc02fa2 Adding fix in for views including internal views which shouldn't be added to view calculation. 6 years ago
mike12345567 267f1fd87d Switching user activity state to an options field rather than boolean (more extensible). 6 years ago
mike12345567 564b16e623 Fixing test case. 6 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. 6 years ago
Richard Grant c05f3736a4
lint fix 6 years ago
Richard Grant 1cc445de00
richard.grant/row-update-user-update-password-fix 6 years ago
Martin McKeaveney 86026a2c12 adding description blurbs to datasources 6 years ago
mike12345567 887d883f3d Fixing some issues with enrichment, making sure display column can always be worked out. 6 years ago
mike12345567 a6d82f8c95 Updating the self auth endpoint to use the row processor. 6 years ago
mike12345567 619f68fc3b Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 6 years ago