12 Commits (bdce546902ee93f35055bbb84477ef2e4e10db11)

Author SHA1 Message Date
Dean fffb4b0174 Overview Tab refactoring and general updates to the homepage 4 years ago
Dean 1c5990b9d7 Initial Commit for app overview 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
mike12345567 4b1331450c Fixing some issues discovered by the cypress tests, cleaning up how Couch is used. 5 years ago
mike12345567 91a90e62b2 Fixing some issues discovered by the cypress tests, cleaning up how Couch is used. 5 years ago
mike12345567 836a2f5863 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 3b9f3d6690 Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 7170c00a4f Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 7eb29ffc7d Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
mike12345567 f13257bebe Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
mike12345567 2b0bdffa65 Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser. 5 years ago
mike12345567 453556d273 Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser. 5 years ago
mike12345567 484e22c62d Upping debounce to 30 seconds as it has no real negative. 5 years ago
mike12345567 31d0a8b483 Upping debounce to 30 seconds as it has no real negative. 5 years ago
mike12345567 ae8e88f426 Switching logic for lazy evaluation. 5 years ago
mike12345567 aa51bf7f07 Switching logic for lazy evaluation. 5 years ago
mike12345567 96ad77b41d Formatting 5 years ago
mike12345567 095e513f9f Formatting 5 years ago
mike12345567 f56250824c Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 6ccec1632a Adding a debounced updated at timestamp to applications. 5 years ago