Commits on Source (79)
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
* Removed manual request parsing, * Error message match error code, * Error data contains all needed information
-
Jason Salyers authored
[JES] Remove the references for list descriptions. Those are saved in profile_metadata instead, so these columns appear to be unused
-
Jason Salyers authored
[JES] Fix blacklist/muted list description accesses. They come from profile metadata now instead of directly from the DB
-
Bartek Wrona authored
Conflicts: hive/db/schema.py Fields effectively removed from hive_accounts_info_view defined in separate .sql file.
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Typo fixed.
-
Bartek Wrona authored
Updated patterns.
-
Pawel Maniora authored
-
Bartek Wrona authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
list comments_by_permlink performance improvements See merge request !318
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Marcin authored
-
Marcin authored
In case of post it is better to first filter against author/parent_author instead of blocks
-
Dariusz Kędzierski authored
-
Marcin authored
abs_rshares and rshares are saved now in hive_posts table and no longer computed dynamically from votes. It speeds up notifactions query c.a. 70%.
-
Mariusz Trela authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Mariusz Trela authored
-
Bartek Wrona authored
Issue #83 profile metadata not filled properly See merge request !323
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
remove unused imports See merge request !226
-
Dariusz Kędzierski authored
-
Marcin authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Mi vote noitifcations payload speedup See merge request !322
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
[JES] jsalyers remove unused database fields See merge request !289
-
Bartek Wrona authored
-
Marcin authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
calculate trend and hot only for not paided posts See merge request !326
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
* sql was never used in query_all, * about field does not exists in hive_accounts
-
Dariusz Kędzierski authored
* accept all names from names list, * if account name does not exists print warning message, * not existing accounts are ignored.
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Follow refactor See merge request !321
-
Bartek Wrona authored
-
Bartek Wrona authored
hive account info view optimization See merge request !325
-
Bartek Wrona authored
Fix in accounts_by_name See merge request !328
-
-
Bartek Wrona authored
Implemented concurrent pipelines on Gitlab CI See merge request !327
-
Marcin authored
There was a problem with local setting between python and sql, vote value was returned with '.' or ',' from sql query depends on locale setting. Python then process the value, but if it has different locale setting than db it could not cast the value. Now python does not process vote value generated by notification sql query.
-
Marcin authored
The bottleneck was score for account computation. Only first 100,000 accounts with higest reputation got score different than 20, moreover only 2% of accounts have the same reputation value. Base on this for score computation are taken only for first 150,000 of accounts (50,000 is a safe buffor, just like 50% would have the same reputation)
-
Marcin authored
-
Bartek Wrona authored
Mi drasticly speeds up notifications See merge request !330
-
Bartek Wrona authored
notification vote value fully processed in sql See merge request !332
-
Bartek Wrona authored
Moved original definition of find_comment_id and find_account_id functions from schema.py to utility_functions.sql file.
-
Bartek Wrona authored
Original definition of process_hive_post_operation and delete_hive_post moved into hive_post_operations.sql
-
Bartek Wrona authored
find_account_id definition moved to utility_functions.sql process_hive_post_operation definition moved to hive_post_operations.sql delete_hive_post moved to hive_post_operations.sql
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
database_api_vote, find_votes, list_votes_by_voter_comment, list_votes_by_comment_voter moved into database_api_list_votes.sql
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
db upgrade support See merge request !333
-
Marcin authored
-
Dan Notestein authored
Mi follow validation crash See merge request !334
-
Marcin authored
-
Bartek Wrona authored
remove hive_follows_block_num_idx before sync See merge request !335
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Fix for issue #65 See merge request !211
Showing
- .gitignore 4 additions, 1 deletion.gitignore
- .gitlab-ci-old.yaml 276 additions, 0 deletions.gitlab-ci-old.yaml
- .gitlab-ci.yaml 321 additions, 174 deletions.gitlab-ci.yaml
- docker-compose-ci.yml 130 additions, 0 deletionsdocker-compose-ci.yml
- hive/cli.py 33 additions, 6 deletionshive/cli.py
- hive/conf.py 21 additions, 1 deletionhive/conf.py
- hive/db/db_state.py 12 additions, 12 deletionshive/db/db_state.py
- hive/db/schema.py 28 additions, 1081 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_discussion.sql 93 additions, 0 deletionshive/db/sql_scripts/bridge_get_discussion.sql
- hive/db/sql_scripts/database_api_list_comments.sql 360 additions, 0 deletionshive/db/sql_scripts/database_api_list_comments.sql
- hive/db/sql_scripts/database_api_list_votes.sql 147 additions, 0 deletionshive/db/sql_scripts/database_api_list_votes.sql
- hive/db/sql_scripts/hive_accounts_info_view.sql 55 additions, 51 deletionshive/db/sql_scripts/hive_accounts_info_view.sql
- hive/db/sql_scripts/hive_accounts_view.sql 18 additions, 0 deletionshive/db/sql_scripts/hive_accounts_view.sql
- hive/db/sql_scripts/hive_post_operations.sql 140 additions, 0 deletionshive/db/sql_scripts/hive_post_operations.sql
- hive/db/sql_scripts/hive_posts_base_view.sql 12 additions, 19 deletionshive/db/sql_scripts/hive_posts_base_view.sql
- hive/db/sql_scripts/hive_posts_view.sql 106 additions, 0 deletionshive/db/sql_scripts/hive_posts_view.sql
- hive/db/sql_scripts/hive_votes_view.sql 25 additions, 0 deletionshive/db/sql_scripts/hive_votes_view.sql
- hive/db/sql_scripts/hot_and_trends.sql 6 additions, 46 deletionshive/db/sql_scripts/hot_and_trends.sql
- hive/db/sql_scripts/notifications_api.sql 10 additions, 9 deletionshive/db/sql_scripts/notifications_api.sql
- hive/db/sql_scripts/notifications_view.sql 150 additions, 107 deletionshive/db/sql_scripts/notifications_view.sql
.gitlab-ci-old.yaml
0 → 100644
docker-compose-ci.yml
0 → 100644
hive/cli.py
100644 → 100755
This diff is collapsed.
hive/db/sql_scripts/hive_accounts_view.sql
0 → 100644
hive/db/sql_scripts/hive_post_operations.sql
0 → 100644
hive/db/sql_scripts/hive_posts_view.sql
0 → 100644
hive/db/sql_scripts/hive_votes_view.sql
0 → 100644