Rewrite searches (rebased to hafd schema)
-
adds paging to block-search api,
-
query rewritten so it doesn't use
execute format
, -
comment-search api divided to two seperate apis:
- get_comment_permlinks - lists permlinks filtered by date,block_num and comment-type (root_post or comment)
- get_comment_operations - lists operations that were a result of post or comment (votes on the comment, curation operations, rewards etc)
it simplyfies usage of this api
-
adds remaining tavern tests to hafbe
-
during testing I've found issue: haf#250 (closed) that still needs to be resolved to allow block-search api to work properly without additional indexes on specific operation types.
Edited by Michal Zander
Merge request reports
Activity
Filter activity
assigned to @mzander
added 12 commits
-
2e04bd4e - 1 commit from branch
develop
- 06bf93f0 - 1 earlier commit
- 1cfd5f86 - Adjust names of block-search indexes
- 1c2f652e - Create comment-search indexes concurently
- c168e908 - Adjust existing comment-search API, add new api get_comment_permlinks:
- bbd0b207 - Remove obsolite backend code
- 2e049942 - Rewrite openapi
- b7214539 - Adjust scripts
- 22d1a543 - Update performance test
- 51d3186c - Add new tavern tests
- f893effc - Rebase to hafd schema
- 04fa1f2c - Drop indexes in uninstall script
Toggle commit list-
2e04bd4e - 1 commit from branch
enabled an automatic merge when all merge checks for 04fa1f2c pass
mentioned in merge request !225 (closed)
Please register or sign in to reply