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

(Feature) Resolutions System #1379

Merged
merged 52 commits into from Jun 9, 2020
Merged

(Feature) Resolutions System #1379

merged 52 commits into from Jun 9, 2020

Conversation

HDVinnie
Copy link
Collaborator

@HDVinnie HDVinnie commented Jun 7, 2020

Notes

  • If updating then be sure to run php artisan db:seed --class=ResolutionsSeeder to seed the DB with new resolutions. Fresh installs do NOT require this!

@codecov
Copy link

codecov bot commented Jun 7, 2020

Codecov Report

Merging #1379 into master will decrease coverage by 1.76%.
The diff coverage is 7.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1379      +/-   ##
============================================
- Coverage     28.02%   26.26%   -1.77%     
- Complexity     4243     4267      +24     
============================================
  Files           304      306       +2     
  Lines         13351    13431      +80     
============================================
- Hits           3741     3527     -214     
- Misses         9610     9904     +294     
Impacted Files Coverage Δ Complexity Δ
app/Http/Controllers/RequestController.php 0.00% <0.00%> (ø) 92.00 <0.00> (+2.00)
app/Http/Controllers/RssController.php 0.00% <0.00%> (ø) 63.00 <0.00> (+2.00)
app/Http/Controllers/Staff/CategoryController.php 78.12% <0.00%> (ø) 10.00 <0.00> (ø)
...pp/Http/Controllers/Staff/ResolutionController.php 0.00% <0.00%> (ø) 8.00 <8.00> (?)
app/Http/Controllers/Staff/RssController.php 0.00% <0.00%> (ø) 13.00 <0.00> (ø)
app/Http/Controllers/TorrentController.php 0.00% <0.00%> (ø) 340.00 <0.00> (+4.00)
app/Models/Resolution.php 0.00% <0.00%> (ø) 2.00 <2.00> (?)
app/Models/Rss.php 0.00% <ø> (ø) 5.00 <0.00> (ø)
app/Models/TorrentRequest.php 8.82% <0.00%> (-0.56%) 13.00 <1.00> (+1.00) ⬇️
app/Repositories/RequestFacetedRepository.php 0.00% <0.00%> (ø) 5.00 <1.00> (+1.00)
... and 19 more

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 c22701b...868c0ce. Read the comment docs.

@HDVinnie HDVinnie removed the WIP label Jun 8, 2020
@HDVinnie HDVinnie merged commit 941a7dd into master Jun 9, 2020
@HDVinnie HDVinnie deleted the Resolutions-System branch June 9, 2020 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant