Skip to content

V1-Docs (UserGuide): Add Managing Piped Section#6347

Merged
khanhtc1202 merged 7 commits into
pipe-cd:masterfrom
eeshaanSA:userguide/managingPiped
Feb 21, 2026
Merged

V1-Docs (UserGuide): Add Managing Piped Section#6347
khanhtc1202 merged 7 commits into
pipe-cd:masterfrom
eeshaanSA:userguide/managingPiped

Conversation

@eeshaanSA
Copy link
Copy Markdown
Contributor

What this PR does:

Add userguide/managingPiped section.

Please check v0.55x userguide to check and review what has changed.

Why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Comment thread docs/content/en/docs-v1.0.x/user-guide/managing-piped/runtime-options.md Outdated
@eeshaanSA eeshaanSA force-pushed the userguide/managingPiped branch from 1a3560f to 15a71dc Compare November 19, 2025 20:36
@eeshaanSA
Copy link
Copy Markdown
Contributor Author

cc: @khanhtc1202

@eeshaanSA
Copy link
Copy Markdown
Contributor Author

Marking ready for review, only configuration reference remaining.

NOT TO MERGE

@eeshaanSA eeshaanSA marked this pull request as ready for review November 26, 2025 08:54
@eeshaanSA eeshaanSA requested a review from a team as a code owner November 26, 2025 08:54
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.68%. Comparing base (770fc1b) to head (6f35e3e).
⚠️ Report is 59 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6347      +/-   ##
==========================================
- Coverage   28.82%   26.68%   -2.14%     
==========================================
  Files         560      524      -36     
  Lines       59937    55925    -4012     
==========================================
- Hits        17277    14926    -2351     
+ Misses      41339    39869    -1470     
+ Partials     1321     1130     -191     
Flag Coverage Δ
. 23.27% <ø> (-0.01%) ⬇️
.-pkg-app-pipedv1-plugin-analysis 32.64% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes ?
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 67.63% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.65% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 33.92% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 52.71% <ø> (ø)
.-pkg-plugin-sdk 50.34% <ø> (ø)
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.51% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

Comment on lines +31 to +33
| chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No |
| chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No |
| platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We don't have this for v1, all will be under plugins 👀

| chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No |
| chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No |
| platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No |
| analysisProviders | [][AnalysisProvider](#analysisprovider) | List of analysis providers can be used by this piped. | No |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@eeshaanSA
Copy link
Copy Markdown
Contributor Author

@khanhtc1202 , thanks, the config reference is yet to be changed. Can you review other files?

@@ -0,0 +1,68 @@
---
title: "Adding an analysis provider"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This should be part of plugin docs instead of piped docs, wdyt?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I agree

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This will be change after this PR be merged, right? 👀

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 7, 2026

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions Bot added Stale and removed Stale labels Feb 7, 2026
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
@eeshaanSA eeshaanSA force-pushed the userguide/managingPiped branch from 6f35e3e to a1cf85a Compare February 21, 2026 08:25
@eeshaanSA eeshaanSA requested a review from a team as a code owner February 21, 2026 08:25
@eeshaanSA
Copy link
Copy Markdown
Contributor Author

eeshaanSA commented Feb 21, 2026

@rahulshendre @Ayushmore1214 can you please review this PR for discrepancies? We need to get this merged soon. Thanks in advance.

Please do not check the configuration reference. It is yet to be updated.

Also, the Kubernetes and terraform plugin info will move to the plugins section soon.

Copy link
Copy Markdown
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@khanhtc1202 khanhtc1202 merged commit 649e8f6 into pipe-cd:master Feb 21, 2026
43 checks passed
@rahulshendre
Copy link
Copy Markdown
Contributor

rahulshendre commented Feb 21, 2026

@eeshaanSA
I noticed a few post-merge doc issues (minor spelling mistakes, grammar inconsistency and a few incorrect paths).
I’ll open a small follow-up PR with fixes or just leave inline comments here, if you'd prefer that

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.

3 participants