Skip to content
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

Concrete domain support for concept visualization #108

Merged
merged 20 commits into from
Aug 22, 2016

Commits on Jan 12, 2016

  1. SO-1795: Eliminate traces of own B2i namespace identifier concept

    - added latest set of namespace identifiers to the internal map
    - removed hardcoded SG namespace identifier concepts
    
    https://snowowl.atlassian.net/browse/SO-1795
    nagyo committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    5da8f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfbb126 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Configuration menu
    Copy the full SHA
    d5ff549 View commit details
    Browse the repository at this point in the history
  2. SO-1795: Minor clean up of datatype enums

    - not the final solution, but it's a bit more understandable
    
    https://snowowl.atlassian.net/browse/SO-1795
    nagyo committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    909ae71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9c1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1f5763 View commit details
    Browse the repository at this point in the history
  5. SO-1795: Do not index container module of concrete domain refset member

    - query container module id of concrete domain refset member during
    module dependency resolution
    
    https://snowowl.atlassian.net/browse/SO-1795
    nagyo committed Jan 13, 2016
    3 Configuration menu
    Copy the full SHA
    f8eac85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b7af80 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    3db31ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2869e37 View commit details
    Browse the repository at this point in the history
  3. SO-1788: skip concrete domain module dep. change collection...

    ...if there are no concrete domains in the dataset.
    cmark committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    45d4ef3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9af2d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Configuration menu
    Copy the full SHA
    ddb160f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    517fd3e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    e30d7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8f28d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    0b6cdc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Merge remote-tracking branch 'origin/maintenance-4.6.x' into

    SO-1950-concrete_domain_visualization
    
    Conflicts:
    	core/com.b2international.snowowl.scripting.services/src/com/b2international/snowowl/scripting/services/api/impl/AuthoringService.java
    	core/com.b2international.snowowl.scripting.services/src/com/b2international/snowowl/scripting/services/api/impl/ConcreteDomainService.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/SnomedComponentService.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/SnomedModuleDependencyCollectorService.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/index/ConcreteDomainFragmentCollector.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/index/InitialReasonerTaxonomyBuilder.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/index/SnomedServerPredicateBrowser.java
    	snomed/com.b2international.snowowl.snomed.datastore.server/src/com/b2international/snowowl/datastore/server/snomed/index/change/ConstraintChangeProcessor.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/PredicateUtils.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/SnomedConcreteDataTypes.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/SnomedEditingContext.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/SnomedRefSetUtil.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/browser/SnomedIndexBrowserConstants.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/config/SnomedCoreConfiguration.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/mapping/SnomedDocumentBuilder.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/refset/RefSetMemberMutablePropertyUpdater.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/refset/SnomedConcreteDataTypeRefSetMemberIndexQueryAdapter.java
    	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/services/AbstractSnomedRefSetMembershipLookupService.java
    	snomed/com.b2international.snowowl.snomed.importer.rf2/src/com/b2international/snowowl/snomed/importer/rf2/SnomedRf2IndexInitializer.java
    	snomed/com.b2international.snowowl.snomed.importer.rf2/src/com/b2international/snowowl/snomed/importer/rf2/util/ImportUtil.java
    	snomed/com.b2international.snowowl.snomed.importer.rf2/src/com/b2international/snowowl/snomed/importer/rf2/util/SnomedRefSetNameCollector.java
    	snomed/com.b2international.snowowl.snomed.model/src/com/b2international/snowowl/snomed/SnomedConstants.java
    	snomed/com.b2international.snowowl.snomed.mrcm.core.server/src/com/b2international/snowowl/snomed/mrcm/core/server/widget/ServerSideWidgetBeanProviderStrategy.java
    	snomed/com.b2international.snowowl.snomed.mrcm.core/src/com/b2international/snowowl/snomed/mrcm/core/validator/MrcmConceptValidator.java
    	snomed/com.b2international.snowowl.snomed.mrcm.core/src/com/b2international/snowowl/snomed/mrcm/core/widget/CDOWidgetBeanProviderStrategy.java
    	snomed/com.b2international.snowowl.snomed.mrcm.core/src/com/b2international/snowowl/snomed/mrcm/core/widget/WidgetBeanUpdater.java
    nagyo committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    6e2be77 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    6ae906c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361291c View commit details
    Browse the repository at this point in the history