You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/01/25 06:21:31 UTC

[incubator-tuweni] branch main updated (43d26f9 -> e8fa2eb)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from 43d26f9  Merge pull request #368 from atoulme/simplify_index
     new 22725ee  Move stats to a separate job
     new e8381e4  More small changes
     new 61f8bef  fix tests
     new e8fa2eb  Merge pull request #367 from atoulme/crawler_stats

The 1071 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tuweni/eth/crawler/{rest => }/ClientIdInfo.kt  |   2 +-
 .../org/apache/tuweni/eth/crawler/CrawlerApp.kt    |  23 +++--
 .../tuweni/eth/crawler/CrawlerRESTService.kt       |   2 +
 .../tuweni/eth/crawler/RelationalPeerRepository.kt |  67 ------------
 .../org/apache/tuweni/eth/crawler/StatsJob.kt      | 113 +++++++++++++++++++++
 .../tuweni/eth/crawler/rest/ClientsService.kt      |  14 +--
 .../tuweni/eth/crawler/CrawlerRESTServiceTest.kt   |   4 +-
 .../eth/crawler/RelationalPeerRepositoryTest.kt    |   6 +-
 .../tuweni/eth/crawler/rest/ClientIdInfoTest.kt    |   1 +
 9 files changed, 146 insertions(+), 86 deletions(-)
 rename eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/{rest => }/ClientIdInfo.kt (97%)
 create mode 100644 eth-crawler/src/main/kotlin/org/apache/tuweni/eth/crawler/StatsJob.kt

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org