Skip to content

Commit

Permalink
Merge ec37fc3 into 442b75c
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Aug 19, 2018
2 parents 442b75c + ec37fc3 commit 39bbead
Show file tree
Hide file tree
Showing 90 changed files with 2,088 additions and 205,134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _testmain.go

# This project's binaries
snowplow-golang-tracker
build/

# Vagrant
.vagrant/
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
language: go
sudo: false
go:
- 1.3
- 1.4
- 1.5
- 1.6
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- "1.9.x"
- "1.10.x"
- tip

script:
- go test ./tracker/ -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- make all
- make goveralls
18 changes: 16 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Version 0.1.1 (2016-07-20)
Version 2.0.0 (2018-08-xx)
--------------------------
Remove Godeps (#18)
Use Makefile for local build system (#19)
Ensure SQLite3 database cannot be left in a bad state (#15)
Add in-memory only storage option (#14)
Add Goreport badge (#12)
Fix CHANGELOG to reflect correct versions (#20)
Fix README formatting (#16)
Fix Vagrant system (#17)
Update Travis to test on the latest Go versions (#13)
Update Copyright to 2016-2018 (#21)
Apply Go formatting (#22)

Version 1.1.0 (2016-07-20)
--------------------------
Updated result success to be for any 2xx and 3xx codes (#9)
Added ability to pass result status with callback (#7)
Removed tip as not stable (#8)
Fixed year in CHANGELOG for initial commit (#10)

Version 0.1.0 (2016-04-22)
Version 1.0.0 (2016-04-22)
--------------------------
Initial release
36 changes: 0 additions & 36 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE

This file was deleted.

151 changes: 0 additions & 151 deletions Godeps/_workspace/src/github.com/davecgh/go-spew/spew/bypass.go

This file was deleted.

This file was deleted.

0 comments on commit 39bbead

Please sign in to comment.