Skip to content

Implementation of the new IR API #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 21, 2018
Merged

Implementation of the new IR API #26

merged 12 commits into from
Oct 21, 2018

Conversation

johannesduesing
Copy link

This PR upgrades the crawler to be compatible to the new instance registry API. This means that it will now check whether an environment variable named INSTANCE_ID is defined. If this is the case, the crawler will use the endpoints /reportStart, /reportStop & /reportFailure instead of /register and /deregister. If the variable is not defined, the old endpoints will be used.

@johannesduesing johannesduesing self-assigned this Oct 18, 2018
@ghost ghost added the review label Oct 18, 2018
@codecov
Copy link

codecov bot commented Oct 18, 2018

Codecov Report

Merging #26 into develop will decrease coverage by 0.41%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #26      +/-   ##
==========================================
- Coverage      8.6%   8.18%   -0.42%     
==========================================
  Files           43      43              
  Lines         1092    1148      +56     
  Branches        26      28       +2     
==========================================
  Hits            94      94              
- Misses         998    1054      +56
Impacted Files Coverage Δ
...a/de/upb/cs/swt/delphi/crawler/Configuration.scala 0% <ø> (ø) ⬆️
.../crawler/instancemanagement/InstanceRegistry.scala 0% <0%> (ø) ⬆️
...t/delphi/crawler/instancemanagement/Instance.scala 0% <0%> (ø) ⬆️
.../de/upb/cs/swt/delphi/crawler/control/Server.scala 0% <0%> (ø) ⬆️
...n/scala/de/upb/cs/swt/delphi/crawler/Crawler.scala 0% <0%> (ø) ⬆️

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 acba0c9...66353b5. Read the comment docs.

@bhermann bhermann merged commit 2407bc0 into develop Oct 21, 2018
@ghost ghost removed the review label Oct 21, 2018
@bhermann bhermann deleted the feature/newIRApi branch October 21, 2018 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants