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

SO-1974 extension terminology selector #103

Commits on Jun 8, 2016

  1. SO-1974 added deprecated annotation

    to TerminologyRegistryService and to its implementation
    Endre Kovacs committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    427fca5 View commit details
    Browse the repository at this point in the history
  2. SO-1974 added comparator for ICodeSystem

    the comparison is based on the code system's base version
    eg.:
    
    CodeSystems with these branchPaths 
    
    MAIN/2016-07-31/SNOMEDCT-DK
    MAIN
    MAIN/2016-01-31/SNOMEDCT-DK
    
    will be ordered to this:
    
    MAIN/2016-01-31/SNOMEDCT-DK (smallest)
    MAIN/2016-07-31/SNOMEDCT-DK
    MAIN (biggest)
    Endre Kovacs committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    318c1ef View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. SO-1974 added predicate for selecting active code systems

    Endre Kovacs committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    dac97fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad83b6 View commit details
    Browse the repository at this point in the history
  3. SO-1974 moved preference related class to its own package

    Endre Kovacs committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    ebfe47f View commit details
    Browse the repository at this point in the history
  4. SO-1974 clients of code moving

    Endre Kovacs committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    1597fc9 View commit details
    Browse the repository at this point in the history
  5. SO-1974 exporting new package

    Endre Kovacs committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    8280ec7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8803c54 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Configuration menu
    Copy the full SHA
    0e9c653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b8d9a View commit details
    Browse the repository at this point in the history
  3. SO-1974 replacing anonymous inner class function

    improoving default terminology extension computation: select the main by
    default.
    Endre Kovacs committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    f86b3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c86c74e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. SO-1974 default extensions preference file added

    Endre Kovacs committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    d91cfbe View commit details
    Browse the repository at this point in the history
  2. SO-1974 compile error fix

    Endre Kovacs committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    ee7e9f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. SO-1974 removing author tags from classes

    Endre Kovacs committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    faad38b View commit details
    Browse the repository at this point in the history
  2. SO-1974 remove extensions.xml from server side defaults

    Endre Kovacs committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    130b9f1 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    4840e74 View commit details
    Browse the repository at this point in the history
  4. SO-1974 removed overcompliacted guava functional

    Endre Kovacs committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    b96529f View commit details
    Browse the repository at this point in the history
  5. SO-1974 made field private

    Endre Kovacs committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    56b718c View commit details
    Browse the repository at this point in the history
  6. SO-1974 ICodeSystem to IBranchPath convenience function

    Endre Kovacs committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    52b350f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    864aded View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. SO-1974 removing unnecessary preference pojo

    Endre Kovacs committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    6ab4c58 View commit details
    Browse the repository at this point in the history
  2. SO-1974 terminology extension: preference persistence change

    persisting repo UUID to short name rather then POJO
    Endre Kovacs committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    5d03888 View commit details
    Browse the repository at this point in the history
  3. SO-1974 removed method

    Endre Kovacs committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    a89f417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92c57f3 View commit details
    Browse the repository at this point in the history
  5. SO-1974 updated manifest after class moving

    Endre Kovacs committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    1d594ba View commit details
    Browse the repository at this point in the history