Commit Graph
233 Commits
Author SHA1 Message Date
Sahil Kumar 2a58ca535d Add retry_queue_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-14 16:56:36 +05:30
Sahil Kumar e2529231fd add initialized channel tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-09 21:01:35 +05:30
Sahil Kumar 89f989003d add core/api tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-08 16:09:17 +05:30
Sahil Kumar bdfbc27917 add stream_chat_error_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-04 17:09:41 +05:30
Sahil Kumar b64aa70b73 remove, refactor old tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-04 16:27:37 +05:30
Sahil Kumar dbb98811ab push mocks.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-04 16:26:35 +05:30
Sahil Kumar cb9a8a23a9 add timer_helper_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-04 16:25:12 +05:30
Sahil Kumar 214d1bcf1d add core/http tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-04 16:24:52 +05:30
Sahil Kumar 473851684b add platform_detector_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-03 22:29:52 +05:30
Sahil Kumar 7a95192093 add extension_test.dart, serializer_test.dart and utils_test.dart 2021-06-03 21:44:12 +05:30
Sahil Kumar 63d391ba7a add chat_persistence_client_test.dart 2021-06-03 20:04:32 +05:30
Sahil Kumar 1626d7432c add websocket_test.dart 2021-06-03 18:06:56 +05:30
Sahil Kumar d758f3df1d change file structure, replace rate_limit with the pub dependency
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-03 13:38:32 +05:30
Sahil Kumar 12e6b9c500 unify errors, refactor retry_queue
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-02 17:56:38 +05:30
Sahil Kumar 927eb3c451 extract location outside of client options
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-28 10:35:13 +05:30
Sahil Kumar 9201ebb2f3 improvements
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 20:26:52 +05:30
Sahil Kumar 73aa8f58e3 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 20:10:45 +05:30
Sahil Kumar 5cada0ce49 Merge branches 'develop' and 'ref/segregate-api-layer' of https://github.com/GetStream/stream-chat-flutter into ref/segregate-api-layer
 Conflicts:
	packages/stream_chat/lib/src/api/channel.dart
	packages/stream_chat/lib/src/client.dart
	packages/stream_chat_persistence/lib/src/db/moor_chat_database.g.dart
2021-05-27 20:07:11 +05:30
Sahil Kumar 839ced618b major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 19:59:34 +05:30
Salvatore Giordano c151a86fc7 fix typo 2021-05-21 15:23:20 +02:00
Salvatore Giordano d764de9f68 add test 2021-05-21 11:37:03 +02:00
Salvatore Giordano 5b39893f76 add test 2021-05-21 11:36:08 +02:00
Salvatore Giordano a543cf325a fix assert error message 2021-05-21 10:50:35 +02:00
Salvatore Giordano 32cb1e7700 replicate in channel 2021-05-21 10:45:59 +02:00
Salvatore Giordano bdc19a9d59 make timeoutOrExpirationDate optional 2021-05-21 10:41:50 +02:00
Salvatore Giordano 80cbb266d2 fix tests 2021-05-19 13:45:22 +02:00
Salvatore Giordano b67db631e4 use specific analysis option files 2021-05-19 13:30:37 +02:00
Salvatore Giordano f5e73d3cc6 update rxdart 2021-05-19 12:59:21 +02:00
Salvatore Giordano 3ab1e1956e bump changelogs and pubspecs 2021-05-19 12:43:52 +02:00
Salvatore Giordano 5d4b2d33fa add doc comment 2021-05-17 13:28:40 +02:00
Salvatore Giordano 26e1c21e70 add filter.raw 2021-05-17 12:53:37 +02:00
Salvatore Giordano 16953b3a0a remove print 2021-05-17 12:35:57 +02:00
Salvatore Giordano c7eeb35ef9 add test 2021-05-17 12:35:13 +02:00
Salvatore Giordano 6088c0bd99 operator can be null in certain cases 2021-05-17 12:27:22 +02:00
Salvatore GiordanoandGitHub 625c2f0ad2 Merge pull request #431 from GetStream/fix/mentionedUsers
fix: [CDS-299] mentioned users
2021-05-17 09:35:06 +02:00
Salvatore Giordano 712a156cce fix querymembers 2021-05-14 15:31:40 +02:00
Salvatore Giordano 3bd11d0c45 fix reaction extradata 2021-05-14 13:39:49 +02:00
Salvatore Giordano 0ab428ce2e use Map<String, Object?> for extradata 2021-05-14 11:24:05 +02:00
Salvatore GiordanoandGitHub 102fdc745f Merge pull request #429 from GetStream/perf-fixes
fix: performance
2021-05-12 13:49:39 +02:00
Salvatore Giordano 3f65f04c17 fix unread count 2021-05-11 16:29:31 +02:00
Deven Joshi 682fe3f447 Changed to distinct implementation 2021-05-11 14:55:25 +05:30
Deven Joshi 16ecd0568e fix: dartfmt 2021-05-11 10:19:09 +05:30
Deven Joshi 4c11dca792 Added a new message list controller 2021-05-11 10:11:38 +05:30
Salvatore Giordano 18ce268e48 use common analysis options 2021-05-06 11:48:26 +02:00
Salvatore Giordano 88b8818e45 fix deps 2021-05-04 09:50:19 +02:00
Salvatore Giordano 21792b355c remove final from _path in ws 2021-05-03 16:21:48 +02:00
Salvatore Giordano c41e9e8a2e update changelogs and pubspecs 2021-05-03 15:16:11 +02:00
Salvatore Giordano bb0fe7c1e7 Merge branch 'feature/null-safety' into feat/ui-nnbd 2021-05-03 10:46:06 +02:00
Salvatore Giordano a40fd2303a Merge branch 'develop' into feature/null-safety 2021-05-03 10:43:26 +02:00
Salvatore Giordano 01b664bc2f Merge branch 'master' into develop 2021-05-03 10:37:24 +02:00