-
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 905 fix Rework cards ratio value to move forward 2 digits #107
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
* ADM-892 docs: update metrics definition & formula * ADM-892 docs: update readme for rework * ADM-892 doc: update rework definition & formula * ADM-892 docs: Updated the sorting of images in the README --------- Co-authored-by: Yufan0226 <[email protected]>
* [ADM-853] test: add page jumps e2e test for rework * [ADM-853] feat: add type for rework settings
* ADM-903-fix:[backend] fix: fix null point error * ADM-903:[backend] fix: add test * ADM-903: [frontend] fix: do not show rework module when board mapping only select done status --------- Co-authored-by: guzhongren <[email protected]> Co-authored-by: yulongcai <[email protected]> Co-authored-by: GuangbinMa <[email protected]>
* ADM-865:update readme doc * ADM-865:update image index * docs(readme): update cdn host for readme [docs] --------- Co-authored-by: guzhongren <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* ADM-865:[backend] feat: change exception code * ADM-865:add tokenAccessAlert when permission deny * ADM-865: remove manual maintenance error * ADM-865: clear pipelines after token change * ADM-865:format metaSlice and refactor tokenAccessAlert base on cr * [ADM-865][frontend]:fix:fix prettier error * [ADM-865][frontend]:test:add test * [ADM-865][frontend]:test:add test * [ADM-865][frontend]:test:add test * ADM-865:add test for tokenAccessAlert component * ADM-865:complete show different helperText and alert && add and modify test * ADM-865:update trivyignore --------- Co-authored-by: junbo.dai <[email protected]> Co-authored-by: yingzhang <[email protected]>
* [doc]: add new doc for chart spike * [doc]: update doc to ADR rule * [doc]: fix failed mdx formatt * docs(charting): add echarts as a chose for the spike --------- Co-authored-by: guzhongren <[email protected]>
* ADM-873: [backend] feat: modify url and add metricTypes list in request and modify relevant test * ADM-873: [backend] feat: optimize GenerateReporterService logic and delete some unused tests * Revert "ADM-822: [frontend] fix: fix pooling logic (#1102)" * ADM-873: [backend] test: modify tests * ADM-873: [backend] test: add tests to cover all new logic * ADM-873: [backend] fix: fix the bug that can not delete metricDataCompleted file * ADM-873: [backend] test: delete unused method * ADM-873: [backend] feat: change metricDataCompleted type to Boolean * ADM-873: [backend] refactor: rename method generateReportByType to generateReport * ADM-873: [backend] docs: update generate report sequence diagram * ADM-873: [backend] feat: add async thread * ADM-873:[backend] feat: update logic for exception condition * ADM-873:[backend] fix: update generate report logic * ADM-873: [frontend]feat: add metricTypes into IBasicReportRequestDTO * ADM-873: [frontend]feat: fetch data in ReportStep component * ADM-873: [frontend]feat: combine startToRequestBoardData and startToRequestDoraData * ADM-873: [frontend]fix: fix test * ADM-873: [frontend]feat: modify source * ADM-873: [frontend] fix: fix unit test * ADM-873: [frontend]fix: fix test * ADM-873: [frontend]feat: combine startToRequestData and startToRequestDoraData * ADM-873: [frontend]refactor: extract getReportRequestBody from BoardMetrics and DoraMetrics * ADM-873: [frontend]refactor: refactor ReportStep * ADM-873: [frontend]feat: add test for useGenerateReportEffect * ADM-873: [frontend]refactor: refactor code * ADM-873: [frontend]feat: add test fpr ReportStep * ADM-873: [backend] feat: modify url and add metricTypes list in request and modify relevant test * ADM-873: [backend] feat: optimize GenerateReporterService logic and delete some unused tests * ADM-873: [backend] test: modify tests * ADM-873: [backend] test: add tests to cover all new logic * ADM-873: [backend] fix: fix the bug that can not delete metricDataCompleted file * ADM-873: [backend] test: delete unused method * ADM-873: [backend] feat: change metricDataCompleted type to Boolean * ADM-873: [backend] refactor: rename method generateReportByType to generateReport * ADM-873: [backend] docs: update generate report sequence diagram * ADM-873: [backend] feat: add async thread * ADM-873:[backend] feat: update logic for exception condition * ADM-873:[backend] fix: update generate report logic * ADM-873:[backend] fix: update test * ADM-873:[backend] fix: fix sonar issue * ADM-873:[backend] fix: refactor smell code * ADM-873:[backend] fix: rename constant name * ADM-873:[backend] fix: rename constant name * ADM-873:[frontend]fix: fix the error handling * ADM-873:[frontend]fix: treating null value as request completed. * ADM-873:[frontend]refactor: rename areAllMetricsCompleted to areMetricsLoading * ADM-873:[frontend]fix: fix define of isBoardMetricsLoading * ADM-873:[frontend]refactor: refactor areMetricsLoading * ADM-873:[frontend]fix: fix conflict * ADM-873:[frontend]refactor: refactor code * ADM-873:[frontend]refactor: remove isBackFromDetail * ADM-873:[frontend]refactor: remove unnecessary includeRework * ADM-873:[frontend]feat: add overallMetricsCompleted & stop polling based on the status of allMetricsCompleted * ADM-873:[frontend]fix: fix test * ADM-873:[frontend]refactor: optimizing disabled logic * ADM-893:[backend] fix: add overall metric completed to update logic for button * ADM-893:[backend] fix: fix some sonar error and refactor * ADM-893:[backend] fix: fix pmd error * ADM-893:[backend] fix: fix sonar error * ADM-893:[docs] fix: update logic for design * Revert "ADM-873:[frontend]refactor: optimizing disabled logic" This reverts commit de4c74e. * ADM-893:[docs] docs: update description for allMetricCompleted * ADM-873:[frontend][backend] fix: update metric type to enum when generate report * ADM-873:[backend] fix: because update metric to enum so fix test * ADM-873:[frontend]fix: fix test description from biz aspect * ADM-873:[backend] fix: fix test Codacy Static Code Analysis * ADM-873:[backend] fix: refactor code * ADM-873:[backend] fix: format code * ADM-873:[backend] fix: fix sonar * ADM-873:[backend] fix: add test for report generator * ADM-873:[backend] fix:fix smell code * ADM-873:[frontend]refactor: refactor error handler --------- Co-authored-by: Shiqi Yuan <[email protected]> Co-authored-by: yulongcai <[email protected]> Co-authored-by: GuangbinMa <[email protected]> Co-authored-by: yulongcai <[email protected]>
…nd dev change failure rate
* ADM-873:[backend] fix:update test verify * ADM-873:[backend] fix:fix sonar --------- Co-authored-by: yulongcai <[email protected]>
Hi @Rui7ing! 👋 |
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
...
Before
Rework cards ratio value is round to 2 digits
After
Rework cards ratio value move forward 2 digits
Note
Null