Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dbt-labs/jaffle-shop-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.11
Choose a base ref
...
head repository: dbt-labs/jaffle-shop-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 28 files changed
  • 4 contributors

Commits on Apr 10, 2024

  1. Copy the full SHA
    e475afe View commit details
  2. Bump version to 0.4.12

    gwenwindflower committed Apr 10, 2024
    Copy the full SHA
    5b6472b View commit details
  3. Copy the full SHA
    8720ecb View commit details

Commits on Apr 26, 2024

  1. feat(generate tweets) (#114)

    * feat(generate tweets): spike out tweet generation
    
    * fix(tweet probability): improve logic
    
    * test(tweets): assert tweets are 20 min or less after order
    gwenwindflower authored Apr 26, 2024
    Copy the full SHA
    4eb2b57 View commit details
  2. chore(bump version)

    gwenwindflower committed Apr 26, 2024
    Copy the full SHA
    12fc3a9 View commit details

Commits on Apr 27, 2024

  1. fix(tweets): market.sim_day tweet, order yielding logic

    The logic for guarding against Nones in the market.sim_day iterator was flawed and causing only values that had both a tweet and an order to get through, meaning the tables had the same counts. This corrects that and ensures all orders go through, and those that have tweets are only a portion.
    gwenwindflower committed Apr 27, 2024
    Copy the full SHA
    08c2fa0 View commit details
  2. chore(bump version)

    gwenwindflower committed Apr 27, 2024
    Copy the full SHA
    c1c742d View commit details
  3. Copy the full SHA
    faae190 View commit details
  4. Copy the full SHA
    9384961 View commit details
  5. Copy the full SHA
    fd533ab View commit details

Commits on Apr 30, 2024

  1. chore(repo): Add lefthook (#115)

    This commit adds [Lefthook](https://github.com/evilmartians/lefthook/)
    as a way to manage Git Hooks and automatically run ruff, PyRight and a
    commit message validator on commit.
    
    For now, `ruff` and `pyright` validators are turned off since there are
    many errors. They will be turned on once we have fixed the errors.
    serramatutu authored Apr 30, 2024
    Copy the full SHA
    3651173 View commit details
  2. fix(pyright): add strict type definitions (#116)

    * fix(pyright): add some static typing
    
    * fix(pyright): more typing
    
    This commit adds even more typing to the module. Still not done though.
    
    * fix(pyright): finishes typing library
    
    Still missing tests though.
    
    * fix(pyright): final fixes
    
    This commit finally fixes all pyright errors.
    serramatutu authored Apr 30, 2024
    Copy the full SHA
    1ad1ff7 View commit details

Commits on Jan 23, 2025

  1. Create CODEOWNERS file (#123)

    Create CODEOWNERS file with global codeowner
    security-dbtlabs authored Jan 23, 2025
    Copy the full SHA
    573206d View commit details
Loading