-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add stages filter, Update page filter logic (#142)
Jira: EPMDEDP-13218 Related: #142 Change-Id: I92a9a6ee33c17bca76af1edb774fa86b6217d0f7
- Loading branch information
1 parent
366e5fb
commit a687ff2
Showing
57 changed files
with
1,055 additions
and
842 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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...Stage/components/ApplicationCard/types.ts → ...Stage/components/ApplicationCard/types.ts
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
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
src/widgets/EnvironmentStage/styles.ts → ...ist/components/EnvironmentStage/styles.ts
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
7 changes: 7 additions & 0 deletions
7
src/pages/edp-cdpipeline-details/components/StageList/components/EnvironmentStage/types.ts
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,7 @@ | ||
import { EDPCDPipelineKubeObjectInterface } from '../../../../../../k8s/EDPCDPipeline/types'; | ||
import { StageWithApplicationsData } from '../../../../providers/DynamicData/types'; | ||
|
||
export interface EnvironmentStageProps { | ||
CDPipeline: EDPCDPipelineKubeObjectInterface; | ||
stageWithApplicationsData: StageWithApplicationsData; | ||
} |
198 changes: 0 additions & 198 deletions
198
src/pages/edp-cdpipeline-details/components/StageList/hooks/useColumns.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.