-
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
Giving Milline a proper api and not just accepting event messages who… #48
Conversation
{ | ||
$this->log->debug("YOU GET HERE YET?"); |
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.
We might want to take that line out or make it a proper message.
Milliner/src/app.php
Outdated
$app->post('/media', "milliner.controller:saveMedia"); | ||
$app->post('/file', "milliner.controller:saveFile"); | ||
$app->delete('/resource/{uuid}', "milliner.controller:delete"); | ||
$uuid_regex = "/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i"; |
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 can get rid of this, too, i think.
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
=============================================
+ Coverage 55.03% 65.32% +10.28%
+ Complexity 123 86 -37
=============================================
Files 5 5
Lines 645 421 -224
=============================================
- Hits 355 275 -80
+ Misses 290 146 -144
Continue to review full report at Codecov.
|
…lesale
GitHub Issue: Part of Islandora/documentation#769
What does this Pull Request do?
Updates Crayfish to work with the new Flysystem changes.
What's new?
How should this be tested?
Test as part of Islandora/documentation#92
Interested parties
@Islandora-CLAW/committers