Skip to content
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

More code reaping #61

Merged
merged 1 commit into from
Apr 3, 2017
Merged

Conversation

ruebot
Copy link
Member

@ruebot ruebot commented Mar 31, 2017

Follow-up to #60

* Remove the remainder of transactions
* Follow-up to Islandora#60
* Also addresses Islandora/documentation#581
@codecov
Copy link

codecov bot commented Mar 31, 2017

Codecov Report

Merging #61 into master will increase coverage by 10.97%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #61       +/-   ##
===========================================
+ Coverage   82.48%   93.45%   +10.97%     
===========================================
  Files           3        3               
  Lines         137      107       -30     
===========================================
- Hits          113      100       -13     
+ Misses         24        7       -17
Impacted Files Coverage Δ
src/FedoraApi.php 95.45% <ø> (+23.81%) ⬆️
src/Chullo.php 91.07% <100%> (-1%) ⬇️

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 9927a11...aa0500d. Read the comment docs.

@ruebot
Copy link
Member Author

ruebot commented Apr 3, 2017

@dannylamb here is a follow-up on #60. I found a bunch more that should be removed when I took a closer look.

@dannylamb
Copy link
Contributor

Awesome. I was stomping around in here while working on Islandora/Crayfish-Commons#1 and noticed it too. Deemed it out of scope for what I was working on and you beat me to the punch for a separate pull! I'll check it out soon.

return $this->client->request(
'DELETE',
$uri,
$options
);
}

protected function prepareUri($uri, $transaction = "")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very happy to get rid of that bit of ugly.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUP!

@dannylamb dannylamb merged commit 8df2117 into Islandora:master Apr 3, 2017
@dannylamb
Copy link
Contributor

Looks good. Tests run. Merging.

@ruebot ruebot deleted the issue-581-followup branch April 3, 2017 19:35
@ruebot
Copy link
Member Author

ruebot commented Apr 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants