mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
a308d99f30
Some checks are pending
Build docker images / build (push) Waiting to run
Deploy the documentation / Calculate variables for GitHub Pages deployment (push) Waiting to run
Deploy the documentation / GitHub Pages (push) Blocked by required conditions
Build release artifacts / Calculate list of debian distros (push) Waiting to run
Build release artifacts / Build .deb packages (push) Blocked by required conditions
Build release artifacts / Build wheels on ubuntu-20.04 for aarch64 (push) Waiting to run
Build release artifacts / Build wheels on macos-12 for x86_64 (push) Waiting to run
Build release artifacts / Build wheels on ubuntu-20.04 for x86_64 (push) Waiting to run
Build release artifacts / Build sdist (push) Waiting to run
Build release artifacts / Attach assets to release (push) Blocked by required conditions
Tests / lint (push) Blocked by required conditions
Tests / changes (push) Waiting to run
Tests / check-sampleconfig (push) Blocked by required conditions
Tests / check-schema-delta (push) Blocked by required conditions
Tests / check-lockfile (push) Waiting to run
Tests / Typechecking (push) Blocked by required conditions
Tests / lint-crlf (push) Waiting to run
Tests / lint-newsfile (push) Waiting to run
Tests / lint-pydantic (push) Blocked by required conditions
Tests / lint-clippy (push) Blocked by required conditions
Tests / lint-clippy-nightly (push) Blocked by required conditions
Tests / lint-rustfmt (push) Blocked by required conditions
Tests / lint-readme (push) Blocked by required conditions
Tests / linting-done (push) Blocked by required conditions
Tests / calculate-test-jobs (push) Blocked by required conditions
Tests / trial (push) Blocked by required conditions
Tests / trial-pypy (all, pypy-3.8) (push) Blocked by required conditions
Tests / sytest (push) Blocked by required conditions
Tests / export-data (push) Blocked by required conditions
Tests / trial-olddeps (push) Blocked by required conditions
Tests / portdb (11, 3.8) (push) Blocked by required conditions
Tests / portdb (15, 3.11) (push) Blocked by required conditions
Tests / complement (monolith, Postgres) (push) Blocked by required conditions
Tests / complement (monolith, SQLite) (push) Blocked by required conditions
Tests / complement (workers, Postgres) (push) Blocked by required conditions
Tests / cargo-test (push) Blocked by required conditions
Tests / cargo-bench (push) Blocked by required conditions
Tests / tests-done (push) Blocked by required conditions
Previously, we just had very basic partial room exclusion based on whether we were lazy-loading room members. Now with this PR, we added `must_await_full_state(...)` with rules to check if we have a we're only requesting `required_state` which is completely satisfied even with partial state. Partially-stated rooms should have all state events except for remote membership events so if we require a remote membership event anywhere, then we need to return `True`. |
||
---|---|---|
.. | ||
sliding_sync | ||
__init__.py | ||
test_account.py | ||
test_account_data.py | ||
test_auth.py | ||
test_auth_issuer.py | ||
test_capabilities.py | ||
test_consent.py | ||
test_devices.py | ||
test_directory.py | ||
test_ephemeral_message.py | ||
test_events.py | ||
test_filter.py | ||
test_identity.py | ||
test_keys.py | ||
test_login.py | ||
test_login_token_request.py | ||
test_media.py | ||
test_models.py | ||
test_mutual_rooms.py | ||
test_notifications.py | ||
test_password_policy.py | ||
test_power_levels.py | ||
test_presence.py | ||
test_profile.py | ||
test_push_rule_attrs.py | ||
test_read_marker.py | ||
test_receipts.py | ||
test_redactions.py | ||
test_register.py | ||
test_relations.py | ||
test_rendezvous.py | ||
test_reporting.py | ||
test_retention.py | ||
test_rooms.py | ||
test_sendtodevice.py | ||
test_shadow_banned.py | ||
test_sync.py | ||
test_third_party_rules.py | ||
test_transactions.py | ||
test_typing.py | ||
test_upgrade_room.py | ||
utils.py |