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

Release 2.7.0 #16

Merged
merged 38 commits into from
Jul 30, 2024
Merged

Release 2.7.0 #16

merged 38 commits into from
Jul 30, 2024

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

  1. Merge branch 'alex/TG-734' into 'enterprise'

    feat(ui): create a cancel button to kill processes
    
    See merge request dkinternal/testgen/dataops-testgen!15
    cbloche committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4b03592 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. feat(test types): new multi-table test types, log viewer, and assorte…

    …d tweaks and fixes
    
    New test types: Aggregate Balance, Aggregate Minimum, Combo Match,
    Timeframe Match, Timeframe Keep, Distribution Shift.  Log viewer for
    troubleshooting from UI. Assorted tweaks and fixes.
    cbloche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9d62573 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chip/aggregate_tests_20240610' into 'enterprise'

    feat(test types): new multi-table test types, log viewer, and assorted tweaks and fixes
    
    See merge request dkinternal/testgen/dataops-testgen!16
    alex-datakitchen committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    29354a0 View commit details
    Browse the repository at this point in the history
  3. Fixed linter issues

    cbloche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7f2a375 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1ef612d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chip/aggregate_tests_20240610' into 'enterprise'

    feat(test types): new multi-table test types, log viewer, and assorted tweaks and fixes
    
    See merge request dkinternal/testgen/dataops-testgen!17
    ci bot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ea0fd85 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge branch 'main' into 'enterprise'

    Sync changes from open source repo
    
    See merge request dkinternal/testgen/dataops-testgen!18
    aarthy-dk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2128295 View commit details
    Browse the repository at this point in the history
  2. release: 2.1.4 -> 2.1.8

    luis-dk authored and alex-datakitchen committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8220bda View commit details
    Browse the repository at this point in the history
  3. Update contributors file

    aarthy-dk authored and alex-datakitchen committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ff4b5e5 View commit details
    Browse the repository at this point in the history
  4. Refactor log system

    alex-datakitchen committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e6db447 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'enterprise' into 'alex/TG-735'

    # Conflicts:
    #   pyproject.toml
    alex-datakitchen committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b9537f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge branch 'alex/TG-735' into 'enterprise'

    feat(cli): refactor log system
    
    See merge request dkinternal/testgen/dataops-testgen!19
    ci bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8e50750 View commit details
    Browse the repository at this point in the history
  2. fix(ui): unset bg color of detail values on dark mode

    Background color of values in the items details list was strictly set to
     which does not contrast with the white font of dark mode.
    This commit uses a CSS variable dependent on the theme to decide that
    background color.
    
    Refs: #14
    luis-dk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    555194e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/dark-theme' into 'enterprise'

    fix(ui): unset bg color of detail values on dark mode
    
    See merge request dkinternal/testgen/dataops-testgen!20
    ci bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ea2b15d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2df94 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    bc08655 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chip/test_def_fix_20240617' into 'enterprise'

    fix(ui): fixed label and help in test definitions
    
    See merge request dkinternal/testgen/dataops-testgen!21
    ci bot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    67ab3f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Merge branch 'TG-725' into 'enterprise'

    fix(test): re-enable incremental script testing
    
    See merge request dkinternal/testgen/dataops-testgen!22
    ci bot committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3af847b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0801048 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'alex/TG-745' into 'enterprise'

    fix(cli): wildcard % doubled after quick-start
    
    See merge request dkinternal/testgen/dataops-testgen!24
    ci bot committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d530e4a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Merge branch 'alex/TG-744-full-header' into 'enterprise'

    fix(ui): [ui] [open] create qc title is showing up twice
    
    See merge request dkinternal/testgen/dataops-testgen!25
    alex-datakitchen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    06e9ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    9ae7950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de8355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6babe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6af9d35 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    fbadf85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f07e9 View commit details
    Browse the repository at this point in the history
  3. misc: fix ci/cd

    alex-datakitchen committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5d3e22c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'chip/structural_enhancements_20240716' into 'enterprise'

    feat(cli/ui): profiling and test definition improvements
    
    See merge request dkinternal/testgen/dataops-testgen!26
    ci bot committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    711e371 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into 'enterprise'

    Sync SSL certificate changes to enterprise
    
    See merge request dkinternal/testgen/dataops-testgen!27
    alex-datakitchen committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    17c3840 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    f8a621c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'alex/snowflake-key-value-pair' into 'enterprise'

    feat: support keypair authentication for snowflake
    
    See merge request dkinternal/testgen/dataops-testgen!28
    ci bot committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6e63012 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat(cli/ui): scan for personally identifying information (pii)

    Scan, display and source data lookup for PII as Hygiene Issue
    cbloche committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5b9931c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chip/pii_scan_20240721' into 'enterprise'

    feat(cli/ui): scan for personally identifying information (pii)
    
    See merge request dkinternal/testgen/dataops-testgen!29
    ci bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    52696d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge branch 'main' into 'enterprise'

    Sync readme changes from open source to enterprise
    
    See merge request dkinternal/testgen/dataops-testgen!30
    aarthy-dk committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d9ca130 View commit details
    Browse the repository at this point in the history