• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KusionStack / karpor
64%
main: 64%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/oauth2-0.27.0
DEFAULT BRANCH: main
Repo Added 20 May 2024 03:33AM UTC
Files 68
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH support-ai-based-issue-interpret
branch: support-ai-based-issue-interpret
CHANGE BRANCH
x
Reset
  • support-ai-based-issue-interpret
  • 02-22-demo_fb33d3ef_add_activity_feed_api
  • add-auto-milestone-summary-action
  • add-community-plan-and-task-updater
  • add-growth-to-planning-updater-ci
  • add-ingress-watch
  • add-japanese-readme-security
  • add-missing-version-bump-in-badge
  • add-new-contributor-Cookiery
  • add-new-contributor-Cookiery-for-doc
  • add-new-contributor-eltociear
  • add-new-contributor-jinjiaKarl-for-code
  • add-new-contributor-rajp152k
  • add-new-contributor-wujunwei
  • add-new-contributor-wujunwei-for-code
  • add-yes-to-updater-ci
  • addClusterLatency
  • addPodStatus
  • addPodStatusInSummary
  • adjust-ai-panel-style
  • adjust-milestone-planning-action
  • adjust-milestone-planning-action-categories
  • adjust-readonly-middleware-logic
  • ai-analysis-dialog-show
  • ai-analysis-pretty
  • all-contributors/add-LeoSofl
  • all-contributors/add-jinjiaKarl
  • all-contributors/add-nueavv
  • all-contributors/add-rajp152k
  • chart-version-updater
  • chore/optimize-makefile
  • dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/net-0.33.0
  • dependabot/go_modules/golang.org/x/oauth2-0.27.0
  • enhance-metrics-exp-with-trend-charts
  • event-ai-style
  • event-ai-style-pretty
  • feat-connect-control
  • feat-ha-push
  • feat-karpor-agent
  • feat-karpor-agent-highversion
  • feat/karpor-llm-api-proxy
  • feat/status-cluster-syncregistry
  • feat/support-wildcard-sync-strategy
  • feat/yaml-refresh-sofl
  • fix-404-username
  • fix-event-tab
  • fix-frontend-runtime-bug
  • fix-golangci-lint-issues-again
  • fix-jitter-when-log-reconnecting
  • fix-md-lint
  • fix-mk-lint
  • fix-redundant-code-block
  • fix-topology-graph-interactive
  • fix-topology-interactive-1223
  • fix-upgrading-nodeV23-build-error
  • fix-wrong-app-version-when-update-chart
  • fixNLSearch
  • fixStreamRbac
  • korean
  • main
  • mcp-support
  • misc-optimize
  • optiServerConfig
  • optimize-seo
  • optimizeServerConfig
  • pretty-ai-interpret-style
  • pretty-ai-panel-style
  • pretty-insight-add-mothod
  • pretty-podlogs-style
  • pretty-topology-graph
  • refine-log-aggregator
  • refine-readme
  • remove-dry-run
  • remove-internal-resources
  • rename-community-planning-updater-action
  • standardize-event-log-tab-names
  • support-ai-based-event-dignosis
  • support-ai-based-log-dignosis
  • support-ai-based-yaml-interpret
  • support-default-model-when-backend-is-deepseek
  • support-go-alias-in-makefile
  • unify-isAIEnabled-usage
  • update-demo-video
  • update-milestone-summary-action
  • update-planning-action-triggers
  • update-readme-iter-instru
  • update-zh-readme
  • use-default-version-when-occur-error

09 Jan 2025 09:36AM UTC coverage: 63.642% (-0.7%) from 64.36%
12687263946

Pull #707

github

elliotxx
style: remove overflow scroll from interpret_panel

- Remove 'overflow: scroll' property from the interpret_panel component

This change simplifies the styling of the interpret_panel by removing unnecessary scrolling behavior, which may improve the user experience by reducing visual clutter.
Pull Request #707: feat(ai): add AI-based issue interpretation feature

1 of 76 new or added lines in 2 files covered. (1.32%)

4243 of 6667 relevant lines covered (63.64%)

0.7 hits per line

Relevant lines Covered
Build:
Build:
6667 RELEVANT LINES 4243 COVERED LINES
0.7 HITS PER LINE
Source Files on support-ai-based-issue-interpret
  • Tree
  • List 67
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12687263946 support-ai-based-issue-interpret style: remove overflow scroll from interpret_panel - Remove 'overflow: scroll' property from the interpret_panel component This change simplifies the styling of the interpret_panel by removing unnecessary scrolling behavior, which may improve th... Pull #707 09 Jan 2025 09:37AM UTC elliotxx github
63.64
12686905562 support-ai-based-issue-interpret pref: issue ai result style Pull #707 09 Jan 2025 09:15AM UTC hai-tian github
63.61
12686075785 support-ai-based-issue-interpret pref: issue ai result style Pull #707 09 Jan 2025 08:20AM UTC hai-tian github
63.64
12668057034 support-ai-based-issue-interpret fix: golangci lint issue Pull #707 08 Jan 2025 09:48AM UTC elliotxx github
63.61
12667998035 support-ai-based-issue-interpret style: format code Pull #707 08 Jan 2025 09:45AM UTC elliotxx github
63.64
12667502667 support-ai-based-issue-interpret refactor: simplify Kubernetes issue interpretation prompt - Streamline the Kubernetes issue interpretation prompt to focus on critical issues and solutions - Remove redundant sections and consolidate analysis requirements - Add clear formatting i... Pull #707 08 Jan 2025 09:15AM UTC elliotxx github
63.64
12667262202 support-ai-based-issue-interpret docs: update openapi doc - Add new endpoint `/insight/issue/interpret/stream` for AI-based issue interpretation - Define new schemas `ai.AuditData` and `ai.IssueGroup` for AI-related data - Update OpenAPI specification and documentation to reflec... Pull #707 08 Jan 2025 09:00AM UTC elliotxx github
63.61
12667221618 support-ai-based-issue-interpret refactor: enhance error handling and API documentation - Add `github.com/KusionStack/karpor/pkg/core/handler` import - Replace direct `http.Error` calls with `handler.FailureRender` - Add new HTTP status codes (401, 429, 404) to API documentation... Pull #707 08 Jan 2025 08:57AM UTC elliotxx github
63.61
12667149417 support-ai-based-issue-interpret feat: add AI-based issue interpretation feature - Implement new endpoint for AI-based issue interpretation - Add new AI prompt type for issue interpretation - Update UI components to support AI interpretation - Add translations for AI interpretat... Pull #707 08 Jan 2025 08:52AM UTC elliotxx github
63.64
See All Builds (689)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc