1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00
Commit Graph

6052 Commits

Author SHA1 Message Date
Travis Ralston
3fdc25777d Revert "Raise logging dramatically to chase pending event errors" 2021-05-02 19:10:47 -06:00
J. Ryan Stinnett
dc64c34ccb Merge pull request #1677 from matrix-org/jryans/coverage
Add test coverage collection script
2021-04-28 17:18:07 +01:00
Travis Ralston
0bf50659ab Merge pull request #1678 from matrix-org/travis/event-logging
Raise logging dramatically to chase pending event errors
2021-04-28 09:30:04 -06:00
Travis Ralston
ec26b16ddf Raise logging dramatically to chase pending event errors
For https://github.com/vector-im/element-web/issues/17090 and similar issues

This logging is expected to exist no longer than a day.
2021-04-28 09:24:19 -06:00
J. Ryan Stinnett
a044b74a1d Add test coverage collection script
This makes it clear to how collect basic test coverage when desired.
2021-04-28 14:17:08 +01:00
J. Ryan Stinnett
1e7a1dce90 Move Jest options into config block 2021-04-28 12:58:39 +01:00
David Baker
1bba2bc0ed Merge pull request #1674 from matrix-org/dbkr/asserted_identity
Support MSC3086 asserted identity
2021-04-28 09:47:30 +01:00
RiotRobot
b911a890cf Add breaking notice 2021-04-26 18:03:19 +01:00
RiotRobot
c8f69c0b79 Resetting package fields for development 2021-04-26 17:37:06 +01:00
RiotRobot
8a6248f120 Merge branch 'master' into develop 2021-04-26 17:37:06 +01:00
RiotRobot
340fa6c63e v10.0.0 v10.0.0 2021-04-26 17:34:17 +01:00
RiotRobot
1177bf39a2 Prepare changelog for v10.0.0 2021-04-26 17:34:16 +01:00
David Baker
4a51ac7a74 Move createNewMatrixCall to the client object
So we can mock it out it tests (and also I'm not sure why it was
like this in the first place: we passed the client in anyway...)

Deprecate createNewMatrixCall
2021-04-23 14:36:56 +01:00
J. Ryan Stinnett
6099efe41a Merge pull request #1670 from timokoesters/fix-undefined-results
Fix `/search` with no results field work again
2021-04-23 13:02:52 +01:00
Germain
4254d595fc Merge pull request #1672 from hannojg/patch-5 2021-04-22 09:27:22 +01:00
Timo Kösters
069ca4a89d fix: make /search with no results field work again 2021-04-21 22:56:36 +02:00
RiotRobot
e3ba08fbbc v10.0.0-rc.1 v10.0.0-rc.1 2021-04-21 16:40:23 +01:00
RiotRobot
dd84e51161 Prepare changelog for v10.0.0-rc.1 2021-04-21 16:40:22 +01:00
David Baker
bca8568d64 missing semicolon 2021-04-20 12:58:33 +01:00
David Baker
5407717534 Assert event emitted 2021-04-20 12:57:11 +01:00
David Baker
74ef760591 Tests: They find bugs 2021-04-20 12:48:54 +01:00
Germain
b435b582bd Merge pull request #1675 from matrix-org/gsouquet-powerlevels-perf
Restrict event emit for room members that had power levels changed
2021-04-20 11:57:18 +01:00
Germain Souquet
d46021a05e Restrict event emit for room members that had power levels changed 2021-04-20 11:22:16 +01:00
David Baker
1b31d0622e Unit test for asserted identity messages 2021-04-20 11:08:06 +01:00
Michael Telatynski
68206a6e19 Merge pull request #1669 from hannojg/patch-3
Fix sync with misconfigured push rules
2021-04-20 08:57:16 +01:00
David Baker
56797948af lint 2021-04-19 20:36:00 +01:00
David Baker
c0af2f25a1 Support MSC3086 asserted identity 2021-04-19 20:28:42 +01:00
Hanno J. Gödecke
dc12b1df00 feat: room.getMembers
Signed-off-by: Hanno Gödecke <hgoedecke@cuvent.com>
2021-04-18 16:01:51 +02:00
Hanno J. Gödecke
b13f5aebfd lint 2021-04-17 09:42:44 +02:00
Hanno J. Gödecke
338301bb5d fix: failure during sync 2021-04-17 09:34:31 +02:00
Hubert Chathi
cbe9b59222 Merge pull request #1665 from uhoreg/dehydrated_device_missing_await
Add missing await
2021-04-14 10:47:09 -04:00
Hubert Chathi
276b52f0fe add missing await 2021-04-14 10:29:39 -04:00
J. Ryan Stinnett
09fac77ce0 Merge pull request #1642 from matrix-org/jryans/rework-linting
Migrate to `eslint-plugin-matrix-org`
2021-04-13 11:12:39 +01:00
J. Ryan Stinnett
102704e91a Migrate to eslint-plugin-matrix-org
This migrates to the new plugin form of our custom ESLint configs. As part of
this, some packages are de-duplicated, configs streamlined, etc.
2021-04-13 11:00:41 +01:00
Michael Telatynski
c5fb351baa Merge pull request #1664 from matrix-org/t3chguy/fix/8665
Add missing event type enum for key verification done
2021-04-13 10:05:00 +01:00
Michael Telatynski
98f8d4414d Add missing event type enum for key verification done 2021-04-13 09:41:53 +01:00
Germain
1dddcd4925 Merge pull request #1663 from matrix-org/gsouquet-timeline-jumpiness 2021-04-12 15:00:49 +01:00
Germain Souquet
2666a271a5 fix tests when pendingEventsList does not exist 2021-04-12 14:51:45 +01:00
RiotRobot
e277de6e3d Resetting package fields for development 2021-04-12 14:42:29 +01:00
RiotRobot
daa17b3287 Merge branch 'master' into develop 2021-04-12 14:42:29 +01:00
RiotRobot
c7f887131e v9.11.0 v9.11.0 2021-04-12 14:39:33 +01:00
RiotRobot
58546b80d0 Prepare changelog for v9.11.0 2021-04-12 14:39:32 +01:00
Germain Souquet
466f749b71 fix typo 2021-04-12 14:38:27 +01:00
Germain Souquet
4c2a83c470 Add explanation for events persistence 2021-04-12 14:29:10 +01:00
Germain Souquet
d534ab18c7 fix event filtering logic 2021-04-12 13:07:57 +01:00
Germain Souquet
64aaed833b Only persist encrypted events for encrypted rooms 2021-04-12 12:53:27 +01:00
Germain Souquet
2f05be599c undo changes to event#toJSON and persist encrypted events 2021-04-12 12:26:27 +01:00
Germain Souquet
7371f8dd3a Persist txnId to ensure idempotency 2021-04-12 09:55:01 +01:00
Germain Souquet
79aefe9707 Fix timeline jumpiness by setting correct txnId 2021-04-12 09:37:19 +01:00
Michael Telatynski
6bc80577ee Merge pull request #1661 from janpawellek/janpawellek-fix-addEventListener
Fix calling addEventListener if it does not exist
2021-04-12 09:15:19 +01:00