repman-io / repman

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

Add package url #485

Closed noniagriconomie closed 3 years ago

noniagriconomie commented 3 years ago

Add package url small shortcut to package detail page HTML elements taken from the templates/organization/packages.html.twig view

akondas commented 3 years ago

You need to add url to PackageDetails read model. Generally, I was looking for it recently, so if the build is ok, we can accept it.

noniagriconomie commented 3 years ago

@akondas Sorry I've not described that I not yet tested it locally, just opening the PR for now via copy/past I will finish it very soon, thank you

codecov[bot] commented 3 years ago

Codecov Report

Merging #485 (0dc59e5) into master (fc2f088) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #485   +/-   ##
=========================================
  Coverage     99.36%   99.36%           
- Complexity     1894     1895    +1     
=========================================
  Files           299      299           
  Lines          5962     5966    +4     
=========================================
+ Hits           5924     5928    +4     
  Misses           38       38           
Impacted Files Coverage Δ
src/Query/User/Model/PackageDetails.php 100.00% <100.00%> (ø)
src/Query/User/PackageQuery/DbalPackageQuery.php 100.00% <100.00%> (ø)

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 fc2f088...0dc59e5. Read the comment docs.

akondas commented 3 years ago

Thanks @noniagriconomie :medal_military: