Skip to content

Commit

Permalink
Merge pull request #47 from SBU-BMI/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ebremer authored Nov 12, 2019
2 parents 1fa1179 + d91bdd4 commit ce86ee9
Show file tree
Hide file tree
Showing 10 changed files with 343 additions and 53 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ RUN openssl req -subj '/CN=www.mydom.com/O=My Company Name LTD./C=US' -x509 -nod
EXPOSE 80
COPY run.sh /root/run.sh
COPY mysql.tgz /build
RUN mkdir /quip/pathdbconfig
COPY config/* /quip/pathdbconfig/
RUN mkdir /quip/config
RUN mkdir /quip/config-update
COPY config/* /quip/config/
COPY config/* /quip/config-update/
# remove local exceptions to updates
RUN rm /quip/config-update/tac_lite.settings.yml
COPY content/* /quip/content/
# download caMicroscope
WORKDIR /quip/web
Expand Down
12 changes: 7 additions & 5 deletions config/views.view.collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- taxonomy.vocabulary.collections
- user.role.authenticated
module:
- ds
- rest
Expand All @@ -26,9 +27,10 @@ display:
position: 0
display_options:
access:
type: perm
type: role
options:
perm: 'access content'
role:
authenticated: authenticated
cache:
type: tag
options: { }
Expand Down Expand Up @@ -357,7 +359,7 @@ display:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- user.permissions
- user.roles
tags: { }
page_1:
display_plugin: page
Expand All @@ -373,7 +375,7 @@ display:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- user.permissions
- user.roles
tags: { }
rest_export_1:
display_plugin: rest_export
Expand All @@ -397,5 +399,5 @@ display:
- 'languages:language_content'
- 'languages:language_interface'
- request_format
- user.permissions
- user.roles
tags: { }
14 changes: 8 additions & 6 deletions config/views.view.download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- field.storage.node.imageid
- field.storage.node.studyid
- node.type.wsi
- user.role.authenticated
module:
- csv_serialization
- file
Expand All @@ -36,9 +37,10 @@ display:
position: 0
display_options:
access:
type: perm
type: role
options:
perm: 'access content'
role:
authenticated: authenticated
cache:
type: tag
options: { }
Expand Down Expand Up @@ -580,7 +582,7 @@ display:
- 'languages:language_interface'
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_iip_path'
Expand Down Expand Up @@ -1012,7 +1014,7 @@ display:
- request_format
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_iip_path'
Expand Down Expand Up @@ -1114,7 +1116,7 @@ display:
- request_format
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_iip_path'
Expand All @@ -1137,7 +1139,7 @@ display:
- 'languages:language_interface'
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_iip_path'
Expand Down
12 changes: 7 additions & 5 deletions config/views.view.findfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- field.storage.node.imageid
- field.storage.node.studyid
- node.type.wsi
- user.role.authenticated
module:
- node
- rest
Expand All @@ -32,9 +33,10 @@ display:
position: 0
display_options:
access:
type: perm
type: role
options:
perm: 'access content'
role:
authenticated: authenticated
cache:
type: tag
options: { }
Expand Down Expand Up @@ -572,7 +574,7 @@ display:
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand Down Expand Up @@ -647,7 +649,7 @@ display:
- request_format
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand All @@ -671,7 +673,7 @@ display:
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand Down
12 changes: 7 additions & 5 deletions config/views.view.idmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- field.storage.node.imageid
- field.storage.node.studyid
- node.type.wsi
- user.role.authenticated
module:
- node
- rest
Expand All @@ -31,9 +32,10 @@ display:
position: 0
display_options:
access:
type: perm
type: role
options:
perm: 'access content'
role:
authenticated: authenticated
cache:
type: tag
options: { }
Expand Down Expand Up @@ -633,7 +635,7 @@ display:
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand Down Expand Up @@ -711,7 +713,7 @@ display:
- request_format
- url
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand All @@ -734,7 +736,7 @@ display:
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
- user.roles
tags:
- 'config:field.storage.node.clinicaltrialsubjectid'
- 'config:field.storage.node.field_collection'
Expand Down
Loading

0 comments on commit ce86ee9

Please sign in to comment.