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

Validator refactoring #165

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Validator refactoring #165

wants to merge 26 commits into from

Commits on Feb 23, 2021

  1. set AtlasMap version to 2.1.x

    kuhy committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    73f4ea9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Test fixes for 2.1.x

    asmigala committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    71bf20b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from atlasmap/atlasmap-2.1.x-fixes

    Test fixes for 2.1.x
    kuhy authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c9fa137 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. fix warnings checking

    kuhy committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c4f8b72 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. toggle alert panel in all cases

    kuhy committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ff7096c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c714c72 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    8d1d6a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from atlasmap/atlasmap-2.1.x-fixes-v2

    Atlasmap 2.1.x fixes v2
    asmigala authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f070e43 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. bump version to 2.2.0

    kuhy committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    04758e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e6925 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Fixes for prod 2.2.x

    asmigala committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    837dd63 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fixes for 2.2.3

    asmigala committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    2d77230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d8373 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    d864348 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from atlasmap/webdrivermanager

    Automatically download correct driver version
    jbatel authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    45b43d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 17, 2021

  1. Merge pull request #167 from atlasmap/readme-fix

    Updated instructions for running tests in README.
    asmigala authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    701c38f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Fix MappingValidator tests

    kuhy authored and jbatel committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    986edcd View commit details
    Browse the repository at this point in the history
  2. Extract mapping logic from MappingValidator

    kuhy authored and jbatel committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    17221f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Refactor test-resources

    - refactor test-resources classes
      - make them POJO
      - use Lombok
    - improve setting of values in SourceMappingTestClass and TargetMappingTestClass
      - use BeanWrapper
      - add converters for unknown conversions between objects
    - rename AtlasmapPage, AtlasmapInit
    - remove CucumberGlue
      - use dependency injection instead
    kuhy authored and jbatel committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2278be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93504e7 View commit details
    Browse the repository at this point in the history
  3. Refactor ResourceGenerator

    - move ResourceGenerator to datamapper-e2e module
    - load documents from files (instead of harcoded strings)
    - use dependency injection
    - move documents used for mapping to test-resources module
    - add JAR_RESOURCE_FOLDER and DOCUMENTS_RESOURCE_FOLDER to TestConfiguration
    - rewrite MappingValidatorTest
    kuhy authored and jbatel committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    29a6194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a217adc View commit details
    Browse the repository at this point in the history
  5. Support new instance/schema dialog

    kuhy authored and jbatel committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3e0d835 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. WIP rebase to prod-2.2.x

    jbatel committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b9b812a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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