Commit graph

163 commits

Author SHA1 Message Date
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
Oleg Silkin
e9c60cdca3 Removes debug logging from asyncio loop 2019-07-24 02:46:06 -04:00
Oleg Silkin
ad4c40ca2a Removes debug logging from asyncio loop 2019-07-24 02:45:31 -04:00
Oleg Silkin
02babe770f Disables deletion functionality, for now. 2019-07-24 02:26:47 -04:00
Oleg Silkin
1986f85a30
Merge pull request #2 from lbryio/server_upgrade
Upgrades Server to Allow Production Deployment
2019-07-24 02:24:25 -04:00
Oleg Silkin
fda41a6b97 Adds nginx config 2019-07-24 02:12:22 -04:00
Oleg Silkin
e14c94121b Makes concurrency test into server_test 2019-07-24 02:11:30 -04:00
Oleg Silkin
697b88e0d9 Moves stress_test to scripts 2019-07-24 02:11:06 -04:00
Oleg Silkin
7dcd6ab37e Adds systemd service targets for monitoring 2019-07-24 01:49:46 -04:00
Oleg Silkin
1332610b57 Adds testing for the database handling concurrent write requests 2019-07-24 01:47:14 -04:00
Oleg Silkin
d65b2b125b Adds server stress testing to see how much it can uphold 2019-07-24 01:46:43 -04:00
Oleg Silkin
4e977072a9 More refactoring 2019-07-24 01:46:08 -04:00
Oleg Silkin
6512ec78cd Adds argument parsing & provides entrypoint for starting app 2019-07-24 01:45:17 -04:00
Oleg Silkin
99ff987dad Reorganizes sources 2019-07-24 01:43:50 -04:00
Oleg Silkin
30812b2479 Moves the server from using run_app api to using TCPSite 2019-07-23 15:37:26 -04:00
Oleg Silkin
d89bc509e7 Moves scripts commonly used to scripts directory 2019-07-23 15:32:14 -04:00
Oleg Silkin
0c888687fa Adds benchmarking to request handling 2019-07-22 11:10:55 -04:00
Oleg Silkin
4f64b22f4f Adds stress-test 2019-07-22 11:06:44 -04:00
Oleg Silkin
904b249165 Fixes refactor bug 2019-07-22 09:25:36 -04:00