delphi-hub / delphi-crawler

Delphi's crawling and processing engine to extract facts on open-source software
https://delphi.cs.uni-paderborn.de/
Apache License 2.0
5 stars 11 forks source link

Adapt Crawler to latest changes of the registry interface #33

Closed johannesduesing closed 5 years ago

johannesduesing commented 5 years ago

Reason for this PR The interface of the instance registry has been changed lately. The reason for this was to better support the requirements of the Delphi-Management state management. The relevant change is:

This PR adapts the Crawler to this change. The same has been done for the WebApp and WebApi.

Changes

codecov-io commented 5 years ago

Codecov Report

Merging #33 into develop will decrease coverage by 0.09%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #33     +/-   ##
=========================================
- Coverage     8.22%   8.12%   -0.1%     
=========================================
  Files           43      44      +1     
  Lines         1155    1169     +14     
  Branches        34      27      -7     
=========================================
  Hits            95      95             
- Misses        1060    1074     +14
Impacted Files Coverage Δ
...a/de/upb/cs/swt/delphi/crawler/Configuration.scala 0% <ø> (ø) :arrow_up:
...lphi/crawler/instancemanagement/InstanceLink.scala 0% <0%> (ø)
.../crawler/instancemanagement/InstanceRegistry.scala 0% <0%> (ø) :arrow_up:
...t/delphi/crawler/instancemanagement/Instance.scala 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e72f48...abac46b. Read the comment docs.