biolab / orange-web

Orange Data Mining Homepage
https://orange.biolab.si
16 stars 21 forks source link

[FIX] ErrorReporting: Stricter Mapping of Addons Namespaces to Names #71

Closed nikicc closed 7 years ago

nikicc commented 7 years ago
Issue

Previous heuristic was sometimes incorrect. For example, for text addon the package Orange3-Texable also satisfied the condition while being a different addon. Hence the release number could be the one from Texable instead the on for Text if Textable appeared before Text in list of installed packages. See https://sentry.io/biolab/orange3-text-bl/issues/204338395/.

Changes

Provide a custom mapping between namespaces and addon names and use it for mapping. While this only affects addons with seperate DSNs — currently only Text — the mapping is provided also for other official addons.