-
Notifications
You must be signed in to change notification settings - Fork 107
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
Serve static proxy metadata and use v2 endpoint for dist lookup #222
Conversation
Codecov Report
@@ Coverage Diff @@
## static-proxy #222 +/- ##
==================================================
- Coverage 99.73% 99.70% -0.03%
+ Complexity 1440 1404 -36
==================================================
Files 234 233 -1
Lines 4092 4039 -53
==================================================
- Hits 4081 4027 -54
- Misses 11 12 +1
Continue to review full report at Codecov.
|
@@ -342,14 +342,6 @@ public function packageScanResults(Organization $organization, Package $package, | |||
]); | |||
} | |||
|
|||
protected function getUser(): User |
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.
dead code ☠️
@@ -46,27 +46,28 @@ public function testProviderAction(): void | |||
"buddy-works/repman": "@array@" | |||
} | |||
} | |||
', $this->client->getResponse()->getContent()); | |||
', $response); | |||
self::assertTrue($this->client->getResponse()->isCacheable()); |
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.
this will allow us to let others use their cache as well
No description provided.