-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue 640 #48
Issue 640 #48
Conversation
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
=============================================
- Coverage 91.74% 77.31% -14.44%
+ Complexity 58 16 -42
=============================================
Files 8 4 -4
Lines 666 119 -547
Branches 3 1 -2
=============================================
- Hits 611 92 -519
+ Misses 52 26 -26
+ Partials 3 1 -2
Continue to review full report at Codecov.
|
Copying from islandora-deprecated/claw_vagrant#55 (comment) @dannylamb The config for the islandora-indexing-triplestore feature indicates a change from one queue to two (https://github.com/Islandora-CLAW/Alpaca/pull/48/files#diff-d6faeeeee8e4b65be5a42765db3ed169) but the broadcaster is still routing to the old queue ( |
Should the Rules in Drupal be updated so that the Create/Update rules broadcast to the I think that is probably makes more sense that there is a simple little router that reads from |
@whikloj Let me check, you're on to something here. |
Looks like there's an inconsistency in naming between blueprint and config files there. I'm installing the JMS feature now to check it out on a fresh box. |
So I went into Drupal and changed the queues for the "Broadcast Content Create Event" and "Broadcast Content Update Event" from Now the triples appear in the triplestore. I think you are missing a route to do the sorting. |
@whikloj Sorting? Let me touch up the rules and re-export them. |
@whikloj ok, I've updated the rules exports on the Islandora PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
GitHub Issue: Part of Islandora/documentation#640
What does this Pull Request do?
Guts islandora-indexing-fcrepo since the heavy lifting is being moved to Milliner. Routing, configuration, and testing are all dramatically simpler.
What's new?
All business logic has been removed, and routes are now pretty simple. Read incoming message, extract what you need, and then post to Milliner.
How should this be tested?
There's an upcoming Islandora-Devops/claw-playbook PR that we'll use to test all the PRs required for Islandora/documentation#640, since it encompasses Alpaca, Crayfish, Crayfish-Commons, the core Islandora module... pretty much all of it.
Interested parties
@Islandora-CLAW/committers