summaryrefslogtreecommitdiff
path: root/lib/mix
AgeCommit message (Collapse)Author
2025-02-27Emoji, Pack, Backup, Frontend: Use SafeZipLain Soykaf
2024-11-21Remove unused importMint
2024-11-21Meilisearch: use PUT method for indexing Mix taskMint
See https://github.com/meilisearch/meilisearch/issues/2619
2024-09-16Reapply "Custom mix task to retry failed tests once in CI pipeline"Mark Felder
This reverts commit b281ad06de2de331450a5e319e3ba497071d4197.
2024-08-13Revert "Custom mix task to retry failed tests once in CI pipeline"Mark Felder
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68.
2024-07-30Remove WorkerHelperMark Felder
2024-07-15Added a Mix task "pleroma.config fix_mrf_policies" which will remove ↵Mark Felder
erroneous MRF policies from ConfigDB
2024-06-19Custom mix task to retry failed tests once in CI pipelineMark Felder
This will be temporary* as we hunt down the cause of the random test failures * gonna regret this
2024-06-13Fix mix pleroma.config dump on Elixir 1.15Mark Felder
2024-06-12Switch formatting checks to Elixir 1.15Haelwenn (lanodan) Monnier
2024-05-29Add additional flags to the Pleroma.Search.Indexer Mix taskMark Felder
2024-05-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-feature/akkoma-prune-old-posts
2024-05-16SearchBackend: Add drop_indexLain Soykaf
2024-05-14SearchBackend: Add create_indexLain Soykaf
2024-05-14Search: Basic Qdrant/Ollama searchLain Soykaf
2024-05-09add options to mix pleroma.database prune_objects to delete more activitiesfaried nawaz
2024-02-02Pleroma Emoji mix task: fix gradient errorMark 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-20Fix mix task pleroma.instance dialyzer errorMark 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-28Fix some more typosmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-11-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-meilisearch
2023-11-08Ensure benchee doesn't run unless we are executing benchmarksMark Felder
2023-08-04instance gen: Reduce permissions of pleroma directories and config filesHaelwenn (lanodan) Monnier
2023-01-15Force spec for every operation to have a listed tagtusooa
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-10-10Specifically strip mentions for search indexingEkaterina Vaartis
2022-10-10Make add_to_index and remove_from_index report errorsEkaterina Vaartis
2022-10-10Change updateId to uid because apparently that's the new nameEkaterina Vaartis
2022-10-10Change the meilisearch key auth to conform to 0.25.0Ekaterina Vaartis
2022-10-10Don't support meilisearch < 0.24.0, since it breaks thingsEkaterina Vaartis
2022-10-10Make chunk size configurableEkaterina Vaartis
2022-10-10Implement suggestions from the Meilisearch MREkaterina 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-10Style fixesEkaterina Vaartis
2022-10-10Support reindexing meilisearch >=0.24.0Ekaterina Vaartis
It has has a different error code key
2022-10-10Add a reindex optionEkaterina Vaartis
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
2022-10-10Reorder ranking rules for (maybe) better resultsEkaterina Vaartis
2022-10-10Add the meilisearch.stats commandEkaterina Vaartis
2022-10-10Add a message with a count of posts to indexEkaterina Vaartis
2022-10-10Implement meilisearch authEkaterina Vaartis
2022-10-10Make indexing logs rewrite themselvesEkaterina Vaartis
2022-10-10Rework task indexing to share code with the main moduleEkaterina Vaartis
The code in the main module now scrubs new posts too
2022-10-10Adjust content indexing to skip more unneeded stuffEkaterina Vaartis
2022-10-10Mark only content as searchable for meilisearchEkaterina Vaartis
2022-10-10Make the chunk size smallerEkaterina Vaartis
2022-10-10Use content instead of source and scrub itEkaterina Vaartis
2022-10-10Tweak search ordering to hopefully return newer resultsEkaterina Vaartis
2022-10-10Make meilisearch sort on publish date converted to unix timeEkaterina Vaartis
2022-10-10Make the indexing batch differently and more, show number indexedEkaterina Vaartis
2022-10-10Ensure only indexing public posts and implement clearing and deleteEkaterina Vaartis
2022-10-10Add logging to milisiearch index and make it use desc(id)Ekaterina Vaartis