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.2.3
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.3.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Dec 10, 2021

  1. README updates.

    adlio committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    531e542 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. feat: add mssql support

    John Kraal authored and pubkraal committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c2400ea View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. M1 Mac Support for Testing

    The library/mysql container doesn't support arm64/v8,
    which caused the tests to not be runnable on M1 Macs.
    
    This commit adds two ways to solve this:
    
    1. TestDB now has a SkippedArchs property, which
    allows certain Docker containers to be tagged to
    not support certain runtime.GOARCH strings. These
    cause a skipped test when used.
    2. The MySQL test container was switched from
    libary/mysql to mysql/mysql-server (the one produced
    directly by the MySQL team), which *does* support
    arm64/v8, but only on the latest MySQL 8 version.
    adlio committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    cfb349d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc83524 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from adlio/m1-testing

    Fix tests on M1 Macs
    adlio authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1aa7823 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'mssql' of https://github.com/pubkraal/schema into pubkr…

    …aal-mssql
    
    * 'mssql' of https://github.com/pubkraal/schema:
      feat: add mssql support
    adlio committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3b73718 View commit details
    Browse the repository at this point in the history
  5. Skip SQL Server tests on ARM

    adlio committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a48b828 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f32be87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdf157e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'pubkraal-mssql'

    * pubkraal-mssql:
      NOT NULL consistency for applied_at column
      README updates to caveat the SQL Server support
      Skip SQL Server tests on ARM
      feat: add mssql support
    adlio committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0c0c352 View commit details
    Browse the repository at this point in the history
Loading