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

V2: Introduce connect-query-core package #357

Merged
merged 14 commits into from
Oct 31, 2024
Merged

Commits on Oct 21, 2024

  1. Introduce connect-query-core package

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8fe27b3 View commit details
    Browse the repository at this point in the history
  2. Update core version to sync with other pkgs

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cfdf9db View commit details
    Browse the repository at this point in the history
  3. Add test for using tanstack core skip token

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1344085 View commit details
    Browse the repository at this point in the history
  4. Remove unused dev dependency

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c434d5d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge branch 'v2' into psachs/connect-query-core

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7dbc7d3 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5a987d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update packages/connect-query-core/README.md

    Co-authored-by: Timo Stamm <ts@timostamm.de>
    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs and timostamm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    496913c View commit details
    Browse the repository at this point in the history
  2. Update packages/connect-query-core/package.json

    Co-authored-by: Timo Stamm <ts@timostamm.de>
    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs and timostamm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ff843cb View commit details
    Browse the repository at this point in the history
  3. Exclude generated code from tsc compile and bundle dist only

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    975a9b6 View commit details
    Browse the repository at this point in the history
  4. Moved test protos to separate package

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3897dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f198dcb View commit details
    Browse the repository at this point in the history
  6. Add buf as proper dev dep

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    69baadc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Fixed publish bug with test-utils

    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2ea0dac View commit details
    Browse the repository at this point in the history
  2. Converted test-utils to publish ts files

    Removed unused protos and made sure generate is triggered on tests
    
    Signed-off-by: Paul Sachs <psachs@buf.build>
    paul-sachs committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ca07a58 View commit details
    Browse the repository at this point in the history