- Jul 17, 2020
-
-
Bartek Wrona authored
[BW]: fixes to found bugs See merge request !33
-
Bartek Wrona authored
-
Bartek Wrona authored
- defined vw_hive_posts to simplify queries and eliminate joins at query side - fixed fatal bug in special characters escaping leading to modification of post body, title etc - fixed bug in querying for root_title in condnser_api/tags_api get_comment_discussions_by method family - fixed bug in querying for post url - eliminated unneeded fields in _condenser_post_object causing returning not needed additional data - tags_api group enabled in 5M smokest
-
- Jul 16, 2020
-
-
Bartek Wrona authored
Hivemind CI implementation See merge request !32
-
Bartek Wrona authored
Added git versioning to the build process
-
- Jul 13, 2020
-
-
Bartek Wrona authored
Preliminary Hivemind ci See merge request !31
-
Bartek Wrona authored
-
Bartek Wrona authored
api tests started with cmake See merge request !29
-
Marcin authored
-
- Jul 11, 2020
-
-
Bartek Wrona authored
Updated version of tests_api See merge request !27
-
Bartek Wrona authored
-
Bartek Wrona authored
Dk api fixes See merge request !26
-
Dariusz Kędzierski authored
- Added missing awaits, - Fix for `datetime` is not JSON serializable
-
Dariusz Kędzierski authored
Fixed obvious and not so obvious errors in SQL and python code.
-
- Jul 10, 2020
-
-
Bartek Wrona authored
Version of tests_api submodule bumped to 29f1d442497f72108cb4bdf22f1984442cd5162d See merge request !24
-
Bartek Wrona authored
-
- Jul 09, 2020
-
-
Bartek Wrona authored
Dk issue 3 pyresttests See merge request !20
-
- Jul 08, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Jul 07, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
Merge branch 'dk-issue-3-pyresttests' of gitlab.syncad.com:hive/hivemind into dk-issue-3-pyresttests
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
Added patterns for bridge api tests. Tests passes on production.
-
Bartek Wrona authored
- Added missing output columns for query used at implementation of get_ranked_posts, - Eliminated slow subquery, replaced with inner join
-
Bartek Wrona authored
- fixed bugs in SQL query (typos, broken table aliases) - used joins to eliminate 3x queries to hive_posts_data - added missing author_rep output column in the query
-
Bartek Wrona authored
-
Gandalf authored
[JES] Fix a bug on checking for last update time. If the initial update time was never set, the check will fail
-
Marcin authored
-
- Jul 06, 2020
-
-
Bartek Wrona authored
Fix for reblog operation in custom_op See merge request !19
-
Dariusz Kędzierski authored
- Fixed returning None type as a result of processing reblog operation. - Added logging to log this error in the future (most likely will log nothing).
-
- Jul 02, 2020
-
-
Dariusz Kędzierski authored
- added empty pattern files for test data Files will be filled with data in next commits.
-
Dariusz Kędzierski authored
- test definitions are now complete, - benchmark definitions are now complete, Now we need to add reference json data for tests (in next commits).
-
- Jul 01, 2020
-
-
Dariusz Kędzierski authored
- updated tests bodies, - added benchmarks for some API, More test and benchmarks in next commit.
-
- Jun 30, 2020
-
-
Gandalf authored
[JES] Add a limit on the get_discussion call to only return at most 2000 posts/comments. There are some posts with thousands of children, and requesting those posts tends to cause the hivemind server to hang while executing a large query. This should prevent that
-
Jason Salyers authored
This reverts commit abf88ff6
-
Gandalf authored
[JES] Add a limit on the get_discussion call to only return at most 2000 posts/comments. There are some posts with thousands of children, and requesting those posts tends to cause the hivemind server to hang while executing a large query. This should prevent that
-
Bartek Wrona authored
Dk issue 3 concurrent block query rebase See merge request !16
-
Dariusz Kędzierski authored
-