-
Couldn't load subscription status.
- Fork 0
Updated kb #44
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
Merged
Merged
Updated kb #44
Changes from 14 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b1e1c2e
added more details on how to access the proxy server
MABLoka 1d701d0
improved clarity
MABLoka c135ed7
tails
MABLoka 032135a
added more details and changed structure to match the new info
MABLoka cf93a8d
added more details and changed structure to match the new info
MABLoka e030deb
added more details and changed structure to match the new info
MABLoka be3b143
added more details and changed structure to match the new info
MABLoka d608b99
updated kb to be comprehensive for both users and sn-assistant, added…
MABLoka a946d18
Update docs/troubleshooting.md
MABLoka 8859c73
Update docs/Lab Tools/Cloud IDE/cloud-ide-kubernetes.md
MABLoka f34abfc
Update docs/Lab Tools/Cloud IDE/cloud-ide-openshift.md
MABLoka cd0a2d1
Update docs/Lab Tools/Cloud IDE/cloud-ide.md
MABLoka 28b8caf
Update docs/troubleshooting.md
MABLoka ede79fc
Update docs/troubleshooting.md
MABLoka d7fecab
Update troubleshooting.md
MABLoka 2426e29
added a small description to sn toolbox and an image
MABLoka 48b003c
This reverts commit 2426e299c291e2e6f08e3f8de839b7bd78d224da.
MABLoka 6ddce79
Merge branch 'updated-kb' of github.com:ibm-skills-network/labs-knowl…
MABLoka 02c9e55
added an image of sn network toolbox
MABLoka 95eebd2
Update .tool-versions
MABLoka 5388387
Update docs/Lab Tools/Cloud IDE/Code-Engine.md
MABLoka 2dd2f9a
Update docs/Lab Tools/Cloud IDE/Code-Engine.md
MABLoka 5fdbb36
Update docs/Lab Tools/Cloud IDE/Code-Engine.md
MABLoka 21f84b2
Update docs/Lab Tools/Cloud IDE/cloud-ide-kubernetes.md
MABLoka ebebb8b
more accurate description of launch application
MABLoka 22efac8
Update docs/Lab Tools/Cloud IDE/Code-Engine.md
MABLoka c063f80
instruction to deal with kernel status unknown, included the general …
MABLoka 5b2d76a
Merge branch 'updated-kb' of github.com:ibm-skills-network/labs-knowl…
MABLoka b541630
Update docs/troubleshooting.md
MABLoka 3e07e87
de-duplicated cloudIDE files
MABLoka 4b17c3c
Merge branch 'updated-kb' of github.com:ibm-skills-network/labs-knowl…
MABLoka e8f13bc
Update docs/Lab Tools/Cloud IDE/cloud-ide-kubernetes.md
MABLoka 95b18de
Update docs/Lab Tools/Cloud IDE/cloud-ide-openshift.md
MABLoka b830725
resolved comments
MABLoka a5e48e2
Merge branch 'main' into updated-kb
MABLoka 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| name: Test | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - master | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - master | ||
| schedule: | ||
| - cron: '0 0 * * *' | ||
|
|
||
| jobs: | ||
| test: | ||
| name: Tests if the code builds successfully | ||
| runs-on: ubuntu-latest | ||
| if: github.event_name != 'schedule' | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Setup Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 | ||
| cache: yarn | ||
|
|
||
| - name: Install Dependencies | ||
| run: yarn install | ||
|
|
||
| - name: Test Build | ||
| run: yarn build | ||
|
|
||
| - name: Test Serve | ||
| run: yarn serve & sleep 10 | ||
|
|
||
| - name: Test curl | ||
| run: | | ||
| RESPONSE=$(curl -s -X GET http://localhost:3000) | ||
| if echo "$RESPONSE" | grep -q "Skills Network Labs Knowledgebase"; then | ||
| echo "Response contains expected text." | ||
| else | ||
| echo "Response does not contain expected text." | ||
| exit 1 | ||
| fi |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| yarn yarn 1.22.22 | ||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
reevejd marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.