988 Commits (3669e59bc36b9c0b68aa1e95b1dcd8cffcce26f4)

Author SHA1 Message Date
mike12345567 78286ae514 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 c73c77448c bugfixes 5 years ago
Martin McKeaveney bf7bc51566 fix user creation relationships bug 5 years ago
mike12345567 51ed23d0a7 Updating link controller to manage existing column comparison a bit better. 5 years ago
Martin McKeaveney fbbeb19724 adding many to many constant 5 years ago
Martin McKeaveney 2d75bc750b relationship type constant 5 years ago
mike12345567 429811ec8b Wrapping throws in new errors. 5 years ago
mike12345567 a311002632 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 89350c91d1 refactor 5 years ago
Martin McKeaveney bcaed4f4e4 Server side data integrity for 1:N 5 years ago
mike12345567 641fd42686 Fixing coercion of null to empty string for options fields. 5 years ago
mike12345567 468ee7ac0c Fixing an issue with option fields not being unselectable. 5 years ago
Martin McKeaveney 19fb11e69d 1-n-data-integrity 5 years ago
mike12345567 91878ed2ce 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 ed6a77a55d mysql key length 5 years ago
mike12345567 73636d8f78 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 d16015587f 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 a17a1fb07b SSL config for mysql, remove rickroll 5 years ago
mike12345567 8f9ea1cd8a 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
Andrew Kingston 35e88390d5 Update icon for row updated trigger 5 years ago
Andrew Kingston 9013c493aa Add new automation trigger for updating rows 5 years ago
Martin McKeaveney 8d500584b2 allow empty params 5 years ago
Martin McKeaveney 89c2ae0692 read all columns for schema rather than just the first 5 years ago
mike12345567 794d7cc021 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 5 years ago
mike12345567 0345323a3d Adding fix in for views including internal views which shouldn't be added to view calculation. 5 years ago
mike12345567 d9aa1a4890 Switching user activity state to an options field rather than boolean (more extensible). 5 years ago
mike12345567 3dd927e15e Fixing test case. 5 years ago
mike12345567 c801203dc5 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 8ed6dbb312 lint fix 5 years ago
Richard Grant 2dac471b2f richard.grant/row-update-user-update-password-fix 5 years ago
Martin McKeaveney e08c917080 adding description blurbs to datasources 5 years ago
mike12345567 780b6e0956 Fixing some issues with enrichment, making sure display column can always be worked out. 5 years ago
mike12345567 fa6d3e5e63 Updating the self auth endpoint to use the row processor. 5 years ago
mike12345567 474796baea Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 5 years ago
Martin McKeaveney f53463ec0c response parsing 5 years ago
Martin McKeaveney a834f17a80 more design updates 5 years ago
Martin McKeaveney 6e121b6045 design updates, changing query verb names to HTTP verbs 5 years ago
mike12345567 f080fa6537 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 5fab1529ec work in progress, enriching in the display names. 5 years ago
mike12345567 a93eb180ce Starting with some work towards a deeper enrichment of rows. 5 years ago
mike12345567 9b59b47d9e Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package). 5 years ago
mike12345567 28e244fa16 Fixing an edge case, create table with auto ID, create some rows, then update a column and try to create another row, ID generation would have reset, this makes sure internal changes to the table are kept. 5 years ago
mike12345567 1e39a873b2 Fixing issue with cypress test, fixing a 409 conflict that could occur in table saving - shouldn't happen now. 5 years ago
mike12345567 7b389180c7 Fixing an issue with complex relationships that are heavily intra-related. 5 years ago
mike12345567 b7b1b17148 Fixing test case. 5 years ago
mike12345567 1a9d16c8c7 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 5 years ago
mike12345567 113de64833 Some further UI work for auto-columns. 5 years ago
Martin McKeaveney 13c51f61d9 ensure JSON parsed correctly 5 years ago
mike12345567 23cac6a9ac Fixing issue with linked rows not handling uniqueness correctly when links between tables are using fieldnames for uniqueness. 5 years ago
Martin McKeaveney 5d5637571b tidy up 5 years ago