-
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
Master -> Main Rename #106
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #106 +/- ##
=========================================
Coverage 94.85% 94.85%
Complexity 168 168
=========================================
Files 9 9
Lines 700 700
=========================================
Hits 664 664
Misses 36 36 Continue to review full report at Codecov.
|
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.
👍
* add separate routes in milliner for versioning nodes and media * separate createVersion for node and Media as much as possible, create a helper method for getting the file from the media, flesh out the method for creating a media version * remove excess log statements * code cleanup * fix node versioning - no gemini from the controller so made a helper method in the service instead * adding and updating tests - still some of these fail * Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Hypercube (#92) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v3.4.30...v3.4.36) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Milliner (#94) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v3.4.30...v3.4.36) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump symfony/http-foundation from 3.4.30 to 3.4.36 in /Recast (#91) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.36. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v3.4.30...v3.4.36) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump symfony/http-foundation from 3.4.30 to 3.4.38 in /Gemini (#101) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.38. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v3.4.30...v3.4.38) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump symfony/http-foundation from 3.4.30 to 3.4.38 in /Homarus (#98) Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.30 to 3.4.38. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](symfony/http-foundation@v3.4.30...v3.4.38) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CONTRIBUTING.md (#104) * Update .travis.yml (#105) * Master -> Main Rename (#106) * removing unnecessary logging * update Milliner composer dependencies * add separate routes in milliner for versioning nodes and media * separate createVersion for node and Media as much as possible, create a helper method for getting the file from the media, flesh out the method for creating a media version * remove excess log statements * code cleanup * fix node versioning - no gemini from the controller so made a helper method in the service instead * adding and updating tests - still some of these fail * removing unnecessary logging * update Milliner composer dependencies * fix erroring test * fix spacing in test * update tests - copy paste from @dannylamb Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Melissa Anez <manez@islandora.ca> Co-authored-by: dannylamb <dlamb@islandora.ca>
Part of Islandora/documentation#1595