Commit Graph

101 Commits

Author SHA1 Message Date
Dessalines
58281208b9 Adding community_view to PostResponse.
- Changing to_vec function name.
2020-12-23 16:56:20 -05:00
Dessalines
1a0d1f64f0 Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split 2020-12-21 09:28:20 -05:00
Felix Ableitner
5231666465 Move remaining structs from lemmy_db::source to lemmy_db_schema 2020-12-21 14:38:34 +01:00
Felix Ableitner
a7e231b35b Move community to lemmy_db_schema 2020-12-21 13:28:12 +01:00
Dessalines
d767dd998e Merge branch 'drone-io-dess' into move_views_to_diesel_drone 2020-12-20 21:48:29 -05:00
Dessalines
a27b7f8d1f Fix site aggs. 2020-12-20 00:09:20 -05:00
Dessalines
2d7d9cf7d8 Some API cleanup, adding site_id to site aggregates. 2020-12-19 20:10:47 -05:00
Felix Ableitner
f842bbff8d Move user to lemmy_db_schema, create traits for impls 2020-12-18 19:38:32 +01:00
Felix Ableitner
114f3cbfb5 Move comment, post definitions into lemmy_db_schema 2020-12-18 18:27:25 +01:00
Dessalines
3f36730dba Fixing unit tests. 2020-12-18 12:25:27 -05:00
Felix Ableitner
089d812dc8 Split lemmy_db into separate workspaces 2020-12-18 17:17:44 +01:00
Dessalines
4f5e51beb5 Removing fast tables and old views. 2020-12-16 22:42:25 -05:00
Dessalines
05c3e471ae Adding report views. 2020-12-16 22:03:03 -05:00
Dessalines
1cf520254d Adding private message view. 2020-12-16 17:16:48 -05:00
Dessalines
313f0467c8 Adding moderator views. 2020-12-16 16:28:18 -05:00
Dessalines
bd6a4a54a9 Merge branch 'main' into move_views_to_diesel 2020-12-16 14:01:16 -05:00
Dessalines
57c2f2ef1c Getting rid of terrible boxedjoin types. 2020-12-16 13:59:43 -05:00
Dessalines
711db4c790 Removing old user_mention_view. 2020-12-16 11:09:21 -05:00
eiknat
036161cb38
add on_conflict clauses to common unique constraint failures (#1264)
* add on_conflict clauses to common unique constraint failures

* user mention: change create conflict to do_update
2020-12-16 09:42:57 -05:00
Dessalines
471abf7f29 Removing old comment_view. 2020-12-15 14:39:18 -05:00
Dessalines
e4714627a4 Beginning to add new comment_view. 2020-12-15 10:28:25 -05:00
Dessalines
f456f5da46 Re-organizing source tables into a different folder. 2020-12-13 12:04:42 -05:00
Dessalines
bdd264cd5e Adding tests for post aggregates. 2020-12-11 13:07:27 -05:00
Felix Ableitner
5ae3f59092 fix warning 2020-12-11 18:43:34 +01:00
Dessalines
35bf50ab15 Removing old postview. 2020-12-11 10:27:33 -05:00
Felix Ableitner
a56db9a47c cargo fmt 2020-12-11 15:45:29 +01:00
Felix Ableitner
cbe5cf8ca0 try to run migrations on db connection in tests 2020-12-11 15:41:39 +01:00
Felix Ableitner
8b0374cc4e also check formatting, more extensive cargo check 2020-12-11 14:57:43 +01:00
Felix Ableitner
08748bbede try to init db from lemmy in tests 2020-12-11 14:49:10 +01:00
Dessalines
afc79ce0e3 Adding a viewtovec trait. 2020-12-10 20:39:42 -05:00
Dessalines
eef93440d0 Starting to add post_view. 2020-12-10 15:53:49 -05:00
Felix Ableitner
4eced2518c try caching 2020-12-10 13:33:24 +01:00
Felix Ableitner
5b34d2be6c fix test, run clippy 2020-12-10 00:55:14 +01:00
Dessalines
dabcfca67b Adding tests for current aggregates. 2020-12-09 11:52:10 -05:00
Dessalines
46e38bf714 Merge branch 'main' into move_views_to_diesel 2020-12-08 13:17:55 -05:00
Felix Ableitner
08ab85a9d5 Remove logging to find bug (yerbamate.ml/LemmyNet/lemmy/pulls/146) 2020-12-08 12:48:18 -05:00
Nutomic
9cc1cfc973
Apub local object handling (#1297)
* Limit visibility of some traits and methods

* WIP: alternative way to handle non-local object parsing

* finish this

* cleanup

* Move check for locked post into Comment::from_apub()

* Mark user as updated after fetching

* Should set last_refreshed_at, not updated

* Add ApubObject trait in DB, with method read_from_apub_id()

* Create shared, generic implementation for `FromApub`, prefer local data

* Check for community ban when parsing post/comment (fixes #1287)

* Fix tests (changes in get_object_from_apub() prevented `Update` from working)

* Support parsing `like.object` either as URL or object

* Send out like.object as URL, instead of full object (fixes #1283)

* add todo
2020-12-08 12:38:48 -05:00
Dessalines
e371ec1dc4 Adding user aggregates tests. 2020-12-07 15:58:53 -05:00
Dessalines
9884927b8a Adding site aggregates unit test. 2020-12-06 22:17:52 -05:00
Dessalines
f5bef3980a Adding hot rank function, possibly fixing views. 2020-12-06 16:44:36 -05:00
Dessalines
36f7b20784 Removing old communityviews 2020-12-06 09:12:51 -05:00
Dessalines
5e510e7a67 Adding other community views. 2020-12-05 23:37:16 -05:00
Dessalines
caedb7fcc4 Community view halfway done. 2020-12-05 22:49:15 -05:00
Dessalines
2400a078d7 Merge branch 'main' into move_views_to_diesel 2020-12-05 08:10:25 -06:00
Dessalines
028d1d0efc Userview safe updated. 2020-12-04 23:18:30 -05:00
Dessalines
efdcbc44c4 Starting to work on community view, 2 2020-12-04 16:35:46 -05:00
Dessalines
88d7b0a83c Starting to work on community view 2020-12-04 11:29:44 -05:00
Dessalines
b92e7eb781 Updating cargo deps, fixing image if_some deprecation. 2020-12-04 09:00:15 -05:00
Dessalines
2d4099577f Removing old user_view. 2020-12-03 19:47:58 -05:00
Dessalines
6d8f93d8a1 More user aggregates. 2020-12-03 13:39:56 -05:00