Commit graph

57 commits

Author SHA1 Message Date
Alex Grintsvayg
6112f60681 gitlab ci setup
what works:
- tests
- linux and mac builds
- uploading builds to s3

what's left to do:
- uploading coverage results to codecov.io
- windows build
- github releases
- what directories to cache between builds
2019-11-26 18:28:58 -05:00
Alex Grintsvayg
68d1157495
catch the right error, boris 2019-11-13 17:58:47 -05:00
Jack Robison
3c591d4968
update time_to_first_bytes.py 2019-11-11 20:43:52 -05:00
Alex Grintsvayg
be64209292
less verbose snapshot download 2019-11-04 16:51:57 -05:00
Lex Berezhny
fdd2562f32 added purchase_list and purchase_create 2019-10-30 23:00:45 -04:00
Hugo
c5cfd8f40e Upgrade Python syntax with pyupgrade --py37-plus 2019-10-26 10:36:52 -04:00
Lex Berezhny
ccf55bcd01 simplify line in generate_json_api.py 2019-10-26 01:18:27 -04:00
Oleg Silkin
610f19bea1 Updates api example generation for file_list 2019-10-26 01:18:27 -04:00
Lex Berezhny
290a206012 fix api doc script 2019-10-26 00:15:19 -04:00
Julin S
c61fae05d6 Convert some format() strings in lbry and torba to fstrings 2019-10-25 20:47:39 -04:00
Jack Robison
afe24a3e65 update time_to_first_byte.py 2019-10-18 15:59:21 -04:00
Jack Robison
9058201de0 update download_blob_from_peer.py 2019-10-18 15:59:21 -04:00
Lex Berezhny
43b619b2c6 release script fix for PRs with null body 2019-10-14 19:09:32 -04:00
Jack Robison
a27943ea14
update time_to_first_byte.py 2019-10-14 12:59:59 -04:00
Lex Berezhny
e49f8f8c61 regenerated docs 2019-09-23 13:49:50 -04:00
Alex Grintsvayg
32ee7feea8 download wallet snapshot on first run 2019-09-16 12:24:44 -04:00
Lex Berezhny
36fbd91280 generate docs 2019-09-03 12:00:29 -04:00
Alex Grintsvayg
bbd4bb99b7
committing my claim search test script 2019-08-21 13:28:30 -04:00
Lex Berezhny
956e21269e monitor wallet server block transitions and report if new block is excessively delayed 2019-08-19 09:52:37 -04:00
Lex Berezhny
af1c8ec35c adding missing comma in wallet_server_monitor 2019-08-12 14:16:47 -04:00
Jack Robison
e2d618f472
formatting in time_to_first_byte.py
-pending claim_type being usable in claim_search, don't try downloading channel claims in time_to_first_byte.py
2019-08-12 00:49:33 -04:00
Lex Berezhny
98828387e3 slow queries saved to metabase 2019-08-06 20:41:14 -04:00
Lex Berezhny
1c12247b71 updated wallet_server_monitor to update slack 2019-08-06 17:44:31 -04:00
Lex Berezhny
ee10ebd5d7 renamed lbry/scripts/wallet_server_metabase_analytics.py -> lbry/scripts/wallet_server_monitor.py 2019-08-06 16:07:45 -04:00
Lex Berezhny
a58ed6f331 wallet server metabase analytics script 2019-08-05 09:23:47 -04:00
Lex Berezhny
e9098887fb script to check channel signature 2019-08-01 17:27:54 -04:00
Jack Robison
356b3c85e5
use app default order_by 2019-07-28 21:42:04 -04:00
Jack Robison
1a0680ead9
update claim_search_performance.py, add new test cases shown by time_to_first_byte.py 2019-07-28 21:22:07 -04:00
Jack Robison
c876d891fa
use perf_counter 2019-07-28 21:18:29 -04:00
Jack Robison
a08232f164
fix claim search kwargs in time to first byte script 2019-07-28 21:18:13 -04:00
Victor Shyba
0f8cf46626
refactor and fix ttfb for new api 2019-07-28 17:33:37 -04:00
Alex Grintsvayg
d2f174635c
add script to monitor wallet servers for slow queries 2019-07-24 13:36:22 -04:00
Lex Berezhny
521facedc4 script to find max server load 2019-07-22 00:15:05 -04:00
Jack Robison
8d5f50b695
improve claim search test script to show sql for nearly interrupted queries 2019-07-19 14:17:21 -04:00
Lex Berezhny
bbc056eef0 added better stats to sqlite_perf_test.py 2019-07-19 11:26:50 -04:00
Jack Robison
82fd3c632e
another claim search performance test case 2019-07-19 10:50:37 -04:00
Jack Robison
dbae939808
claim search performance test 2019-07-19 10:42:38 -04:00
Jack Robison
c2dcacb0de
more test cases 2019-07-19 10:37:15 -04:00
Lex Berezhny
29a87c850c fix sqlite_perf_test 2019-07-18 19:54:38 -04:00
Alex Grintsvayg
d97d738880 remove RCs from release tool 2019-07-16 21:35:21 -04:00
Jack Robison
478ae7e657
add claim search performance script 2019-07-16 20:05:49 -04:00
Jack Robison
d319761483
interrupt slow queries and log them for debugging
- add QUERY_TIMEOUT_MS env variable

- return sqlite timeout errors, jsonrpc error code -32000
2019-07-16 20:05:45 -04:00
Lex Berezhny
6d7aa93157 sqlite_perf_test uses lbry.wallet.server.db.reader 2019-07-16 00:57:53 -04:00
Lex Berezhny
c5aeac6898 sqlite performance script measures sql time inside each process individually 2019-07-11 20:10:28 -04:00
Lex Berezhny
b81c801f2d sqlite perf test script 2019-07-11 19:20:58 -04:00
Lex Berezhny
b1982a81dc updated release script to add --start-tag option 2019-06-25 12:50:13 -04:00
Lex Berezhny
d667efa9de remove docker wine based windows build process scripts 2019-06-25 01:33:04 -04:00
Lex Berezhny
9ce93a1da6 added --not_channel_ids and --has_channel_signature 2019-06-23 20:24:35 -04:00
Lex Berezhny
0a6eb76542 cleaned up make idea 2019-06-21 11:39:35 -04:00
Lex Berezhny
e6d42b5319 .idea directory now requires running make idea first 2019-06-21 11:26:58 -04:00