Commit graph

281 commits

Author SHA1 Message Date
Oleg Silkin f25e865422 Travis config for comment server 2019-08-23 13:54:05 -04:00
Oleg Silkin 4387a8cdef Fixes travis config 2019-08-23 13:50:53 -04:00
Oleg Silkin a0985044a6 Travis config for comment server 2019-08-13 09:33:20 -04:00
Oleg Silkin 1fd544dbf2 WOOOOO TRAVIS CI 2019-08-13 08:40:44 -04:00
Oleg Silkin 0b4a12a869
Merge pull request #8 from lbryio/api-refactor
refactor to replace `delete_comment` with `abandon_comment`
2019-08-10 17:36:07 -04:00
Oleg Silkin 670b34a95d Renames delete_comment to abandon_comment 2019-08-10 16:47:31 -04:00
Oleg Silkin 3aec342f8b delete_comment > abandon_comment 2019-08-10 16:45:48 -04:00
Oleg Silkin d0488dcf47 Fixes incompatability issues with sqlite 3.22 2019-08-09 08:34:58 -04:00
Oleg Silkin faf0851269 Fixes syntax for compatibility with sqlite 3.22 2019-08-09 07:05:16 -04:00
Oleg Silkin d97dd5513d
Merge pull request #7 from lbryio/hide-comments
Adds Hide Comment Functionality + Updates
\
2019-08-09 03:13:37 -04:00
Oleg Silkin 6933a9110d update 2019-08-09 03:12:54 -04:00
Oleg Silkin 332fa2bcd0 Updates unittests to be compliant with batched hide comments refactor 2019-08-09 01:20:00 -04:00
Oleg Silkin 7f9e475324 request.forwarded -> request.remote 2019-08-09 00:53:10 -04:00
Oleg Silkin 3e7af6ee47 Adds script to count valid signatures in the database 2019-08-09 00:52:34 -04:00
Oleg Silkin dc01e9b251 Replace singular hide_comment function with batch hide_comments function 2019-08-09 00:51:56 -04:00
Oleg Silkin d64044d3b2 Adds claim_search wrapper for lbrynet api 2019-08-09 00:50:59 -04:00
Oleg Silkin 6d2447bd29 Adds queries for hiding comments + updates other queries 2019-08-09 00:48:55 -04:00
Oleg Silkin ffb3711ac9 get_hidden_claim_comments -> get_claim_hidden_comments 2019-08-04 18:21:07 -04:00
Oleg Silkin 28944ad9b3 Fixes ImportError 2019-08-04 18:09:14 -04:00
Oleg Silkin d5dfd5a53b Revert "Adds hide comment function to daemon"
This reverts commit f898173d
2019-08-04 18:07:21 -04:00
Oleg Silkin f898173d9d Adds hide comment function to daemon 2019-08-04 18:06:13 -04:00
Oleg Silkin 0f5ea0f88f Fixes importerror 2019-08-04 18:05:03 -04:00
Oleg Silkin 67d503acdb Adds unit tests for hidden comments + deleted comments 2019-08-04 17:48:32 -04:00
Oleg Silkin 2b7e1df091 Adds get_hidden_claim_comments handle & activates abandon_comment func 2019-08-04 17:47:53 -04:00
Oleg Silkin c56562e7ea Import formats 2019-08-04 17:47:11 -04:00
Oleg Silkin 1b79aefb05 Adds hidden comment queries 2019-08-04 17:46:33 -04:00
Oleg Silkin 7f98417d9d Adds 2019-08-04 17:45:54 -04:00
Oleg Silkin 8d38bbd7ec Adds templates for querying lbrynet & validating signatures 2019-08-03 23:35:37 -04:00
Oleg Silkin 26c01930ef Adds handles for hiding comments & verifying message validity 2019-08-03 23:35:13 -04:00
Oleg Silkin 3c9e9d13c9 Adds hide comment query & function 2019-08-03 23:34:00 -04:00
Oleg Silkin 87150d9470 Adds is_hidden to schema 2019-08-03 23:32:37 -04:00
Oleg Silkin 5290625ea7
Adds technical debt badge (#5) 2019-08-01 19:56:18 -04:00
Oleg Silkin be281f66d0 Refactors database related files-create queries moved to schema.py 2019-07-31 01:56:04 -04:00
Oleg Silkin cdbfbfef8d Refactors database related files-create queries moved to schema.py 2019-07-31 01:53:39 -04:00
Oleg Silkin 76fc8adb71 Merge remote-tracking branch 'origin/master' 2019-07-30 01:59:19 -04:00
Oleg Silkin c46ae1d11f Merge branch 'lbrynet-service-integration' 2019-07-30 01:58:48 -04:00
Oleg Silkin c38dfe2530 Updates readme 2019-07-30 01:57:29 -04:00
Oleg Silkin 64f8ccb83f
Formatting
- fixes formatting
2019-07-30 01:16:08 -04:00
Oleg Silkin c3a4eef9ee Fixes formatting 2019-07-30 01:15:04 -04:00
Oleg Silkin acbcac456f Adds lbrynet.service target 2019-07-30 01:08:25 -04:00
Oleg Silkin d8c96f35d0
Merge pull request #3 from lbryio/lbrynet-service-integration
Activates Comment Deletion functionality + adds & fixes a ton of stuff
2019-07-30 01:06:32 -04:00
Oleg Silkin 35c95a0037 Reformats code 2019-07-30 00:29:26 -04:00
Oleg Silkin c9996fd658 Enables comment deletion 2019-07-30 00:25:10 -04:00
Oleg Silkin b137c73db9 Adds async server testing to instance new server & db each test 2019-07-30 00:22:24 -04:00
Oleg Silkin 4a552fb201 adds better logging mechanisms to control internal vs external errors 2019-07-30 00:20:20 -04:00
Oleg Silkin f4d5c6e62f Adjustment to signature validation pieces 2019-07-30 00:17:06 -04:00
Oleg Silkin 98a9d890db Moves concurrency tests back to scripts since they require prod setup 2019-07-30 00:15:35 -04:00
Oleg Silkin a7bab4a9a0 Removes unnecessary bloat from config & improves management system 2019-07-30 00:14:42 -04:00
Oleg Silkin 8d7211c17f Adds signing_ts into the signature schema 2019-07-29 16:36:23 -04:00
Oleg Silkin d7f6f8fca5 Merge remote-tracking branch 'origin/master' 2019-07-24 02:47:05 -04:00