Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-27 | Emoji, Pack, Backup, Frontend: Use SafeZip | Lain Soykaf | |
2024-11-21 | Remove unused import | Mint | |
2024-11-21 | Meilisearch: use PUT method for indexing Mix task | Mint | |
See https://github.com/meilisearch/meilisearch/issues/2619 | |||
2024-09-16 | Reapply "Custom mix task to retry failed tests once in CI pipeline" | Mark Felder | |
This reverts commit b281ad06de2de331450a5e319e3ba497071d4197. | |||
2024-08-13 | Revert "Custom mix task to retry failed tests once in CI pipeline" | Mark Felder | |
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68. | |||
2024-07-30 | Remove WorkerHelper | Mark Felder | |
2024-07-15 | Added a Mix task "pleroma.config fix_mrf_policies" which will remove ↵ | Mark Felder | |
erroneous MRF policies from ConfigDB | |||
2024-06-19 | Custom mix task to retry failed tests once in CI pipeline | Mark Felder | |
This will be temporary* as we hunt down the cause of the random test failures * gonna regret this | |||
2024-06-12 | Switch formatting checks to Elixir 1.15 | Haelwenn (lanodan) Monnier | |
2024-05-29 | Add additional flags to the Pleroma.Search.Indexer Mix task | Mark Felder | |
2024-05-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-feature/akkoma-prune-old-posts | |||
2024-05-16 | SearchBackend: Add drop_index | Lain Soykaf | |
2024-05-14 | SearchBackend: Add create_index | Lain Soykaf | |
2024-05-14 | Search: Basic Qdrant/Ollama search | Lain Soykaf | |
2024-05-09 | add options to mix pleroma.database prune_objects to delete more activities | faried nawaz | |
2024-02-02 | Pleroma Emoji mix task: fix gradient error | Mark Felder | |
lib/mix/tasks/pleroma/emoji.ex: The tuple {:cwd, pack_path} on line 114 is expected to have type :cooked | :keep_old_files | :memory | :verbose | {:cwd, list(char())} | {:file_filter, (record(:zip_file) -> boolean())} | {:file_list, list(:file.name())} but it has type {:cwd, binary()} | |||
2024-01-20 | Fix mix task pleroma.instance dialyzer error | Mark Felder | |
lib/mix/tasks/pleroma/instance.ex:356:pattern_match_cov The pattern :variable_ can never match, because previous clauses completely cover the type %{ :anonymize => boolean(), :dedupe => boolean(), :read_description => boolean(), :strip_location => boolean() }. | |||
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-11-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-meilisearch | |||
2023-11-08 | Ensure benchee doesn't run unless we are executing benchmarks | Mark Felder | |
2023-08-04 | instance gen: Reduce permissions of pleroma directories and config files | Haelwenn (lanodan) Monnier | |
2023-01-15 | Force spec for every operation to have a listed tag | tusooa | |
2023-01-02 | Revert "Merge branch 'copyright-bump' into 'develop'" | lain | |
This reverts merge request !3825 | |||
2023-01-01 | Bump copyright year | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-10-10 | Specifically strip mentions for search indexing | Ekaterina Vaartis | |
2022-10-10 | Make add_to_index and remove_from_index report errors | Ekaterina Vaartis | |
2022-10-10 | Change updateId to uid because apparently that's the new name | Ekaterina Vaartis | |
2022-10-10 | Change the meilisearch key auth to conform to 0.25.0 | Ekaterina Vaartis | |
2022-10-10 | Don't support meilisearch < 0.24.0, since it breaks things | Ekaterina Vaartis | |
2022-10-10 | Make chunk size configurable | Ekaterina Vaartis | |
2022-10-10 | Implement suggestions from the Meilisearch MR | Ekaterina Vaartis | |
- Index unlisted posts - Move version check outside of the streaming and only do it once - Use a PUT request instead of checking manually if there is need to insert - Add error handling, sort of | |||
2022-10-10 | Style fixes | Ekaterina Vaartis | |
2022-10-10 | Support reindexing meilisearch >=0.24.0 | Ekaterina Vaartis | |
It has has a different error code key | |||
2022-10-10 | Add a reindex option | Ekaterina Vaartis | |
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> | |||
2022-10-10 | Reorder ranking rules for (maybe) better results | Ekaterina Vaartis | |
2022-10-10 | Add the meilisearch.stats command | Ekaterina Vaartis | |
2022-10-10 | Add a message with a count of posts to index | Ekaterina Vaartis | |
2022-10-10 | Implement meilisearch auth | Ekaterina Vaartis | |
2022-10-10 | Make indexing logs rewrite themselves | Ekaterina Vaartis | |
2022-10-10 | Rework task indexing to share code with the main module | Ekaterina Vaartis | |
The code in the main module now scrubs new posts too | |||
2022-10-10 | Adjust content indexing to skip more unneeded stuff | Ekaterina Vaartis | |
2022-10-10 | Mark only content as searchable for meilisearch | Ekaterina Vaartis | |
2022-10-10 | Make the chunk size smaller | Ekaterina Vaartis | |
2022-10-10 | Use content instead of source and scrub it | Ekaterina Vaartis | |
2022-10-10 | Tweak search ordering to hopefully return newer results | Ekaterina Vaartis | |
2022-10-10 | Make meilisearch sort on publish date converted to unix time | Ekaterina Vaartis | |
2022-10-10 | Make the indexing batch differently and more, show number indexed | Ekaterina Vaartis | |
2022-10-10 | Ensure only indexing public posts and implement clearing and delete | Ekaterina Vaartis | |
2022-10-10 | Add logging to milisiearch index and make it use desc(id) | Ekaterina Vaartis | |
2022-10-10 | Initial meilisearch implementation, doesn't delete posts yet | Ekaterina Vaartis | |