-
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.
CORE-8034 Renamed 'application/rpc-worker' module to 'application/res…
…t-worker', updated helm charts accordingly (#3110) * CORE-8034 Renamed 'application/rpc-worker' module to 'application/rest-worker', updated helm charts accordingly * Modified Jenkins file to point at feature branch of corda-shared-build-pipeline-steps * Updated shared-pipeline version in E2E compatability check, renamed processors/rpc dir to processors/rest * Returning corda api version to 5.0.0.651-beta+ following green build --------- Co-authored-by: Peter McKinney <[email protected]>
- Loading branch information
1 parent
29838aa
commit 0937bed
Showing
71 changed files
with
281 additions
and
281 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@Library('[email protected]') _ | ||
@Library('[email protected].1') _ | ||
|
||
endToEndPipeline( | ||
assembleAndCompile: false, | ||
|
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ kafka: | |
- "membership" | ||
- "p2pGateway" | ||
- "p2pLinkManager" | ||
- "rpc" | ||
- "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@Library('[email protected]') _ | ||
@Library('[email protected].1') _ | ||
|
||
cordaCompatibilityCheckPipeline() |
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,4 @@ | ||
@Library('[email protected]') _ | ||
@Library('[email protected].1') _ | ||
|
||
cordaPipeline( | ||
dailyBuildCron: 'H H/6 * * *', | ||
|
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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...s/workers/rpc/CheckClusterRolesE2eTest.kt → .../workers/rest/CheckClusterRolesE2eTest.kt
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
6 changes: 3 additions & 3 deletions
6
...ns/workers/rpc/CreatePermissionE2eTest.kt → ...s/workers/rest/CreatePermissionE2eTest.kt
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
8 changes: 4 additions & 4 deletions
8
...ications/workers/rpc/CreateRoleE2eTest.kt → ...cations/workers/rest/CreateRoleE2eTest.kt
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
6 changes: 3 additions & 3 deletions
6
...ications/workers/rpc/CreateUserE2eTest.kt → ...cations/workers/rest/CreateUserE2eTest.kt
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
16 changes: 8 additions & 8 deletions
16
...ations/workers/rpc/FlowExecutorE2eTest.kt → ...tions/workers/rest/FlowExecutorE2eTest.kt
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
10 changes: 5 additions & 5 deletions
10
...rs/rpc/LimitedUserAuthorizationE2eTest.kt → ...s/rest/LimitedUserAuthorizationE2eTest.kt
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
26 changes: 13 additions & 13 deletions
26
...ers/rpc/MultiClusterDynamicNetworkTest.kt → ...rs/rest/MultiClusterDynamicNetworkTest.kt
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
10 changes: 5 additions & 5 deletions
10
...rpc/PermissionSummaryConcurrentE2eTest.kt → ...est/PermissionSummaryConcurrentE2eTest.kt
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
10 changes: 5 additions & 5 deletions
10
...s/workers/rpc/PermissionSummaryE2eTest.kt → .../workers/rest/PermissionSummaryE2eTest.kt
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
4 changes: 2 additions & 2 deletions
4
...workers/rpc/RbacE2eClientRequestHelper.kt → ...orkers/rest/RbacE2eClientRequestHelper.kt
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
26 changes: 13 additions & 13 deletions
26
...ons/workers/rpc/SessionCertificateTest.kt → ...ns/workers/rest/SessionCertificateTest.kt
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
18 changes: 9 additions & 9 deletions
18
...rs/rpc/SingleClusterDynamicNetworkTest.kt → ...s/rest/SingleClusterDynamicNetworkTest.kt
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
16 changes: 8 additions & 8 deletions
16
...ications/workers/rpc/StaticNetworkTest.kt → ...cations/workers/rest/StaticNetworkTest.kt
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
6 changes: 3 additions & 3 deletions
6
...workers/rpc/UserRoleAssociationE2eTest.kt → ...orkers/rest/UserRoleAssociationE2eTest.kt
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
2 changes: 1 addition & 1 deletion
2
...a/applications/workers/rpc/cli/CliTask.kt → .../applications/workers/rest/cli/CliTask.kt
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
2 changes: 1 addition & 1 deletion
2
...ications/workers/rpc/cli/CliTaskResult.kt → ...cations/workers/rest/cli/CliTaskResult.kt
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 @@ | ||
package net.corda.applications.workers.rpc.cli | ||
package net.corda.applications.workers.rest.cli | ||
|
||
data class CliTaskResult(val exitCode: Int, val stdOut: String, val stdErr: String) |
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
2 changes: 1 addition & 1 deletion
2
...c/http/SkipWhenRestEndpointUnavailable.kt → ...t/http/SkipWhenRestEndpointUnavailable.kt
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.