Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
16fe55af
Commit
16fe55af
authored
12 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
BIS-146 SP-232 : Added support for regex in applicible types of reporting and processing plugins.
SVN: 26352
parent
f055096e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/etc/service.properties
+4
-2
4 additions, 2 deletions
datastore_server/etc/service.properties
with
4 additions
and
2 deletions
datastore_server/etc/service.properties
+
4
−
2
View file @
16fe55af
...
...
@@ -124,7 +124,8 @@ reporting-plugins = demo-reporter, tsv-viewer, csv-viewer, hcs-viewer, hcs-viewe
# Label of the plugin which will be shown for the users.
demo-reporter.label
=
Show Dataset Size
# Comma separated list of dataset type codes which can be handled by this plugin.
demo-reporter.dataset-types
=
HCS_IMAGE, CONTAINER_TYPE
# Wildcards are allowed, but the DSS server may need to be restarted if a new data set type is added to openBIS
demo-reporter.dataset-types
=
.*
# Plugin class specification (together with the list of packages this class belongs to).
demo-reporter.class
=
ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoReportingPlugin
# The property file. Its content will be passed as a parameter to the plugin.
...
...
@@ -173,7 +174,8 @@ processing-plugins = demo-processor
# The configuration of the processing plugin is the same as the reporting plugins configuration.
demo-processor.label
=
Demo Processing
demo-processor.dataset-types
=
HCS_IMAGE, CONTAINER_TYPE
# Wildcards are allowed, but the DSS server may need to be restarted if a new data set type is added to openBIS
demo-processor.dataset-types
=
HCS_.*, CONTAINER_.*
demo-processor.class
=
ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoProcessingPlugin
demo-processor.properties-file
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment