-
Notifications
You must be signed in to change notification settings - Fork 658
feat(tapd): implement status transition time tracking for issue analysis #8303
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
Closed
Conversation
This file contains hidden or 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
…7559) * adding pull_request_id index to pull_request_commits/comments tables * change the pull_request_commits primary key columns order * adding Apache license header * only run for mysql * adding support for postgres --------- Co-authored-by: Josip Stojak <[email protected]>
Co-authored-by: Josip Stojak <[email protected]>
* feat: gerrit python plugin Signed-off-by: Ji Bin <[email protected]> * feat: gerrit plugin support incremental sync Signed-off-by: Ji Bin <[email protected]> --------- Signed-off-by: Ji Bin <[email protected]> Co-authored-by: Lynwee <[email protected]>
* hudson.maven.MavenModuleSet is now treated as a scope * refactor: scope is now the default --------- Co-authored-by: Josip Stojak <[email protected]>
* fix: pr reviewers and assignees script version error * fix: adapt pg test
* fix: git extractor commit rawdataorigin is empty * fix: remove debugging print
…lt (#7660) * fix(gitextractor): update database store, set it incremental by default * fix(gitextractor): add `SetIncrementalMode` to store * style(gitextractor): fix ci errors
* refactor(framework): add some logs and dispart `Init` from `CreateAndRunApiServer` * refactor(framework): update initial steps
Co-authored-by: Startrekzky <[email protected]>
Co-authored-by: Startrekzky <[email protected]>
Co-authored-by: Startrekzky <[email protected]>
[Bug][Jira] start_date Field Empty in sprint Table After Upgrading DevLake from 0.21 to 1.0 with Jira Plugin #8221
Draft releases lead to a bug described in GH Issue #8148
* fix(zentao): make sure connection uncacheable * fix(zentao): fix lint errors * Revert "fix(zentao): fix lint errors" This reverts commit e216a23. * fix(zentao): fix lint errors * fix(zentao): remove UnCacheableConnetion interface, try to fix it with another way
* chore(scope-config): fix scope config query * chore: update notice
* chore(backend): Update debian bullseye to bookworm this also means going from golang 1.20.4 to 1.20.5 * chore(notice): Update to 2025
* feat: support Zentao task worklogs * feat: Zentao worklog tool layer migration * fix: dict as raw data instead of slice * test: e2e for zentao task worklogs * fix: compatibility when no account available --------- Co-authored-by: Lynwee <[email protected]>
* fix: import errors * fix: go fmt issues * fix: missing quote * fix: skip float accuracy issues
* fix(circleci): Add CircleCI workflow nil check for CreatedDate Adds a nil check during `convertWorkflows` task when CircleCI workflows API returns a weird malformed pipeline data with no created_date. Previously, the entire task fails and panics when trying to get convert a nil in ToTime util. Fixes Issue #8309 * Update to fix compile problems * Tweak the _tool csv to allow for the NULL value entries --------- Co-authored-by: John Ibsen <[email protected]>
Contributor
|
Nice, did you test it locally? |
Contributor
Author
Yes, I've tested it locally, and the results are quite good! I'm currently working on setting up the Grafana dashboards, and I'll share more details once they're ready. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/plugins
This issue or PR relates to plugins
pr-type/feature-development
This PR is to develop a new feature
size:XL
This PR changes 500-999 lines, ignoring generated files.
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.
pr-type/bug-fix,pr-type/feature-development, etc.Summary
What does this PR do?
This PR implements status transition time tracking for TAPD issues, enabling users to analyze the time spent in each status during the issue lifecycle. This feature is crucial for understanding workflow efficiency and identifying bottlenecks.
Does this close any open issues?
Closes
Screenshots
Include any relevant screenshots here.
Other Information
Any other information that is important to this PR.