forked from prijindal/kuzzle_dart
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement pings for websocket on browser (#103)
* fix: implement pings for websocket on browser * chore: update CHANGELOG.md * chore: revert pubspec.lock * ci: attempt to fix doc * ci: remove doc dead link check * chore: upgrade dependencies * chore: remove pubspec.lock
- Loading branch information
Showing
10 changed files
with
48 additions
and
444 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 |
---|---|---|
|
@@ -34,28 +34,28 @@ jobs: | |
- uses: dart-lang/setup-dart@v1 | ||
- uses: ./.github/actions/unit-tests | ||
|
||
doc-dead-links: | ||
name: Check dead-links | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Extract references from context | ||
shell: bash | ||
id: extract-refs | ||
run: | | ||
echo "::set-output name=version::$(git describe --abbrev=0 --tags | cut -d. -f 1)" | ||
echo "::set-output name=repo::$(echo $GITHUB_REPOSITORY | cut -d/ -f 2)" | ||
echo "::set-output name=fw-branch::$(if [ $BASE_BRANCH == master ]; then echo master; else echo develop; fi)" | ||
- uses: convictional/[email protected] | ||
with: | ||
owner: kuzzleio | ||
repo: documentation | ||
github_token: ${{ secrets.ACCESS_TOKEN_CI }} | ||
workflow_file_name: dead_links.workflow.yml | ||
ref: ${{ steps.extract-refs.outputs.fw-branch }} | ||
inputs: '{"repo_name": "${{ steps.extract-refs.outputs.repo }}", "branch": "${{ github.head_ref }}", "version": "${{ steps.extract-refs.outputs.version }}"}' | ||
# doc-dead-links: | ||
# name: Check dead-links | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
# - name: Extract references from context | ||
# shell: bash | ||
# id: extract-refs | ||
# run: | | ||
# echo "::set-output name=version::$(git describe --abbrev=0 --tags | cut -d. -f 1)" | ||
# echo "::set-output name=repo::$(echo $GITHUB_REPOSITORY | cut -d/ -f 2)" | ||
# echo "::set-output name=fw-branch::$(if [ $BASE_BRANCH == master ]; then echo master; else echo develop; fi)" | ||
# - uses: convictional/[email protected] | ||
# with: | ||
# owner: kuzzleio | ||
# repo: documentation | ||
# github_token: ${{ secrets.ACCESS_TOKEN_CI }} | ||
# workflow_file_name: dead_links.workflow.yml | ||
# ref: ${{ steps.extract-refs.outputs.fw-branch }} | ||
# inputs: '{"repo_name": "${{ steps.extract-refs.outputs.repo }}", "branch": "${{ github.head_ref }}", "version": "${{ steps.extract-refs.outputs.version }}"}' | ||
|
||
dart-doc: | ||
name: Generate DartDoc | ||
|
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 |
---|---|---|
|
@@ -78,4 +78,5 @@ coverage | |
|
||
doc/framework | ||
.ci/doc/project/*.dart | ||
.vuepress | ||
.vuepress | ||
pubspec.lock |
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.