Commits on Source (32)
-
Bartek Wrona authored
- Indexes are rebuilt only when resumed sync process imported enough number of blocks. See merge request !108
-
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)
-
Bartek Wrona authored
Eliminated obsolete columns from hive_posts: author_rep, url, root_title See merge request !109
-
Mariusz Trela authored
-
Bartek Wrona authored
-
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
tests/tests_api submodule changed to introduce get_discussions_by_blog testcases. See merge request !111
-
Dariusz Kędzierski authored
-
Andrzej Lisak authored
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Bartek Wrona authored
Add num_block to tables, add proper reblog support See merge request !112
-
Andrzej Lisak authored
[ABW]: added separate tests to CI (all tests will eventually be run through folders instead of common .yaml file)
-
Mariusz Trela authored
-
Mariusz Trela authored
-
Bartek Wrona authored
fixed unicode escaping See merge request !113
-
-
Bartek Wrona authored
Database api fixes See merge request !103
-
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
Unified some error messages and added CI groups for tests made in new scheme See merge request !114
-
Mariusz Trela authored
-
Andrzej Lisak authored
[ABW]: some characters apparently need long 8-byte encoding (problem actually caused by use of ujson)
-
Bartek Wrona authored
Some characters apparently need long 8-byte encoding See merge request !117
-
-
Bartek Wrona authored
Teh call `get_profile` works See merge request !110
-
Bartek Wrona authored
Avoiding a redundant loop during `effective_comment_vote_operation` processing See merge request !116
-
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
Fixes around post data edit See merge request !120
Showing
- .gitlab-ci.yaml 85 additions, 5 deletions.gitlab-ci.yaml
- hive/db/adapter.py 4 additions, 0 deletionshive/db/adapter.py
- hive/db/db_state.py 5 additions, 3 deletionshive/db/db_state.py
- hive/db/schema.py 108 additions, 40 deletionshive/db/schema.py
- hive/indexer/accounts.py 5 additions, 20 deletionshive/indexer/accounts.py
- hive/indexer/blocks.py 7 additions, 13 deletionshive/indexer/blocks.py
- hive/indexer/community.py 1 addition, 1 deletionhive/indexer/community.py
- hive/indexer/custom_op.py 11 additions, 74 deletionshive/indexer/custom_op.py
- hive/indexer/follow.py 14 additions, 9 deletionshive/indexer/follow.py
- hive/indexer/post_data_cache.py 53 additions, 30 deletionshive/indexer/post_data_cache.py
- hive/indexer/posts.py 30 additions, 19 deletionshive/indexer/posts.py
- hive/indexer/reblog.py 124 additions, 0 deletionshive/indexer/reblog.py
- hive/indexer/sync.py 11 additions, 2 deletionshive/indexer/sync.py
- hive/indexer/votes.py 19 additions, 14 deletionshive/indexer/votes.py
- hive/server/bridge_api/methods.py 1 addition, 1 deletionhive/server/bridge_api/methods.py
- hive/server/bridge_api/objects.py 12 additions, 10 deletionshive/server/bridge_api/objects.py
- hive/server/bridge_api/support.py 1 addition, 1 deletionhive/server/bridge_api/support.py
- hive/server/common/helpers.py 24 additions, 0 deletionshive/server/common/helpers.py
- hive/server/condenser_api/cursor.py 4 additions, 6 deletionshive/server/condenser_api/cursor.py
- hive/server/condenser_api/objects.py 4 additions, 5 deletionshive/server/condenser_api/objects.py
hive/indexer/reblog.py
0 → 100644