2951 Commits (dd401c8a977ccf2e04ad744ba82e3aff68ac5cab)

Author SHA1 Message Date
Rory Powell 0db37c2fc3 Exclude assets from builder:served 4 years ago
Rory Powell 4cfedf7252 Better handle first time startup + dedicated event 4 years ago
Rory Powell eb0214a231 Back populate no-op migrations on new app and tenant create 4 years ago
Rory Powell e447fd11d1 Build fixes 4 years ago
Andrew Kingston f2e3b2efa8 Apply timezones patch from existing ignore-timezones branch 4 years ago
Rory Powell 429f379431 Failover protection with event cache 4 years ago
Rory Powell fd845284d3 Lots of failure handling and caching 4 years ago
mike12345567 06a32ed357 Fixing issue with server not shutting down correctly when an error occurs, making sure that everything clears up gracefully. 4 years ago
Rory Powell 9610d8f1e7 Identity tenant and installation groups, property updates 4 years ago
Rory Powell 398a4e7034 Installation identities, upgrade / downgrade events, filling in more event properties 4 years ago
Rory Powell cbc3e72757 app and account properties, add account details to all user and tenant identities 4 years ago
Rory Powell 9d0b4ef45e User context updates and misc fixes 4 years ago
Rory Powell 22aa226ca9 Event identification 4 years ago
mike12345567 100f5a6f3c Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes. 4 years ago
mike12345567 8ab3fc810b Improving performance of load script, can generate thousands of users a second. 4 years ago
Martin McKeaveney a934b7c680 disable prod app sync 4 years ago
Rory Powell 8ae358d237 App migrations finished 4 years ago
Peter Clement 8c95429b08 default value for env variable 4 years ago
Peter Clement feb9973d22 use env variable as the folder setting 4 years ago
Peter Clement 4c3c84eabd Return QA templates when TEST_ENV environmentvariable is set 4 years ago
Rory Powell ca3206f4e4 Stub out migrations + start tests + add build watching for backend-core 4 years ago
mike12345567 db0b8a6194 Updating view builder to handle if stats has a filter as well, don't need a conjuction this way. 4 years ago
mike12345567 bcf7e1782a Fixing test cases. 4 years ago
mike12345567 22c57cdc0c Addresses #5850 - when importing/migrating views and building new views it checks if calculations are used and if they are then it does an empty check to decide whether or not the fields should be included in the calculation, required for real CouchDB nodes. 4 years ago
Andrew Kingston 68b6e0eb64 Remove instance name from being a required screen setting 4 years ago
Rory Powell 54eea4191c tests 4 years ago
Rory Powell f5da1a04e2 Add query quota increment to rows CRUD 4 years ago
Rory Powell 182831d502 handlers -> publishers and analtics -> processors 4 years ago
Mel O'Hagan 6e34649ca7 Don't wrap dates in single quotes 4 years ago
Rory Powell 2cfb7be30a Re-enable gsheets for verification 4 years ago
Rory Powell 606d21b313 Build and test fixes 4 years ago
Martin McKeaveney 64de5e301e accounting for false values in row processing 4 years ago
mike12345567 00c67289b0 Fixing an issue with cookie auth. 4 years ago
mike12345567 2773c04953 Fix for #5522 - making sure that app roles aren't removed when an app is unpublished. 4 years ago
Rory Powell b134528883 Fix startup 4 years ago
mike12345567 95d8a4b939 Fixing issues with automation test cases running steps outside of a tenant. 4 years ago
Rory Powell 50e2d3c686 Test fixes 4 years ago
mike12345567 bd72565e6f Fixing issue discovered by test case. 4 years ago
mike12345567 6880e7bde9 Fix for #5269 - the sub type was being lost in some scenarios related to the user table being updated - making sure it is consistently kept when dealing with either of the related tables. 4 years ago
Martin McKeaveney 630f29444d fix build 4 years ago
mike12345567 8f738f2c20 Quick fix for #5495 - managing when no relationships exist. 4 years ago
mike12345567 89683f9de4 Fix for #5495 - making sure that formula columns have access to the relationship details before squashing the results ready for response from the API. Also making sure that the frontend inputs the relationship bindings as expected with the proper path for access. 4 years ago
mike12345567 fe846f86a5 Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 4 years ago
mike12345567 1d61ff906a Fixing some issues detected by the test cases, making the in-use mechanism for context more clear to complete avoid stack up of contexts (leading to loss of knowledge around previous databases. 4 years ago
mike12345567 7792a07899 Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 4 years ago
Mel O'Hagan d85e022182 Get latest RevId if not provided 4 years ago
Dean 5a87a00932 Added events for viewing a production application and unpublishing 4 years ago
Dean 9a49535748 Cypress test fixes and refactoring. Removed debugging elements 4 years ago
mike12345567 ea6f580501 Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 4 years ago
Rory Powell 769f48f935 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 5 years ago