- Sep 08, 2020
-
-
Bartek Wrona authored
Follow data shall be flushed also from Blocks.process level which is used at... See merge request !125
-
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)
-
Mariusz Trela authored
-
- Sep 03, 2020
-
-
Bartek Wrona authored
Unified some error messages and added CI groups for tests made in new scheme See merge request !114
-
Andrzej Lisak authored
added new test groups to CI with at least single test to make it easier to move tests accourding to new scheme (only follow/tags have no negative tests so no such groups were added)
-
Bartek Wrona authored
Database api fixes See merge request !103
-
-
Bartek Wrona authored
fixed unicode escaping See merge request !113
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Andrzej Lisak authored
[ABW]: added separate tests to CI (all tests will eventually be run through folders instead of common .yaml file)
-
Bartek Wrona authored
Add num_block to tables, add proper reblog support See merge request !112
-
Mariusz Trela authored
-
Mariusz Trela authored
-
- Sep 02, 2020
-
-
Andrzej Lisak authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
tests/tests_api submodule changed to introduce get_discussions_by_blog testcases. See merge request !111
-
Dariusz Kędzierski authored
* Added num_block to hive_follow and hive_reblog tables, * Added reblog class to process reblog operations, * Sync will now show version info, git revision and db version on start
-
Bartek Wrona authored
-
Mariusz Trela authored
-
Bartek Wrona authored
Eliminated obsolete columns from hive_posts: author_rep, url, root_title See merge request !109
-
Bartek Wrona authored
Simplified hive_votes definition: PK changed to triple [author_id, permlink_id, voter_id], eliminated id column since votes are not referenced Removed some indexes from hive_votes (redundant)
-
- Sep 01, 2020
-
-
Bartek Wrona authored
- Indexes are rebuilt only when resumed sync process imported enough number of blocks. See merge request !108
-
Bartek Wrona authored
- After-initial-sync updates are constrained to the number of blocks currently processed.
-
- Aug 31, 2020
-
-
Bartek Wrona authored
Fixes on deleted posts and beneficiaries See merge request !105
-