Mark Beamer Jr
|
81986315cb
|
Batched the chainquery calls for lighthouse in case it needs to grab all 700K in a redo.
|
2019-02-24 16:57:56 -05:00 |
|
Mark Beamer Jr
|
965746b9d2
|
added slack integration
|
2018-11-04 01:01:23 -04:00 |
|
filipnyquist
|
6b3269bfe3
|
Added the breaking change of #93. Added the change, do not merge until the chainquery change has been merged and deployed.
|
2018-07-30 15:19:29 +02:00 |
|
filipnyquist
|
4423fc2cfc
|
This PR adds channels into the index, this combined with the added channel filtering parameter allows us to search specific channels for content.
While adding the code for filtering I split the search query into individual parts so it easier can be edited and read.
|
2018-07-23 12:06:47 +02:00 |
|
Mark Beamer Jr
|
cd0f980904
|
-Refactored handling of blocked claims.
-Changed deletes to be queued and refactored.
-Added logging.
-Removed commented debug code.
-Added Spent and Expired bid_state handling.
|
2018-05-26 22:56:09 -04:00 |
|
Mark Beamer Jr
|
78e26b2e6e
|
-Parameterized elastic search logging to a const.
|
2018-05-26 22:49:29 -04:00 |
|
Mark Beamer Jr
|
bb8525f69e
|
-Fixed bug that causes completionmapper parse error in elastic search. This causes an entire batch to fail. Batches are up to 500 so if 1 fails they all fail. The impact is that many claims were not indexed in elastic search.
|
2018-05-26 22:47:26 -04:00 |
|
Mark Beamer Jr
|
4e1808c585
|
-fixed util import for chainquery sync
-added https for blocked files api
-added comma to commented section so query is intact if uncommented.
|
2018-05-15 00:03:07 -04:00 |
|
Mark Beamer Jr
|
c6893991c3
|
-removed comma on last column of query.
-removed useless console log.
-added more understandable logging for which claims are pushed to elastic search.
|
2018-05-14 21:28:14 -04:00 |
|
Mark Beamer Jr
|
b1c7f8b8ca
|
-chainquery integration. Instead of using lbrycrd directly, use the chainquery app as the intermediary.
|
2018-05-12 19:35:56 -04:00 |
|