-
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
ADM-693: [backend] return rework times from block when consider flag as block but not block state #106
Closed
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
…tail report (#1255) * Adm 694 [frontend][backend] Rework report display in page Overview&Detail report * AMD-694-fix [frontend] fix: change value of throughput --------- Co-authored-by: yiping-wu <[email protected]> Co-authored-by: yp.wu <[email protected]>
* 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-693:[backend] refactor: extract methods * ADM-693:[backend] refactor: extract generation of baseInfo and cycle time to the BoardSheetGenerator * ADM-693:[backend] feat: generate rework field in sheet * ADM-693:[backend] test: fix order of assert * ADM-693:[backend] fix: add rework total time in flat map * ADM-693: [frontend] fix: fix request param issue * ADM-693:[backend] fix: format rework fields * ADM-693:[backend] fix: use alias temporarily * ADM-693:[backend] test: add rework fields in sheet * ADM-693:[backend] refactor: only one condition * ADM-693:[backend] fix: pmd check * ADM-693:[backend] refactor: rename method * ADM-693:[backend] refactor: sort card steps enum * ADM-693:[docs] feat: return throughput in rework info * AMD-694 [frontend] test: add e2e for board metric rework both for create-a-new-project.spec and import-project-from-file.spec * AMD-693 [frontend] fix: add some columns in board metric.csv * ADM-693:[backend] feat: report rework metric in metric csc file * ADM-693:[frontend] fix: add rework data to e2e expect metric data csv * ADM-693:[backend] fix: fix sonar issue * ADM-693:[backend] fix: update constant name --------- Co-authored-by: Genhao Liu <[email protected]> Co-authored-by: GuangbinMa <[email protected]> Co-authored-by: yp.wu <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tarter-openfeign to v4.1.0 (#1260)[backend] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* ADM-882:[frontend]feat: disable future dates in DatePicker * ADM-882:[frontend]feat: validate start date add interval to end date * ADM-882:[frontend]fix: fix prettier * ADM-882:[frontend]fix: remove moment and extract constant * ADM-882:[backend]fix: refactor constants and add description to Readme * ADM-882:[backend]fix: fix some * ADM-882:[backend]fix: fix some
* [ADM-774] style: enhance step style based on figma * [ADM-774] style: enhance style for button group
* [doc]: update doc react-hook-form * [doc]: rename file type md to mdx * [doc]: fix doc typo
… reselect time (#1270) * ADM-864: [frontend] fix: rename field * ADM-864: [frontend] fix: modify multi select component display logic when option list is empty * ADM-864: [frontend] fix: reset rework setting when user revalidate or reselect time
…ag as block but not block state
* ADM-694-latest: [frontend] fix: fix dc issues * ADM-694:[backend] fix: keep four decimal * ADM-694:[frontend] fix: fix e2e for export metric csv * ADM-694-latest: [frontend] test: fix test * ADM-694-latest: [frontend] test: fix unit test * ADM-694-latest: [frontend] feat: add flag column * ADM-694-latest: [frontend] fix: fix eslint * ADM-694-latest: [frontend] fix: fix useless import * ADM-694-latest: [frontend] fix: use rgb instead of hex color * AMD-694-fix [frontend] fix: fix css hex check * AMD-694-latest [frontend] fix: flag undefined --------- Co-authored-by: Leiqiuhong <[email protected]> Co-authored-by: yulongcai <[email protected]> Co-authored-by: yp.wu <[email protected]>
…ag as block but not block state
…lag as block but not block state
# Conflicts: # backend/src/main/java/heartbeat/controller/board/dto/response/JiraCardDTO.java # backend/src/main/java/heartbeat/service/report/CSVFileGenerator.java # backend/src/main/java/heartbeat/service/report/KanbanCsvService.java # backend/src/test/java/heartbeat/service/report/CSVFileGeneratorTest.java # backend/src/test/java/heartbeat/service/report/KanbanCsvServiceTest.java # frontend/e2e/fixtures/createNew/metricData.csv # frontend/e2e/fixtures/importFile/metricData.csv
Hi @Liughgood! 👋 |
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
return rework times from block when consider flag as block but not block state
Before
Description
After
Note