Commits on Source (31)
-
Mariusz Trela 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
-
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
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Remove FKs before initial sync and recreate after initial sync See merge request !124
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 7 additions, 10 deletionshive/db/db_state.py
- hive/db/schema.py 130 additions, 33 deletionshive/db/schema.py
- hive/indexer/accounts.py 5 additions, 20 deletionshive/indexer/accounts.py
- hive/indexer/blocks.py 10 additions, 16 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 18 additions, 13 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