Skip to content

[feat][backend] auto task op#435

Merged
Ev4nFeng merged 1 commit intomainfrom
feat/auto_task_pipeline
Apr 15, 2026
Merged

[feat][backend] auto task op#435
Ev4nFeng merged 1 commit intomainfrom
feat/auto_task_pipeline

Conversation

@Ev4nFeng
Copy link
Copy Markdown
Collaborator

What type of PR is this?

Check the PR title

  • This PR title match the format: [<type>][<scope>] <description>. For example: [fix][backend] flaky fix
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Add documentation if the current PR requires user awareness at the usage level.
  • This PR is written in English. PRs not in English will not be reviewed.

(Optional) Translate the PR title into Chinese

(Optional) More detailed description for this PR(en: English/zh: Chinese)

en:
zh(optional):

(Optional) Which issue(s) this PR fixes

@Ev4nFeng Ev4nFeng changed the title []feat[backend]: auto task op []feat[backend] auto task op Feb 26, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 83.54592% with 129 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ility/domain/trace/service/trace_export_service.go 63.23% 23 Missing and 2 partials ⚠️
...bility/domain/trace/service/trace_filter_helper.go 76.13% 11 Missing and 10 partials ⚠️
backend/modules/observability/application/trace.go 88.69% 9 Missing and 4 partials ⚠️
...in/task/service/taskexe/processor/auto_evaluate.go 84.88% 8 Missing and 5 partials ⚠️
...vability/application/convertor/trace/annotation.go 42.10% 10 Missing and 1 partial ⚠️
...s/observability/application/convertor/task/task.go 92.00% 8 Missing and 2 partials ⚠️
...bservability/domain/trace/entity/loop_span/span.go 80.64% 5 Missing and 1 partial ⚠️
...dler/coze/loop/apis/observability_trace_service.go 0.00% 4 Missing ⚠️
...domain/task/service/taskexe/tracehub/subscriber.go 76.47% 3 Missing and 1 partial ⚠️
.../modules/observability/infra/repo/ck/annotation.go 60.00% 2 Missing and 2 partials ⚠️
... and 7 more

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #435      +/-   ##
==========================================
+ Coverage   76.49%   76.65%   +0.15%     
==========================================
  Files         645      647       +2     
  Lines       70479    71083     +604     
==========================================
+ Hits        53915    54487     +572     
- Misses      13244    13266      +22     
- Partials     3320     3330      +10     
Flag Coverage Δ
unittests 76.65% <83.54%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
backend/modules/observability/application/task.go 72.14% <ø> (ø)
...modules/observability/domain/task/entity/filter.go 0.00% <ø> (ø)
...observability/domain/task/service/task_callback.go 85.94% <100.00%> (+0.15%) ⬆️
...k/service/taskexe/processor/eval_target_builder.go 100.00% <100.00%> (ø)
...y/domain/task/service/taskexe/tracehub/backfill.go 71.66% <100.00%> (+0.19%) ⬆️
...bility/domain/trace/entity/loop_span/annotation.go 85.00% <ø> (+4.44%) ⬆️
...bservability/domain/trace/service/trace_service.go 88.70% <100.00%> (+1.63%) ⬆️
backend/modules/observability/infra/repo/trace.go 85.91% <100.00%> (+0.84%) ⬆️
...s/observability/infra/rpc/evaluation/evaluation.go 77.50% <100.00%> (+39.66%) ⬆️
...bility/application/convertor/trace/trace_export.go 94.71% <33.33%> (-0.90%) ⬇️
... and 16 more

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89a3cc5...80c904e. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Ev4nFeng Ev4nFeng changed the title []feat[backend] auto task op [feat][backend] auto task op Mar 16, 2026
Comment thread idl/thrift/coze/loop/observability/domain/annotation.thrift Outdated
Comment thread idl/thrift/coze/loop/observability/coze.loop.observability.trace.thrift Outdated
Comment thread backend/modules/observability/application/trace.go
Comment thread backend/modules/observability/domain/trace/service/trace_service.go
Comment thread backend/modules/observability/domain/trace/service/trace_service.go
Comment thread backend/modules/observability/domain/trace/service/trace_service.go
Comment thread backend/modules/observability/domain/trace/service/trace_service.go Outdated
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 24, 2026

CLA assistant check
All committers have signed the CLA.

taoyifan89
taoyifan89 previously approved these changes Apr 14, 2026
Copy link
Copy Markdown
Collaborator

@mocayo mocayo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many commits to organize

@Ev4nFeng Ev4nFeng force-pushed the feat/auto_task_pipeline branch from f1ce01f to 35c8ed0 Compare April 15, 2026 03:23
# Conflicts:
#	backend/modules/observability/application/wire_gen.go
#	backend/modules/observability/domain/trace/service/trace_service.go
@Ev4nFeng Ev4nFeng force-pushed the feat/auto_task_pipeline branch from 35c8ed0 to 80c904e Compare April 15, 2026 03:39
@Ev4nFeng Ev4nFeng requested a review from mocayo April 15, 2026 04:00
@Ev4nFeng Ev4nFeng requested a review from taoyifan89 April 15, 2026 04:12
@Ev4nFeng Ev4nFeng merged commit ebea9a3 into main Apr 15, 2026
17 checks passed
@Ev4nFeng Ev4nFeng deleted the feat/auto_task_pipeline branch April 15, 2026 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants