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

[ADM-774] style: enhance style for img and note text #1251

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

lxuebing
Copy link

Summary

enhance style for img and note text

Before

Description

Screenshots
image

After

Description

Screenshots
image

Note

Null

@lxuebing lxuebing requested a review from neomgb March 21, 2024 02:36
Copy link

codacy-production bot commented Mar 21, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (13b3893) 6279 6279 100.00%
Head commit (a709fda) 12560 (+6281) 12560 (+6281) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1251) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

Hi @lxuebing! 👋
Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

Copy link

sonarcloud bot commented Mar 21, 2024

Quality Gate Passed Quality Gate passed for 'heartbeat-backend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Mar 21, 2024

Quality Gate Passed Quality Gate passed for 'au-heartbeat-heartbeat-frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@lxuebing lxuebing merged commit 5d6d175 into main Mar 21, 2024
53 checks passed
@lxuebing lxuebing deleted the ADM-774-enhance branch March 21, 2024 02:45
neomgb added a commit that referenced this pull request Mar 21, 2024
* ADM-864: [frontend] feat: link mapping status to rework setting

* ADM-864: [frontend] fix: fix null point

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* [frontend]ADM-793: add test and change word for alter (#1182)

* [ADM-793] test: add test for hidden alert when reset

* [ADM-793] feat: change word for alert

* [ADM-793] test: reset mock for timeout

* ADM-857:[backend]feat: add check buildkite status (#1179)

* ADM-857:[backend]feat: new Github action to see if it can check committer name

* ADM-857:[backend]feat: test getting pr username and compare

* ADM-857:[backend]feat: fix name comparison

* ADM-857:[backend]feat: completed name comparison

* ADM-857:[backend]feat: integrated name comparison into build pipeline fail check

* ADM-857:[backend]feat: add message when build pipeline was successful

* ADM-857:[backend]feat: make check build status needed by deploy infra

* ADM-857:[backend]refactor: move buildkite check logic for check.sh

* ADM-857:[backend]refactor: transfer param for check shell script

* ADM-857:[backend]refactor: update check buildkite status event name

* ADM-857:[backend]feat: add check buildkite status not contains revert

---------

Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>

* ADM-691:[frontend][backend] feat: calculate all card rework metrics (#1172)

* ADM-691: [frontend] fix: add request fields (#1143)

* ADM-691: [frontend] fix: add request fields

* ADM-691: [frontend] fix: fix sonar cloud

* ADM-691: [frontend] fix: fix unit test

* ADM-691: [frontend] chore: modify sytle, rename field

* ADM-691: [frontend] fix: fix sonar issue

* ADM-691: [frontend] fix: remove unused code

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
(cherry picked from commit f775626)

* ADM-691: [frontend] fix: fix sonar issue (#1145)

(cherry picked from commit 2bb3cdb)

* ADM-691: [frontend] fix: fix show more logic

* ADM-691: [frontend] fix: fix selecting all logic

* ADM-692:[backend] feat: init dto

* ADM-692:[backend] feat: calculate reworkTimesInfos

* ADM-692:[backend] feat: calculate rework card number and rework ratio

* ADM-692:[backend] feat: repair mock data

* ADM-692:[backend] feat: add test for get real done card rework given not consider flag as block

* ADM-692:[backend] feat: add calculate total rework time for every done card

* ADM-692:[backend] test: get real done card rework given consider flag as block

* ADM-692:[backend] fix: set treat flag card as block

* ADM-692:[backend] feat: refactor code and design request state

* ADM-692: [backend] test: modify test mock data to cover some missed code branch

* ADM-692:[backend] feat: calculate all card rework metrics

* ADM-692:[backend] test: calculate all card rework metrics

* ADM-692:[backend] fix: use get enum rework state

* ADM-692:[backend] test: throw exception when calculate rework given analyse state in rework times info list

* ADM-692:[backend] fix: lake the case of Testing in test

* ADM-692:[backend] feat: add rework metric

* ADM-692:[backend] test: add rework metric

* ADM-692:[backend] test: save report of rework info

* ADM-692:[backend] fix: use rework times

* ADM-692:[backend] fix: use word 'excluded'

* ADM-692:[backend] fix: use String to check

* ADM-692:[backend] fix: rebuild state map

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: set rework in response

* ADM-691: [frontend] fix: fix next button display logic

* ADM-692:[backend] feat: valid rework state not blank

* Revert "ADM-692:[backend] feat: valid rework state not blank"

This reverts commit 7a4792f.

* ADM-692:[backend] feat: refactor code for calculate cycle and rework branch

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] fix: sonar issues

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: add test to coverage code

* ADM-691: [frontend] test: fix e2e test

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat:fix sonar test coverage

---------

Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

---------

Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-857:[backend]fix: update check buildkite status entrance command

* ADM-857:[backend]docs: add a space (#1185)

* Adm 851[Backend] fix Snoar refactor issues (#1181)

* ADM-851:[backend] fix: fix sonar by extra sort function

* ADM-851:[backend] fix: fix sonar by extra write row function

* ADM-851:[backend] fix: fix sonar by extra fixDataWithFields

* ADM-851:[backend] fix: fix sonar by extra formatAllCards

* ADM-851:[backend] fix: fix sonar by extra mapFields

* ADM-851:[backend] fix: fix Codacy

* ADM-851:[backend] fix: fix parseTotalPage enum

* ADM-851:[backend] refactor: use other way to get page number

* ADM-861: [frontend] feat: add 'Dev' to Change Failure Rate & Mean time to recovery (#1152)

* ADM-861:[frontend]feat: add 'Dev' to the front of Change Failure Rate & Mean time to recovery

* ADM-861:[backend]feat: add 'Dev' to csv file

* ADM-861:[frontend]feat: add dev to config file

* ADM-861:[backend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate filename to DevChangeFailureRate & MeanTimeToRecovery filename to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename devMeanTimeRecoveryPipelines to devMeanTimeToRecoveryOfPipelines

* ADM-861:[frontend]fix: fix test

* ADM-861:[backend]fix: fix test

* ADM-861:[backend]fix: format code

* ADM-861:[backend]fix: fix code issue

* ADM-861:[backend]fix: fix code issues about Conditions to Cover

* ADM-861:[frontend]fix: fix e2e test

* ADM-861:[backend]fix: make avgDevMeanTimeToRecovery name available

* ADM-861:[backend]fix: fix code issue of AvgDevChangeFailureRate name

* fix buildkite check before merging PR (#1187)

* fix buildkite check before merging PR

* typo

* append branch prefix

* Buildkite e2e deployment check (#1188)

* add buildkite e2e deployment check

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time (#1189)

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time

* install jq in playwright image

* check empty response from buildkite

* change ++ to +1

* check with null for jq

* check empty([]) for the checking

* update filter for [] when checking

* update readme

* fix badge of coverage and gate

* pref(deps): upgrade[frontend] deps (#1191)

* update max_attampt from 20 to 40

* chore(deps): update dependency prettier to v3.2.5 (#1192)

* chore(deps): update dependency prettier to v3.2.5

* format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* chore(deps): update plugin io.spring.dependency-management to v1.1.4 (#1197)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin io.spring.javaformat to v0.0.41 (#1199)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Upgrade deps[frontend] (#1210)

* chore(deps): upgrade some deps

* chore(deps): upgrade husky lint-staged and node-fetch

* fix(deps): update dependency org.projectlombok:lombok to v1.18.30 (#1201)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(secuity): fix wiz security issues

* fix(deps): update dependency org.springframework:spring-core to v6.1.5 (#1202)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* ADM-864: [frontend] feat: add mapping select logic

* ADM-864: [frontend] feat: modify advance form group style

* ADM-864: [frontend] test: fix test

* ADM-864: [frontend] feat: add rework fields check when import

* [frontend] ADM-793: reset alter status (#1186)

* [ADM-793] feat: reset alter status

* [ADM-793] test: add test for reset timeout alert status

* [ADM-793] feat: remove set state logic from client

* fix(secuity): fix wiz security issues

* fix(pipeline): disable trufflehog scan

* fix(shell): comments

* chore(deps): update dependency @dotenvx/dotenvx to ^0.26.0 (#1214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* ADM-882 user can't select future time in calendar (#1224)

* ADM-882:[frontend]feat: disable future dates in DatePicker

* ADM-882:[frontend]feat: validate start date add interval to end date

* ADM-882:[frontend]feat: add max date interval 30 days

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[frontend]fix: fix prettier again

* ADM-882:[frontend]fix: fix tests

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[backend]fix: add trivy ignore

* ADM-882:[frontend]fix: remove moment and extract constant

* ADM-882:[frontend]fix: fix lint

* how to contribute (#1190)

* how to contribute

* docs(readme): add setup for contribution

* docs(readme): how to contribute

* Update the contribution readme

* docs(contribution): docs for contribution

---------

Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>

* docs(docs): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): ignore securty issue

* ADM-692:[backend] feat: add from analyse to rework (#1236)

* ADM-693:[backend] fix:revert to original logic in fetch done card data

* ADM-693:[backend] fix: update rework time is null to zero

* ADM-692:[backend] fix: update to do before analysis for rework

* ADM-692:[backend] fix: update if condition

* ADM-692:[backend] feat: add from analyse to rework

* ADM-692:[backend] fix: update method name

* ADM-864: [frontend] fix: fix test

* ADM-864: [frontend] test: improve test coverate

* ADM-692: [frontend] fix: fix e2e (#1240)

* ADM-693: [frontend] fix: fix request param issue

* ADM-692: [frontend] fix: fix e2e

* ADM-692:[docs] fix: fix docs

---------

Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>

* ADM-864: [frontend] fix: fix merge issue

* [ADM-774] style: enhance style for img and note text (#1251)

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: junbo dai <junbo.dai@thoughtworks.com>
Co-authored-by: TingyuDong <113588395+TingyuDong@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PengxiWPix <113176309+PengxiWPix@users.noreply.github.com>
Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>
TingyuDong added a commit that referenced this pull request Mar 25, 2024
* ADM-864: [frontend] feat: link mapping status to rework setting

* ADM-864: [frontend] fix: fix null point

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* [frontend]ADM-793: add test and change word for alter (#1182)

* [ADM-793] test: add test for hidden alert when reset

* [ADM-793] feat: change word for alert

* [ADM-793] test: reset mock for timeout

* ADM-857:[backend]feat: add check buildkite status (#1179)

* ADM-857:[backend]feat: new Github action to see if it can check committer name

* ADM-857:[backend]feat: test getting pr username and compare

* ADM-857:[backend]feat: fix name comparison

* ADM-857:[backend]feat: completed name comparison

* ADM-857:[backend]feat: integrated name comparison into build pipeline fail check

* ADM-857:[backend]feat: add message when build pipeline was successful

* ADM-857:[backend]feat: make check build status needed by deploy infra

* ADM-857:[backend]refactor: move buildkite check logic for check.sh

* ADM-857:[backend]refactor: transfer param for check shell script

* ADM-857:[backend]refactor: update check buildkite status event name

* ADM-857:[backend]feat: add check buildkite status not contains revert

---------

Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>

* ADM-691:[frontend][backend] feat: calculate all card rework metrics (#1172)

* ADM-691: [frontend] fix: add request fields (#1143)

* ADM-691: [frontend] fix: add request fields

* ADM-691: [frontend] fix: fix sonar cloud

* ADM-691: [frontend] fix: fix unit test

* ADM-691: [frontend] chore: modify sytle, rename field

* ADM-691: [frontend] fix: fix sonar issue

* ADM-691: [frontend] fix: remove unused code

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
(cherry picked from commit f775626)

* ADM-691: [frontend] fix: fix sonar issue (#1145)

(cherry picked from commit 2bb3cdb)

* ADM-691: [frontend] fix: fix show more logic

* ADM-691: [frontend] fix: fix selecting all logic

* ADM-692:[backend] feat: init dto

* ADM-692:[backend] feat: calculate reworkTimesInfos

* ADM-692:[backend] feat: calculate rework card number and rework ratio

* ADM-692:[backend] feat: repair mock data

* ADM-692:[backend] feat: add test for get real done card rework given not consider flag as block

* ADM-692:[backend] feat: add calculate total rework time for every done card

* ADM-692:[backend] test: get real done card rework given consider flag as block

* ADM-692:[backend] fix: set treat flag card as block

* ADM-692:[backend] feat: refactor code and design request state

* ADM-692: [backend] test: modify test mock data to cover some missed code branch

* ADM-692:[backend] feat: calculate all card rework metrics

* ADM-692:[backend] test: calculate all card rework metrics

* ADM-692:[backend] fix: use get enum rework state

* ADM-692:[backend] test: throw exception when calculate rework given analyse state in rework times info list

* ADM-692:[backend] fix: lake the case of Testing in test

* ADM-692:[backend] feat: add rework metric

* ADM-692:[backend] test: add rework metric

* ADM-692:[backend] test: save report of rework info

* ADM-692:[backend] fix: use rework times

* ADM-692:[backend] fix: use word 'excluded'

* ADM-692:[backend] fix: use String to check

* ADM-692:[backend] fix: rebuild state map

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: set rework in response

* ADM-691: [frontend] fix: fix next button display logic

* ADM-692:[backend] feat: valid rework state not blank

* Revert "ADM-692:[backend] feat: valid rework state not blank"

This reverts commit 7a4792f.

* ADM-692:[backend] feat: refactor code for calculate cycle and rework branch

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] fix: sonar issues

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: add test to coverage code

* ADM-691: [frontend] test: fix e2e test

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat:fix sonar test coverage

---------

Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

---------

Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-857:[backend]fix: update check buildkite status entrance command

* ADM-857:[backend]docs: add a space (#1185)

* Adm 851[Backend] fix Snoar refactor issues (#1181)

* ADM-851:[backend] fix: fix sonar by extra sort function

* ADM-851:[backend] fix: fix sonar by extra write row function

* ADM-851:[backend] fix: fix sonar by extra fixDataWithFields

* ADM-851:[backend] fix: fix sonar by extra formatAllCards

* ADM-851:[backend] fix: fix sonar by extra mapFields

* ADM-851:[backend] fix: fix Codacy

* ADM-851:[backend] fix: fix parseTotalPage enum

* ADM-851:[backend] refactor: use other way to get page number

* ADM-861: [frontend] feat: add 'Dev' to Change Failure Rate & Mean time to recovery (#1152)

* ADM-861:[frontend]feat: add 'Dev' to the front of Change Failure Rate & Mean time to recovery

* ADM-861:[backend]feat: add 'Dev' to csv file

* ADM-861:[frontend]feat: add dev to config file

* ADM-861:[backend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate filename to DevChangeFailureRate & MeanTimeToRecovery filename to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename devMeanTimeRecoveryPipelines to devMeanTimeToRecoveryOfPipelines

* ADM-861:[frontend]fix: fix test

* ADM-861:[backend]fix: fix test

* ADM-861:[backend]fix: format code

* ADM-861:[backend]fix: fix code issue

* ADM-861:[backend]fix: fix code issues about Conditions to Cover

* ADM-861:[frontend]fix: fix e2e test

* ADM-861:[backend]fix: make avgDevMeanTimeToRecovery name available

* ADM-861:[backend]fix: fix code issue of AvgDevChangeFailureRate name

* fix buildkite check before merging PR (#1187)

* fix buildkite check before merging PR

* typo

* append branch prefix

* Buildkite e2e deployment check (#1188)

* add buildkite e2e deployment check

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time (#1189)

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time

* install jq in playwright image

* check empty response from buildkite

* change ++ to +1

* check with null for jq

* check empty([]) for the checking

* update filter for [] when checking

* update readme

* fix badge of coverage and gate

* pref(deps): upgrade[frontend] deps (#1191)

* update max_attampt from 20 to 40

* chore(deps): update dependency prettier to v3.2.5 (#1192)

* chore(deps): update dependency prettier to v3.2.5

* format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* chore(deps): update plugin io.spring.dependency-management to v1.1.4 (#1197)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin io.spring.javaformat to v0.0.41 (#1199)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Upgrade deps[frontend] (#1210)

* chore(deps): upgrade some deps

* chore(deps): upgrade husky lint-staged and node-fetch

* fix(deps): update dependency org.projectlombok:lombok to v1.18.30 (#1201)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(secuity): fix wiz security issues

* fix(deps): update dependency org.springframework:spring-core to v6.1.5 (#1202)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* ADM-864: [frontend] feat: add mapping select logic

* ADM-864: [frontend] feat: modify advance form group style

* ADM-864: [frontend] test: fix test

* ADM-864: [frontend] feat: add rework fields check when import

* [frontend] ADM-793: reset alter status (#1186)

* [ADM-793] feat: reset alter status

* [ADM-793] test: add test for reset timeout alert status

* [ADM-793] feat: remove set state logic from client

* fix(secuity): fix wiz security issues

* fix(pipeline): disable trufflehog scan

* fix(shell): comments

* chore(deps): update dependency @dotenvx/dotenvx to ^0.26.0 (#1214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* ADM-882 user can't select future time in calendar (#1224)

* ADM-882:[frontend]feat: disable future dates in DatePicker

* ADM-882:[frontend]feat: validate start date add interval to end date

* ADM-882:[frontend]feat: add max date interval 30 days

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[frontend]fix: fix prettier again

* ADM-882:[frontend]fix: fix tests

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[backend]fix: add trivy ignore

* ADM-882:[frontend]fix: remove moment and extract constant

* ADM-882:[frontend]fix: fix lint

* how to contribute (#1190)

* how to contribute

* docs(readme): add setup for contribution

* docs(readme): how to contribute

* Update the contribution readme

* docs(contribution): docs for contribution

---------

Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>

* docs(docs): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): ignore securty issue

* ADM-692:[backend] feat: add from analyse to rework (#1236)

* ADM-693:[backend] fix:revert to original logic in fetch done card data

* ADM-693:[backend] fix: update rework time is null to zero

* ADM-692:[backend] fix: update to do before analysis for rework

* ADM-692:[backend] fix: update if condition

* ADM-692:[backend] feat: add from analyse to rework

* ADM-692:[backend] fix: update method name

* ADM-864: [frontend] fix: fix test

* ADM-864: [frontend] test: improve test coverate

* ADM-692: [frontend] fix: fix e2e (#1240)

* ADM-693: [frontend] fix: fix request param issue

* ADM-692: [frontend] fix: fix e2e

* ADM-692:[docs] fix: fix docs

---------

Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>

* ADM-864: [frontend] fix: fix merge issue

* [ADM-774] style: enhance style for img and note text (#1251)

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: junbo dai <junbo.dai@thoughtworks.com>
Co-authored-by: TingyuDong <113588395+TingyuDong@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PengxiWPix <113176309+PengxiWPix@users.noreply.github.com>
Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>
WSSsssss33 pushed a commit that referenced this pull request Mar 25, 2024
* ADM-864: [frontend] feat: link mapping status to rework setting

* ADM-864: [frontend] fix: fix null point

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* [frontend]ADM-793: add test and change word for alter (#1182)

* [ADM-793] test: add test for hidden alert when reset

* [ADM-793] feat: change word for alert

* [ADM-793] test: reset mock for timeout

* ADM-857:[backend]feat: add check buildkite status (#1179)

* ADM-857:[backend]feat: new Github action to see if it can check committer name

* ADM-857:[backend]feat: test getting pr username and compare

* ADM-857:[backend]feat: fix name comparison

* ADM-857:[backend]feat: completed name comparison

* ADM-857:[backend]feat: integrated name comparison into build pipeline fail check

* ADM-857:[backend]feat: add message when build pipeline was successful

* ADM-857:[backend]feat: make check build status needed by deploy infra

* ADM-857:[backend]refactor: move buildkite check logic for check.sh

* ADM-857:[backend]refactor: transfer param for check shell script

* ADM-857:[backend]refactor: update check buildkite status event name

* ADM-857:[backend]feat: add check buildkite status not contains revert

---------

Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>

* ADM-691:[frontend][backend] feat: calculate all card rework metrics (#1172)

* ADM-691: [frontend] fix: add request fields (#1143)

* ADM-691: [frontend] fix: add request fields

* ADM-691: [frontend] fix: fix sonar cloud

* ADM-691: [frontend] fix: fix unit test

* ADM-691: [frontend] chore: modify sytle, rename field

* ADM-691: [frontend] fix: fix sonar issue

* ADM-691: [frontend] fix: remove unused code

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
(cherry picked from commit f775626)

* ADM-691: [frontend] fix: fix sonar issue (#1145)

(cherry picked from commit 2bb3cdb)

* ADM-691: [frontend] fix: fix show more logic

* ADM-691: [frontend] fix: fix selecting all logic

* ADM-692:[backend] feat: init dto

* ADM-692:[backend] feat: calculate reworkTimesInfos

* ADM-692:[backend] feat: calculate rework card number and rework ratio

* ADM-692:[backend] feat: repair mock data

* ADM-692:[backend] feat: add test for get real done card rework given not consider flag as block

* ADM-692:[backend] feat: add calculate total rework time for every done card

* ADM-692:[backend] test: get real done card rework given consider flag as block

* ADM-692:[backend] fix: set treat flag card as block

* ADM-692:[backend] feat: refactor code and design request state

* ADM-692: [backend] test: modify test mock data to cover some missed code branch

* ADM-692:[backend] feat: calculate all card rework metrics

* ADM-692:[backend] test: calculate all card rework metrics

* ADM-692:[backend] fix: use get enum rework state

* ADM-692:[backend] test: throw exception when calculate rework given analyse state in rework times info list

* ADM-692:[backend] fix: lake the case of Testing in test

* ADM-692:[backend] feat: add rework metric

* ADM-692:[backend] test: add rework metric

* ADM-692:[backend] test: save report of rework info

* ADM-692:[backend] fix: use rework times

* ADM-692:[backend] fix: use word 'excluded'

* ADM-692:[backend] fix: use String to check

* ADM-692:[backend] fix: rebuild state map

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: set rework in response

* ADM-691: [frontend] fix: fix next button display logic

* ADM-692:[backend] feat: valid rework state not blank

* Revert "ADM-692:[backend] feat: valid rework state not blank"

This reverts commit 7a4792f.

* ADM-692:[backend] feat: refactor code for calculate cycle and rework branch

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] fix: sonar issues

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat: add test to coverage code

* ADM-691: [frontend] test: fix e2e test

* ADM-692:[backend] refactor: format code

* ADM-692:[backend] feat:fix sonar test coverage

---------

Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

---------

Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: GuangbinMa <guangbin.ma@thoughtworks.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-857:[backend]fix: update check buildkite status entrance command

* ADM-857:[backend]docs: add a space (#1185)

* Adm 851[Backend] fix Snoar refactor issues (#1181)

* ADM-851:[backend] fix: fix sonar by extra sort function

* ADM-851:[backend] fix: fix sonar by extra write row function

* ADM-851:[backend] fix: fix sonar by extra fixDataWithFields

* ADM-851:[backend] fix: fix sonar by extra formatAllCards

* ADM-851:[backend] fix: fix sonar by extra mapFields

* ADM-851:[backend] fix: fix Codacy

* ADM-851:[backend] fix: fix parseTotalPage enum

* ADM-851:[backend] refactor: use other way to get page number

* ADM-861: [frontend] feat: add 'Dev' to Change Failure Rate & Mean time to recovery (#1152)

* ADM-861:[frontend]feat: add 'Dev' to the front of Change Failure Rate & Mean time to recovery

* ADM-861:[backend]feat: add 'Dev' to csv file

* ADM-861:[frontend]feat: add dev to config file

* ADM-861:[backend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate to DevChangeFailureRate & MeanTimeToRecovery to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename ChangeFailureRate filename to DevChangeFailureRate & MeanTimeToRecovery filename to DevMeanTimeToRecovery

* ADM-861:[frontend]refactor: rename devMeanTimeRecoveryPipelines to devMeanTimeToRecoveryOfPipelines

* ADM-861:[frontend]fix: fix test

* ADM-861:[backend]fix: fix test

* ADM-861:[backend]fix: format code

* ADM-861:[backend]fix: fix code issue

* ADM-861:[backend]fix: fix code issues about Conditions to Cover

* ADM-861:[frontend]fix: fix e2e test

* ADM-861:[backend]fix: make avgDevMeanTimeToRecovery name available

* ADM-861:[backend]fix: fix code issue of AvgDevChangeFailureRate name

* fix buildkite check before merging PR (#1187)

* fix buildkite check before merging PR

* typo

* append branch prefix

* Buildkite e2e deployment check (#1188)

* add buildkite e2e deployment check

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time (#1189)

* enable main branch to deploy e2e every time

* enable main branch to deploy e2e every time

* install jq in playwright image

* check empty response from buildkite

* change ++ to +1

* check with null for jq

* check empty([]) for the checking

* update filter for [] when checking

* update readme

* fix badge of coverage and gate

* pref(deps): upgrade[frontend] deps (#1191)

* update max_attampt from 20 to 40

* chore(deps): update dependency prettier to v3.2.5 (#1192)

* chore(deps): update dependency prettier to v3.2.5

* format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* chore(deps): update plugin io.spring.dependency-management to v1.1.4 (#1197)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin io.spring.javaformat to v0.0.41 (#1199)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Upgrade deps[frontend] (#1210)

* chore(deps): upgrade some deps

* chore(deps): upgrade husky lint-staged and node-fetch

* fix(deps): update dependency org.projectlombok:lombok to v1.18.30 (#1201)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(secuity): fix wiz security issues

* fix(deps): update dependency org.springframework:spring-core to v6.1.5 (#1202)[backend]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-864: [frontend] feat: add rework board and table in report page

* Revert "ADM-864: [frontend] feat: add rework board and table in report page"

This reverts commit 59c411c.

* ADM-864: [frontend] feat: add mapping select logic

* ADM-864: [frontend] feat: modify advance form group style

* ADM-864: [frontend] test: fix test

* ADM-864: [frontend] feat: add rework fields check when import

* [frontend] ADM-793: reset alter status (#1186)

* [ADM-793] feat: reset alter status

* [ADM-793] test: add test for reset timeout alert status

* [ADM-793] feat: remove set state logic from client

* fix(secuity): fix wiz security issues

* fix(pipeline): disable trufflehog scan

* fix(shell): comments

* chore(deps): update dependency @dotenvx/dotenvx to ^0.26.0 (#1214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* ADM-882 user can't select future time in calendar (#1224)

* ADM-882:[frontend]feat: disable future dates in DatePicker

* ADM-882:[frontend]feat: validate start date add interval to end date

* ADM-882:[frontend]feat: add max date interval 30 days

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[frontend]fix: fix prettier again

* ADM-882:[frontend]fix: fix tests

* ADM-882:[frontend]fix: fix prettier

* ADM-882:[backend]fix: add trivy ignore

* ADM-882:[frontend]fix: remove moment and extract constant

* ADM-882:[frontend]fix: fix lint

* how to contribute (#1190)

* how to contribute

* docs(readme): add setup for contribution

* docs(readme): how to contribute

* Update the contribution readme

* docs(contribution): docs for contribution

---------

Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>

* docs(docs): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): upgrade deps

* docs([docs]): ignore securty issue

* ADM-692:[backend] feat: add from analyse to rework (#1236)

* ADM-693:[backend] fix:revert to original logic in fetch done card data

* ADM-693:[backend] fix: update rework time is null to zero

* ADM-692:[backend] fix: update to do before analysis for rework

* ADM-692:[backend] fix: update if condition

* ADM-692:[backend] feat: add from analyse to rework

* ADM-692:[backend] fix: update method name

* ADM-864: [frontend] fix: fix test

* ADM-864: [frontend] test: improve test coverate

* ADM-692: [frontend] fix: fix e2e (#1240)

* ADM-693: [frontend] fix: fix request param issue

* ADM-692: [frontend] fix: fix e2e

* ADM-692:[docs] fix: fix docs

---------

Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>

* ADM-864: [frontend] fix: fix merge issue

* [ADM-774] style: enhance style for img and note text (#1251)

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: PengxiWPix <pengxi.wang@thoughtworks.com>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: Shiqi Yuan <shiqi.yuan@thoughtworks.com>
Co-authored-by: yulongcai <141199398+yulongcai@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: junbo dai <junbo.dai@thoughtworks.com>
Co-authored-by: TingyuDong <113588395+TingyuDong@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PengxiWPix <113176309+PengxiWPix@users.noreply.github.com>
Co-authored-by: yichen.wang <yichen.wang@thoughtworks.com>
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.

2 participants