Commits on Apr 10, 2023

  1. switched to apache license (#1404)

    * switched to apache license
    
    * updated company details
    snork-alt committed Apr 10, 2023
    Copy the full SHA
    3a0fe07 View commit details
    Browse the repository at this point in the history
  2. fix: e2e tests write to directories that are not removed (#1407)

    There were two bugs:
    
    1. The generated `TempDir` was set to `home_dir` but `TempDir` is dropped
    earlier than dozer finishes, so dozer creates the directory again and not removed.
    
    2. `cache_dir` was not set using `TempDir` and results in dozer writing to `./.dozer/cache`.
    chubei committed Apr 10, 2023
    Copy the full SHA
    db26d3d View commit details
    Browse the repository at this point in the history
  3. fix: type validation (#1405)

    * fix: type validation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: type validation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: type validation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    * fix: type validation
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    
    ---------
    
    Signed-off-by: Chloe Kim <chloeminkyung@gmail.com>
    chloeminkyung committed Apr 10, 2023
    Copy the full SHA
    8e313f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8f6cc0d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. feat: SQL Logic Test Framework (#1326)

    * chore: remove old test framework
    
    * Add sql prototype files
    
    * Add Insert change log
    
    * Generate all the triggers
    
    * Convert Change log to Operations
    
    * Remove Shared transaction from test
    
    * Restore Pipeline execution
    
    * fix lint
    
    * fix multimap delete
    
    * Fix complete step
    
    * Add test
    
    * Update complex test
    
    * Update queries
    
    * remove left join test
    
    * Update paths
    
    * change folder
    
    * Separate completion and validation
    
    * Fix merge
    
    * fix merge
    
    * Fix primary key building
    
    * Add csv dep
    
    * Split tool from test
    
    * move dozer_tracing dependency
    
    * set init and csv as tests
    
    ---------
    
    Co-authored-by: xudong963 <wxd963996380@gmail.com>
    mediuminvader and xudong963 committed Apr 11, 2023
    Copy the full SHA
    2118e3a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc1191f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01b472b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. feature: Implement APIs for monitoring and status updates (#1329)

    Signed-off-by: Bei Chu <914745487@qq.com>
    Co-authored-by: Bei Chu <914745487@qq.com>
    karolisg and chubei committed Apr 12, 2023
    Copy the full SHA
    00dc75d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    800fe26 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f76130 View commit details
    Browse the repository at this point in the history
  4. feat: Use record hash as key when schema has no primary index (#1399)

    * refactor: Define `Metadata` trait for `PrimaryKeyMetadata` and `HashMetadata`.
    
    Test doesn't pass because `HashMetadta` is not implemented yet.
    
    * feat: Use record hash as key when schema has no primary index
    
    * chore: Move `OperationLog` tests module to separate file
    
    * test: Add left join e2e test
    
    * fix: Version shouldn't be modified out of `OperationLog`
    
    * fix: Wrong meta returned on `insert`
    chubei committed Apr 12, 2023
    Copy the full SHA
    3f78bf5 View commit details
    Browse the repository at this point in the history
  5. Revert "chore: Remove error_non_existing_primary_key for now becaus…

    …e it can't pass on buildkite" (#1419)
    
    This reverts commit f15b78f.
    chubei committed Apr 12, 2023
    Copy the full SHA
    bc538d1 View commit details
    Browse the repository at this point in the history
  6. chore: refactor as dozer-log crate (#1420)

    Co-authored-by: VG <vivekg342@gmail.com>
    chubei and v3g42 committed Apr 12, 2023
    Copy the full SHA
    7d56806 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f5b7530 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Copy the full SHA
    66b735c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca6ea5f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b688946 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d4c571 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b3280b0 View commit details
    Browse the repository at this point in the history
  6. Bump h2 from 0.3.16 to 0.3.17 (#1427)

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.16...v0.3.17)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 14, 2023
    Copy the full SHA
    4826839 View commit details
    Browse the repository at this point in the history
  7. Prepare v0.1.17 (#1429)

    * Version bump
    
    * bump log py version
    
    * install cargo deb only on ubuntu
    
    * Update release yml
    mediuminvader committed Apr 14, 2023
    Copy the full SHA
    03b4d30 View commit details
    Browse the repository at this point in the history