-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f800a64
commit dc0a553
Showing
30 changed files
with
143 additions
and
52 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
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,10 +1,10 @@ | ||
@Library('corda-shared-build-pipeline-steps@5.2') _ | ||
@Library('corda-shared-build-pipeline-steps@5.3') _ | ||
|
||
import static com.r3.build.BuildControl.cancelQueuedJobByName | ||
|
||
cancelQueuedJobByName(env.JOB_NAME) | ||
|
||
githubCommentBuildTests( | ||
branch: 'release/5.2', | ||
chartVersion: '^5.2.0-alpha', | ||
branch: 'release/5.3', | ||
chartVersion: '^5.3.0-alpha', | ||
) |
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
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
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,3 +1,3 @@ | ||
@Library('corda-shared-build-pipeline-steps@5.2') _ | ||
@Library('corda-shared-build-pipeline-steps@5.3') _ | ||
|
||
cordaCompatibilityCheckPipeline(javaVersion: '17') |
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,14 +1,105 @@ | ||
# Build scripts should be audited by BLT | ||
|
||
Jenkinsfile @corda/blt | ||
.ci/** @corda/blt | ||
|
||
*.gradle @corda/blt | ||
gradle/wrapper @corda/blt | ||
gradle.properties @corda/corda5-team-leads | ||
/gradle/wrapper/ @corda/blt | ||
*.toml @corda/corda5-team-leads | ||
|
||
.github/** @corda/blt | ||
CODEOWNERS @corda/blt @corda/corda5-team-leads | ||
|
||
# Modules to be audited by REST team | ||
/applications/workers/release/rest-worker/ @corda/rest | ||
/components/rest-gateway-comp/ @corda/rest | ||
/components/permissions/ @corda/rest | ||
/components/rbac-security-manager-service/ @corda/rest | ||
/components/virtual-node/ @corda/rest | ||
/libs/rest/ @corda/rest | ||
/libs/permissions/ @corda/rest | ||
/libs/virtual-node/ @corda/rest | ||
/processors/rest-processor/ @corda/rest | ||
/tools/plugins/initial-rbac/ @corda/rest | ||
/tools/plugins/plugins-rest/ @corda/rest | ||
/tools/plugins/virtual-node/ @corda/rest | ||
|
||
# Helm charts for BLT team | ||
/charts/ @corda/blt | ||
|
||
# Modules to be audited by the Network team | ||
/applications/workers/release/p2p-gateway-worker/ @corda/corda-platform-network-team | ||
/applications/workers/release/p2p-link-manager-worker/ @corda/corda-platform-network-team | ||
/applications/workers/release/member-worker/ @corda/corda-platform-network-team | ||
/processors/link-manager-processor/ @corda/corda-platform-network-team | ||
/processors/gateway-processor/ @corda/corda-platform-network-team | ||
/processors/member-processor/ @corda/corda-platform-network-team | ||
/components/gateway/ @corda/corda-platform-network-team | ||
/components/link-manager/ @corda/corda-platform-network-team | ||
/components/membership/ @corda/corda-platform-network-team | ||
/libs/membership/ @corda/corda-platform-network-team | ||
/libs/p2p-crypto/ @corda/corda-platform-network-team | ||
/libs/layered-property-map/ @corda/corda-platform-network-team | ||
/tools/plugins/mgm/ @corda/corda-platform-network-team | ||
/tools/plugins/network/ @corda/corda-platform-network-team | ||
/applications/tools/p2p-test/ @corda/corda-platform-network-team | ||
|
||
# Modules to be audited by Sandboxing SMEs | ||
/components/security-manager/ @corda/sandboxing | ||
/components/virtual-node/sandbox-* @corda/sandboxing | ||
/components/sandbox* @corda/sandboxing | ||
/libs/virtual-node/sandbox-* @corda/sandboxing | ||
/osgi-* @corda/sandboxing | ||
/testing/sandboxes/ @corda/sandboxing | ||
/testing/sandboxes-testkit/ @corda/sandboxing | ||
/testing/security-manager-utilities/ @corda/sandboxing | ||
|
||
# Modules to be audited by Crypto SMEs | ||
/components/crypto/ @corda/crypto | ||
/libs/crypto/ @corda/crypto | ||
/processors/crypto/ @corda/crypto | ||
|
||
# Modules to be audited by Packaging SMEs | ||
/components/chunking/ @corda/packaging | ||
/components/virtual-node/cpi-* @corda/packaging | ||
/components/virtual-node/cpk-* @corda/packaging | ||
/libs/chunking/ @corda/packaging | ||
/libs/packaging/ @corda/packaging | ||
/libs/serialization/ @corda/packaging | ||
/libs/virtual-node/cpi-* @corda/packaging | ||
/testing/packaging-test-utilities/ @corda/packaging | ||
/tools/plugins/package @corda/packaging | ||
|
||
# Modules to be audited by DB SMEs | ||
/components/db/ @corda/db | ||
/components/persistence/ @corda/db | ||
/components/reconciliation/ @corda/db | ||
/libs/db/ @corda/db | ||
/processors/db/ @corda/db | ||
/testing/persistence-testkit/ @corda/db | ||
/tools/plugins/db-config @corda/db | ||
|
||
# Modules to be audited by Flow Worker team | ||
/components/flow/ @corda/flow-worker | ||
/libs/flows/ @corda/flow-worker | ||
/libs/lifecycle/ @corda/flow-worker | ||
/libs/messaging/ @corda/flow-worker | ||
/libs/application/application-impl/ @corda/flow-worker | ||
/processors/flow-processor/ @corda/flow-worker | ||
/testing/flow/ @corda/flow-worker | ||
/testing/message-patterns/ @corda/flow-worker | ||
/applications/workers/release/flow-worker @corda/flow-worker | ||
|
||
# Modules to be audited by Ledger SMEs | ||
/components/ledger/ @corda/ledger | ||
/libs/ledger/ @corda/ledger | ||
/testing/ledger/ @corda/ledger | ||
|
||
# Modules to be audited by Notary SMEs | ||
/components/uniqueness/ @corda/notaries | ||
/libs/uniqueness/ @corda/notaries | ||
/notary-plugins/ @corda/notaries | ||
@@ -105,7 +10,5 @@ CODEOWNERS @corda/blt @corda/corda5-team-leads | ||
/processors/uniqueness-processor/ @corda/notaries | ||
/testing/uniqueness/ @corda/notaries | ||
|
||
# Code freeze reviewers | ||
* @driessamyn @jasonbyrner3 @ronanbrowne @rick-r3 @simon-johnson-r3 @blsemo @Omar-awad @aditisdesai @vinir3 @vkolomeyko @thiagoviana @Sakpal @dickon @owenstanford | ||
# Ledger token selection files to be reviewed by the REST team | ||
# This needs to be after the ledger rules to partially override those | ||
/components/ledger/ledger-utxo-token-cache @corda/rest | ||
/components/ledger/ledger-utxo-flow/src/main/kotlin/net/corda/ledger/utxo/impl/token @corda/rest |
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.