-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updated ripple to lifecycle-manager
- Loading branch information
1 parent
b76775f
commit f480345
Showing
20 changed files
with
32 additions
and
31 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 |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
with: | ||
script: | | ||
const fs = require('fs'); | ||
const path = './src/sdks/ripple/dist/lib/ripple.mjs'; | ||
const path = './src/sdks/lifecycle-manager/dist/lib/lifecycle-manager.mjs'; | ||
return fs.existsSync(path); | ||
- name: File Existence Output | ||
run: | | ||
|
@@ -126,7 +126,7 @@ jobs: | |
# PRIVATE_KEY: ${{inputs.PRIVATE_KEY}} | ||
# run: | | ||
# cd /tmp | ||
# git clone [email protected]:rdkcentral/ripple-doc.git ./firebolt-docs | ||
# git clone [email protected]:rdkcentral/lifecycle-manager-doc.git ./firebolt-docs | ||
# - name: Release docs to GitHub.io | ||
# if: steps.check_build.outputs.result == 'true' && (github.ref_name == 'main' || github.ref_name == 'next' || github.ref_name == 'next-major' || github.event_name == 'pull_request') | ||
# env: | ||
|
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,8 +1,8 @@ | ||
build/* | ||
dist/* | ||
src/sdks/ripple/dist/* | ||
src/sdks/ripple/build/* | ||
src/sdks/ripple/test/transpiled-suite | ||
src/sdks/lifecycle-manager/dist/* | ||
src/sdks/lifecycle-manager/build/* | ||
src/sdks/lifecycle-manager/test/transpiled-suite | ||
node_modules/* | ||
test/transpiled-suite | ||
.DS_Store |
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 @@ | ||
--- | ||
title: Ripple RPC | ||
title: Lifecycle Manager | ||
--- | ||
Private Ripple RPC API for distributor integration. | ||
Private Lifecycle Manager API for distributor integration. |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
src/sdks/ripple/README.md → src/sdks/lifecycle-manager/README.md
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.
22 changes: 11 additions & 11 deletions
22
src/sdks/ripple/package.json → src/sdks/lifecycle-manager/package.json
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
src/sdks/ripple/sdk.config.json → src/sdks/lifecycle-manager/sdk.config.json
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,6 +1,6 @@ | ||
{ | ||
"info": { | ||
"title": "Ripple SDK", | ||
"title": "Lifecycle Manager SDK", | ||
"x-interface-names": {} | ||
}, | ||
"methods": [ | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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