Skip to content

Commit

Permalink
Up-transport-socket (#62)
Browse files Browse the repository at this point in the history
* Add branch protection rules to up-python and additional check to up-java

* fix the up-python test and coverage workflow

* Adding up-transport-socket

Pulling out the socket transport from up-tck so we can use it for other purposes. This project will house all implementations of the socket transport (including the required message dispatcher written in python).
  • Loading branch information
Steven Hartley authored Jul 17, 2024
1 parent 709ef32 commit 6bf7f68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -545,5 +545,20 @@ orgs.newOrg('eclipse-uprotocol') {
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-transport-socket') {
allow_merge_commit: true,
allow_update_branch: false,
description: "Simple socket implementations of uTransport written in C++, Rust, Python, and Java to test uE-2-uE communication",
topics+: [
"cpp",
"python",
"java",
"rust",
"up-transport",
"uprotocol",
"socket"
],
web_commit_signoff_required: false,
},
],
}

0 comments on commit 6bf7f68

Please sign in to comment.