Closed avdaredevil closed 4 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign avdaredevil
You can assign the PR to them by writing /assign @avdaredevil
in a comment when ready.
The full list of commands accepted by this bot can be found here.
@avdaredevil: The following test failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
kubeflow-metadata-presubmit | fe128d3cf724391458acb51614fe399b4afb74d5 | link | /test kubeflow-metadata-presubmit |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
/assign @zhenghuiwang
LGTM. Thanks for making the changes. Any plan to componentize the code so that we don't need a manual merge them?
presubmit tests should be passed once you rebase.
@zhenghuiwang Current problem is we don't have enough bandwidth (and priority) on componentizing all these. I will try refactoring some as I develop major new features at best effort.
@zhenghuiwang Current problem is we don't have enough bandwidth (and priority) on componentizing all these. I will try refactoring some as I develop major new features at best effort.
Thanks @Bobgy
Attn: @jlewi
@zhenghuiwang @neuromage any suggestions on the path forward here?
Thanks @avdaredevil for the summarization of the situation and possible solutions.
Abstracting out the shared logic/components looks right to me. If there isn't much difference between kubeflow metadata UI and Pipeline UI then abstracting out shouldn't require much effort. If KFP metadata UI is very specific to KFP, then loading it directly seems not a proper solution. Having the reusable abstraction will reduce the work of integrating it to these two UIs.
Ownership?
Since the original codebase is forked off KFP, we'd like to:
Migrate the Details pages and Routing logic to kubeflow/frontend (for shareability)
- Important for customers to provide a platform agnostic layer that shows metadata from all sources
Ping @zhenghuiwang @Bobgy.
For now should we disable broken tests, mark as skip, and merge. (we can verify manually, since I tested this manually a while back)
Sounds good to me.
For now should we disable broken tests, mark as skip, and merge. (we can verify manually, since I tested this manually a while back)
SGTM too
@avdaredevil looks like you got the greenlight to disable tests to get this merged.
@avdaredevil Any plans to update this and merge it?
Merging manually just so we can close this out.
Addresses: #217 fixes #149
About
Meta
/area metadata /area front-end /priority p1 /assign @avdaredevil /cc @kwasi @Bobgy @jlewi
This change is