- Jun 05, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
[WIP] list_commments implmemenation: added native database_api.list_comments, raw_json data moved to proper table columns in hive_posts_cache, engine changed to support new columns. Added script to perform database upgrade.
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
[WIP] Works on sync and removing get_content call to download comment data. NOT TESTED! Probably will mess your db badly!
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
[WIP] list_commments implmemenation: added native database_api.list_comments, raw_json data moved to proper table columns in hive_posts_cache, engine changed to support new columns. Added script to perform database upgrade.
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
[WIP] list_commments implmemenation: added native database_api.list_comments, raw_json data moved to proper table columns in hive_posts_cache, engine changed to support new columns. Added script to perform database upgrade.
-
- May 29, 2020
- May 28, 2020
- May 27, 2020
-
-
Gandalf authored
-
Gandalf authored
[JES] Update to the mutes checks. Don't clear the cache every hour, instead simply remove a user from it if it's detected that they have been removed from the blacklists
-
Jason Salyers authored
[JES] Fix bug in pagination on get_account_posts. SQL query was being incorrectly built when start_author and start_permlink were specified
-
- May 26, 2020
-
-
Gandalf authored
[JES] Fix bug when there were no posts found. (not a crashing bug but was causing some exceptions to get thrown)
-
Gandalf authored
-
Gandalf authored
[JES] Update schema to update the creation of an index (currently partial but we decided we'd prefer to have the full index since many posts are not 'deleted'); add comments to sql queries to aid in tracking down slow ones from interfaces like pghero (queries get truncated and it's not obvious which one pghero is referring to, but a comment at the beginning of the query will always be displayed so there's no guessing)
-
- May 23, 2020
-
-
Jason Salyers authored
[JES] Redo the get_discussion method. Still needs some work but should be a good improvement over the old one for now. Also clean up some debug logs that got left behind
-
- May 20, 2020
-
-
Gandalf authored
-
- May 15, 2020
-
-
Gandalf authored
-
- May 14, 2020
-
-
Gandalf authored
[JES] Fix a bug in handling follow operations. The 'what' was indeed a list, and the first element is expected to be a string but was a dict instead of a string, leading to the dreaded 'TypeError: unhashable type: dict' problem.
-
- May 12, 2020
-
-
Gandalf authored
-
- May 11, 2020
-
-
Gandalf authored
-
Gandalf authored
[JES] Fix pinned posts. Code needs a little cleanup still but trying to get things back to a working order first
-
Gandalf authored
-
Gandalf authored
[JES] Fix get_ranked_posts viewing 'my' communities. I was joining on author instead of observer which was giving incorrect results
-
- May 09, 2020