-
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
Updating lock files #56
Conversation
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
=========================================
Coverage 65.32% 65.32%
Complexity 86 86
=========================================
Files 5 5
Lines 421 421
=========================================
Hits 275 275
Misses 146 146 Continue to review full report at Codecov.
|
Does not seem to help! Apache error log:
|
@Natkeeran That's the error you get when the config file can't be found. Can you confirm the files are there and named correctly? I'm wondering if the instructions I gave for testing somehow wiped them out? |
composer.lock files are there. And the files seems to be the correct ones. |
@Natkeeran Oh, no, I meant the yml config file for the microservice. It looks like it's blowing up because the configuration provider can't open https://github.com/Islandora-CLAW/Crayfish/blob/master/Houdini/cfg/config.example.yaml. Ansible should've renamed it to |
|
Ok I was able to get this working, except for one thing. First I brought up a fresh claw-playbook and created a new Repository Item it did not get synced to Fedora. So I did the following
It ended with a weird statement
but that was probably my bash script being flaky. Then derivatives, etc worked for me. But not for Tiffs (read: files). I see them hitting Houdini and Milliner but not being PUT back into Drupal. But I don't see how that is related to this, I think it is probably related to Islandora/documentation#982 |
Hmmm something is going funny with events, I see this in the Drupal log.
Multiple times. Not sure what.... ohhhhh wait. There is no |
Nope this is a bug, we are putting an image back but using the valid extensions from the source field. We are not putting the Jpeg in to a file field too are we? |
Am I wrong? Are we now using Image for Tiffs too? |
@whikloj Tiffs should be Files. |
@whikloj @dannylamb |
Okay so I think this (meaning "this" PR) resolves the derivative issue, but for Tiffs we have a larger issue that we (for some reason) are trying to |
I am good with merging and then tracking those issues. |
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: Resolves Islandora/documentation#981
What does this Pull Request do?
Updates compser.lock files so we get the newest crayfish-commons code (and other dependencies). This should stop the auth errors we're experiencing in Islandora/documentation#981
How should this be tested?
composer install
to use the new lock file and get new dependenciesInterested parties
@Islandora-CLAW/committers