Skip to content
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

Sync main with dev #1621

Merged
merged 46 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a8dc724
Add documentation for WebSocket Endpoints
Thushani-Jayasekera Aug 28, 2024
f0cd6fd
Update test-websocket-endpoints-via-the-websocket-console.md
Thushani-Jayasekera Sep 6, 2024
d5f6ec3
Apply review suggestions
Nashaath Sep 13, 2024
48dc3f3
Update expose-a-ballerina-websocket-endpoint-via-a-service.md
Nashaath Sep 13, 2024
0707e1c
Update expose-a-ballerina-websocket-endpoint-via-a-service.md
Nashaath Sep 13, 2024
3528952
Merge branch 'dev' into dev
Nashaath Sep 16, 2024
a664f10
Add review changes
Thushani-Jayasekera Sep 17, 2024
d4f10d5
Apply review suggestions
Nashaath Sep 18, 2024
f8241e0
Update .spelling
Nashaath Sep 18, 2024
9091c3b
Merge branch 'dev' into dev
Nashaath Sep 20, 2024
58a8bc5
change to a nodejs service doc
Thushani-Jayasekera Oct 16, 2024
09f37ef
Add websocket tryout page image
Thushani-Jayasekera Oct 16, 2024
1488690
change image name
Thushani-Jayasekera Oct 16, 2024
3c5fa47
fix wording issues
Thushani-Jayasekera Oct 16, 2024
028e4ee
update file name
Thushani-Jayasekera Oct 16, 2024
eaaa355
remove file
Thushani-Jayasekera Oct 16, 2024
a85bad1
fix link
Thushani-Jayasekera Oct 17, 2024
9978a52
Merge branch 'dev' into dev
Thushani-Jayasekera Oct 17, 2024
4dc2753
Fix wording issue
Thushani-Jayasekera Oct 20, 2024
a1057b7
Merge branch 'wso2:dev' into dev
Thushani-Jayasekera Oct 22, 2024
776620e
Update limitations for WebSocket APIs
Thushani-Jayasekera Oct 22, 2024
8284d50
Enable type for WS components
Thushani-Jayasekera Oct 22, 2024
6be167f
Revert "Remove WS"
Thushani-Jayasekera Oct 22, 2024
66f6112
Add information on authentication for browser clients
Thushani-Jayasekera Oct 22, 2024
b081a58
Update choreo-limitations.md
Nashaath Oct 23, 2024
ea43386
Update expose-a-websocket-endpoint-via-a-service.md
Nashaath Oct 23, 2024
4e741bf
Add a new file name and link
Thushani-Jayasekera Oct 23, 2024
266d74e
remove file
Thushani-Jayasekera Oct 23, 2024
7288d3a
remove index file changes
Thushani-Jayasekera Oct 23, 2024
c71b78b
Add missing changes
Thushani-Jayasekera Oct 23, 2024
baaa89b
Remove unwanted steps from deploy
chathuranga95 Oct 24, 2024
73a7946
Update mkdocs.yml
Nashaath Oct 24, 2024
ed53975
Merge branch 'dev' into revert-1613-ws-patch-1
Nashaath Oct 24, 2024
18d0a83
Merge branch 'dev' into dev
Nashaath Oct 24, 2024
f020e67
Merge pull request #1615 from wso2/revert-1613-ws-patch-1
Nashaath Oct 24, 2024
2cad507
Merge branch 'dev' into dev
Nashaath Oct 24, 2024
e8cd64e
Merge pull request #1560 from Thushani-Jayasekera/dev
Nashaath Oct 24, 2024
d39fc7f
Merge branch 'dev' into dev
Nashaath Oct 24, 2024
4f0cc80
Revert "Revert "Remove WS""
Nashaath Oct 24, 2024
2d27a49
Revert "Add documentation for WebSocket Endpoints"
Nashaath Oct 24, 2024
97305aa
Merge pull request #1618 from chathuranga95/dev
Nashaath Oct 24, 2024
35063c7
Merge branch 'dev' into revert-1560-dev
Nashaath Oct 24, 2024
9fce302
Merge branch 'dev' into revert-1615-revert-1613-ws-patch-1
Nashaath Oct 24, 2024
6080fb2
Merge pull request #1619 from wso2/revert-1615-revert-1613-ws-patch-1
Nashaath Oct 24, 2024
a7e4446
Merge branch 'dev' into revert-1560-dev
Nashaath Oct 24, 2024
5078999
Merge pull request #1620 from wso2/revert-1560-dev
Nashaath Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ To deploy the service, follow these steps:

1. In the left navigation menu, click **Deploy**.
2. On the **Set Up** card, click **Configure & Deploy**.
3. In the **Environment Configurations** pane that opens, click **Next** to skip the configuration.
4. In the **File Mount** pane, click **Next** to skip the configuration.
5. Review the **Endpoint Details** and click **Deploy**.
3. Review the **Endpoint Details** and click **Deploy**.

!!! note
Deploying the service component may take a while. Once deployed, the **Development** environment card indicates the **Deployment Status** as **Active**.
Expand Down