forked from scionproto/scion
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCIONLab next version initial update #158
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a82e4fb
deps: bump google.golang.org/grpc, set MaxConcurrentStreams (#4424)
matzf fa43782
router: extend packet processing metrics (#4422)
jiceatscion ccf98fd
build: update Go to 1.21.3 (#4428)
oncilla 576fa43
build: drop @cgrindel_bazel_starlib//updatesrc (#4427)
oncilla 9ebc890
deps: update bazel & bazel libs (#4426)
lukedirtwalker 8b498a4
build: update quic-go to v0.40.0 (#4431)
oncilla a0a89d4
router: fix interface label of router metrics (#4430)
jiceatscion 5d697c0
deps: update oapi-codegen to v2 (#4432)
matzf cab6ce3
tools: specify project name in docker-compose files (#4396)
matzf 3beb210
build: make git-version not fail if no tags exist (#4438)
jiceatscion 2136a63
testing: add router benchmark program and use it as integration test …
jiceatscion c1e1abc
daemon: fix docstring for latencies in protobuf file (#4443)
mlegner c890767
scion.sh: block for child processes at shutdown (#4445)
matzf 799ed12
processmetrics: explicit type conversion to support arm64 (#4446)
mlegner a44d0bc
bazel: update bazelisk and support arm64 (#4447)
mlegner 237794a
build: allow building without scion-ci (#4449)
mlegner 7fc08e4
prometheus: fix copying of metrics labels (#4450)
sustrik 85b8a13
daemon: error out when using drkey endpoints without configured drkey…
rohrerj b4e65a6
pkg/log: fix panic when using custom Logger (#4452)
lukedirtwalker d9c6c00
testing: an improved router benchmark that only runs one router (#4444)
jiceatscion ebc4bd9
router: deleting the old router_benchmark integration test. (#4454)
jiceatscion f338000
testing: rename "router_newbenchmark" to "router_benchmark" (#4455)
jiceatscion b878f8f
router: make the benchmark and the router more adaptive to core count…
jiceatscion 6b4627c
testing: improved stream synthesis and cores use in router benchmark …
jiceatscion 4fc6ad8
dist: build debian packages for multiple platforms (#4448)
matzf c5a9760
tools: fix wireshark dissector TLV options without data (#4458)
marcodermatt 0871860
doc: update buildkite instance type (#4459)
matzf e476aa8
control: pluggable segment signer (#4460)
oncilla 58c41c5
doc: update the port table to reflect current state (#4462)
jiceatscion 2f4d3e9
gateway: etags added to prefix discovery protobuf (#4461)
sustrik beb40c5
Add Carbon Intensity information to beacons and paths (#129)
matzf fcbda7c
Fix typo.
juagargi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bin | ||
doc/_build | ||
docker/_build | ||
rules_openapi/tools/node_modules | ||
private/mgmtapi/tools/node_modules | ||
tools/lint/logctxcheck/testdata/src |
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 +1 @@ | ||
5.4.0 | ||
6.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version: "2.4" | ||
name: bazel_remote | ||
services: | ||
bazel-remote: | ||
container_name: bazel-remote-cache | ||
|
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,5 +1,6 @@ | ||
--- | ||
version: "2.4" | ||
name: athens | ||
services: | ||
go-module-proxy: | ||
container_name: go-module-proxy | ||
|
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
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not exactly sure what this does, but the path
./private/mgmtapi/tools/node_modules/*
doesn't seem to exist. Is that expected?