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

added support for multiple type package URIs in ConfigurableJsonResource #4

Open
wants to merge 19 commits into
base: snapshot
Choose a base branch
from

Commits on Jul 6, 2022

  1. Add sonatype snapshot url

    gg-dim authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4431e31 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. #3

    - set context attribute of ROOT_ELEMENT is set
    
    Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
    maho7791 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6a12b3c View commit details
    Browse the repository at this point in the history
  2. fixes #3

    - added root_element attribute
    - added tests
    
    Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
    maho7791 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    9a88225 View commit details
    Browse the repository at this point in the history
  3. fixes #3

    - added root_element attribute
    - added tests
    
    Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
    maho7791 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f974d40 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. added support for multiple type package URIs in ConfigurableJsonResource

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2bd8756 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. - updated basic model dependency

    - updated tests to account for new basic model version
    
    - typePackageUris is now a String[] with empty array as default
    
    - update reader only if list of packages is not empty
    
    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e988d1b View commit details
    Browse the repository at this point in the history
  2. - removed gogo dependencies from bndrun

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e8fb442 View commit details
    Browse the repository at this point in the history
  3. - fix code smells

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b1db677 View commit details
    Browse the repository at this point in the history
  4. - removed unnecessary cast

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c445879 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. added example model to test type package use options

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9d166e2 View commit details
    Browse the repository at this point in the history
  2. added tests for type package use

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0b09034 View commit details
    Browse the repository at this point in the history
  3. look for package uris only in case of type use class and name

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d542bf0 View commit details
    Browse the repository at this point in the history
  4. fixed array case in getOrDefaultAsList and implemented tests

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c48608a View commit details
    Browse the repository at this point in the history
  5. added json test files to ignore list for license

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    37d6f3d View commit details
    Browse the repository at this point in the history
  6. removed unused imports

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c2f4a63 View commit details
    Browse the repository at this point in the history
  7. - added test cases for null package uri

    -refactor tests
    
    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    50c14dc View commit details
    Browse the repository at this point in the history
  8. - added test cases for OPTION_DATE_FORMAT

    - added test cases for OPTION_INDENT_OUTPUT
    
    - added test cases for OPTION_SERIALIZE_DEFAULT_VALUE
    
    - added test cases for OPTION_SERIALIZE_TYPE/OPTION_TYPE_FIELD
    
    - added test cases for OPTION_USE_ID
    
    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b0d57f3 View commit details
    Browse the repository at this point in the history
  9. refactor DateFormatTest to be time zone independent

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e4736bd View commit details
    Browse the repository at this point in the history
  10. second try to make DateFormatTest independent from time zone

    Signed-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>
    isalvadori committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    178b8d7 View commit details
    Browse the repository at this point in the history