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

Move all proxy logic to Proxy class #223

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

akondas
Copy link
Member

@akondas akondas commented Jul 17, 2020

No description provided.

@akondas akondas requested a review from karniv00l July 17, 2020 08:12
@codecov
Copy link

codecov bot commented Jul 17, 2020

Codecov Report

Merging #223 into static-proxy will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                Coverage Diff                 @@
##             static-proxy     #223      +/-   ##
==================================================
+ Coverage           99.70%   99.82%   +0.12%     
+ Complexity           1404     1401       -3     
==================================================
  Files                 233      233              
  Lines                4039     4030       -9     
==================================================
- Hits                 4027     4023       -4     
+ Misses                 12        7       -5     
Impacted Files Coverage Δ Complexity Δ
src/Service/Dist/Storage/FileStorage.php 100.00% <ø> (+8.51%) 9.00 <0.00> (-6.00) ⬆️
src/Command/ProxySyncReleasesCommand.php 100.00% <100.00%> (ø) 13.00 <0.00> (ø)
src/Controller/Admin/ProxyController.php 100.00% <100.00%> (ø) 4.00 <0.00> (ø)
src/Message/Proxy/RemoveDist.php 100.00% <100.00%> (ø) 3.00 <2.00> (+1.00)
src/MessageHandler/Proxy/RemoveDistHandler.php 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
src/Service/Proxy.php 96.72% <100.00%> (+0.23%) 25.00 <5.00> (+2.00)
src/Service/Proxy/Metadata.php 100.00% <100.00%> (+7.14%) 5.00 <2.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 b79780a...9a8886f. Read the comment docs.

@akondas akondas mentioned this pull request Jul 17, 2020
8 tasks
@karniv00l karniv00l merged commit ea14b9a into repman-io:static-proxy Jul 17, 2020
@akondas akondas deleted the static-proxy branch July 17, 2020 08:28
akondas added a commit that referenced this pull request Jul 21, 2020
karniv00l pushed a commit that referenced this pull request Jul 21, 2020
* Serve static proxy metadata and use v2 endpoint for dist lookup (#222)

* Move all proxy logic to Proxy class (#223)

* Implement sync proxy metadata command (#224)

* Use async and stream for downloading metadata and distibutions (#226)

* Create migration to better auto upgrade to 0.5.0 (#227)
@karniv00l karniv00l added this to the 0.5.0 milestone Aug 4, 2020
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