-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Feat] extend assertion timeout for e2e local #103
Closed
mrcuriosity-tw
wants to merge
34
commits into
thoughtworks:main
from
au-heartbeat:feat-extend-assertion-timeout-for-e2e-local
Closed
[Feat] extend assertion timeout for e2e local #103
mrcuriosity-tw
wants to merge
34
commits into
thoughtworks:main
from
au-heartbeat:feat-extend-assertion-timeout-for-e2e-local
Conversation
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
…atch for imported data. (#1105) Co-authored-by: Xingmeng Tao <[email protected]>
* ADM-831:[frontend]feat: add pipeline is future time check * ADM-831:[frontend]test: add pipeline is future time test * ADM-831:[frontend]refactor: use dayjs replace raw code * ADM-831:[frontend]refactor: use lower camel case replace * ADM-831:[frontend]test: add pipeline container when selected past time
…tep (#1111) * ADM-841: [frontend] fix: show board configuration config in metrics step * ADM-841: [frontend] fix: fix test * ADM-841: [frontend] fix: rename field * ADM-841: [frontend] fix: fix test
* ADM-831:[frontend]test: update time mock * ADM-831:[frontend]test: rename test
* ADM-767 [frontend] feat: add getOptionDisabled logic * ADM-767 [frontend] test: add test
…1114) * [kai.zhou][adm-818]: handle hide loading button when pipeline info get failed * [kai.zhou][adm-818]: fix code --------- Co-authored-by: zhoukai <[email protected]>
* ADM-841: [frontend] fix: fix next button display logic * ADM-841: [frontend] fix: rename field * ADM-841: [frontend] fix: rename field
* ADM-767 [frontend] feat: sort the disabled options * ADM-767 [frontend] feat: delete log
…reload (#1122) * ADM-839[frontend]delete time in board verify API * ADM-839[frontend]fix change time then board configuration should reload
* ADM-789:[Docs] update E2E docs * ADM-789:[Docs] update E2E uml
* pref(sonar): exclude some source * pref(sonar): exclude some source
* pref(sonar): exclude some source * pref(sonar): exclude some source
* ADM-826 [frontend] style: enhance style for report detail * AMD-826 [frontend] refactor: abstract boardColor const to theme config * [frontend] ADM-767: sort the disabled options (#1119) * ADM-767 [frontend] feat: sort the disabled options * ADM-767 [frontend] feat: delete log * fix: put swagger host in the env[backend] (#1120) * [ADM-826] test: fix e2e test * [ADM-767] test: add test for sort --------- Co-authored-by: yp.wu <[email protected]>
* Revert "ADM-831:[frontend]feat: add pipeline is future time check (#1112)" This reverts commit 213b20a. * Revert "ADM-831:[frontend]feat: add pipeline is future time check (#1110)" This reverts commit a138df4. * ADM-831:[frontend]feat: add future time check for metrics step * ADM-831:[frontend]test: add test for pipeline metrics future time check * Revert "ADM-831:[frontend]test: add test for pipeline metrics future time check" This reverts commit a3c12b5. * Revert "ADM-831:[frontend]feat: add future time check for metrics step" This reverts commit 3d3f44d. * ADM-831:[frontend]feat: add future time check for metrics step * ADM-831:[frontend]refactor: adjust import code * ADM-831:[frontend]test: add test for pipeline metrics future time check
…te in linxu-container/macos and low capability of errors
Hi @mrcuriosity-tw! 👋 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Since our local api take longer than CI env, entends the local TIMEOUT.
Before
Description
Screenshots
If applicable, add screenshots to help explain behavior of your code.
After
Description
Screenshots
If applicable, add screenshots to help explain behavior of your code.
Note
Null