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

Aws poc update from develop 2.12 snapshot #1484

Merged
merged 110 commits into from
Aug 13, 2020

Commits on Apr 27, 2020

  1. Merge branch 'develop'

    benedeki committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6c015f4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge branch 'develop'

    benedeki committed May 15, 2020
    Configuration menu
    Copy the full SHA
    47dfb7b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge branch 'develop'

    benedeki committed May 29, 2020
    Configuration menu
    Copy the full SHA
    1a9e6db View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. #1307 Refactoring started: changed config, separated logic from the j…

    …obs and extracted commonalities
    Adrian-Olosutean committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    0954f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6456011 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

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

Commits on Jun 11, 2020

  1. #1015 other changes

    Adrian-Olosutean committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    f12f717 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/1015-extract-common-standardization-conformance…

    …' into feature/1371-combined-std-conf-main
    Adrian-Olosutean committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3519c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69c950 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Merge branch 'develop'

    benedeki committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e98c1af View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

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

Commits on Jun 18, 2020

  1. #1015 scopt4 approach

    Adrian-Olosutean committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    37f99b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f14d299 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/1015-extrac…

    …t-common-standardization-conformance
    Adrian-Olosutean committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b1bd2c9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into feature/1015-extra…

    …ct-common-standardization-conformance
    Adrian-Olosutean committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    81e9077 View commit details
    Browse the repository at this point in the history
  5. #1015 Merging fix

    Adrian-Olosutean committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    1bf4c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    38b8be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fbb264 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

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

