Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Nov 5, 2015
2 parents 9f15487 + 9cb5828 commit da8561a
Show file tree
Hide file tree
Showing 76 changed files with 6,802 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ script:
- godep go test ./...
- test -z "$(go fmt ./...)"
- godep go build -v
- sql-runner -playbook ./integration-tests/good-postgres.yml
- sql-runner -playbook ./integration-tests/good-postgres.yml -var test_date=`date "+%Y_%m_%d"` -fromStep "Create schema and table"
- test "7" = "$(sql-runner -playbook ./integration-tests/bad-mixed.yml &>/dev/null; echo $?)"
- test "6" = "$(sql-runner -playbook ./integration-tests/good-postgres.yml -var test_date=`date "+%Y_%m_%d"` &>/dev/null; echo $?)"
addons:
postgresql: "9.3"
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.3.0 (2015-11-05)
--------------------------
Hardened push script (#8)
Upgraded vagrant push to upload OS X and Windows binaries (#31)
Added option to start SQL Runner from a given step (#32)
Updated vagrant up to use Golang 1.5 and Wine (#34)
Added support to passing variables as command-line options (#35)
Added AWS credentials support (#39)
Added new template functions into README (#41)

Version 0.2.0 (2015-09-13)
--------------------------
Fixed typo of "queries executed againt targets" (#20)
Expand Down
16 changes: 15 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 105 additions & 0 deletions Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

135 changes: 135 additions & 0 deletions Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da8561a

Please sign in to comment.