Skip to content

Commit

Permalink
Merge pull request #8420 from heyitsanthony/corrupt-alarm
Browse files Browse the repository at this point in the history
corruption alarm
  • Loading branch information
Anthony Romano authored Aug 22, 2017
2 parents 65c0540 + 603f84b commit 5c975fd
Show file tree
Hide file tree
Showing 30 changed files with 1,293 additions and 670 deletions.
3 changes: 2 additions & 1 deletion Documentation/dev-guide/apispec/swagger/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,8 @@
"default": "NONE",
"enum": [
"NONE",
"NOSPACE"
"NOSPACE",
"CORRUPT"
]
},
"etcdserverpbAuthDisableRequest": {
Expand Down
18 changes: 9 additions & 9 deletions bill-of-materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
}
]
},
{
"project": "github.com/cockroachdb/cmux",
"licenses": [
{
"type": "Apache License 2.0",
"confidence": 1
}
]
},
{
"project": "github.com/coreos/bbolt",
"licenses": [
Expand Down Expand Up @@ -264,6 +255,15 @@
}
]
},
{
"project": "github.com/soheilhy/cmux",
"licenses": [
{
"type": "Apache License 2.0",
"confidence": 1
}
]
},
{
"project": "github.com/spf13/cobra",
"licenses": [
Expand Down
35 changes: 0 additions & 35 deletions cmd/vendor/github.com/cockroachdb/cmux/buffer.go

This file was deleted.

150 changes: 0 additions & 150 deletions cmd/vendor/github.com/cockroachdb/cmux/matchers.go

This file was deleted.

67 changes: 67 additions & 0 deletions cmd/vendor/github.com/soheilhy/cmux/buffer.go

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

Loading

0 comments on commit 5c975fd

Please sign in to comment.