Jeffrey Picard
|
02dbea4775
|
v0.2021.10.25.1
|
2021-10-25 11:51:09 -04:00 |
|
Jeffrey Picard
|
e12c26fe20
|
Merge pull request #17 from lbryio/jeffreypicard/8/add-prometheus-metrics
Record metrics
|
2021-10-21 08:32:43 -04:00 |
|
Jeffrey Picard
|
f0369e12e7
|
Cleanup metrics
Consolidated error metrics into a vector counter with a label,
removed other uneeded counters.
|
2021-10-21 02:52:03 -04:00 |
|
Jeffrey Picard
|
d69af2db8a
|
v0.2021.10.16.1
|
2021-10-16 10:08:16 -04:00 |
|
Jeffrey Picard
|
a9357d3ba5
|
v0.2021.10.16.1
|
2021-10-16 10:07:48 -04:00 |
|
Jeffrey Picard
|
8084a15598
|
v0.2021.10.16.1
|
2021-10-16 09:47:15 -04:00 |
|
Jeffrey Picard
|
e043ca89c9
|
Record metrics
There are a couple metrics that try to mirror the ones from python,
many of the python ones don't apply, and vice-versa.
|
2021-10-15 17:26:37 -04:00 |
|
Jeffrey Picard
|
0d51cbfde4
|
Merge pull request #15 from lbryio/query-caching
Query caching
|
2021-10-04 18:05:43 -04:00 |
|
Jeffrey Picard
|
a6d47e662a
|
Don't swallow error, cachettl and refresh delta as params
|
2021-10-04 18:04:26 -04:00 |
|
Jeffrey Picard
|
220a42984e
|
put jack's changes back
|
2021-10-04 12:44:55 -04:00 |
|
Jeffrey Picard
|
a0de5164ba
|
cleanup
|
2021-10-02 23:13:47 -04:00 |
|
Jeffrey Picard
|
0d59480f3c
|
bug fixes and cache purging
|
2021-10-02 22:49:49 -04:00 |
|
Jeffrey Picard
|
36b4a3cdd9
|
implement caching
|
2021-10-02 17:56:12 -04:00 |
|
Jeffrey Picard
|
076adcca39
|
Initial caching
|
2021-09-30 15:03:00 -04:00 |
|
Jeffrey Picard
|
4839f4aa8a
|
Merge pull request #14 from lbryio/prometheus-and-versioning
Prometheus and versioning
|
2021-09-28 08:34:36 -04:00 |
|
Alex Grin
|
777ee5ee52
|
minor
|
2021-09-28 08:31:11 -04:00 |
|
Jeffrey Picard
|
d99f993c21
|
Fix versioning
|
2021-09-24 16:24:22 -04:00 |
|
Jeffrey Picard
|
bdcb15b7c5
|
cleanup
|
2021-09-21 15:00:08 -04:00 |
|
Jeffrey Picard
|
e0141ae5ca
|
Merge branch 'master' of github.com:lbryio/hub into prometheus-and-versioning
|
2021-09-21 14:58:24 -04:00 |
|
Jeffrey Picard
|
4f7d3b20c8
|
cleanup and formatting
|
2021-09-21 14:02:09 -04:00 |
|
Jeffrey Picard
|
adb5f189d7
|
Merge pull request #13 from lbryio/update-for-leveldb-hub
update trending fields for the leveldb hub
|
2021-09-20 13:42:03 -04:00 |
|
Jeffrey Picard
|
fdbd7ec509
|
proto fixes and cleanup
|
2021-09-18 13:36:49 -04:00 |
|
Jeffrey Picard
|
81c3de3bfd
|
Merge remote-tracking branch 'origin/master' into prometheus-and-versioning
|
2021-09-18 13:19:47 -04:00 |
|
Jeffrey Picard
|
9c89907bb8
|
versioning and metrics
|
2021-09-18 12:06:56 -04:00 |
|
Jack Robison
|
fc57c177e2
|
handle error
|
2021-09-15 13:25:19 -04:00 |
|
Jack Robison
|
7c9d773ff0
|
remove old trending fields
-rename `Reposted` -> `RepostCount`
-add `TrendingScore`
-rename `Name` -> `ClaimName`
-round up `ReleaseTime` params the same way as the python hub
|
2021-09-15 13:12:59 -04:00 |
|
Jeffrey Picard
|
915810739c
|
Merge pull request #11 from e4drcf/linting
linitng
|
2021-09-08 14:27:26 -04:00 |
|
Victor Shyba
|
aa2fd9dd10
|
Dockerfile: add code to build from repo
|
2021-08-26 00:29:16 -03:00 |
|
Ivan Hranat
|
64870c54bc
|
linitng
|
2021-08-24 11:45:30 +03:00 |
|
Victor Shyba
|
031c3bfe4e
|
bring build files from header branch
|
2021-08-24 03:48:42 -03:00 |
|
Victor Shyba
|
d93fe2ee8d
|
Merge pull request #10 from lbryio/search_fixes
search fixes
|
2021-08-23 14:01:44 -03:00 |
|
Victor Shyba
|
8a2a98726d
|
initialize the server when making it instead of during request
|
2021-08-13 19:16:30 -03:00 |
|
Victor Shyba
|
b4782ce6ac
|
add --debug to show queries and error details
|
2021-08-13 18:36:43 -03:00 |
|
Victor Shyba
|
d71e91c58e
|
throttle flood errors like previous hub did
|
2021-08-13 16:04:19 -03:00 |
|
Victor Shyba
|
9edba6109f
|
check repeatable fields for being less than 2048 items
|
2021-08-13 16:02:45 -03:00 |
|
Victor Shyba
|
7a8e8b9b47
|
return empty if 404 and log errors
|
2021-08-13 14:08:25 -03:00 |
|
Victor Shyba
|
27598d628b
|
change protobufs fields to match SDK constants
|
2021-08-12 04:19:59 -03:00 |
|
Victor Shyba
|
d45f215789
|
field changes
|
2021-08-12 04:19:25 -03:00 |
|
Victor Shyba
|
fb161ee6f5
|
improve help strings
|
2021-08-11 01:46:21 -03:00 |
|
Victor Shyba
|
80ab0e7cd3
|
censoring_channel_hash->censoring_channel_id
|
2021-08-11 01:41:27 -03:00 |
|
Victor Shyba
|
b857eb38b2
|
reposted->repost_count
|
2021-08-11 00:59:46 -03:00 |
|
Victor Shyba
|
87b3db5d98
|
signature_valid->is_signature_valid
|
2021-08-11 00:53:16 -03:00 |
|
Victor Shyba
|
5757edfb9e
|
normalized->normalized_name, public_key_hash->public_key_id, gofmt
|
2021-08-11 00:40:42 -03:00 |
|
Victor Shyba
|
d2d17bee3b
|
specify index, remove --dev
|
2021-08-11 00:39:37 -03:00 |
|
Jeffrey Picard
|
228fc6f54b
|
v0.2021.07.14.1
|
2021-07-14 19:08:41 -04:00 |
|
Jeffrey Picard
|
f5568f7580
|
v0.2021.07.14.1
|
2021-07-14 19:08:30 -04:00 |
|
Jeffrey Picard
|
3cb2a3fd13
|
v0.2021.07.14.1
|
2021-07-14 19:08:08 -04:00 |
|
Jeffrey Picard
|
3830a18d3a
|
v0.2021.07.14.1
|
2021-07-14 19:07:46 -04:00 |
|
Jeffrey Picard
|
3564b6f5f1
|
v0.2021.07.14
|
2021-07-14 17:54:02 -04:00 |
|
Jeffrey Picard
|
dbfd210cc3
|
v0.2021.07.14
|
2021-07-14 17:53:22 -04:00 |
|