-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fix make release/docs command regenerate unused docs directory #4513
Merged
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
Signed-off-by: khanhtc1202 <[email protected]>
khanhtc1202
force-pushed
the
update-release-docs-script
branch
from
July 19, 2023 14:02
3f30743
to
341f0c0
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4513 +/- ##
==========================================
- Coverage 30.03% 30.01% -0.03%
==========================================
Files 220 220
Lines 25761 25761
==========================================
- Hits 7737 7731 -6
- Misses 17379 17385 +6
Partials 645 645 ☔ View full report in Codecov by Sentry. |
kentakozuka
approved these changes
Jul 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch 👁️
Thank you ❤️
hungran
pushed a commit
to hungran/pipecd
that referenced
this pull request
Jul 21, 2023
…cd#4513) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]>
khanhtc1202
added a commit
that referenced
this pull request
Jul 24, 2023
…sn't exist (#4504) * feat: add spec input.AutoCreateNamespace for creating a ns when doesn't exist Signed-off-by: hungran <[email protected]> * not return error when namespace already exists Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> * not return err Signed-off-by: hungran <[email protected]> * WIP Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> * omitempty AutoCreateNamespace, add test case Signed-off-by: hungran <[email protected]> * test data k8s-app-helm.yaml Signed-off-by: hungran <[email protected]> * Redirect /docs/ to /docs-{latest}/ (#4495) * Redirect /docs/ to /docs-{latest}/ Signed-off-by: Kenta Kozuka <[email protected]> * Fix use local path Signed-off-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: hungran <[email protected]> * Fix documentation link is not displayed (#4505) Signed-off-by: hungran <[email protected]> * Update docs/content/en/docs-dev/user-guide/configuration-reference.md Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes_test.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Bump word-wrap from 1.2.3 to 1.2.4 in /web (#4511) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: hungran <[email protected]> * Setup codecov (#4509) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * add: caution note to user group doc (#4512) Signed-off-by: seitarof <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update go test command (#4514) * Update go test command Signed-off-by: khanhtc1202 <[email protected]> * Update makefile and github action command Signed-off-by: khanhtc1202 <[email protected]> * Revert gitignore Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Fix make release/docs command regenerate unused docs directory (#4513) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Update auth docs (#4517) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Add Google Tag Manager to the site (#4519) * Add Google Tag Manager to the site Signed-off-by: Kenta Kozuka <[email protected]> * Add breakline Signed-off-by: Kenta Kozuka <[email protected]> * Add breakline Signed-off-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * get value from var not from pointer Signed-off-by: hungran <[email protected]> * handle error when namespace already exsist and ignore it Signed-off-by: hungran <[email protected]> * rename handle err, remove unessacarry value test Signed-off-by: hungran <[email protected]> * if true Signed-off-by: hungran <[email protected]> * fix test data Signed-off-by: hungran <[email protected]> * fix correct the test case Signed-off-by: hungran <[email protected]> * remove unuse value in k8s-app-helm Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: seitarof <[email protected]> Co-authored-by: Kenta Kozuka <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seitaro Fujigaki <[email protected]>
Merged
moko-poi
pushed a commit
to moko-poi/pipecd
that referenced
this pull request
Nov 3, 2023
…sn't exist (pipe-cd#4504) * feat: add spec input.AutoCreateNamespace for creating a ns when doesn't exist Signed-off-by: hungran <[email protected]> * not return error when namespace already exists Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> * not return err Signed-off-by: hungran <[email protected]> * WIP Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> * omitempty AutoCreateNamespace, add test case Signed-off-by: hungran <[email protected]> * test data k8s-app-helm.yaml Signed-off-by: hungran <[email protected]> * Redirect /docs/ to /docs-{latest}/ (pipe-cd#4495) * Redirect /docs/ to /docs-{latest}/ Signed-off-by: Kenta Kozuka <[email protected]> * Fix use local path Signed-off-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: hungran <[email protected]> * Fix documentation link is not displayed (pipe-cd#4505) Signed-off-by: hungran <[email protected]> * Update docs/content/en/docs-dev/user-guide/configuration-reference.md Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes_test.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Bump word-wrap from 1.2.3 to 1.2.4 in /web (pipe-cd#4511) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: hungran <[email protected]> * Setup codecov (pipe-cd#4509) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * add: caution note to user group doc (pipe-cd#4512) Signed-off-by: seitarof <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Signed-off-by: hungran <[email protected]> * Update go test command (pipe-cd#4514) * Update go test command Signed-off-by: khanhtc1202 <[email protected]> * Update makefile and github action command Signed-off-by: khanhtc1202 <[email protected]> * Revert gitignore Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Fix make release/docs command regenerate unused docs directory (pipe-cd#4513) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Update auth docs (pipe-cd#4517) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: hungran <[email protected]> * Add Google Tag Manager to the site (pipe-cd#4519) * Add Google Tag Manager to the site Signed-off-by: Kenta Kozuka <[email protected]> * Add breakline Signed-off-by: Kenta Kozuka <[email protected]> * Add breakline Signed-off-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: hungran <[email protected]> * Update pkg/config/application_kubernetes_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * Update pkg/config/application_test.go Signed-off-by: hungran <[email protected]> * get value from var not from pointer Signed-off-by: hungran <[email protected]> * handle error when namespace already exsist and ignore it Signed-off-by: hungran <[email protected]> * rename handle err, remove unessacarry value test Signed-off-by: hungran <[email protected]> * if true Signed-off-by: hungran <[email protected]> * fix test data Signed-off-by: hungran <[email protected]> * fix correct the test case Signed-off-by: hungran <[email protected]> * remove unuse value in k8s-app-helm Signed-off-by: hungran <[email protected]> --------- Signed-off-by: hungran <[email protected]> Signed-off-by: hungran <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: seitarof <[email protected]> Co-authored-by: Kenta Kozuka <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seitaro Fujigaki <[email protected]> Signed-off-by: moko-poi <[email protected]>
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.
What this PR does / why we need it:
Follow PR #4495
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: