You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ allowing to log back into a study when the tab was closed (#2383)
* allow logging in again when same user closed all tabs pointing to a specific project
* use a project locking mechanism to prevent opening when a project is closing
* create constant for redis lock keys
* constant for redis client for lock db
* notification when closing
* steal project when opening from a disconnected same user
* disallow opening the same project from 2 different tabs
* disallow opening 2 tabs on same project
* removed coveralls
* fixed codecov badge
* ensure redis database is cleaned between tests
* added migration validator
* GC disabled in test_resource_manager using manual calls
up-devel: .stack-simcore-development.yml .init-swarm $(CLIENT_WEB_OUTPUT)## Deploys local development stack, qx-compile+watch and ops stack (pass 'make ops_disabled=1 up-...' to disable)
Copy file name to clipboardExpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
[![Requires.io]](https://requires.io/github/ITISFoundation/osparc-simcore/requirements/?branch=master"State of third party python dependencies")
11
11
<!-- [![travis-ci]](https://travis-ci.org/ITISFoundation/osparc-simcore "State of CI: build, test and pushing images") Commented until #2029 is resolved-->
0 commit comments