Commits on Source (15)
-
Marcin authored
-remove hive_post_tags table -extend hive_posts for a column with an arrays of tags id -tags are added next after a post, not in paralles as it was previously -fix bug with not removing tags for a post whose author removed tags during edition
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
GIN index uses to find posts by tag See merge request !377
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
exception handling during sync See merge request !399
-
Bartek Wrona authored
-
Bartek Wrona authored
Fixed critical bug in testing option processing leading whole hive sync to fail. See merge request !404
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
- temporary eliminated DROP TABLE hive_post_tags until staging tests will finish.
-
Bartek Wrona authored
-
Bartek Wrona authored
fix for drop hive_post_dags without assign tags to post during upgrades See merge request !405
Showing
- README.md 2 additions, 0 deletionsREADME.md
- hive/db/db_state.py 1 addition, 2 deletionshive/db/db_state.py
- hive/db/schema.py 9 additions, 18 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql 20 additions, 24 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/hive_post_operations.sql 39 additions, 4 deletionshive/db/sql_scripts/hive_post_operations.sql
- hive/db/sql_scripts/upgrade/upgrade_table_schema.sql 33 additions, 0 deletionshive/db/sql_scripts/upgrade/upgrade_table_schema.sql
- hive/indexer/blocks.py 0 additions, 4 deletionshive/indexer/blocks.py
- hive/indexer/posts.py 16 additions, 25 deletionshive/indexer/posts.py
- hive/indexer/sync.py 107 additions, 54 deletionshive/indexer/sync.py
- hive/indexer/tags.py 0 additions, 74 deletionshive/indexer/tags.py
- setup.py 1 addition, 0 deletionssetup.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
hive/indexer/tags.py
deleted
100644 → 0