1514 Commits (5d340d4559cb8032d4f84c8db82f9e4d2a2e4fec)

Author SHA1 Message Date
mike12345567 5d340d4559 Removing unused require. 6 years ago
mike12345567 d9217b1148 Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows. 6 years ago
mike12345567 e78f73a76d Updating application tests to run a lot deeper, which required updating some other tests to account for creation of empty screens and layouts. 6 years ago
mike12345567 08d15f9d03 Adding auth tests. 6 years ago
mike12345567 2b7f445787 Fixing issue with datasource find endpoint, removing un-used code and updating data source test. 6 years ago
mike12345567 63f081930f Upping automation coverage by adding webhook testing and increasing screen coverage. 6 years ago
Martin McKeaveney 6263300a68 finish authenticated tests 6 years ago
mike12345567 3f88ed391f Upping user test cases to cover all of controller. 6 years ago
Martin McKeaveney 67c4a5ef6c authenticated tests 6 years ago
mike12345567 61110be9d0 Adding test cases for backup and integration. 6 years ago
mike12345567 daaf352b89 Adding test cases for component, templates and hosting as well as updating some existing test cases. 6 years ago
Martin McKeaveney 38e27b9003 usageQuota tests 6 years ago
Martin McKeaveney 108f4861e3 resourceId tests 6 years ago
mike12345567 0c51bb7275 Updating query test to include mocked preview/execute and adding layout tests. 6 years ago
Martin McKeaveney c073b8639d refactor selfhost middleware tests to use TestConfiguration 6 years ago
Martin McKeaveney 758e964977 tests for authorized middleware 6 years ago
mike12345567 f1abb9194f Adding API key tests. 6 years ago
mike12345567 8a0a0dabdb Adding a query find and planning to tackle mocking out the preview and execute functionality. 6 years ago
mike12345567 039de61de3 Some fixes after testing webhooks as well as adding test cases for all webhook endpoints. 6 years ago
Martin McKeaveney c429caf6a4 self hosted middleware test 6 years ago
mike12345567 a3257d37e6 Updating routing test cases. 6 years ago
Martin McKeaveney dc586a1185 middleware tests 6 years ago
mike12345567 28a644958f linting. 6 years ago
mike12345567 67f47df718 Reducing the boilerplate needed around setting up a test case. 6 years ago
mike12345567 af3d84a1d9 Some more quick modifications to test re-factor before PR. 6 years ago
Martin McKeaveney 78c550ff30 remove variable 6 years ago
Martin McKeaveney e2a6bb935e refactor view tests 6 years ago
mike12345567 0be5eb0b98 Moving comment. 6 years ago
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
Martin McKeaveney 72f0aebb2b v0.8.5 6 years ago
Martin McKeaveney 768a9d59da v0.8.4 6 years ago
Martin McKeaveney ea3d4bd221 codecov GH action 6 years ago
mike12345567 ad4f01a60d Updating server package to always generate coverage report but don't display as text. 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
Keviin Åberg Kultalahti c6292c070c fixes to transitions and adds default fade to screens 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
Andrew Kingston 00eb595fd0 Fix permissions when fetching enriched rows 6 years ago