Islandora / Alpaca

Event driven middleware based on Apache Camel for Islandora
http://islandora.ca
MIT License
7 stars 20 forks source link

Islandora connector houdini #49

Closed dannylamb closed 6 years ago

dannylamb commented 6 years ago

GitHub Issue: https://github.com/Islandora-CLAW/CLAW/issues/766

What does this Pull Request do?

Provides a camel listener to send images to Houdini and place the results back in Drupal.

What's new?

How should this be tested?

Testing instructions to come.

Interested parties

Tag (@ mention) interested parties or, if unsure, @Islandora-CLAW/committers

dannylamb commented 6 years ago

This is now wrapped up in https://github.com/Islandora-CLAW/islandora/pull/86

codecov[bot] commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 2.16%. The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #49      +/-   ##
============================================
+ Coverage     77.31%   79.47%   +2.16%     
- Complexity       16       56      +40     
============================================
  Files             4       11       +7     
  Lines           119      229     +110     
  Branches          1        1              
============================================
+ Hits             92      182      +90     
- Misses           26       46      +20     
  Partials          1        1
Impacted Files Coverage Δ Complexity Δ
...ora/alpaca/connector/houdini/HoudiniConnector.java 100% <100%> (ø) 3 <3> (?)
...slandora/alpaca/indexing/fcrepo/FcrepoIndexer.java 88.23% <100%> (+1.87%) 4 <0> (ø) :arrow_down:
.../connector/houdini/event/AS2AttachmentContent.java 100% <100%> (ø) 11 <11> (?)
...dora/alpaca/connector/houdini/event/AS2Object.java 50% <50%> (ø) 3 <3> (?)
...landora/alpaca/connector/houdini/event/AS2Url.java 68.75% <68.75%> (ø) 6 <6> (?)
...ndora/alpaca/connector/houdini/event/AS2Actor.java 70% <70%> (ø) 4 <4> (?)
...ndora/alpaca/connector/houdini/event/AS2Event.java 73.68% <73.68%> (ø) 8 <8> (?)
.../alpaca/connector/houdini/event/AS2Attachment.java 80% <80%> (ø) 5 <5> (?)
... and 5 more

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 743b395...0af8e9d. Read the comment docs.