- Sep 11, 2020
-
-
Bartek Wrona authored
faster bridge get trending for develop See merge request !133
-
Bartek Wrona authored
The call `get_accounts` is not supported by hivemind anymore See merge request !118
-
Marcin authored
-
- Sep 10, 2020
-
-
Bartek Wrona authored
Load and execute sql script from file See merge request !134
-
Mariusz Trela authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
dynamically generated notifs See merge request !123
-
Bartek Wrona authored
The calls 'list_votes'/'find_votes' work See merge request !129
-
Mariusz Trela authored
-
Mariusz Trela authored
Refactoring + `list_votes` sql function changed into `list_votes_by_voter_comment`/`list_votes_by_comment_voter`
-
- Sep 09, 2020
-
-
Mariusz Trela authored
-
-
-
-
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Marcin authored
Notifications about: votes, reblogs, subscribe, replies, new communitiy are dynamically generated Blocks number are added for some tables.
-
Bartek Wrona authored
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to... See merge request !128
-
- Sep 08, 2020
-
-
Bartek Wrona authored
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to UNLOGGED mode) are effective only if number of blocks to be synced is greather than specified limit. Added runtime configuration of `work_mem` parameter during `after_initial_sync` hooks execution.
-
Bartek Wrona authored
Prerequisuites to Reputation api support See merge request !121
-
Bartek Wrona authored
Enabled concurrent flush of Follow objects.
-
Bartek Wrona authored
update in CI - tags_api has negative group, while old .yaml is no longer present See merge request !126
-
Bartek Wrona authored
Follow data shall be flushed also from Blocks.process level which is used at... See merge request !125
-
Andrzej Lisak authored
changed behaviour of some condenser_api calls: when start_author or start_permlink is present, they need to point to correct post or error is generated fixed crash when start_author or start_permlink is passed to some condenser_api calls
-
Bartek Wrona authored
Follow data shall be flushed also from Blocks.process level which is used at regular block listening path.
-
Bartek Wrona authored
Remove FKs before initial sync and recreate after initial sync See merge request !124
-
Bartek Wrona authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Sep 07, 2020
-
-
Bartek Wrona authored
Fixes around post data edit See merge request !120
-
Andrzej Lisak authored
Fixed edit case with empty title, body or json_metadata Fixed use of json - now everywhere ujson is used In case json_metadata in comment_operation would not actually be json, HiveMind no longer crashes on access Since we are handling bad json anyway it was no longer needed to fill empty json_metadata with {}, original empty string restored
-
Bartek Wrona authored
Avoiding a redundant loop during `effective_comment_vote_operation` processing See merge request !116
-
Bartek Wrona authored
Teh call `get_profile` works See merge request !110
-
-
- Sep 04, 2020
-
-
Bartek Wrona authored
Some characters apparently need long 8-byte encoding See merge request !117
-
Andrzej Lisak authored
[ABW]: some characters apparently need long 8-byte encoding (problem actually caused by use of ujson)
-