1468 Commits (2beba2870090ba950db9be511122f009d26415fe)

Author SHA1 Message Date
Martin McKeaveney d4bbb731fc codecov GH action 5 years ago
mike12345567 37211e4e9d Updating server package to always generate coverage report but don't display as text. 5 years ago
mike12345567 68bb5d5062 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). 5 years ago
mike12345567 0c8026c5ce First version, still playing around with styling. 5 years ago
mike12345567 2e7410bc71 Linting. 5 years ago
mike12345567 2b11f8adfa Very minor change due to issue #1204 - wasn't allowing unauthenticated requests through. 5 years ago
mike12345567 acba31d29d Fixing an issue discovered by test case. 5 years ago
mike12345567 229498332e 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 a0456e86bd v0.8.3 5 years ago
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 779deddc5a v0.8.2 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 e72057499a v0.8.1 5 years ago
Martin McKeaveney 595dc55f39 fixing 1:N UI order 5 years ago
Martin McKeaveney e75355cfa3 Update Dockerfile 5 years ago
Martin McKeaveney b4996ccb4d v0.8.0 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
Michael Drury 2ac101630b Updating packages in builder and server, making build work in Windows. 5 years ago
mike12345567 90f9be36dd Using cross-env instead of pure environment variable specification to make it work on windows. 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