Commit Graph

  • e1394d592a Allow translation tags object to be a variable David Baker 2018-09-14 14:11:59 +01:00
  • 1906661ef9 Merge branch 'master' into bwindels/lltests3 Bruno Windels 2018-09-14 14:50:35 +02:00
  • 320e39bd41 Merge pull request #19 from matrix-org/bwindels/lltests2 Bruno Windels 2018-09-14 14:49:58 +02:00
  • 5e8a3db985 Merge pull request #16 from matrix-org/bwindels/lltests Bruno Windels 2018-09-14 14:49:32 +02:00
  • 8cff961ec8 use develop for now as LL with gappy syncs is fixed on that branch for now Bruno Windels 2018-09-14 14:46:42 +02:00
  • 992a0be4d0 DRY usernames Bruno Windels 2018-09-14 14:46:25 +02:00
  • 36708cc5db wait for next sync before inspecting memberlist Bruno Windels 2018-09-14 14:45:40 +02:00
  • 27c496aecb remove unneeded async keywords Bruno Windels 2018-09-14 13:55:47 +02:00
  • 58d52f9cbf Merge pull request #17 from matrix-org/bwindels/flagsandreadme David Baker 2018-09-14 11:45:13 +01:00
  • 16b2f09915 Test if members joining while user is offline are received after returning online with LL enabled Bruno Windels 2018-09-14 12:44:01 +02:00
  • 6deb595fec add logging to rest session actions Bruno Windels 2018-09-14 12:17:22 +02:00
  • af255c6386 dont assert the first time in receiveMessage, as it will show an ugly assert error while everything is fine, just need to wait longer Bruno Windels 2018-09-14 09:52:34 +02:00
  • fe734b944e remove obsolete warning as peeking will cause the membership to be null Bruno Windels 2018-09-13 18:45:38 +02:00
  • f194f323f4 postpone loading the members until the user joined the room Bruno Windels 2018-09-13 18:43:24 +02:00
  • 292b1f09af WIP e2e key backups David Baker 2018-09-13 17:11:46 +01:00
  • 9f4cf776c5 make receiveMessage more robust by checking first if the message is not already in the timeline Bruno Windels 2018-09-13 12:04:18 +02:00
  • 239e6a4bce add ll tests to check if all expected members are in memberlist Bruno Windels 2018-09-13 12:03:29 +02:00
  • 5d06c65ce5 split up ll tests in several functions Bruno Windels 2018-09-13 12:02:49 +02:00
  • 1725e7524b split up scenarios in multiple files as lazy-loading scenarios grow Bruno Windels 2018-09-13 10:31:15 +02:00
  • 5ec8f6f9b4 rename tests folder to the more accurate usecases Bruno Windels 2018-09-12 18:40:25 +02:00
  • 923ae90576 move range and delay over to util module Bruno Windels 2018-09-12 18:38:42 +02:00
  • 5745e9ed0c move Logger and LogBuffer to own module Bruno Windels 2018-09-12 18:36:02 +02:00
  • c8fec947e4 structure flags better and document them Bruno Windels 2018-09-12 17:27:51 +02:00
  • e843d532eb these changes were not needed in the end Bruno Windels 2018-09-12 16:48:40 +02:00
  • 7bcb255a2c increase timeout here in case this wouldnt be enough for the CI server Bruno Windels 2018-09-12 16:47:24 +02:00
  • 29aec256df finish basic LL test to see if display names appear from lazy loaded state Bruno Windels 2018-09-12 14:53:19 +02:00
  • 4057ec8a6a store displayName on RestSession to use it in tests Bruno Windels 2018-09-12 14:51:00 +02:00
  • 249cf4f87e implement reading and scrolling timeline, group timeline related code Bruno Windels 2018-09-12 14:49:48 +02:00
  • 244d5b0851 dont show all 20 send messages Bruno Windels 2018-09-12 09:47:57 +02:00
  • 1b8f1f5610 Translated using Weblate (Romanian) Ionut Zaharia 2018-09-11 21:01:03 +00:00
  • dcf96e1461 WIP for LL test Bruno Windels 2018-09-11 18:32:32 +02:00
  • 3db32c93d4 past rest creator to scenario to also be able to call createSessionRange Bruno Windels 2018-09-11 18:32:18 +02:00
  • abc7c4c3ac join use cases that touch settings in one file, as selectors are similar Bruno Windels 2018-09-11 18:30:57 +02:00
  • ff20bc783d support joining with a room alias for rest session Bruno Windels 2018-09-11 18:30:17 +02:00
  • 2be413ba6d allow clients to send messages faster, in order to speed up the test Bruno Windels 2018-09-11 18:29:52 +02:00
  • be4c1cb899 support setting the room alias Bruno Windels 2018-09-11 18:29:05 +02:00
  • 4a4b1f65aa wait for the message to be sent Bruno Windels 2018-09-11 18:28:50 +02:00
  • 40577109c2 Merge branch 'master' into bwindels/lltests Bruno Windels 2018-09-11 17:21:30 +02:00
  • 827e6365bb add wrapper around multiple rest sessions Bruno Windels 2018-09-11 16:18:27 +02:00
  • 48d95c228a creator instead of factory, as it does registration and authentication Bruno Windels 2018-09-11 15:02:02 +02:00
  • 3c5e73d644 support setting the display name on rest session Bruno Windels 2018-09-11 14:54:14 +02:00
  • afc678fea0 pass rest session creator to scenario Bruno Windels 2018-09-11 14:46:25 +02:00
  • 98aafd6abb add rest/non-browser session, which we can create a lot more off Bruno Windels 2018-09-11 14:37:36 +02:00
  • 59e4879b14 Merge remote-tracking branch 'origin/develop' into matthew/e2e_backups David Baker 2018-09-11 13:03:22 +01:00
  • b4815d1a07 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-11 12:03:14 +00:00
  • 518be24a5b Merge pull request #2164 from matrix-org/dbkr/dont_exit_fullscreen_when_not David Baker 2018-09-11 13:03:09 +01:00
  • f62e92a07b Merge remote-tracking branch 'origin/develop' into matthew/e2e_backups David Baker 2018-09-11 11:37:22 +01:00
  • d3038ea765 Don't try to exit fullscreen if not fullscreen David Baker 2018-09-11 11:31:24 +01:00
  • 1e6e82c3cf Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-11 08:57:34 +00:00
  • ecaabd6b75 Merge pull request #2161 from matrix-org/bwindels/dontupdatememberlistwhileloading Bruno Windels 2018-09-11 10:57:29 +02:00
  • e99f42a743 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-11 08:54:34 +00:00
  • cf591244e6 Translated using Weblate (Spanish) Milena Brum 2018-09-10 19:44:59 +00:00
  • 666c9a68e3 Merge pull request #2163 from matrix-org/bwindels/logllfailroomidcorrectly David Baker 2018-09-11 09:54:29 +01:00
  • deaad4bcb1 even better as the method called is on room Bruno Windels 2018-09-10 18:11:08 +02:00
  • 694ee5a2c8 fix logging room id when LL members fail Bruno Windels 2018-09-10 18:09:11 +02:00
  • 2aaf3e6b89 dont assign member in getInitialState Bruno Windels 2018-09-10 17:39:03 +02:00
  • 92f7e29132 missed one {} -> [], fix e2e tests Bruno Windels 2018-09-10 17:32:40 +02:00
  • ca771ec912 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-10 15:31:37 +00:00
  • f0e33dff24 Merge pull request #2162 from matrix-org/bwindels/dontspinaftermemberserror Bruno Windels 2018-09-10 17:31:31 +02:00
  • e5d334a4e8 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-10 15:30:48 +00:00
  • 2f6b529eb3 Translated using Weblate (Swedish) Kenneth Larsson 2018-09-10 12:30:54 +00:00
  • 1a4a22d13c Translated using Weblate (Esperanto) Victor Grousset 2018-09-10 11:58:26 +00:00
  • ab931e0f62 Merge pull request #2160 from matrix-org/bwindels/selfmembershipaction Bruno Windels 2018-09-10 17:30:41 +02:00
  • dcc8a45aa1 add final return for clarity Bruno Windels 2018-09-10 16:55:24 +02:00
  • 5044d4f2d6 dont keep the spinner in the memberlist when fetching /members fails Bruno Windels 2018-09-10 14:56:10 +02:00
  • 78e258eb8d Translated using Weblate (Swedish) Kenneth Larsson 2018-09-10 12:13:54 +00:00
  • 4c6bb8846b Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-10 10:48:57 +00:00
  • 11a1915e61 Translated using Weblate (Esperanto) Victor Grousset 2018-09-09 20:10:48 +00:00
  • e58ac74aa2 Merge branch 'master' into develop David Baker 2018-09-10 11:48:19 +01:00
  • 2b18aa7d79 Merge branch 'release-v0.16.4' David Baker 2018-09-10 11:47:09 +01:00
  • 0f9c8235e1 v0.16.4 v0.16.4 David Baker 2018-09-10 11:43:23 +01:00
  • 8b0ae88987 Prepare changelog for v0.16.4 David Baker 2018-09-10 11:43:23 +01:00
  • d8aaae6d42 v0.16.4 David Baker 2018-09-10 11:42:20 +01:00
  • ce4c71ccfb Released js-sdk & react-sdk David Baker 2018-09-10 11:41:45 +01:00
  • d0391a3f26 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-10 10:41:17 +00:00
  • d3f86aad10 Translated using Weblate (Lithuanian) Moo 2018-09-09 21:01:37 +00:00
  • 39f56af21f Translated using Weblate (Esperanto) Victor Grousset 2018-09-09 20:06:31 +00:00
  • 832a73d47a Merge branch 'master' into develop David Baker 2018-09-10 11:40:58 +01:00
  • 60e55594dd Merge branch 'release-v0.13.4' David Baker 2018-09-10 11:39:50 +01:00
  • 405f0bcf98 v0.13.4 David Baker 2018-09-10 11:38:53 +01:00
  • bb37e36e71 Prepare changelog for v0.13.4 David Baker 2018-09-10 11:38:52 +01:00
  • f99aef8ede js-sdk v0.11.0 David Baker 2018-09-10 11:36:06 +01:00
  • 839d4ba41b Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-09 17:38:31 +00:00
  • ef20813f2e remove layering warnings Matthew Hodgson 2018-09-09 18:38:21 +01:00
  • 5ef141913b remove ancient layering warning Matthew Hodgson 2018-09-09 18:31:22 +01:00
  • 88cc8f89d0 Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-09 09:49:14 +00:00
  • 86c92ee56d downgraded parallelshell due to https://github.com/darkguy2008/parallelshell/issues/57 Matthew Hodgson 2018-09-04 20:33:04 +01:00
  • d27db5a1c7 downgraded parallelshell due to https://github.com/darkguy2008/parallelshell/issues/57 Matthew Hodgson 2018-09-04 20:32:06 +01:00
  • 370223eace Merge remote-tracking branch 'origin/develop' into develop Weblate 2018-09-09 09:26:27 +00:00
  • 85df81b220 Translated using Weblate (Spanish) Milena Brum 2018-09-07 17:16:34 +00:00
  • 54519a6da4 Translated using Weblate (Chinese (Simplified)) RainSlide 2018-09-07 19:11:04 +00:00
  • 5e755b38da Translated using Weblate (Basque) Osoitz 2018-09-09 08:04:51 +00:00
  • b8bfed1308 point deps at #develop to unbreak npm i Matthew Hodgson 2018-09-09 10:26:16 +01:00
  • c2bd6e6da1 point deps at #develop to unbreak npm i Matthew Hodgson 2018-09-09 10:25:33 +01:00
  • 09f5f02611 Translated using Weblate (Basque) Osoitz 2018-09-09 08:03:03 +00:00
  • d1a173bd55 Translated using Weblate (Bulgarian) Slavi Pantaleev 2018-09-08 07:06:31 +00:00
  • 0cd222ef0b make users available in member by requesting them from client right before Bruno Windels 2018-09-07 23:44:20 +02:00
  • 7fe822ca17 Merge branch 'develop' into bwindels/dontupdatememberlistwhileloading Bruno Windels 2018-09-07 23:43:25 +02:00
  • faa6bd367a Translated using Weblate (Chinese (Simplified)) RainSlide 2018-09-07 19:09:54 +00:00
  • c5c4317352 Translated using Weblate (Hungarian) Szimszon 2018-09-07 06:48:22 +00:00