forked from thoughtworks/HeartBeat
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADM-998 [frontend][backend]: add none option when dora metric select …
…only lead time for changes (#1582) * ADM-998 [frontend][backend]: add none option when dora metric select only lead time for changes * ADM-998 [backend]: fix sonar issues * ADM-998 [frontend]: fix sonar issues * ADM-998 [frontend]: modify e2e test when only select lead time for changes * ADM-998 [frontend]: add e2e test for import none pipeline * ADM-998 [docs]: update readme
- Loading branch information
1 parent
7fd271c
commit ae0681a
Showing
18 changed files
with
369 additions
and
88 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
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
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
32 changes: 32 additions & 0 deletions
32
frontend/e2e/fixtures/input-files/select-none-in-pipeline-tool-configuration.template.json
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,32 @@ | ||
{ | ||
"projectName": "demo show", | ||
"dateRange": [ | ||
{ | ||
"startDate": "2024-06-01T00:00:00.000+08:00", | ||
"endDate": "2024-06-14T23:59:59.999+08:00" | ||
}, | ||
{ | ||
"startDate": "2024-05-15T00:00:00.000+08:00", | ||
"endDate": "2024-05-28T23:59:59.999+08:00" | ||
} | ||
], | ||
"calendarType": "CN", | ||
"metrics": ["Velocity", "Cycle time", "Classification", "Rework times", "Lead time for changes"], | ||
"sortType": "DESCENDING", | ||
"board": { | ||
"type": "Jira", | ||
"boardId": "2", | ||
"email": "[email protected]", | ||
"projectKey": "ADM", | ||
"site": "dorametrics", | ||
"token": "<E2E_TOKEN_JIRA>" | ||
}, | ||
"pipelineTool": { | ||
"type": "None", | ||
"token": "" | ||
}, | ||
"sourceControl": { | ||
"type": "GitHub", | ||
"token": "<E2E_TOKEN_GITHUB>" | ||
} | ||
} |
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.