-
Notifications
You must be signed in to change notification settings - Fork 850
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
api-server: add the fallback page #640
Conversation
Signed-off-by: cwen0 <[email protected]>
Signed-off-by: cwen0 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #640 +/- ##
==========================================
- Coverage 55.78% 55.61% -0.17%
==========================================
Files 68 68
Lines 4383 4398 +15
==========================================
+ Hits 2445 2446 +1
- Misses 1768 1782 +14
Partials 170 170
Continue to review full report at Codecov.
|
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.
LGTM
@@ -18,7 +18,7 @@ import ( | |||
"net/http" | |||
"os" | |||
|
|||
"github.com/shurcooL/vfsgen" | |||
"github.com/cwen0/vfsgen" |
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.
Is this change intended? You'd like to use own fork here?
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.
The origin repo doesn't support setting the fallback and the repo is rarely updated, but we need this feature. cwen0/vfsgen@c353227
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.
I will try to push this pr to the origin repo.
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.
LGTM.
/merge |
/run-all-tests |
* api-server: add fallback Signed-off-by: cwen0 <[email protected]> * make clean Signed-off-by: cwen0 <[email protected]> Signed-off-by: shonge <[email protected]>
* api-server: add fallback Signed-off-by: cwen0 <[email protected]> * make clean Signed-off-by: cwen0 <[email protected]>
Signed-off-by: cwen0 [email protected]
What problem does this PR solve?
index.html
as the fallback page