Ekaterina Vaartis
|
4445421297
|
Only add local posts to index in activity_pub
Remote ones are already added in another place
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
0b4fd0d342
|
Set content-type to application/json
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
e4b7a3f51f
|
Modify some meilisearch variables
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
cf558208c2
|
Use proper deleted object for removing from index
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
95cb2bb694
|
Don't try removing from index again in common_api
It's already removed in the side effects of the pipeline
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
c569ad05b3
|
Add more documentation about rum to meilisearch docs
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
6beef2d117
|
Move add_to_index / remove_from_index to Pleroma.Actitivy.Search
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
40280cc273
|
Reorder ranking rules for (maybe) better results
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
a5bb7f9345
|
Add private_key: nil to default meilisearch options
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
005947e9f7
|
Add tests for local post indexing for meilisearch
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
d9ef7e0758
|
Fix activity being passed to objec_to_search_data
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
07ccab9766
|
Add search/meilisearch documentation
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
09a1ae1b6e
|
Add the meilisearch.stats command
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
a67f9da5cc
|
Add a message with a count of posts to index
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
2c7d973af7
|
Implement meilisearch auth
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
410c8cb765
|
Make indexing logs rewrite themselves
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
35e9192ced
|
Rework task indexing to share code with the main module
The code in the main module now scrubs new posts too
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
3dedadf192
|
Adjust content indexing to skip more unneeded stuff
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
9f16ca80e0
|
Mark only content as searchable for meilisearch
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
2b2e409ad7
|
Also index incoming federated posts
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
e35d87ea54
|
Make the chunk size smaller
|
2022-10-10 20:19:09 +03:00 |
|
Ekaterina Vaartis
|
00c48a33ac
|
Use content instead of source and scrub it
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
9beaebd97e
|
Tweak search ordering to hopefully return newer results
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
38996f551a
|
Make meilisearch sort on publish date converted to unix time
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
ea6a6a1287
|
Make the indexing batch differently and more, show number indexed
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
365024abec
|
Ensure only indexing public posts and implement clearing and delete
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
0318e9a599
|
Add logging to milisiearch index and make it use desc(id)
|
2022-10-10 20:19:08 +03:00 |
|
Ekaterina Vaartis
|
e154ebbf79
|
Initial meilisearch implementation, doesn't delete posts yet
|
2022-10-10 20:19:08 +03:00 |
|
Alex Gleason
|
0447197378
|
Merge branch 'merge-pleroma' into 'develop'
Merge Pleroma
See merge request soapbox-pub/rebased!184
|
2022-10-10 01:22:54 +00:00 |
|
Alex Gleason
|
22a1532850
|
Merge branch 'link-tag-fix' into 'develop'
Support FEP-e232 quote posts
See merge request soapbox-pub/rebased!185
|
2022-10-09 22:36:58 +00:00 |
|
Alex Gleason
|
0ee413400f
|
FEP-e232: support Link mediaType "application/activity+json"
|
2022-10-09 15:25:34 -05:00 |
|
Alex Gleason
|
035d9e71eb
|
Merge remote-tracking branch 'origin/develop' into merge-pleroma
|
2022-10-09 13:58:19 -05:00 |
|
Alex Gleason
|
7ac6f4b6ea
|
Merge remote-tracking branch 'origin/develop' into link-tag-fix
|
2022-10-09 13:57:29 -05:00 |
|
Alex Gleason
|
04ee564077
|
Merge branch 'erratic-move-tests' into 'develop'
Tag erratic Move tests
See merge request soapbox-pub/rebased!190
|
2022-10-09 18:57:11 +00:00 |
|
Alex Gleason
|
ddaeb09e54
|
Merge remote-tracking branch 'pleroma/develop' into merge-pleroma
|
2022-10-09 13:46:48 -05:00 |
|
Alex Gleason
|
147f6c4f63
|
Tag erratic Move tests
|
2022-10-09 13:37:27 -05:00 |
|
Alex Gleason
|
872729dc7e
|
Merge remote-tracking branch 'origin/develop' into link-tag-fix
|
2022-10-09 13:27:57 -05:00 |
|
Alex Gleason
|
11dfc2589a
|
Add support for FEP-e232 quotes without quoteUrl
|
2022-10-09 13:27:16 -05:00 |
|
Alex Gleason
|
33a4716843
|
Merge branch 'gitlab-ci-dind' into 'develop'
GitLab CI: tag `dind`
See merge request soapbox-pub/rebased!189
|
2022-10-09 17:26:19 +00:00 |
|
Alex Gleason
|
23ab8e12b9
|
GitLab CI: tag dind
|
2022-10-09 17:25:23 +00:00 |
|
tusooa
|
8042e0ebe1
|
Merge branch 'mergeback/2.4.4' into 'develop'
mergeback: 2.4.4
See merge request pleroma/pleroma!3762
|
2022-10-09 04:29:09 +00:00 |
|
Tusooa Zhu
|
dd82fd234f
|
Merge branch 'release/2.4.4' into mergeback/2.4.4
|
2022-10-08 22:15:09 -04:00 |
|
tusooa
|
59b8c920f6
|
Merge branch 'release/2.4.4' into 'stable'
Release/2.4.4
See merge request pleroma/pleroma!3761
|
2022-10-09 02:05:27 +00:00 |
|
|
ba642aaf6a
|
Fix tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-06 23:33:06 +02:00 |
|
marcin mikołajczak
|
512398a556
|
Merge branch 'fix-migration' into 'develop'
Fix down() in AddUpdateToNotificationsEnum migration for Rebased
See merge request soapbox-pub/rebased!186
|
2022-10-05 22:38:44 +00:00 |
|
|
4d9ecc2b9e
|
Fix down() in AddUpdateToNotificationsEnum migration for Rebased
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-06 00:11:25 +02:00 |
|
|
678b6ce17c
|
Add more tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-06 00:06:34 +02:00 |
|
|
e187aff5dd
|
Add some tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-03 23:10:02 +02:00 |
|
|
c45612badd
|
Update spec, fix tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-03 20:13:44 +02:00 |
|
|
73e7549d94
|
Update scheduled notitfications on edit
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-02 16:32:34 +02:00 |
|