c618b4efaa
Remove federation backward compatibility code (ref #1220 )
2021-02-26 14:06:26 +01:00
Andrew Yoon
600ae662a5
Support plain cargo test
and disable unused doctests for speed
...
Since DB tests execute diesel migrations automatically, concurrent
execution causes flaky failures from simultaneous migrations. This can
be worked around using `cargo test --workspace -- --test-threads=1`,
which is what the CI config does, but this is not intuitive for
newcomer developers and unnecessarily slows down the test suite for
the majority of tests which are safe to run concurrently. This fixes
this issue by integrating with the small test crate `serial_test` and
using it to explicitly mark DB tests to run sequentially while
allowing all other tests to run in parallel.
Additionally, this greatly improves the speed of `cargo test` by
disabling doc-tests in all crates, since these are aren't currently
used and cargo's doc-test pass, even when no doc-tests exist, has
significant overhead. On my machine, this change significantly
improves test suite times by about 85%, making it much more practical
to develop with tools like `cargo watch` auto-running tests.
2021-02-25 15:44:30 -05:00
ea3c0e1772
Merge branch 'main' into remove-integration-tests
2021-02-25 11:37:54 -05:00
bf1e859e72
Remove broken actix_rt test
2021-02-25 17:25:31 +01:00
3141ad31de
Remove categories ( fixes #1429 )
2021-02-25 13:22:37 +01:00
3ae62573b7
Better type safety for activity parsing
2021-02-24 20:37:27 +01:00
92ea9b97dd
Dont include community in comment to
field ( fixes #1446 )
2021-02-23 19:00:47 +01:00
dessalines
0c9b109bf7
Merge pull request 'Order outbox by published, not id' ( #171 ) from outbox-order-published into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/171
2021-02-22 20:37:06 +00:00
dessalines
2cbd158a11
Merge pull request 'Use name
field for post titles instead of summary
(ref #1220 )' ( #173 ) from apub-post-name into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/173
2021-02-22 20:36:22 +00:00
8d5e9f865c
Use name
field for post titles instead of summary
(ref #1220 )
2021-02-22 19:34:41 +01:00
8096765f0e
Fix clippy error upper_case_acronyms
2021-02-22 19:04:32 +01:00
c81435c994
Version 0.9.9
2021-02-19 13:10:04 -05:00
bcc8dae16b
Fixing deploy version.
2021-02-19 13:05:42 -05:00
a806493bc2
Version 0.9.8
2021-02-19 11:38:24 -05:00
b593047fb1
Order outbox by published, not id
2021-02-19 15:59:06 +01:00
9845366a36
Merge remote-tracking branch 'yerba/main'
2021-02-18 16:19:39 -05:00
Dessalines
0c4b57a6d0
Adding a new comment sort for posts. Fixes #1294 ( #1425 )
...
* Adding a new comment sort. Fixes #1294
* Fixing a migration comment.
* Adding a comment for newest_comment_time_necro
2021-02-18 10:38:25 -05:00
d3707ad4ef
Fix new compiler warning
2021-02-18 16:16:18 +01:00
13a949d9ec
Specify order for activities query ( fixes #1436 )
2021-02-18 16:15:52 +01:00
37ea778776
Merge remote-tracking branch 'origin/main'
2021-02-11 10:31:10 -05:00
dessalines
f37fd0ecfd
Merge pull request 'Hide followed communities, except for own user ( fixes #1303 )' ( #168 ) from hide-followed into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/168
2021-02-11 15:31:04 +00:00
3d400ca21d
Hide followed communities, except for own user ( fixes #1303 )
2021-02-11 14:53:17 +01:00
37ad9e9a09
Change RSS feeds to use lemmy URL for the rss link. Fixes #1378
2021-02-10 15:43:03 -05:00
1af906c224
Merge remote-tracking branch 'origin/main'
2021-02-10 15:13:22 -05:00
dessalines
f899831ed3
Merge pull request 'Explicitly mark posts and comments as public (ref #1220 )' ( #167 ) from comments-posts-public into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/167
2021-02-10 19:45:36 +00:00
acadf0289e
Fixing reason lengths to char counts.
2021-02-10 10:36:22 -05:00
2e5ccaf7fe
Fixing display name limit. Fixes #1421
2021-02-10 10:27:48 -05:00
63d9c0ee46
Explicitly mark posts and comments as public (ref #1220 )
2021-02-10 14:01:02 +01:00
999d9f4d6c
Move routes into separate crate to speed up compilation
2021-02-09 19:34:36 +01:00
5656db3e3d
Version 0.9.7
2021-02-08 15:17:56 -05:00
f198f281cf
Version 0.9.6
2021-02-05 13:01:29 -05:00
dessalines
6f364e60fa
Merge pull request 'Include object id when logging apub errors' ( #165 ) from log-ids into main
...
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/165
2021-02-05 17:52:51 +00:00
2b6df63aee
Merge remote-tracking branch 'yerba/main'
2021-02-05 12:50:31 -05:00
897263e5a3
Include object id when logging apub errors
2021-02-05 17:15:29 +01:00
4864f80656
Fixing community search not using auth. Fixes #1411
2021-02-05 10:36:28 -05:00
105dfc93f1
Make apub extension fields optional (ref #1220 )
2021-02-05 14:23:57 +01:00
Dessalines
d5d99fa3b9
Moving docs to join.lemmy.ml . Fixes #1396 ( #1410 )
...
* Moving docs to join.lemmy.ml . Fixes #1396
* Removing submodule fetch from drone.
2021-02-05 12:30:49 +00:00
8a7e50381f
Version 0.9.5
2021-02-04 22:48:21 -05:00
nutomic
1a4e35eb50
Store activitypub endpoints in database ( #162 )
...
Address review comments
Store Activitypub urls in database (fixes #808 )
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/162
Co-Authored-By: nutomic <nutomic@noreply.yerbamate.ml>
Co-Committed-By: nutomic <nutomic@noreply.yerbamate.ml>
2021-02-04 16:34:58 +00:00
9415bec557
Version 0.9.4
2021-02-02 15:29:38 -05:00
1857f02af8
Moving back tokio and reqwest.
2021-02-01 21:54:23 -05:00
10f0b3b877
Trying to upgrade lemmys deps.
2021-02-01 15:56:37 -05:00
Dessalines
0be9b5bddb
Add allowed and blocked instances to the federated_instances response. ( #1398 )
...
- Fixes #1315
2021-02-01 13:11:37 -05:00
Dessalines
6bb4f0b41f
Adding forum sort for post_aggregates. Fixes #1312 ( #1400 )
...
* Adding forum sort for post_aggregates. Fixes #1312
* Changing sort name from forum to MostComments.
2021-02-01 11:53:44 -05:00
Dessalines
f4d33389a5
Merge pull request #1401 from LemmyNet/non_null_post_view_vote
...
Post and comment vote views now return 0 instead of null.
2021-02-01 10:43:34 -05:00
c8254dc0a8
Merge pull request #1399 from LemmyNet/dont_let_banned_users_follow
...
Make sure banned users cant subscribe, and the ban unsubs them. Fixes…
2021-02-01 12:19:41 +00:00
d2ba2960dd
Post and comment vote views now return 0 instead of null.
...
- Fixes #1389
2021-01-31 10:29:21 -05:00
cd08fdf76f
Make sure banned users cant subscribe, and the ban unsubs them. Fixes #1324
2021-01-30 23:55:14 -05:00
aecb2411d8
Add check for parent comment. Fixes #1390
2021-01-30 23:10:16 -05:00
3a05817b41
Version 0.9.3
2021-01-29 14:25:20 -05:00