Commits on Jun 22, 2020

  1. 1015: Refactoring Conformance and Standardization

    * Config package for configuration classes
    * Standardization validation returns all the issues, instead of just one
    * Remove print and exit, replaced with try
    * Changed naming for hopefully better clarity
    * Some code breakdown
    * Removed some unused imports
    benedeki committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    618fbfe View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. 1015: Refactoring Conformance and Standardization

    * changed jobs to be of couple of (descriptive) steps only
    * plugin ErrorSourceId made common for all modules and renamed to SourceId
    benedeki committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    01fff21 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge remote-tracking branch 'origin/feature/1015-extract-common-stan…

    …dardization-conformance' into feature/1371-combined-std-conf-job
    
    # Conflicts:
    #	examples/src/main/scala/za/co/absa/enceladus/examples/CustomRuleSample1.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/CustomRuleSample2.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/CustomRuleSample3.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/CustomRuleSample4.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/UppercaseCustomConformanceRule.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/XPadCustomConformanceRule.scala
    #	examples/src/test/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/UppercaseCustomConformanceRuleSuite.scala
    #	examples/src/test/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/XPadCustomConformanceRuleSuite.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/common/CommonJobExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/ConformanceExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/ConformanceReader.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/DynamicConformanceJob.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/HyperConformance.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/DynamicInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/InterpreterContext.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ArrayCollapseInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ArrayExplodeInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/CastingRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ConcatenationRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/DropRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/LiteralRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreterBroadcast.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreterGroupExplode.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/NegationRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/RuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/SingleColumnRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/SparkSessionConfRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/UppercaseRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationJob.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationReader.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/config/ConformanceConfigSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/ArrayConformanceSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/ChorusMockSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/InterpreterSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/LiteralJoinMappingRuleTest.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/fixtures/NestedStructsFixture.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/fixtures/StreamingFixture.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/CastingRuleSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/NegationRuleSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/RulesSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/TestRuleBehaviors.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/custom/CustomRuleSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/testcasefactories/NestedTestCaseFactory.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/testcasefactories/SimpleTestCaseFactory.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/StandardizationCobolAsciiSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/StandardizationCobolEbcdicSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/StandardizationJsonSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/StandardizationParquetSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/StandardizationRerunSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/config/StandardizationConfigSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/standardization/fixtures/CsvFileFixture.scala
    Adrian-Olosutean committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c5f3129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799de19 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/1015-extra…

    …ct-common-standardization-conformance
    
    # Conflicts:
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/DynamicConformanceJob.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationJob.scala
    Adrian-Olosutean committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    9fcc96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c62535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d31637d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop'

    benedeki committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    802cd72 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    a05e72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7a710 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. #1015 Other feedback

    Adrian-Olosutean committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ae7bf30 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    d74968d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199ed0e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    3d57b7e View commit details
    Browse the repository at this point in the history
  2. #1378 Clarifications

    Adrian-Olosutean committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    937a715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779ffdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c92ebdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ffb789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce015ce View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Feature/1299 schema from secure schema registry (#1405)

    * #1299 schema loading from schema registry by subjectName (or fallbacks to subjectName-value)
    -  secure SR works by supplying keyStore & trustStore config values.
    - SecureKafka.scala moved to utils and renamed to SecureConfig.
    - Smart Pathjoining added via /.
    -  UI update: vbox with collapsed/ible panels and formatted text with descriptions
    - SchemaApiFeature endpoint drives the SR integration enabling on UI
    - integration test added, unit tests added
    
    Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
    dk1844 and Zejnilovic authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3e3db4a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. #1299 application.properties.template cleanup (#1430)

    * #1299 application.properties.template cleanup
    dk1844 authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ad78dbd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    89dc59d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    benedeki committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    41674f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51eafb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/1015-extra…

    …ct-common-standardization-conformance
    
    # Conflicts:
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/DynamicConformanceJob.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationJob.scala
    Adrian-Olosutean committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    44e64a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5544ed7 View commit details
    Browse the repository at this point in the history
  3. #1015 Fixes

    Adrian-Olosutean committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    6556256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02ce494 View commit details
    Browse the repository at this point in the history
  5. #1015 Import reordering

    Adrian-Olosutean committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    01167e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efd9180 View commit details
    Browse the repository at this point in the history
  7. #1015 Small changes

    Adrian-Olosutean committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    d5a8f1f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Merge branch 'feature/1015-extract-common-standardization-conformance…

    …' into feature/1371-combined-std-conf-job
    
    # Conflicts:
    #	examples/src/main/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/UppercaseCustomConformanceRule.scala
    #	examples/src/main/scala/za/co/absa/enceladus/examples/interpreter/rules/custom/XPadCustomConformanceRule.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/common/CommonJobExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/ConformanceExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/PropertiesProvider.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/config/ConformanceConfigInstance.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/DynamicInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/InterpreterContext.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ArrayCollapseInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ArrayExplodeInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/CastingRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/ConcatenationRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/DropRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/LiteralRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreterBroadcast.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/MappingRuleInterpreterGroupExplode.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/NegationRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/RuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/SingleColumnRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/SparkSessionConfRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/UppercaseRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/PropertiesProvider.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/StandardizationExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/standardization/config/StandardizationConfigInstance.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/RulesSuite.scala
    #	spark-jobs/src/test/scala/za/co/absa/enceladus/conformance/interpreter/rules/custom/CustomRuleSuite.scala
    Adrian-Olosutean committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a8088e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c2923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a2be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8764f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1377 from AbsaOSS/feature/1015-extract-common-sta…

    …ndardization-conformance
    
    #1015 Refactoring Conformance and Standardization
    AdrianOlosutean authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f925efe View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/develop' into feature/1371-combi…

    …ned-std-conf-job
    
    # Conflicts:
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/ConformanceExecution.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/ConformancePropertiesProvider.scala
    Adrian-Olosutean committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    aa68dea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    455128a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    879b010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db426be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281142f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

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

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    f4f4d85 View commit details
    Browse the repository at this point in the history
  2. #1400 Fixed overriding

    Adrian-Olosutean committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e67cd4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be24ad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

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

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    b557789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd12b12 View commit details
    Browse the repository at this point in the history
  3. #1371 Start feedback

    Adrian-Olosutean committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b61fb3e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

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

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    cbe4f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7441f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d0686c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/1400-helper-scripts-run-…

    …custom-jar' into feature/1400-helper-scripts-run-custom-jar
    Adrian-Olosutean committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f3ac70c View commit details
    Browse the repository at this point in the history
  5. 1446: Implement coalesce Conformance rule (#1448)

    1446: Implement coalesce Conformance rule
    * coalesce rule implementation
    * coalesce rule entry in UI
    * UI: decoupled column selection dialog from concatenation rule
    * UI: Fixed the order of conformance rules to be alphabetical
    * UTs
    
    Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
    benedeki and Zejnilovic authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    9ad4ecb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    96bcacc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08061b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1445 from AbsaOSS/feature/1400-helper-scripts-run…

    …-custom-jar
    
    #1400 Helper scripts run custom JAR
    AdrianOlosutean authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    109ccbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7cc534 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5054da2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba0ae91 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop'

    benedeki committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8925e71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09f1709 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    864b7ef View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    daa4617 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/1371-combined-std-conf-j…

    …ob' into feature/1371-combined-std-conf-job
    Adrian-Olosutean committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    dc6b966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc4ef03 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

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

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    a26b3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d5bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d611aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    765da49 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into feature/1371-combi…

    …ned-std-conf-job
    
    # Conflicts:
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/FillNullsRuleInterpreter.scala
    #	spark-jobs/src/main/scala/za/co/absa/enceladus/conformance/interpreter/rules/RuleInterpreter.scala
    Adrian-Olosutean committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    2240788 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44c5af3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    f58713d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1392 from AbsaOSS/feature/1371-combined-std-conf-job

    Feature/1371 Combined Standardization Conformance Job
    AdrianOlosutean authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    946ccec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e78f95 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    eba397b View commit details
    Browse the repository at this point in the history
  2. #1465 Added newline

    Adrian-Olosutean committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fe99869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    374a352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b5be76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    577af2e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    b63f26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8024fb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request #1468 from AbsaOSS/feature/1465-helper-script-for-…

    …combined-job
    
    #1465 Helper scripts for the combined job
    AdrianOlosutean authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a67e487 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    b04c233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae4229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea3031 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Merge branch 'develop' into aws-poc

    % Conflicts:
    %	dao/pom.xml
    %	data-model/pom.xml
    %	examples/pom.xml
    %	menas/pom.xml
    %	menas/src/main/resources/application.properties.template
    %	migrations-cli/pom.xml
    %	migrations/pom.xml
    %	plugins-api/pom.xml
    %	plugins-builtin/pom.xml
    %	pom.xml
    %	spark-jobs/pom.xml
    %	utils/pom.xml
    dk1844 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    e4432d1 View commit details
    Browse the repository at this point in the history