-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative sources of taxonomies #4381
Labels
Comments
ymarcon
added a commit
that referenced
this issue
Dec 12, 2022
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 11, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 19, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 19, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 23, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 23, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 23, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 24, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 26, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 27, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 30, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 31, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 31, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Jan 31, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Feb 1, 2023
…roviders, in addition to the opal one
ymarcon
added a commit
that referenced
this issue
Feb 1, 2023
…roviders, in addition to the opal one
Merged
meek0
pushed a commit
that referenced
this issue
Feb 1, 2023
* #4376 WIP. StudyTableSource interface added. New property sourceURN replaces opal project/table in dataset's study tables and variables. Requires ES index config update. * sourceURN property/getter/setter renamed to source * source package added, with unit tests * Excel table source added, reads excel from Mica's file system * Edit/create study tables with opal or file source. WIP. * File path can be copied. Study table's file source can be relative to the dataset's folder * Study table context added. Opal dtos (aggregations) are not exposed in the source plugin interface. * Deferred init of excel datasource. Less verbose log messages when study table source operation is not supported * SPI mica-source testing * Deferred attachment stream extraction * Handle disposable table sources * Mica source plugin could be an Initialisable * #4381 Variable taxonomies service added to support other taxonomies providers, in addition to the opal one * mica-source plugin type renamed to mica-tables. Ne plugin type: mica-taxonomies for loading taxonomies provider services. * Taxonomy of taxonomies is configurable. Added attribute to have a taxonomy declared but not visible. * Variable taxonomies can be read from local folder: MICA_HOME/conf/taxonomies/variable * AbstractTaxonomiesProviderService added * Caching of taxonomies refactored, not functional yet * Variable taxonomies are cached * Fix dataset taxonomy init * Opal taxonomies cache replaced by generic variable taxonomies cache. Variable taxonomies are decorated with variable attributes * Code cleaning: Opal service helper merged into opal service * classifications administration * make sure variable taxo title/description in the meta taxo matches the one of the original taxo * hide instead of remove a target vocabulary if type is disabled * Plugins REST API added * Plugin REST API added * Service Plugin REST API added * Update the search plugin in the upgrade procedure * ng-obiba-mica version * No server error when opal projects cannot be retrieved * Fix some wording and showVariableStatistics template setting added * Fix some wording and showVariableStatistics template setting added * Fix harmonized variable id encoding for url * Fix harmonized variable id encoding for url for reverse proxy * NoSuchTableSourceException added with their web service mapper * ng-obiba-mica latest release * prepare for upgrade to 5.2 * StudyTableSource does not need to return the table name, this is implementation specific * Modifying the meta txonomy requires admin role * Plugin management requires admin role * Clean Opal projects web services * Helper class to read a taxonomy in YAML format from a stream * Other study table source handled in the admin
I believe there is some kind of loop. The following lines indicated that the indexing fails, which triggers a reindex. Sadly, the process never stops.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like #4376 for the value tables, this feature proposes to bypass usage of an Opal server for providing the taxonomies. The taxonomies could be read from a local configuration file, or an external server source. The latter implies that a plugin, of type
mica-taxonomies
, is defined so that one can extend the Mica with custom taxonomies.The text was updated successfully, but these errors were encountered: