Skip to content

Commit

Permalink
JHP-92: Adds plugin description, visible in the installed plugins sit…
Browse files Browse the repository at this point in the history
…e administration page in XNAT.
  • Loading branch information
andylassiter committed Jun 10, 2024
1 parent 77aa827 commit c5d1507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [JHP-82]: Enables support for JupyterHub named servers. This feature allows users to start multiple Jupyter notebooks
or Dashboards from the XNAT UI. A new preference has been added to the plugin to limit the number of named
servers a user can start. The default is 1. May require browser cache to be cleared.
- [JHP-92]: Adds plugin description, visible in the installed plugins site administration page in XNAT.

### Changed

Expand Down Expand Up @@ -74,3 +75,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[JHP-82]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-82
[JHP-83]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-83
[JHP-88]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-88
[JHP-92]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-92
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

@XnatPlugin(value = "jupyterHubPlugin",
name = "XNAT JupyterHub Plugin",
description = "Integrates JupyterHub with XNAT for launching Jupyter notebooks on XNAT data.",
logConfigurationFile = "jupyterhub-logback.xml",
entityPackages = {"org.nrg.xnatx.plugins.jupyterhub.entities"})
@ComponentScan({"org.nrg.xnatx.plugins.jupyterhub.preferences",
Expand Down

0 comments on commit c5d1507

Please sign in to comment.