NeverSinkDev / NeverSink-Filter

This is a lootfilter for the game "Path of Exile". It hides low value items, uses a markup-scheme and sounds to highlight expensive gear and is based on economy data mining.
https://www.filterblade.xyz
MIT License
2.42k stars 494 forks source link

Economy update in github #227

Closed He3F closed 2 years ago

He3F commented 2 years ago

Hi

Would it be possible to re-add the economy updates in github? Based on #214 , I see the issue was with the git history becoming to big. This could be solved with --orphan and some other git commands. see https://stackoverflow.com/questions/9683279/make-the-current-commit-the-only-initial-commit-in-a-git-repository

or are there any other ways of programmatically download the economy updated themed filters?

NeverSinkDev commented 2 years ago

Curently I have no plan to return to the github based economy updates anytime soon.

They barely had any traffic and removing the economy based github projects solved dozens of different issues, increased reliability and reduced pipeline execution time to about 5% of it's previous duration, not only due to skipping the git part, but also because we don't need to generate the same number of files (filterblade only needs soft strictness files and the ladder requires only strictnesses without styles).

We're looking into a way of allowing filterblade created filters/styles to be auto-updated by the filterblade backend in the future as an alternative.