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: stackql/stackql-assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/updates
Choose a base ref
...
head repository: stackql/stackql-assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 28, 2024

  1. Merge pull request #23 from stackql/feature/updates

    use stackql-exec
    jeffreyaven authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a6155a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge pull request #24 from stackql/feature/updates

    remove unused
    jeffreyaven authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e13ecc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #25 from stackql/feature/updates

    updated tests
    jeffreyaven authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e3c02b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. updated packages

    jeffreyaven committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6dfcf6f View commit details
    Browse the repository at this point in the history
  2. updated versions

    jeffreyaven committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    18f75a2 View commit details
    Browse the repository at this point in the history
  3. Replace Google Compute instance tests with stable GCS bucket resource

    Switch all Google test references from google.compute.instances
    (stackql-integration-tests project, australia-southeast1-a zone) to
    google.storage.buckets (stackql project, stackql-public-releases bucket).
    Bucket properties (name, location, locationType) are stable and not
    subject to instance lifecycle costs. Remove GOOGLE_ZONE variable
    dependency throughout.
    
    https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
    claude committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    101b276 View commit details
    Browse the repository at this point in the history
  4. Fix expected result key ordering to match stackql JSON output

    stackql serialises JSON keys alphabetically, so expected result strings
    must use the same order (location, locationType, name) to pass deep
    equality checks.
    
    https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
    claude committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6b2050a View commit details
    Browse the repository at this point in the history
  5. Fix key-order-sensitive comparison and hardcode stable project var

    assert.js: replace JSON.stringify deep equality with key-sorted
    comparison so JSON objects match regardless of key order.
    
    stackql-assert-test.yml: hardcode GOOGLE_PROJECT=stackql in the
    inline jsonnet test vars instead of pulling from the repo variable
    (which still pointed at stackql-integration-tests).
    
    https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
    claude committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    192918b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Merge pull request #26 from stackql/claude/update-google-test-locatio…

    …ns-AE07x
    
    Replace Google Compute instance tests with stable GCS bucket resource
    jeffreyaven authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    61a59c1 View commit details
    Browse the repository at this point in the history
Loading