-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from yandex/release/0.3.0
Release/0.3.0
- Loading branch information
Showing
259 changed files
with
15,394 additions
and
4,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,11 @@ _testmain.go | |
.goxc.local.json | ||
.idea/ | ||
pandora.iml | ||
*.log | ||
*.out | ||
out/ | ||
|
||
vendor/ | ||
|
||
docs/_* | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
language: go | ||
go: | ||
- 1.5.2 | ||
- tip | ||
|
||
before_install: | ||
- go get github.com/amahi/spdy | ||
- go get golang.org/x/net/context | ||
- go get github.com/amahi/spdy | ||
- go get github.com/stretchr/testify | ||
- go get github.com/SlyMarbo/spdy | ||
- go get github.com/davecgh/go-spew/spew | ||
- go get github.com/pquerna/ffjson | ||
go: | ||
- 1.11.x | ||
|
||
env: | ||
- GO111MODULE=on | ||
|
||
install: make tools | ||
go_import_path: github.com/yandex/pandora | ||
|
||
before_install: | ||
- mkdir $HOME/tools | ||
- GOPATH=$HOME/tools make tools | ||
- export PATH=$HOME/tools/bin:$PATH | ||
- make deps | ||
|
||
script: make travis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ The following authors have created the source code of "Pandora" | |
published and distributed by YANDEX LLC as the owner: | ||
|
||
Alexey Lavrenuke <[email protected]> | ||
Vladimir Skipor <[email protected]> | ||
|
||
The following authors have licensed their contributions to YANDEX LLC and everyone who uses "Pandora" under the licensing terms detailed in LICENSE available at https://www.mozilla.org/en-US/MPL/2.0/: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.