Nicolas Constant
|
9b25a86d1d
|
clean up warnings
|
2021-02-14 12:28:38 -05:00 |
|
Nicolas Constant
|
5d2d5ffd52
|
added ModerationPipeline tests
|
2021-02-14 02:42:23 -05:00 |
|
Nicolas Constant
|
537270cceb
|
implement Delete TwitterUser by Id + tests
|
2021-02-14 01:29:06 -05:00 |
|
Nicolas Constant
|
a2597b72a9
|
added pipeline test
|
2021-02-13 20:59:01 -05:00 |
|
Nicolas Constant
|
2f6eacc524
|
FollowersDal implementation + tests
|
2021-02-12 20:10:03 -05:00 |
|
Nicolas Constant
|
c0049696bf
|
TwitterUserDal implementation + tests
|
2021-02-12 19:05:35 -05:00 |
|
Nicolas Constant
|
eaae2f1f47
|
added AP unfollow + tests + db update
|
2021-02-12 00:31:00 -05:00 |
|
Nicolas Constant
|
024327ffe9
|
added ModerationRepository Tests
|
2021-02-04 01:09:11 -05:00 |
|
Nicolas Constant
|
2d61ae9ae3
|
added ModerationParser Tests
|
2021-02-04 00:13:49 -05:00 |
|
Nicolas Constant
|
4b0fe65776
|
added tests for RegexParser
|
2021-02-04 00:06:19 -05:00 |
|
Nicolas Constant
|
bcf207acb5
|
added moderation repository and parsers
|
2021-02-03 23:54:02 -05:00 |
|
Nicolas Constant
|
2e8313301b
|
better DI
|
2021-02-02 22:49:37 -05:00 |
|
Nicolas Constant
|
32b53e09e2
|
fine-tuning regex
|
2021-02-02 19:25:12 -05:00 |
|
Nicolas Constant
|
717f690542
|
fix tests
|
2021-02-02 00:38:48 -05:00 |
|
Nicolas Constant
|
25d1f360ba
|
added test
|
2021-02-02 00:27:48 -05:00 |
|
Nicolas Constant
|
c409a93b18
|
testing new mention regex
|
2021-02-02 00:24:33 -05:00 |
|
Nicolas Constant
|
c7bf5f79f8
|
testing new Hashtag regex
|
2021-02-01 21:48:47 -05:00 |
|
Nicolas Constant
|
2f933ffc9c
|
added index
|
2021-01-23 00:11:31 -05:00 |
|
Nicolas Constant
|
f6ed37b46a
|
clean up
|
2021-01-22 23:43:56 -05:00 |
|
Nicolas Constant
|
34cb33160a
|
refactoring warm up logic and tests
|
2021-01-22 23:38:35 -05:00 |
|
Nicolas Constant
|
3e7a136902
|
added test coverage and warmup strategy
|
2021-01-22 23:07:25 -05:00 |
|
Nicolas Constant
|
89c041f332
|
added limit to user retrieval
|
2021-01-22 21:23:27 -05:00 |
|
Nicolas Constant
|
b4c01ad326
|
save last sync
|
2021-01-22 21:05:01 -05:00 |
|
Nicolas Constant
|
8146b6ea5a
|
added LastSync to TwitterUser (wip)
|
2021-01-22 20:18:42 -05:00 |
|
Nicolas Constant
|
8708a529d6
|
added DatabaseInitializer + Tests
|
2021-01-22 20:17:22 -05:00 |
|
Nicolas Constant
|
35adfad45f
|
better code coverage
|
2021-01-22 18:41:54 -05:00 |
|
Nicolas Constant
|
40d6f69446
|
added reply filtering
|
2021-01-22 18:31:30 -05:00 |
|
Nicolas Constant
|
06e0dd7bbf
|
fix tests
|
2021-01-19 22:26:23 -05:00 |
|
Nicolas Constant
|
7e3d7b7c4f
|
dispatch users batch progressively, fix #55
|
2021-01-19 02:37:24 -05:00 |
|
Nicolas Constant
|
639ad3ae14
|
user twitter service to retrieve timelines
|
2021-01-18 02:07:09 -05:00 |
|
Nicolas Constant
|
568c033f9c
|
fix tests
|
2021-01-16 02:06:27 -05:00 |
|
Nicolas Constant
|
a59ed49a9a
|
added option to prevent mention extraction in user's description
|
2021-01-15 01:42:05 -05:00 |
|
Nicolas Constant
|
3a249f2c14
|
fix parenthesis messing up with regex
|
2021-01-13 02:03:51 -05:00 |
|
Nicolas Constant
|
cb64e9747a
|
secure emojis in parsing, fix #39
|
2021-01-11 19:50:08 -05:00 |
|
Nicolas Constant
|
28f5733f7f
|
added ProcessUnfollowUser Tests
|
2021-01-05 02:35:34 -05:00 |
|
Nicolas Constant
|
9b419c7e92
|
added ProcessFollowUser Tests
|
2021-01-05 01:18:00 -05:00 |
|
Nicolas Constant
|
4b05123bd3
|
added users count
|
2020-12-30 01:43:26 -05:00 |
|
Nicolas Constant
|
01337a63ec
|
dont feed pipeline if no elements
|
2020-11-18 22:49:44 -05:00 |
|
Nicolas Constant
|
f6145aceb0
|
clean up
|
2020-10-10 19:16:34 -04:00 |
|
Nicolas Constant
|
5af8c77fdf
|
Merge branch 'develop' of https://github.com/NicolasConstant/BirdsiteLive into develop
|
2020-10-10 19:16:06 -04:00 |
|
Nicolas Constant
|
c7e1a4e5e1
|
added tests
|
2020-10-10 18:35:23 -04:00 |
|
Nicolas Constant
|
921f73b6d5
|
added test
|
2020-09-09 19:53:39 -04:00 |
|
Nicolas Constant
|
98d5b2183b
|
added RetrieveFollowersProcessor tests
|
2020-08-12 21:05:25 -04:00 |
|
Nicolas Constant
|
5fe1daabd7
|
added SendTweetsToFollowersProcessor Tests
|
2020-08-12 20:55:50 -04:00 |
|
Nicolas Constant
|
6060537d60
|
added SendTweetToInbox Tests
|
2020-08-12 20:31:28 -04:00 |
|
Nicolas Constant
|
c3acb19e7c
|
added SendTweetToSharedInbox Tests
|
2020-08-12 20:23:19 -04:00 |
|
Nicolas Constant
|
d5276c120e
|
added shared inbox serialization
|
2020-08-10 20:04:12 -04:00 |
|
Nicolas Constant
|
9f574ea4b2
|
fix return line parsing
|
2020-08-03 02:10:20 -04:00 |
|
Nicolas Constant
|
d33cbbfb1c
|
extract urls
|
2020-08-01 13:56:59 -04:00 |
|
Nicolas Constant
|
ce996c20b2
|
fix start tag detection
|
2020-08-01 00:00:27 -04:00 |
|