synapse/scripts-dev
Eric Eastwood 54c93a1372
Export SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES from scripts-dev/complement.sh (#19208)
This is useful as someone downstream can source the
`scripts-dev/complement.sh` script and run the same set of tests as
Synapse:

```bash
# Grab the test packages supported by Synapse.
#
# --fast: Skip rebuilding the docker images,
# --build-only: Will only build Docker images but because we also used `--fast`, it won't do anything.
# `>/dev/null` to redirect stdout to `/dev/null` to get rid of the `echo` logs from the script.
test_packages=$(source ${SYNAPSE_DIR}/scripts-dev/complement.sh --fast --build-only >/dev/null && echo "$SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES")
echo $test_packages
```

This is spawning from wanting to run the same set of Complement tests in
the https://github.com/element-hq/synapse-rust-apps project.
2025-11-21 19:01:43 -06:00
..
build_debian_packages.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
check_line_terminators.sh Update license headers 2023-11-21 15:29:58 -05:00
check_locked_deps_have_sdists.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
check_schema_delta.py Fix schema lint script to understand CREATE TABLE IF NOT EXISTS (#19020) 2025-10-31 13:16:47 +00:00
check-newsfragment.sh Update book location 2023-12-13 16:15:22 +00:00
complement.sh Export SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES from scripts-dev/complement.sh (#19208) 2025-11-21 19:01:43 -06:00
config-lint.sh Fix Shellcheck SC2006: Use $(...) notation 2021-10-22 23:08:55 +01:00
database-save.sh Drop unused table presence (#14825) 2023-01-13 14:17:03 +00:00
docker_update_debian_changelog.sh Update license headers 2023-11-21 15:29:58 -05:00
dump_macaroon.py Change the format of access tokens away from macaroons (#5588) 2021-05-12 15:04:51 +01:00
federation_client.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
gen_config_documentation.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
generate_sample_config.sh Add suffices to scripts in scripts-dev (#12137) 2022-03-02 18:00:26 +00:00
lint.sh Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
make_full_schema.sh Make it easier to use DataGrip w/ Synapse's schema (#14982) 2023-02-15 13:51:37 +00:00
mypy_synapse_plugin.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
next_github_number.sh Fix typo 2023-12-13 16:37:10 +00:00
release.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
schema_versions.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
sign_json.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00