1494 Commits (c5cb40c1cf032c85bfe5ff7ca727401c84cd5691)

Author SHA1 Message Date
mike12345567 c5cb40c1cf Adding a query find and planning to tackle mocking out the preview and execute functionality. 6 years ago
mike12345567 0652133a30 Some fixes after testing webhooks as well as adding test cases for all webhook endpoints. 6 years ago
mike12345567 701a479b2a Updating routing test cases. 6 years ago
mike12345567 a9304bbcbd linting. 6 years ago
mike12345567 0878d692c2 Reducing the boilerplate needed around setting up a test case. 6 years ago
mike12345567 110ae15fb3 Some more quick modifications to test re-factor before PR. 6 years ago
Martin McKeaveney 9495e08b58 remove variable 6 years ago
Martin McKeaveney 39e2d78317 refactor view tests 6 years ago
mike12345567 242341e74f Moving comment. 6 years ago
mike12345567 10d5da6aab Small amount more user refactoring, removing use of couchTestUtils. 6 years ago
Martin McKeaveney 19b613d6e5 refactor user test 6 years ago
mike12345567 01f9981f11 Refactoring table testcases. 6 years ago
mike12345567 bd00138bed Refactoring row test cases. 6 years ago
mike12345567 317d6633a2 Refactoring to remove the use of the supertest, making this part of the test config. 6 years ago
mike12345567 68a5580fb9 Refactoring query tests. 6 years ago
mike12345567 54d12bd9e7 Switching out how headers are handled, and updating the permissions test. 6 years ago
mike12345567 5d3b110985 Refactoring data source test cases. 6 years ago
mike12345567 798d29e743 Re-writing automation tests. 6 years ago
mike12345567 6d9b8a6678 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
Martin McKeaveney 7f38415967 v0.8.5 6 years ago
Martin McKeaveney a9ab12b999 v0.8.4 6 years ago
Martin McKeaveney d4bbb731fc codecov GH action 6 years ago
mike12345567 37211e4e9d Updating server package to always generate coverage report but don't display as text. 6 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). 6 years ago
Keviin Åberg Kultalahti 4575285d5f fixes to transitions and adds default fade to screens 6 years ago
mike12345567 0c8026c5ce First version, still playing around with styling. 6 years ago
mike12345567 2e7410bc71 Linting. 6 years ago
mike12345567 2b11f8adfa Very minor change due to issue #1204 - wasn't allowing unauthenticated requests through. 6 years ago
mike12345567 acba31d29d Fixing an issue discovered by test case. 6 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. 6 years ago
Andrew Kingston 5ea2ad9010 Fix permissions when fetching enriched rows 6 years ago
Martin McKeaveney a0456e86bd v0.8.3 6 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. 6 years ago
Martin McKeaveney 779deddc5a v0.8.2 6 years ago
Martin McKeaveney c73c77448c bugfixes 6 years ago
Martin McKeaveney bf7bc51566 fix user creation relationships bug 6 years ago
mike12345567 51ed23d0a7 Updating link controller to manage existing column comparison a bit better. 6 years ago
Martin McKeaveney e72057499a v0.8.1 6 years ago
Martin McKeaveney 595dc55f39 fixing 1:N UI order 6 years ago
Martin McKeaveney e75355cfa3 Update Dockerfile 6 years ago
Martin McKeaveney b4996ccb4d v0.8.0 6 years ago
Martin McKeaveney fbbeb19724 adding many to many constant 6 years ago
Martin McKeaveney 2d75bc750b relationship type constant 6 years ago
mike12345567 429811ec8b Wrapping throws in new errors. 6 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). 6 years ago
Martin McKeaveney 89350c91d1 refactor 6 years ago
Martin McKeaveney bcaed4f4e4 Server side data integrity for 1:N 6 years ago
mike12345567 641fd42686 Fixing coercion of null to empty string for options fields. 6 years ago
mike12345567 468ee7ac0c Fixing an issue with option fields not being unselectable. 6 years ago
Martin McKeaveney 19fb11e69d 1-n-data-integrity 6 years ago