repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
515 stars 107 forks source link

Show when package is deprecated #567

Closed alamirault closed 2 years ago

alamirault commented 2 years ago

This PR allow to see deprecated packages on details. (#556) deprecated

If it's ok for you I can also add it to the listing page, but I'm not sure for the placement and style

codecov[bot] commented 2 years ago

Codecov Report

Merging #567 (1d29044) into master (98f4174) will decrease coverage by 0.03%. The diff coverage is 84.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #567      +/-   ##
============================================
- Coverage     99.21%   99.18%   -0.04%     
- Complexity     1893     1899       +6     
============================================
  Files           301      301              
  Lines          6014     6027      +13     
============================================
+ Hits           5967     5978      +11     
- Misses           47       49       +2     
Impacted Files Coverage Δ
src/Entity/Organization/Package.php 98.26% <50.00%> (-1.74%) :arrow_down:
src/Query/User/Model/PackageDetails.php 100.00% <100.00%> (ø)
src/Query/User/PackageQuery/DbalPackageQuery.php 100.00% <100.00%> (ø)
...ackageSynchronizer/ComposerPackageSynchronizer.php 96.99% <100.00%> (+0.06%) :arrow_up:

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 98f4174...1d29044. Read the comment docs.

akondas commented 2 years ago

Thanks @alamirault :beers: