Skip to content

Commit

Permalink
feat: ping collab (AppFlowy-IO#424)
Browse files Browse the repository at this point in the history
* chore: ping

* chore: update test

* chore: fix test

* chore: ping

* ci: build cache

* chore: sync state

* chore: sync state

* tests: disable read only test
  • Loading branch information
appflowy authored Mar 28, 2024
1 parent c074114 commit fbd4ea9
Show file tree
Hide file tree
Showing 20 changed files with 967 additions and 860 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
sed -i '/image: appflowyinc\/admin_frontend:/d' docker-compose.yml
cat docker-compose.yml
- uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Run Docker-Compose
run: |
docker compose up -d
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ inherits = "release"
debug = true

[patch.crates-io]
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "d4c4ed1ed1eb115f3d578bf7cf65b5a769c18b0f" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "d4c4ed1ed1eb115f3d578bf7cf65b5a769c18b0f" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "d4c4ed1ed1eb115f3d578bf7cf65b5a769c18b0f" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "d4c4ed1ed1eb115f3d578bf7cf65b5a769c18b0f" }
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "46911ccbf321f7ad19b0e547e38edfd9fece48a9" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "46911ccbf321f7ad19b0e547e38edfd9fece48a9" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "46911ccbf321f7ad19b0e547e38edfd9fece48a9" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "46911ccbf321f7ad19b0e547e38edfd9fece48a9" }

[features]
custom_env= []
Expand Down
2 changes: 1 addition & 1 deletion libs/client-api-test-util/src/test_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ pub async fn assert_client_collab_include_value(
object_id: &str,
expected: Value,
) -> Result<(), Error> {
let secs = 30;
let secs = 60;
let object_id = object_id.to_string();
let mut retry_count = 0;
loop {
Expand Down
Loading

0 comments on commit fbd4ea9

Please sign in to comment.