Skip to content

Commit

Permalink
sort methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jingzhang36 committed Dec 2, 2019
1 parent 0828f55 commit 6162c96
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions frontend/src/lib/RunUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@
* limitations under the License.
*/

import { orderBy } from 'lodash';
import { ApiParameter, ApiPipelineVersion } from 'src/apis/pipeline';
import { Workflow } from 'third_party/argo-ui/argo_template';
import { ApiJob } from '../apis/job';
import {
ApiPipelineRuntime,
ApiResourceReference,
ApiResourceType,
ApiRun,
ApiRunDetail,
} from '../apis/run';
import { logger } from './Utils';
import {orderBy} from 'lodash';
import {ApiParameter, ApiPipelineVersion} from 'src/apis/pipeline';
import {Workflow} from 'third_party/argo-ui/argo_template';
import {ApiJob} from '../apis/job';
import {ApiPipelineRuntime, ApiResourceReference, ApiResourceType, ApiRun, ApiRunDetail} from '../apis/run';
import {logger} from './Utils';
import WorkflowParser from './WorkflowParser';

export interface MetricMetadata {
Expand Down Expand Up @@ -178,8 +172,8 @@ export default {
getParametersFromRuntime,
getPipelineId,
getPipelineName,
getPipelineVersionId,
getPipelineIdFromApiPipelineVersion,
getPipelineVersionId,
getRecurringRunId,
getWorkflowManifest,
runsToMetricMetadataMap,
Expand Down

0 comments on commit 6162c96

Please sign in to comment.