Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Merge Synapse release v1.31.0 into dinsic #97

Merged
merged 690 commits into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
690 commits
Select commit Hold shift + click to select a range
1e62d9e
Ensure pushers are deleted for deactivated accounts (#9285)
erikjohnston Feb 25, 2021
2566dc5
Test that we require validated email for email pushers (#9496)
erikjohnston Feb 25, 2021
e53f11b
Call out the need for an X-Forwarded-Proto in the upgrade notes (#9501)
richvdh Feb 26, 2021
15090de
SSO: redirect to public URL before setting cookies (#9436)
richvdh Feb 26, 2021
ddb2402
Add support for no_proxy and case insensitive env variables (#9372)
tzyl Feb 26, 2021
e12077a
Allow bytecode again (#9502)
ShadowJonathan Feb 26, 2021
a0bc9d3
Use the proper Request in type hints. (#9515)
clokep Mar 1, 2021
16ec8c3
(Hopefully) stop leaking file descriptors in media repo. (#9497)
clokep Mar 1, 2021
ad8589d
Fix a bug when a room alias is given to the admin join endpoint (#9506)
clokep Mar 1, 2021
f00c4e7
Add type hints to device and event report admin API (#9519)
dklimpel Mar 2, 2021
16108c5
Fix SQL delta file taking a long time to run (#9516)
erikjohnston Mar 2, 2021
7f5d753
Re-run rejected metadata background update. (#9503)
erikjohnston Mar 2, 2021
aee1076
Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9…
clokep Mar 2, 2021
0279e0e
Prevent presence background jobs from running when presence is disabl…
aaronraimist Mar 3, 2021
a5daae2
Update nginx reverse-proxy docs (#9512)
richvdh Mar 3, 2021
16f9f93
Make deleting stale pushers a background update (#9536)
erikjohnston Mar 3, 2021
0c33042
Bump the mypy and mypy-zope versions. (#9529)
clokep Mar 3, 2021
d790d0d
Add type hints to user admin API. (#9521)
dklimpel Mar 3, 2021
922788c
Purge chain cover tables when purging events. (#9498)
clokep Mar 3, 2021
a4fa044
Fix 'rejected_events_metadata' background update (#9537)
erikjohnston Mar 3, 2021
4db07f9
Set X-Forwarded-Proto header when frontend-proxy proxies a request (#…
richvdh Mar 3, 2021
33a02f0
Fix additional type hints from Twisted upgrade. (#9518)
clokep Mar 3, 2021
3f49d80
1.29.0rc1
erikjohnston Mar 4, 2021
ea0a3aa
Fix changelog
erikjohnston Mar 4, 2021
a6333b8
Fix link in UPGRADES
erikjohnston Mar 4, 2021
7eb6e39
Record the SSO Auth Provider in the login token (#9510)
richvdh Mar 4, 2021
df425c2
Prometheus metrics for logins and registrations (#9511)
richvdh Mar 4, 2021
8a4b373
Replace `last_*_pdu_age` metrics with timestamps (#9540)
richvdh Mar 4, 2021
e5da770
Add additional SAML2 upgrade notes (#9550)
benbz Mar 5, 2021
0fc4eb1
Update reverse proxy to add OpenBSD relayd example configuration. (#9…
tlvb Mar 6, 2021
58114f8
Create a SynapseReactor type which incorporates the necessary reactor…
clokep Mar 8, 2021
15c788e
1.29.0
erikjohnston Mar 8, 2021
4de1c35
Fixup changelog
erikjohnston Mar 8, 2021
b988b07
Merge branch 'master' into develop
erikjohnston Mar 8, 2021
cb7fc75
Add a basic test for purging rooms. (#9541)
clokep Mar 8, 2021
7076eee
Add type hints to purge room and server notice admin API. (#9520)
dklimpel Mar 8, 2021
b2c4d3d
Warn that /register will soon require a type when called with an acce…
Half-Shot Mar 8, 2021
d6196ef
Add ResponseCache tests. (#9458)
ShadowJonathan Mar 8, 2021
0764d0c
quick config comment tweak to clarify allow_profile_lookup_over_feder…
ara4n Mar 8, 2021
9898470
Add logging to ObservableDeferred callbacks (#9523)
ShadowJonathan Mar 9, 2021
22db45b
Prevent the config-lint script erroring out on any sample_config chan…
anoadragon453 Mar 9, 2021
576c91c
Fixup sample config
erikjohnston Mar 9, 2021
3ce6500
Add a list of hashes to ignore during git blame. (#9560)
clokep Mar 9, 2021
075c16b
Handle image transparency better when thumbnailing. (#9473)
clokep Mar 9, 2021
7fdc6ce
Fix additional type hints. (#9543)
clokep Mar 9, 2021
9cd18cc
Retry 5xx errors in federation client (#9567)
erikjohnston Mar 9, 2021
eaada74
JWT OIDC secrets for Sign in with Apple (#9549)
richvdh Mar 9, 2021
e9df3f4
Link to the List user's media admin API from media Admin API docs (#9…
anoadragon453 Mar 9, 2021
dc51d8f
Add a background task to purge unused chain IDs. (#9542)
clokep Mar 9, 2021
67b979b
Do not ignore the unpaddedbase64 module when type checking. (#9568)
clokep Mar 9, 2021
918f6ed
Fix a bug in the background task for purging chain cover. (#9583)
clokep Mar 10, 2021
2a99cc6
Use the chain cover index in get_auth_chain_ids. (#9576)
clokep Mar 10, 2021
17cd48f
Fix spam checker modules documentation example (#9580)
jaywink Mar 10, 2021
1107214
Fix the auth provider on the logins metric (#9573)
richvdh Mar 10, 2021
a7a3790
Convert Requester to attrs (#9586)
richvdh Mar 10, 2021
70d1b6a
Re-Activating account when local passwords are disabled (#9587)
dklimpel Mar 11, 2021
e55bd0e
Add tests for blacklisting reactor/agent. (#9563)
clokep Mar 11, 2021
464e5da
Add logging for redis connection setup (#9590)
richvdh Mar 11, 2021
2b328d7
Improve logging when processing incoming transactions (#9596)
richvdh Mar 12, 2021
1e67bff
Reject concurrent transactions (#9597)
richvdh Mar 12, 2021
55da8df
Fix additional type hints from Twisted 21.2.0. (#9591)
clokep Mar 12, 2021
af2248f
Optimise missing prev_event handling (#9601)
richvdh Mar 15, 2021
026503f
Don't go into federation catch up mode so easily (#9561)
erikjohnston Mar 15, 2021
d29b71a
Fix remaining mypy issues due to Twisted upgrade. (#9608)
clokep Mar 15, 2021
f87dfb9
Revert requiring a specific version of Twisted for mypy checks. (#9618)
clokep Mar 15, 2021
1c8a254
Fix Internal Server Error on `GET /saml2/authn_response` (#9623)
richvdh Mar 16, 2021
1b0eaed
Prevent bundling aggregations for state events (#9619)
anoadragon453 Mar 16, 2021
5b5bc18
Clean up config settings for stats (#9604)
richvdh Mar 16, 2021
dd69110
Add support for stable MSC2858 API (#9617)
richvdh Mar 16, 2021
1383508
Handle an empty cookie as an invalid macaroon. (#9620)
clokep Mar 16, 2021
ccf1dc5
Install jemalloc in docker image (#8553)
MatMaul Mar 16, 2021
847ecdd
Pass SSO IdP information to spam checker's registration function (#9626)
anoadragon453 Mar 16, 2021
d315e96
1.30.0rc1
anoadragon453 Mar 16, 2021
ad5d2e7
Pull up appservice login deprecation notice
anoadragon453 Mar 16, 2021
e3bc0e6
Changelog typo
anoadragon453 Mar 16, 2021
45ef73f
Fix jemalloc changelog entry wording
anoadragon453 Mar 16, 2021
8000cf1
Return m.change_password.enabled=false if local database is disabled …
dklimpel Mar 16, 2021
dd5e5dc
Add SSO attribute requirements for OIDC providers (#9609)
HubbeKing Mar 16, 2021
27d2820
Enable flake8-bugbear, but disable most checks. (#9499)
ShadowJonathan Mar 16, 2021
b449af0
Add type hints to the room member handler. (#9631)
clokep Mar 17, 2021
567f88f
Prep work for removing `outlier` from `internal_metadata` (#9411)
richvdh Mar 17, 2021
ad721fc
Fix bad naming of storage function (#9637)
erikjohnston Mar 17, 2021
73dbce5
only save remote cross-signing keys if they're different from the cur…
uhoreg Mar 17, 2021
cc324d5
Fix up types for the typing handler. (#9638)
clokep Mar 17, 2021
7b06f85
Ensure we use a copy of the event content dict before modifying it in…
anoadragon453 Mar 17, 2021
405aeb0
Implement MSC3026: busy presence state
babolivier Mar 18, 2021
dd71eb0
Make federation catchup send last event from any server. (#9640)
erikjohnston Mar 18, 2021
8dd2ea6
Consistently check whether a password may be set for a user. (#9636)
dklimpel Mar 18, 2021
066c703
Move support for MSC3026 behind an experimental flag
babolivier Mar 18, 2021
004234f
Initial spaces summary API (#9643)
richvdh Mar 18, 2021
9b0e300
Fix type-hints from bad merge.
clokep Mar 18, 2021
201178d
federation_client: stop adding URL prefix (#9645)
richvdh Mar 18, 2021
0e35584
federation_client: handle inline signing_keys in hs.yaml (#9647)
richvdh Mar 18, 2021
066068f
fix mypy
richvdh Mar 19, 2021
0b56481
Fix lint
babolivier Mar 19, 2021
592d630
Merge branch 'develop' into babolivier/msc3026
babolivier Mar 19, 2021
b6ed4f5
Incorporate review
babolivier Mar 19, 2021
e2904f7
1.30.0
erikjohnston Mar 22, 2021
e09838c
Merge pull request #9644 from matrix-org/babolivier/msc3026
babolivier Mar 22, 2021
d600d45
Merge branch 'master' into develop
erikjohnston Mar 22, 2021
d66f907
Fixed code misc. quality issues (#9649)
powerexploit Mar 22, 2021
4612302
Include opencontainers labels in Docker image (#9612)
languitar Mar 22, 2021
5b26899
Allow providing credentials to HTTPS_PROXY (#9657)
anoadragon453 Mar 22, 2021
b7748d3
Import HomeServer from the proper module. (#9665)
clokep Mar 23, 2021
4ecba9b
Federation API for Space summary (#9652)
richvdh Mar 23, 2021
0caf2a3
Fix federation stall on concurrent access errors (#9639)
ShadowJonathan Mar 23, 2021
e550ab1
Increase default join burst ratelimiting (#9674)
erikjohnston Mar 23, 2021
7e8dc99
Add a type hints for service notices to the HomeServer object. (#9675)
clokep Mar 24, 2021
af387cf
Add type hints to misc. files. (#9676)
clokep Mar 24, 2021
83de0be
Bump mypy-zope to 0.2.13. (#9678)
clokep Mar 24, 2021
4655d22
docs: fallback/web endpoint does not appear to be mounted on workers …
benbz Mar 24, 2021
c73cc2c
Spaces summary: call out to other servers (#9653)
richvdh Mar 24, 2021
4c3827f
Enable addtional flake8-bugbear linting checks. (#9659)
ShadowJonathan Mar 24, 2021
c2d4bd6
Fix typo in changelog.
clokep Mar 24, 2021
c602ba8
Fixed undefined variable error in catchup (#9664)
erikjohnston Mar 24, 2021
fae81f2
Add a storage method for returning all current presence from all user…
anoadragon453 Mar 25, 2021
e5801db
platform specific prerequisites in source install (#9667)
fuzzmz Mar 25, 2021
d4c4798
Use interpreter from $PATH instead of absolute paths in various scrip…
sandhose Mar 25, 2021
d7d4232
Preserve host in example apache config (#9696)
ptman Mar 26, 2021
12d6184
Explicitly upgrade openssl in docker file and enforce new version of …
erikjohnston Mar 26, 2021
c6f8e80
1.30.1
erikjohnston Mar 26, 2021
548c4a6
Update cahngelog
erikjohnston Mar 26, 2021
262ed05
Update cahngelog
erikjohnston Mar 26, 2021
0190109
Merge branch 'master' into develop
erikjohnston Mar 26, 2021
b5efcb5
Make it possible to use dmypy (#9692)
erikjohnston Mar 26, 2021
7c8402d
Suppress CryptographyDeprecationWarning (#9698)
richvdh Mar 26, 2021
0a778c1
Make pip install faster in Docker build for Complement testing (#9610)
MadLittleMods Mar 26, 2021
ad8690a
Fix the suggested pip incantation for cryptography (#9699)
richvdh Mar 29, 2021
fc53a60
Fix `re.Pattern` mypy error on 3.6 (#9703)
ShadowJonathan Mar 29, 2021
5fdff97
Fix CI by ignore type for None module import (#9709)
anoadragon453 Mar 29, 2021
4bbd535
Update the OIDC sample config (#9695)
richvdh Mar 29, 2021
da75d2e
Add type hints for the federation sender. (#9681)
clokep Mar 29, 2021
7dcf3fd
Clarify that register_new_matrix_user is present also when installed …
blakehawkins Mar 29, 2021
01dd90b
Add type hints to DictionaryCache and TTLCache. (#9442)
clokep Mar 29, 2021
f380bb7
Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)
anoadragon453 Mar 30, 2021
78e48f6
1.31.0rc1
erikjohnston Mar 30, 2021
3a446c2
Update changelog
erikjohnston Mar 30, 2021
5fe38e0
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)
clokep Mar 31, 2021
fc8695d
Fix version for bugbear (#9734)
ShadowJonathan Apr 2, 2021
a888cbd
Add deprecation policy doc (#9723)
erikjohnston Apr 6, 2021
1d8863c
1.31.0
erikjohnston Apr 6, 2021
93db8f1
Merge commit 'cf7d3c90d' into dinsic
anoadragon453 Apr 16, 2021
8011007
Merge commit '6ff34e00d' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
eb19dc5
Merge commit 'c64002e1c' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
cf1e019
Merge commit 'f14428b25' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
22927d6
lint
anoadragon453 Apr 16, 2021
394e6d2
Merge commit '01333681b' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
7fd80c7
Merge commit '8388a7fb3' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
ec2cab3
Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 16, 2021
5976670
Fix old-style uses of self.make_request in dinum test code
anoadragon453 Apr 16, 2021
83c1c8a
Merge commit 'ff5c4da12' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 20, 2021
de2918f
Merge commit '7932d4e9f' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 20, 2021
ed6742c
Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 20, 2021
995136e
Merge commit 'a7a913918' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 20, 2021
52620bd
Merge commit '28877fade' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
82b4624
Merge commit '4218473f9' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
744f456
Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
1ca3f40
Merge commit '1c9a85056' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
7ba1c62
Merge commit '2fe0fb21f' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
c7cd7b4
Merge commit '0312266ee' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
4c97021
Merge commit '23d701864' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
a1a9b51
Merge commit '63593134a' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
64150ac
Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
a01843f
Merge commit '2fb1c2b6e' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
cbd4e6b
Merge commit 'fa6deb298' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
bae39a4
Merge commit '3dd6ba135' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 21, 2021
77f011b
Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
3f2491d
Fix mypy check fail
anoadragon453 Apr 22, 2021
dabcff4
Merge commit 'dc3c83a93' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
527049b
Merge commit '233c8b9fc' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
72b2cb5
Merge commit '420031906' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
06a99a4
Merge commit '12702be95' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
9d9bd2b
Merge commit '631dd06f2' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
3f8b6e5
Merge commit '20af31088' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
23ce9ea
Merge commit 'd34c6e127' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
a31eb4a
Merge commit '3e4cdfe5d' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
6714a09
Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
53f6ab1
Merge commit '2b467d0b6' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
07c70a8
Merge commit '73b03722f' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
e941c98
Merge commit '72822e60b' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
50e257b
Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
15f31e1
Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
d676da9
Merge commit 'c8e6e0584' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
2475aed
Merge commit '4c37d2acd' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
cee7d65
Merge commit '937b849a2' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
357f84c
Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
1724f1b
Merge commit '2506074ef' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
19dc9ec
Merge commit '939ef657c' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
7eb2af0
Merge commit '28f255d5f' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
c68ed1c
Merge commit 'a01605c13' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
cb444f4
Merge commit '2547d9d4d' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
f22d69b
Merge commit 'fdf834694' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
159622b
Merge commit 'cee4010f9' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
cfa0cff
Merge commit '1baab2035' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
5b03150
Merge commit '73ed289bd' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
7bf3a6e
Merge commit '2e537a028' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
3c159e5
Merge commit 'a78016dad' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
27fd947
Merge commit 'e19396d62' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
3518cc7
Merge commit '9c715a5f1' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
9273535
Merge commit '18ab35284' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
0145f10
Merge commit '351845452' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
f69315c
Up invite ratelimiting for tests
anoadragon453 Apr 22, 2021
aa8555e
Merge commit '261093072' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
92161ae
Merge commit 'e288499c6' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
d06a48b
Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
ae9ce80
Merge commit '7e8083eb4' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
2eb003c
Merge commit '5a9cdaa6e' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
d8df16e
Merge commit '3f58fc848' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
62a44bc
Merge commit 'fb0e14ee9' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
3e6a798
Merge commit 'e40d88cff' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
b18b51c
Merge commit 'a27c1fd74' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 22, 2021
476cc03
Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
458add9
Merge commit '8ec221710' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
2e3baa1
Merge commit 'd80428513' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
5a514a3
Merge commit '1381cd05b' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
9aba40a
Merge commit '3d2acc930' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
2036503
Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
d2b3c47
Merge commit 'e22b71810' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
1996a5f
Merge commit '1b2d6d55c' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
6afa265
Merge commit '292792194' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
c44a5b7
Merge commit 'b5c4fe197' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
7ce8d78
Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
5d45915
Merge commit 'f00c4e7af' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
96f8556
Merge commit 'a5daae2a5' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
c8e6ac4
Merge commit '33a02f0f5' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
39f236f
Merge commit '15c788e22' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
7fffd37
Merge commit '22db45bd4' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
977d3dc
Merge commit '7fdc6cefb' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
f9b719f
Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
e2b996e
Merge commit 'a7a379006' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
8cb8c60
Merge commit '55da8df07' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
b40e586
Merge commit '1c8a2541d' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
cac2b54
Merge commit 'd315e9644' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
ea35d2c
Merge commit 'ad721fc55' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
55dd295
Merge commit 'cc324d53f' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
67b2aa8
Merge commit '0e3558473' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
8c35893
Merge commit 'e2904f720' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
2d95fa1
Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
cb6c2ca
Merge commit 'c73cc2c2a' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
3d08c7e
Merge commit 'e5801db83' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
5a8980f
Merge commit '12d618471' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
141eb2b
Merge commit 'c6f8e8086' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
69d83ca
Merge commit '78e48f61b' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
292c808
Merge commit '1d8863c67' into anoa/dinsic_release_1_31_0
anoadragon453 Apr 23, 2021
1852e6a
Re-sync synapse-dinsic buildkite pipeline with matrix-org/pipelines/s…
anoadragon453 Apr 26, 2021
f95ec90
Remove old pin on mypy and mypy-zope
anoadragon453 Apr 26, 2021
5706c8b
fix isort and mypy linting
anoadragon453 Apr 26, 2021
2e627ec
Remove spaces tests from Complement
anoadragon453 Apr 26, 2021
a0f5001
unpin olddeps build from py36
richvdh Apr 8, 2021
4d034f5
Remove 3.6 old deps check
anoadragon453 Apr 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 0 additions & 23 deletions .buildkite/docker-compose.py35.pg95.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .buildkite/docker-compose.py37.pg11.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .buildkite/docker-compose.py37.pg95.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .buildkite/docker-compose.py38.pg12.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .buildkite/docker-compose.sytest.py37.redis.yaml

This file was deleted.

Loading