Skip to content
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

[#611] refactoring ui toolchain #145

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

lev-titov
Copy link
Contributor

@lev-titov lev-titov requested review from owlleg6, BPylypenko and GennadiyShpak and removed request for owlleg6, BPylypenko and GennadiyShpak December 19, 2021 20:17
@@ -66,9 +66,9 @@ export interface ModelTrainingSpec {
resources?: models.ResourceRequirements;

/**
* IntegrationName of toolchain
* IntegrationName of trainer
Copy link
Contributor

@BPylypenko BPylypenko Dec 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* IntegrationName of trainer
* Training integration id

import {PackagingURLs} from "../packagings/urls";
import {fetchUserInfoRequest} from "../../store/user/actions";
import {TrainingIntegration} from "../../models/odahuflow/TrainingIntegration";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't see where this import is used

@@ -17,7 +17,7 @@ const headers = ['Image pull connection ID', 'Image', 'Replicas', 'State', 'Crea
const extractRow = (md: ModelDeployment) => [
(
<RouterLink
key="toolchain"
key="trainingIntegration"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
key="trainingIntegration"
key="imagePullConnIDLink"

Looks like it's more close to real meaning of it.

@BPylypenko BPylypenko self-requested a review December 23, 2021 11:28
import {TrainingIntegration} from "../../models/odahuflow/TrainingIntegration";

export enum TrainingIntegrationActionTypes {
FETCH_ALL = '@@trainingIntegrationFETCH_ALL',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FETCH_ALL = '@@trainingIntegrationFETCH_ALL',
FETCH_ALL = '@@trainingIntegration/FETCH_ALL',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants