-
Notifications
You must be signed in to change notification settings - Fork 28
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
No gemini #111
Conversation
…rce field is no longer required.
does this mean that no gemini = fedora 6? |
@elizoller It's all jumbled up here. But they're not strictly requiring one or the other. |
Codecov Report
@@ Coverage Diff @@
## dev #111 +/- ##
=============================================
- Coverage 91.87% 77.55% -14.32%
+ Complexity 175 159 -16
=============================================
Files 9 6 -3
Lines 726 655 -71
=============================================
- Hits 667 508 -159
- Misses 59 147 +88
Continue to review full report at Codecov.
|
Codecov is grumpy b/c deleting a whole microservice has upset the code coverage balance. But other than that this is green. Travis abides by all my updated tests. |
@elizoller Took care of recast and its tests. Took longer than I expected/wanted, but it's there! |
cool, i can give it another test 👍 |
i've pulled the most recents down on this branch in crayfish and did a composer install inside recast
and
and same with replace am i missing a step somewhere? |
I had to do some shenanigans to ensure things work on both http and https. As a side effect, you have to configure the Drupal and Fedora base url's for Recast without a protocol. Otherwise it won't make the match and you'll see what you're experiencing. |
in
then i restarted apache just to be safe |
Crud... cuz that should do it. When I get a moment to come up for air I'll take another look 😿 |
Ah yes, the old 'break the code to fix the tests'.... le sigh. Oh well, at least I know what's going on now. I can fix this and at least have ansible deploying it, too. |
👀 |
pulled in this commit and did ran received this:
The recast log has:
|
Is that what i should be seeing, because I still don't see it working as how i'd expect it - seeing the fedora URi instead of the drupal URI for the member of? |
Let me do another spin up of the playbook PR and make sure everything is as it should be. Sry this is being such a pain to test. |
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.
I was able to get recast working successfully with the playbook PR Islandora-Devops/islandora-playbook#197
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.
I was able to get recast working successfully with the playbook PR Islandora-Devops/islandora-playbook#197
it'll need the branch of crayfish-commons changed back though https://github.com/Islandora/Crayfish/pull/111/files#diff-94360fcbfdaa0794f89079d0ed59a44bf07deb14fb01050e69055e595004cc8fR7 |
Composesr.json's have been reverted for both milliner and recast 👍 |
do the composer.locks need to be updated? |
probably. i'll do that real quick. |
Just noticed... Suspecting it was accidental, but figuring it should be confirmed somewhere before throwing in a commit to remove it. |
GitHub Issue: Part of Islandora-Devops/isle-dc#132
What does this Pull Request do?
Delete Gemini. Rewrites milliner to use code in crayfish-commons instead of calling out to Gemini.
How should this be tested?
Test with Islandora-Devops/isle-dc#132
Interested parties
@Islandora/8-x-committers