883 Commits (e439d7097b35705d0983592bbbb96ebb81bf0921)

Author SHA1 Message Date
mike12345567 e439d7097b Review comments and test fix. 4 years ago
mike12345567 81edc7a18a Adding process exits. 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 967fc8a397 Fix provisioning in multi tenant environment 4 years ago
Martin McKeaveney 73404a6fb3 prevent issue with TTL dependency import 4 years ago
Martin McKeaveney 1cc140d50a making checklist cache length controllable through env var 4 years ago
Martin McKeaveney b30c045663 enable clustering on server and worker services, better log output on user not found errors 4 years ago
mike12345567 7be0dad245 Updating cache to 1 hour. 4 years ago
mike12345567 0e84430307 Removing old caching code. 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
Martin McKeaveney 58a5c3d82b turn off withCache for tests 4 years ago
Martin McKeaveney 9483712c7e withCache wrapper for working with redis 4 years ago
Martin McKeaveney 7299863d28 query optimisation on checklist endpoint 4 years ago
mike12345567 8ab3fc810b Improving performance of load script, can generate thousands of users a second. 4 years ago
Martin McKeaveney 0606519695 lint 4 years ago
Martin McKeaveney 630f29444d fix build 4 years ago
Vinoth Kirubakaran 5803fcc6b1 feat: made changes to worker and server packages to use global-agent to setup proxy from env variables 4 years ago
Rory Powell b21ba78cf2 Feature flag upgrade page 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 4 years ago
mike12345567 40d38e6e3d Single docker container configuration. 4 years ago
mike12345567 80a99b549f Make sure that ethereal tests don't fail on jest timeout. 4 years ago
Rory Powell ef629c9859 Fixes 4 years ago
Rory Powell 180e37b9f1 Tests complete + backwards compatibility for deployment 4 years ago
Rory Powell 336f0ff4a0 Published apps, automations and query count quotas 4 years ago
Rory Powell 62b360b9ea Add developer usage restrictions to SSO user creation 4 years ago
Rory Powell 893f82ac4d Better error handling around license errors 4 years ago
Rory Powell 714da96ee5 developer and published apps usage quota migrations 4 years ago
Rory Powell 0d64bed4b3 Finish upgrade and billing pages 4 years ago
mike12345567 a5556595de Fixing an issue with the public API loading for the first time in a multi-tenant environment, also fixing an issue in self host when switching between environments with different secrets. 4 years ago
Rory Powell ccf2fe3d01 Self Host <-> Licensing integration 4 years ago
Rory Powell 995f7c4b58 Move licensing middleware to pro repo 4 years ago
Rory Powell 3b9303a1fb Enforce licensed developer count + error types/codes framework 4 years ago
Rory Powell 515ade6bd3 Add shared licensing cache 4 years ago
Rory Powell 8ff9aac4f8 Start to integrate licensing with sessions 4 years ago
Rory Powell 9fcf702a32 Add status banner that reacts to cypress healthcheck failures 4 years ago
Rory Powell d9ead48c59 Deprovision and local couch db url fix 4 years ago
mike12345567 7bac5d5961 Adding a check to make sure there is a tenant ID for the checklist call when looking up apps in multi-tenant envs. 4 years ago
mike12345567 ab3971034d Quick fix for checklist API performance on default tenant in cloud. 4 years ago
mike12345567 3b69862b56 Adding fix for ethereal tests incase there is an issue with service. 4 years ago
mike12345567 92d457ac00 Adding basic encrypt/decrypt pathway. 4 years ago
mike12345567 93f2ed11ff Shifting over all of self API, deprecating old endpoints. 4 years ago
mike12345567 84bf8c3422 Adding tenancy to the API key, making the authenticated middleware aware of new user API keys, using a view to lookup the user by API key. 4 years ago
mike12345567 dff24e402d Getting api key/dev info docs setup and in use. 4 years ago
mike12345567 788cb19fa8 Moving APIs around after some discussion, creating a self API to make it obvious. 4 years ago
Michael Drury e01563b6fc Adding basic endpoints for API keys. 4 years ago
Martin McKeaveney f574c90de3 use env platform URL for datasource auth to prevent tenant overrides 4 years ago
Martin McKeaveney 08a3ae0e7c use env platform URL for datasource auth to prevent tenant overrides 4 years ago
Rory Powell d1bcf4f3ba Reorder jest mock and import statements for email mocking 4 years ago
Rory Powell 33e19c49a0 Reorder jest mock and import statements for email mocking 4 years ago