Skip to content

Commit 08ef3cd

Browse files
committed
Merge branch 'develop' into dev_netpyne_updates
2 parents 557d7ec + 3e5593b commit 08ef3cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

applications/jupyterhub/src/osb_jupyter/osb_jupyter/osb_jupyterhub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def user_volume_is_legacy(user_id):
6565
def workspace_volume_is_legacy(workspace_id):
6666
return int(workspace_id) < self.config['apps']['jupyterhub'].get('legacyworkspacemax', 0)
6767

68-
appname = self.image.split('/')[-1].split(':')[0]
68+
appname = self.handler.request.host.split(str(self.config['domain']))[0][0:-1]
6969

7070
try:
7171
workspace_id = get_from_cookie('workspaceId')

deployment/codefresh-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ steps:
3030
clone_NetPyNE-UI_git_netpyne:
3131
title: Cloning NetPyNE-UI.git repository...
3232
type: git-clone
33-
repo: https://github.com/MetaCell/NetPyNE-UI.git
34-
revision: 1.1.0
33+
repo: https://github.com/OpenSourceBrain/NetPyNE-UI.git
34+
revision: osbv2_tests
3535
working_directory: applications/netpyne/dependencies/
3636
git: github
3737
clone_nwb-explorer_git_nwb-explorer:

0 commit comments

Comments
 (0)