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

Linter fixes on redshift schema group #43

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. Linter fixes on redshift schema group

    Raymond Berg committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4132276 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge pull request frankfarrell#1 from raymondberg/master

    Linter fixes on redshift schema group
    raymondberg authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1ed0165 View commit details
    Browse the repository at this point in the history
  2. Add support for terraform 0.12

    Raymond Berg authored and raymondberg committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e1541b4 View commit details
    Browse the repository at this point in the history
  3. Improve version tooling

    Raymond Berg authored and raymondberg committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5ebc8c8 View commit details
    Browse the repository at this point in the history
  4. Don't include binaries in version control

    __Problem__
    
    The binaries directory grows by a few dozen MB every release, keeping
    these checked in as code is not ideal for developers or users.
    
    __Solution__
    
    Add a .gitignore and rely on copies included in tag releases.
    Raymond Berg authored and raymondberg committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1180b37 View commit details
    Browse the repository at this point in the history
  5. Bump to version 1.0.0

    Raymond Berg authored and raymondberg committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c4541c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Add support for goreleaser

    Raymond Berg committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    13d77ac View commit details
    Browse the repository at this point in the history
  2. Add docs for publishing to the registry

    Raymond Berg committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    3abdfda View commit details
    Browse the repository at this point in the history