-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'opendatahub-io/main' into f/ds-projects
- Loading branch information
Showing
31 changed files
with
212 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
approvers: | ||
- andrewballantyne | ||
- lucferbux | ||
- alexcreasy | ||
- christianvogt | ||
|
||
reviewers: | ||
- DaoDaoNoCode | ||
- lucferbux | ||
- Gkrumbach07 | ||
- alexcreasy | ||
- christianvogt | ||
- uidoyen | ||
- Gkrumbach07 | ||
- lucferbux | ||
- DaoDaoNoCode | ||
- manaswinidas | ||
- pnaik1 | ||
- ppadti | ||
- dpanshug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Subject Matter Experts (SMEs) | ||
|
||
A given subject matter expert is not necessarily the most knowledgeable in the area, but they are the one who probably knows the most about it when it was originally done or has a responsibility to expand their knowledge to know about the area going forward. Contacting them first will help with delegation of responsibilities at the Dashboard level. | ||
|
||
This will detail out former (or current) feature leads, area leads (has a responsibility to understand the area), as well as any other notable position in relation to the area. If you need to talk to someone or ping someone for a review, this information should help you determine who. | ||
|
||
Below there will be some terms like “previous” and “backup”, these are for additional context. The way you can read each are as follows: | ||
- **previous** – the initial SME in the area. If you need legacy context, this person may be able to help | ||
- **backup** – a good person to lean on if there is a need for any 2nd opinions, for bouncing ideas off of, or any larger discussion about direction | ||
- **and** – Ping both during conversations – could be onboarding, could be a need to share information, best get both people involved at the same time | ||
|
||
General Dashboard ownership | ||
- Infrastructure / direction | ||
- Architect: `Andrew` ([andrewballantyne]) | ||
- General UX: `Kyle` ([kywalker-rh]) | ||
- App Text: `Katie` ([kaedward]) | ||
- Testing (Integration, Unit, etc) | ||
- Area lead: `Gage` ([Gkrumbach07]) | ||
- Performance | ||
- Area lead: `Lucas` ([lucferbux]) | ||
|
||
Dashboard features | ||
- Data Science Projects | ||
- Feature lead: `Andrew` ([andrewballantyne]) | ||
- UX: `Kyle` ([kywalker-rh]) **and** `Kun` ([xianli123]) | ||
- Data Science Pipelines | ||
- Feature lead: `Andrew` ([andrewballantyne]) | ||
- UX: `Yan` ([yannnz]) | ||
- Previous: `Kyle` ([kywalker-rh]) | ||
- Explainability, Bias | ||
- Feature lead: `Alex` ([alexcreasy]) | ||
- UX: `Vince` ([vconzola]) | ||
- Model Serving (Custom runtimes, general Model Serving) | ||
- Feature lead: `Lucas` ([lucferbux]) | ||
- UX: `Vince` ([vconzola]) | ||
- Model Serving - Performance metrics | ||
- Feature lead: `Andrew` ([andrewballantyne]) | ||
- UX: `Vince` ([vconzola]) | ||
- BYON - Custom Notebook Images | ||
- Feature lead: `Juntao` ([DaoDaoNoCode]) | ||
- Backup: `Andrew` ([andrewballantyne]) | ||
- UX: `Vince` ([vconzola]) | ||
- Habana / Accelerators | ||
- Feature lead: `Gage` ([Gkrumbach07]); | ||
- Backup: `Andrew` ([andrewballantyne]) | ||
- UX: `Yan` ([yannnz]) | ||
- Model Registry | ||
- Feature lead: TBD | ||
- UX: `Sim` ([simrandhaliw]) **and** `Haley` ([yih-wang]) | ||
|
||
<!-- Developers --> | ||
[andrewballantyne]: https://github.com/andrewballantyne | ||
[Gkrumbach07]: https://github.com/Gkrumbach07 | ||
[lucferbux]: https://github.com/lucferbux | ||
[alexcreasy]: https://github.com/alexcreasy | ||
[DaoDaoNoCode]: https://github.com/DaoDaoNoCode | ||
|
||
<!-- UX --> | ||
[kywalker-rh]: https://github.com/kywalker-rh | ||
[kaedward]: https://github.com/kaedward | ||
[xianli123]: https://github.com/xianli123 | ||
[vconzola]: https://github.com/vconzola | ||
[yannnz]: https://github.com/yannnz | ||
[simrandhaliw]: https://github.com/simrandhaliw | ||
[yih-wang]: https://github.com/yih-wang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
.../src/concepts/pipelines/content/configurePipelinesServer/DatabaseConnectionInputField.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
frontend/src/concepts/pipelines/topology/core/TaskEdge.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import * as React from 'react'; | ||
import { css } from '@patternfly/react-styles'; | ||
import styles from '@patternfly/react-styles/css/components/Topology/topology-components'; | ||
import { | ||
observer, | ||
Edge, | ||
integralShapePath, | ||
DEFAULT_SPACER_NODE_TYPE, | ||
ConnectorArrow, | ||
} from '@patternfly/react-topology'; | ||
interface TaskEdgeProps { | ||
element: Edge; | ||
className?: string; | ||
nodeSeparation?: number; | ||
} | ||
|
||
const TaskEdge: React.FunctionComponent<TaskEdgeProps> = ({ | ||
element, | ||
className, | ||
nodeSeparation, | ||
}) => { | ||
const startPoint = element.getStartPoint(); | ||
const endPoint = element.getEndPoint(); | ||
const groupClassName = css(styles.topologyEdge, className); | ||
const startIndent: number = element.getData()?.indent || 0; | ||
|
||
return ( | ||
<g data-test-id="task-handler" className={groupClassName}> | ||
<path | ||
fillOpacity={0} | ||
d={integralShapePath(startPoint, endPoint, startIndent, nodeSeparation)} | ||
shapeRendering="geometricPrecision" | ||
/> | ||
|
||
{element.getTarget().getType() !== DEFAULT_SPACER_NODE_TYPE ? ( | ||
<ConnectorArrow | ||
className={styles.topologyEdge} | ||
startPoint={endPoint.clone().translate(-1, 0)} | ||
endPoint={endPoint} | ||
/> | ||
) : null} | ||
</g> | ||
); | ||
}; | ||
|
||
export default observer(TaskEdge); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.