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

Build(deps): bump softprops/action-gh-release from 1 to 2 #1136

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps softprops/action-gh-release from 1 to 2.

Release notes

Sourced from softprops/action-gh-release's releases.

v2.0.0

  • update actions.yml declaration to node20 to address warnings
Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.12

  • fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls #144
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 11, 2024
Copy link

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

Copy link

codacy-production bot commented Mar 13, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (842ce0b) 6010 6010 100.00%
Head commit (3cef4c8) 6010 (+0) 6010 (+0) 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 (#1136) 0 0 ∅ (not applicable)

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

sonarcloud bot commented Mar 13, 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 13, 2024

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

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

@guzhongren guzhongren merged commit ac87686 into main Mar 13, 2024
30 checks passed
@guzhongren guzhongren deleted the dependabot/github_actions/softprops/action-gh-release-2 branch March 13, 2024 03:17
doujiao-001 pushed a commit that referenced this pull request Mar 13, 2024
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
lxuebing added a commit that referenced this pull request Mar 14, 2024
* AMD-793 [frontend] feature: add reverify logic and timeout alert

* AMD-793 [frontend] refactor: abstract config button component for config page

* AMD-793 [frontend] refactor: abstract timeout alert component for config page

* AMD-793 [frontend] feat: add timeout alert component to config page for three settings

* AMD-793 [frontend] test: add test for timeout alert component

* AMD-793 [frontend] test: add test for config button group component

* [ADM-793] style: fix css check

* AMD-793 [frontend] fix: set HB timeout and timeout alert false in SourceControlClient.ts and PipelineToolClient.ts

* AMD-793 [frontend] fix: fix test for PipelineToolClient.test.ts and SourceControlClient.test.ts

* [ADM-793] style: fix border css

* [ADM-793] test: fix test for useVerifyBoardEffect

* AMD-793 [frontend] test: add test of isHBTimeout for useVerifySourceControlTokenEffect

* [ADM-793] test: add test for useVerifyPipelineToolEffect

* [ADM-793] test: add test for getFieldsWithNoVerifiedError

* AMD-793 [frontend] test: remove not use mock in test file and change test case name

* ADM-856:[backend]feat: update all feign clients decoder error message (#1133)

* ADM-856:[backend]feat: update buildkite feign client decoder error message

* ADM-856:[backend]feat: update github feign client decoder error message

* ADM-856:[backend]feat: update jira feign client decoder error message

---------

Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design (#1137)

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design

* ADM-697:[docx] docx: add spike export rework content when generate board csv

* ADM-697:[docx] docx: add spike calculate rework times

* ADM-697:[docx] docx: rewrite the doc of calculate rework times when don't check "Consider the 'Flag' as 'Block'

* ADM-697:[docx] docx: add logic for consider flag is block

* ADM-697:[docx] docx: fix some words

* ADM-697:[docx] docx: add logic of judge is our need rework

---------

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

* ADM-691: [frontend] feat: add feat about rework settings (#1138)

* ADM-691: [frontend] feat: add new metrics field

* ADM-691: [frontend] feat: add rework setting title

* ADM-691: [frontend] feat: complete basic function about rework settings

* ADM-691: [frontend] feat: use redux to store fields

* ADM-691: [frontend] feat: replace undefind to null

* ADM-691: [frontend] feat: import config with rework times settings

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

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

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

* ADM-691: [frontend] chore: refactor code after cr

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

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

* ADM-691: [frontend] test: improve test coverage

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

* ADM-691: [frontend] test: add test for rework setting

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

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

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>

* ADM-856:[backend]feat: add decode default case error message (#1139)

* ADM-837:[docs] docs: spike about optimizing generate report backend logic (#1140)

* ADM-837:[docs]feat: add half completed spike doc

* ADM-837: [docs] completed spike solution for export-allMetrics button polling api.

* ADM-837: [docs] completed spike design for export-allMetrics button polling api.

* ADM-837: [docs] add note to notice allMetricCompleted as true

---------

Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>

* add test case

* AMD-793 [frontend] style: fix color for reverify button

* [ADM-793] fix: revert httpTimeout

* Build(deps): bump softprops/action-gh-release from 1 to 2 (#1136)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* AMD-793 [frontend] fix: remove annotation in test file

* AMD-793 [frontend] fix: update test name for clear

* AMD-793 [frontend] fix: update test name use given when then

* chore: extend the overall timeout of e2e 1 more minute. (#1144)

* chore: extend the overall timeout of e2e 1 more minute.

* distinguish local and CI for overall timeout.

* 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>

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

* [ADM-793] refactor: rename AXIOS_REQUEST_ERROR_CODE

* AMD-793 [frontend] fix: update alert position to keep element still

* [ADM-793] feat: enhance style for alert

* [ADM-793] feat: change moduleType text

* [ADM-793] style: enhance style

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: yp.wu <yiping.wu@yipings-MacBook-Pro.local>
Co-authored-by: xuebing <xuebing.li@thoughtworks.com>
Co-authored-by: yp.wu <yiping.wu@192.168.10.4>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: sqsq5566 <154306546+sqsq5566@users.noreply.github.com>
Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Chao <89126516+mrcuriosity-tw@users.noreply.github.com>
Liughgood added a commit that referenced this pull request Mar 14, 2024
* AMD-793 [frontend] feature: add reverify logic and timeout alert

* AMD-793 [frontend] refactor: abstract config button component for config page

* AMD-793 [frontend] refactor: abstract timeout alert component for config page

* AMD-793 [frontend] feat: add timeout alert component to config page for three settings

* AMD-793 [frontend] test: add test for timeout alert component

* AMD-793 [frontend] test: add test for config button group component

* [ADM-793] style: fix css check

* AMD-793 [frontend] fix: set HB timeout and timeout alert false in SourceControlClient.ts and PipelineToolClient.ts

* AMD-793 [frontend] fix: fix test for PipelineToolClient.test.ts and SourceControlClient.test.ts

* [ADM-793] style: fix border css

* [ADM-793] test: fix test for useVerifyBoardEffect

* AMD-793 [frontend] test: add test of isHBTimeout for useVerifySourceControlTokenEffect

* [ADM-793] test: add test for useVerifyPipelineToolEffect

* [ADM-793] test: add test for getFieldsWithNoVerifiedError

* AMD-793 [frontend] test: remove not use mock in test file and change test case name

* ADM-856:[backend]feat: update all feign clients decoder error message (#1133)

* ADM-856:[backend]feat: update buildkite feign client decoder error message

* ADM-856:[backend]feat: update github feign client decoder error message

* ADM-856:[backend]feat: update jira feign client decoder error message

---------

Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design (#1137)

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design

* ADM-697:[docx] docx: add spike export rework content when generate board csv

* ADM-697:[docx] docx: add spike calculate rework times

* ADM-697:[docx] docx: rewrite the doc of calculate rework times when don't check "Consider the 'Flag' as 'Block'

* ADM-697:[docx] docx: add logic for consider flag is block

* ADM-697:[docx] docx: fix some words

* ADM-697:[docx] docx: add logic of judge is our need rework

---------

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

* ADM-691: [frontend] feat: add feat about rework settings (#1138)

* ADM-691: [frontend] feat: add new metrics field

* ADM-691: [frontend] feat: add rework setting title

* ADM-691: [frontend] feat: complete basic function about rework settings

* ADM-691: [frontend] feat: use redux to store fields

* ADM-691: [frontend] feat: replace undefind to null

* ADM-691: [frontend] feat: import config with rework times settings

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

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

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

* ADM-691: [frontend] chore: refactor code after cr

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

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

* ADM-691: [frontend] test: improve test coverage

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

* ADM-691: [frontend] test: add test for rework setting

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

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

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>

* ADM-856:[backend]feat: add decode default case error message (#1139)

* ADM-837:[docs] docs: spike about optimizing generate report backend logic (#1140)

* ADM-837:[docs]feat: add half completed spike doc

* ADM-837: [docs] completed spike solution for export-allMetrics button polling api.

* ADM-837: [docs] completed spike design for export-allMetrics button polling api.

* ADM-837: [docs] add note to notice allMetricCompleted as true

---------

Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>

* add test case

* AMD-793 [frontend] style: fix color for reverify button

* [ADM-793] fix: revert httpTimeout

* Build(deps): bump softprops/action-gh-release from 1 to 2 (#1136)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* AMD-793 [frontend] fix: remove annotation in test file

* AMD-793 [frontend] fix: update test name for clear

* AMD-793 [frontend] fix: update test name use given when then

* chore: extend the overall timeout of e2e 1 more minute. (#1144)

* chore: extend the overall timeout of e2e 1 more minute.

* distinguish local and CI for overall timeout.

* 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>

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

* [ADM-793] refactor: rename AXIOS_REQUEST_ERROR_CODE

* AMD-793 [frontend] fix: update alert position to keep element still

* [ADM-793] feat: enhance style for alert

* [ADM-793] feat: change moduleType text

* [ADM-793] style: enhance style

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: yp.wu <yiping.wu@yipings-MacBook-Pro.local>
Co-authored-by: xuebing <xuebing.li@thoughtworks.com>
Co-authored-by: yp.wu <yiping.wu@192.168.10.4>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: sqsq5566 <154306546+sqsq5566@users.noreply.github.com>
Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Chao <89126516+mrcuriosity-tw@users.noreply.github.com>
WSSsssss33 pushed a commit that referenced this pull request Mar 18, 2024
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
WSSsssss33 pushed a commit that referenced this pull request Mar 18, 2024
* AMD-793 [frontend] feature: add reverify logic and timeout alert

* AMD-793 [frontend] refactor: abstract config button component for config page

* AMD-793 [frontend] refactor: abstract timeout alert component for config page

* AMD-793 [frontend] feat: add timeout alert component to config page for three settings

* AMD-793 [frontend] test: add test for timeout alert component

* AMD-793 [frontend] test: add test for config button group component

* [ADM-793] style: fix css check

* AMD-793 [frontend] fix: set HB timeout and timeout alert false in SourceControlClient.ts and PipelineToolClient.ts

* AMD-793 [frontend] fix: fix test for PipelineToolClient.test.ts and SourceControlClient.test.ts

* [ADM-793] style: fix border css

* [ADM-793] test: fix test for useVerifyBoardEffect

* AMD-793 [frontend] test: add test of isHBTimeout for useVerifySourceControlTokenEffect

* [ADM-793] test: add test for useVerifyPipelineToolEffect

* [ADM-793] test: add test for getFieldsWithNoVerifiedError

* AMD-793 [frontend] test: remove not use mock in test file and change test case name

* ADM-856:[backend]feat: update all feign clients decoder error message (#1133)

* ADM-856:[backend]feat: update buildkite feign client decoder error message

* ADM-856:[backend]feat: update github feign client decoder error message

* ADM-856:[backend]feat: update jira feign client decoder error message

---------

Co-authored-by: guzhongren <guzhongren@live.cn>

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design (#1137)

* ADM-697:[docx] docx: add docx spike the logic of calculating card rework and api design

* ADM-697:[docx] docx: add spike export rework content when generate board csv

* ADM-697:[docx] docx: add spike calculate rework times

* ADM-697:[docx] docx: rewrite the doc of calculate rework times when don't check "Consider the 'Flag' as 'Block'

* ADM-697:[docx] docx: add logic for consider flag is block

* ADM-697:[docx] docx: fix some words

* ADM-697:[docx] docx: add logic of judge is our need rework

---------

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

* ADM-691: [frontend] feat: add feat about rework settings (#1138)

* ADM-691: [frontend] feat: add new metrics field

* ADM-691: [frontend] feat: add rework setting title

* ADM-691: [frontend] feat: complete basic function about rework settings

* ADM-691: [frontend] feat: use redux to store fields

* ADM-691: [frontend] feat: replace undefind to null

* ADM-691: [frontend] feat: import config with rework times settings

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

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

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

* ADM-691: [frontend] chore: refactor code after cr

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

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

* ADM-691: [frontend] test: improve test coverage

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

* ADM-691: [frontend] test: add test for rework setting

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

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

---------

Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>

* ADM-856:[backend]feat: add decode default case error message (#1139)

* ADM-837:[docs] docs: spike about optimizing generate report backend logic (#1140)

* ADM-837:[docs]feat: add half completed spike doc

* ADM-837: [docs] completed spike solution for export-allMetrics button polling api.

* ADM-837: [docs] completed spike design for export-allMetrics button polling api.

* ADM-837: [docs] add note to notice allMetricCompleted as true

---------

Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>

* add test case

* AMD-793 [frontend] style: fix color for reverify button

* [ADM-793] fix: revert httpTimeout

* Build(deps): bump softprops/action-gh-release from 1 to 2 (#1136)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: guzhongren <guzhongren@live.cn>

* AMD-793 [frontend] fix: remove annotation in test file

* AMD-793 [frontend] fix: update test name for clear

* AMD-793 [frontend] fix: update test name use given when then

* chore: extend the overall timeout of e2e 1 more minute. (#1144)

* chore: extend the overall timeout of e2e 1 more minute.

* distinguish local and CI for overall timeout.

* 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>

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

* [ADM-793] refactor: rename AXIOS_REQUEST_ERROR_CODE

* AMD-793 [frontend] fix: update alert position to keep element still

* [ADM-793] feat: enhance style for alert

* [ADM-793] feat: change moduleType text

* [ADM-793] style: enhance style

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: yp.wu <yiping.wu@yipings-MacBook-Pro.local>
Co-authored-by: xuebing <xuebing.li@thoughtworks.com>
Co-authored-by: yp.wu <yiping.wu@192.168.10.4>
Co-authored-by: Steveay <907221539@qq.com>
Co-authored-by: guzhongren <guzhongren@live.cn>
Co-authored-by: Genhao Liu <103744663+Liughgood@users.noreply.github.com>
Co-authored-by: yulongcai <yulong.cai@thoughtworks.com>
Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
Co-authored-by: Leiqiuhong <qiuhong.lei@thoughtworks.com>
Co-authored-by: sqsq5566 <154306546+sqsq5566@users.noreply.github.com>
Co-authored-by: Yunlong Gan <yunlong.gan@thoughtworks.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 李雪冰 <33832990+lxuebing@users.noreply.github.com>
Co-authored-by: Chao <89126516+mrcuriosity-tw@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant