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: adlio/schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.9
Choose a base ref
...
head repository: adlio/schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on Jul 21, 2025

  1. Fix go.mod format issues

    - Change go version from invalid '1.23.0' to '1.21'
    - Remove unsupported 'toolchain' directive
    - Fixes CircleCI parsing errors
    adlio-amzn committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    773bb89 View commit details
    Browse the repository at this point in the history
  2. Fix dockertest import and update dependencies

    - Add explicit dockertest import alias to fix undefined references
    - Update dockertest from v3.9.1 to v3.12.0 for compatibility
    - Update related dependencies to resolve build issues
    - Fixes typecheck errors in test files
    adlio-amzn committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    c495f84 View commit details
    Browse the repository at this point in the history
  3. Update to Go 1.23 to resolve slices package dependency

    - Change go.mod to use Go 1.23 (proper format, no toolchain directive)
    - Update CircleCI to install Go 1.23.4
    - Regenerate go.sum with compatible dependencies
    - Fixes 'slices package not in GOROOT' error
    adlio-amzn committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    79bb8b0 View commit details
    Browse the repository at this point in the history
  4. Fix dockertest import in main_test.go

    - Add explicit dockertest import alias to fix undefined reference
    - Matches the fix already applied to testdb_test.go
    - Resolves golangci-lint typecheck error
    adlio-amzn committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    131575d View commit details
    Browse the repository at this point in the history
  5. Fix import aliases and downgrade to Go 1.21

    - Add explicit sqlmock import aliases in test files
    - Downgrade from Go 1.23 to Go 1.21 for stability
    - Update CircleCI config to use Go 1.21.13
    - Update golangci-lint config to use Go 1.21
    - Fixes typecheck errors and standard library issues
    adlio-amzn committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    ecf7590 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Update dependencies and upgrade to Go 1.24

    - Update direct dependencies to latest versions:
      - go-sqlmock: v1.5.0 -> v1.5.2
      - mysql driver: v1.8.1 -> v1.9.3
      - sqlite3: v1.14.16 -> v1.14.33
      - Replace deprecated denisenkom/go-mssqldb with microsoft/go-mssqldb
    
    - Update indirect dependencies:
      - golang.org/x/crypto: v0.0.0-20201016220609 -> v0.47.0
      - golang.org/x/sys: v0.28.0 -> v0.40.0
      - Various docker/moby dependencies
    
    - Upgrade Go version from 1.22 to 1.24 (required by x/crypto)
    
    - Update CircleCI config for Go 1.24 and golangci-lint v2
    
    - Fix MSSQL test connection for Go 1.24 TLS strictness
    
    - Fix data race in MSSQL Unlock by extracting getLockMode helper
    
    - Replace deprecated ioutil with io/os packages
    adlio committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    4f9f84f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from adlio/update-dependencies

    Update dependencies and upgrade to Go 1.24
    adlio authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    0b9e532 View commit details
    Browse the repository at this point in the history
  3. Migrate from CircleCI to GitHub Actions

    - Add GitHub Actions CI workflow (lint + test with coverage)
    - Add release workflow for automated GitHub releases on tag push
    - Update README badges to use GitHub Actions
    - Add version history entry for 1.4.0
    adlio committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    8f22fe2 View commit details
    Browse the repository at this point in the history
  4. Remove CircleCI configuration

    adlio committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    885abd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3072d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #45 from adlio/github-actions-ci

    Migrate from CircleCI to GitHub Actions
    adlio authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    3fab720 View commit details
    Browse the repository at this point in the history
Loading