Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
emirozer committed Sep 18, 2015
2 parents 1108710 + d76c9c2 commit 9b38dc3
Show file tree
Hide file tree
Showing 148 changed files with 12,650 additions and 1,409 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
*.swo
*.swn
packetbeat.test
/profile.cov
/cover/coverage.html
*.dev.yml

/coverage/
/docs/html_docs
/build/

# Folders
_obj
Expand All @@ -33,3 +35,10 @@ _testmain.go

# IDE files / folders
.idea

last_run

*.test
.DS_Store

env
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ install:
- make

script:
- make testlong
- make full-coverage

notifications:
email:
- [email protected]
- [email protected]

after_success:
# Copy profile.cov to coverage.txt because codecov.io requires this file
- cp profile.cov coverage.txt
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f coverage/full.cov
26 changes: 19 additions & 7 deletions Godeps/Godeps.json

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

127 changes: 127 additions & 0 deletions Godeps/_workspace/src/github.com/elastic/libbeat/beat/beat.go

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

36 changes: 36 additions & 0 deletions Godeps/_workspace/src/github.com/elastic/libbeat/beat/beat_test.go

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

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

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

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

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

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

Loading

0 comments on commit 9b38dc3

Please sign in to comment.