-
Notifications
You must be signed in to change notification settings - Fork 335
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
feat(gui): upgrade gui to latest #4338
Conversation
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.
Not really anything that I could review here, is there a way to verify that this is actually the gui / which version it is? Just a general question, why do we have GUI in a separate project?
Great questions!
|
Codecov Report
@@ Coverage Diff @@
## master #4338 +/- ##
=======================================
Coverage 55.38% 55.38%
=======================================
Files 941 941
Lines 57125 57125
=======================================
Hits 31641 31641
- Misses 22974 22979 +5
+ Partials 2510 2505 -5
Continue to review full report at Codecov.
|
I would ask opposite question - why we have GUI inside main repo ;-) I would say it should live in separate as it's now, and instead of manually updating artifacts to the gui directory, it should be included during the release process. I would even start a discussion if it could be fully removed from the main repo/project and be "installed" when deploying to the clusters? I think the decision to do it as it's now was dictated as it's just easier to have it as it's now |
Signed-off-by: Charly Molter <charly.molter@konghq.com>
The issue is #3863
That would open a bunch of issues in airlocked envs no? |
From the top of my head:
|
@bartsmykla @lahabana any thoughts on ☝️ #4338 (comment) |
In practice the real fix to this is correct openAPI spec so that the JS client can be auto-generated. I guess another issue would be for us to work with the enterprise version of the GUI. We could always work-around this some other way though... Anyway I've referenced the issue where this will be dealt with. I don't think this is something we need to address right now so just referencing this for future reference. |
Agreed, thanks! |
Signed-off-by: Charly Molter charly.molter@konghq.com