-
- Downloads
[ABW]: last_month() moved to common to be shared across APIs (it should also...
[ABW]: last_month() moved to common to be shared across APIs (it should also be changed to take month from head block but it was not done yet) changed checks on numerical values - now empty string is treated as if parameter was skipped; also invalid cast to int no longer generates Server Error, but 'invalid parameters' [Fix] restored older version of list_top_communities, since most recent change was apparently experimental and introduced hardcoded community id into query; also fixed check on limit there [Fix] fixed list_pop_communities; it was apparently never used since it crashed and its code did not change since inception [Fix] added checks on min_score and post_id to post_notifications so they can generate meaningful errors (similar change should be done in account_notifications) [Fix] post_notifications again reacts correctly on missing post specified in its call parameters (similar change needed in account_notifications for account param) tabs removed from schema.py
parent
8f91dfaf
No related branches found
No related tags found
Showing
- hive/db/schema.py 263 additions, 233 deletionshive/db/schema.py
- hive/server/bridge_api/cursor.py 1 addition, 6 deletionshive/server/bridge_api/cursor.py
- hive/server/bridge_api/methods.py 8 additions, 8 deletionshive/server/bridge_api/methods.py
- hive/server/common/helpers.py 23 additions, 7 deletionshive/server/common/helpers.py
- hive/server/condenser_api/cursor.py 1 addition, 7 deletionshive/server/condenser_api/cursor.py
- hive/server/condenser_api/methods.py 16 additions, 16 deletionshive/server/condenser_api/methods.py
- hive/server/condenser_api/tags.py 1 addition, 1 deletionhive/server/condenser_api/tags.py
- hive/server/database_api/methods.py 2 additions, 2 deletionshive/server/database_api/methods.py
- hive/server/hive_api/community.py 12 additions, 12 deletionshive/server/hive_api/community.py
- hive/server/hive_api/notify.py 7 additions, 8 deletionshive/server/hive_api/notify.py
- hive/server/hive_api/public.py 10 additions, 10 deletionshive/server/hive_api/public.py
- hive/server/hive_api/stats.py 1 addition, 1 deletionhive/server/hive_api/stats.py
- hive/server/hive_api/thread.py 2 additions, 2 deletionshive/server/hive_api/thread.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
Loading
Please register or sign in to comment