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

Commit 60a6671

Browse files
committed
Merge branch 'develop' into dmr/pyproject-poetry
Signed-off-by: Dan Callahan <[email protected]>
2 parents f0d72ac + 3500626 commit 60a6671

File tree

200 files changed

+6099
-5286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+6099
-5286
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup mdbook
2323
uses: peaceiris/actions-mdbook@4b5ef36b314c2599664ca107bb8c02412548d79d # v1.1.14
2424
with:
25-
mdbook-version: '0.4.9'
25+
mdbook-version: '0.4.17'
2626

2727
- name: Build the documentation
2828
# mdbook will only create an index.html if we're including docs/README.md in SUMMARY.md.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ _trial_temp*/
1515
.DS_Store
1616
__pycache__/
1717

18-
# We do want the poetry lockfile. Ignoring '*.lock' above seems to ignore tox and trial lock files.
18+
# We do want the poetry lockfile.
19+
# TODO: is there a good reason for ignoring '*.lock' above? If not, nuke it.
1920
!poetry.lock
2021

2122
# stuff that is likely to exist when you run a server locally

CHANGES-pre-1.0.md

Lines changed: 3640 additions & 0 deletions

CHANGES.md

Lines changed: 84 additions & 3641 deletions

changelog.d/12036.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12038.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12040.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Optimise fetching large quantities of missing room state over federation.

changelog.d/12083.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12087.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12091.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)