1042 Commits (829affcceab40e95a8fd8698e63de4303fea9b85)

Author SHA1 Message Date
mike12345567 2617127bd6 Fixing an issue with tmp directory filling up with different test apps. 6 years ago
mike12345567 8f82b069d2 Removing unused require. 6 years ago
mike12345567 163d24a767 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 a6bde49ad3 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 a48f1c72f2 Adding auth tests. 6 years ago
mike12345567 28329d7f6b Fixing issue with datasource find endpoint, removing un-used code and updating data source test. 6 years ago
mike12345567 dd16c84ecd Upping automation coverage by adding webhook testing and increasing screen coverage. 6 years ago
Martin McKeaveney 4b5a1d6177 allowing airtable query to send down the number of records you want from your table 6 years ago
Martin McKeaveney ca5ca7add9 finish authenticated tests 6 years ago
mike12345567 929db83e99 Upping user test cases to cover all of controller. 6 years ago
Martin McKeaveney 4d39cf5405 authenticated tests 6 years ago
mike12345567 d9151cca0a Adding test cases for backup and integration. 6 years ago
mike12345567 33fa31aae9 Adding test cases for component, templates and hosting as well as updating some existing test cases. 6 years ago
Martin McKeaveney 5dcc4f23c6 usageQuota tests 6 years ago
Martin McKeaveney c755df9f91 resourceId tests 6 years ago
mike12345567 6231c25ed5 Updating query test to include mocked preview/execute and adding layout tests. 6 years ago
Martin McKeaveney c4b3a7c884 refactor selfhost middleware tests to use TestConfiguration 6 years ago
Martin McKeaveney 05efe05061 tests for authorized middleware 6 years ago
mike12345567 2bf227ab58 Adding API key tests. 6 years ago
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
Martin McKeaveney 1b1ed8a823 self hosted middleware test 6 years ago
mike12345567 701a479b2a Updating routing test cases. 6 years ago
Martin McKeaveney 1a9290b395 middleware tests 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
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
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 c73c77448c bugfixes 6 years ago