Commit graph

90 commits

Author SHA1 Message Date
phiresky
305faeb91f clippy 2024-07-19 17:58:26 +02:00
phiresky
3a7ce9aa95 make i32 and ugly casts 2024-07-19 15:41:06 +02:00
phiresky
20ab8e2c0e format 2024-07-18 18:01:07 +02:00
phiresky
0abc7f41b4 fix inboxes tests under fast mode 2024-07-18 17:48:20 +02:00
phiresky
d8f9152387 fix recheck time 2024-07-18 17:09:08 +02:00
phiresky
80e0318810 format 2024-07-17 01:00:06 +02:00
phiresky
b487fa0437 reuse vars 2024-07-16 20:48:24 +02:00
phiresky
c60cf5a657 fix some comments 2024-07-16 20:23:34 +02:00
phiresky
9c85ce9b19 don't reset fail count if activity skipped 2024-07-16 20:11:11 +02:00
phiresky
c32d05c54e lint 2024-07-15 18:47:55 +02:00
phiresky
ec859fe148 add federate inboxes collector tests 2024-07-15 17:50:04 +02:00
phiresky
4849ac0138 handle todo about smooth exit 2024-07-15 16:42:57 +02:00
phiresky
5ab598a6f0 some more cleanup 2024-07-15 16:35:41 +02:00
phiresky
373e61969d remove else below continue 2024-07-15 16:22:33 +02:00
phiresky
10758ab8ea update test todo comment, use same env var as worker test but default to 1 2024-07-15 16:18:47 +02:00
phiresky
9d470b7b03 move more things to members 2024-07-15 16:15:09 +02:00
phiresky
694c293f1c move sender for clarity, add comment 2024-07-15 15:57:13 +02:00
phiresky
dda528bd75 comment about https://github.com/LemmyNet/lemmy/pull/4623#discussion_r1565437391 2024-07-15 15:40:57 +02:00
phiresky
69ead52eb8 lint 2024-07-11 15:35:20 +02:00
phiresky
bef7190b56 allow out of order receives in test 2024-07-11 15:33:46 +02:00
phiresky
dd9c89e4ef different data every time so activities are distinguishable 2024-07-11 00:54:38 +02:00
phiresky
a40fea3e76 fix send 100 test 2024-07-10 16:52:57 +02:00
phiresky
40b3c1a24d add test to federate 100 events 2024-07-09 23:58:08 +02:00
phiresky
0f5b69cffc ci fix 2024-06-29 19:29:35 +02:00
phiresky
76c6487390 federation tests: ensure server stop after test and random activity id 2024-06-29 19:21:15 +02:00
phiresky
e3fef895a1 add debug to make localhost urls not valid in ap crate, add some debug logs 2024-06-25 17:13:44 +02:00
phiresky
2e2345e6f7 Merge remote-tracking branch 'origin/main' into federation-send-parallel 2024-06-24 16:35:57 +02:00
a3c8761bed
Revert "Remove unneeded error "last successful id is higher than latest id" (fixes #4363) (#4486)" (#4806)
This reverts commit c895e57086.
2024-06-14 08:15:12 -04:00
phiresky
101901b8e0 fix clippy 2024-05-31 13:34:41 +02:00
phiresky
7ee63f4da8 run federation tests twice 2024-05-31 11:12:53 +02:00
phiresky
5538794d7c move comment 2024-05-30 14:40:58 +02:00
phiresky
9d87921ebb comment 2024-05-30 13:24:13 +02:00
phiresky
2acdc78d81 remove crashable, comment 2024-05-30 13:21:26 +02:00
phiresky
175133f0cd comment about reverse ordering 2024-05-30 13:02:19 +02:00
phiresky
cdff275803
Update crates/federate/src/send.rs
Co-authored-by: dullbananas <dull.bananas0@gmail.com>
2024-05-30 12:44:35 +02:00
phiresky
a0b0a7a0d9 lint fix 2024-05-30 12:38:17 +02:00
phiresky
ffb99cd036 Merge remote-tracking branch 'origin/main' into federation-send-parallel 2024-05-30 12:26:55 +02:00
phiresky
10d3b7d698 fix after merge 2024-05-30 12:23:37 +02:00
phiresky
e8a7bb07a3
fix both permanent stopping of federation queues and multiple creation of the same federation queues (#4754)
Co-authored-by: Nutomic <me@nutomic.com>
2024-05-30 05:08:27 -04:00
phiresky
7d80a3c7d6
replace instanceid with domain (#4753) 2024-05-29 23:10:25 +02:00
Dessalines
abcfa266af
Fixing slowness in saved post fetching. #4756 (#4758)
* Fixing slowness in saved post fetching. #4756

* Also fix comment_view.rs
2024-05-29 17:03:42 -04:00
phiresky
7cb4e8222c Merge branch 'fix-dupe-activity-sending' into federation-send-parallel 2024-05-29 15:38:53 +02:00
phiresky
13ff059f83 fix both permanent stopping of federation queues and multiple creation of the same federation queues 2024-05-29 15:16:54 +02:00
af034f3b5e
Unit tests and cleanup for outgoing federation code (#4733)
* test setup

* code cleanup

* cleanup

* move stats to own file

* basic test working

* cleanup

* processes test

* more test cases

* fmt

* add file

* add assert

* error handling

* fmt

* use instance id instead of domain for stats channel
2024-05-27 09:34:58 -04:00
dullbananas
ec77c00ef8
Fix lost separation caused by comment width change (#4739)
* Update post_view.rs

* Update structs.rs

* Update worker.rs

* Update worker.rs
2024-05-23 14:05:35 -04:00
d8dc38eb06
Upgrade dependencies (#4740) 2024-05-23 10:55:20 -04:00
c96017c009
Configure max comment width in clippy (#4738)
* Configure max comment width in clippy

* update default config
2024-05-23 08:46:26 -04:00
6b46a70535
Extra logging to debug duplicate activities (ref #4609) (#4726)
* Extra logging to debug duplicate activities (ref #4609)

* Fix logging for api tests

* fmt
2024-05-21 14:47:06 -04:00
phiresky
a7c7abd428 improve msg 2024-04-30 17:38:03 +02:00
Dessalines
d075acce43
Make all single-fetch database calls return an Option. (#4617)
- Diesel ordinarily throws an error when no results are returned for a
  single fetch, which is a bit confusing. This PR ensures that the
  missing value cases are all caught, and wrapped with new LemmyErrors,
  rather than diesel errors.
- Fixes #4601
2024-04-16 14:48:15 +02:00