-
Notifications
You must be signed in to change notification settings - Fork 153
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
Update go test command #4514
Update go test command #4514
Conversation
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4514 +/- ##
=========================================
Coverage ? 30.01%
=========================================
Files ? 220
Lines ? 25761
Branches ? 0
=========================================
Hits ? 7733
Misses ? 17382
Partials ? 646 ☔ View full report in Codecov by Sentry. |
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
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.
LGTM 🥇
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
@kentakozuka Please re-approve 🙏 I just revert the change on gitignore |
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.
👍
* Update go test command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Update makefile and github action command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Revert gitignore Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> --------- Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com>
…sn't exist (#4504) * feat: add spec input.AutoCreateNamespace for creating a ns when doesn't exist Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * not return error when namespace already exists Signed-off-by: hungran <vmhung290791@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * not return err Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * WIP Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * omitempty AutoCreateNamespace, add test case Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * test data k8s-app-helm.yaml Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Redirect /docs/ to /docs-{latest}/ (#4495) * Redirect /docs/ to /docs-{latest}/ Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Fix use local path Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Fix documentation link is not displayed (#4505) Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update docs/content/en/docs-dev/user-guide/configuration-reference.md Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes_test.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Setup codecov (#4509) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * add: caution note to user group doc (#4512) Signed-off-by: seitarof <pyotarou@icloud.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update go test command (#4514) * Update go test command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Update makefile and github action command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Revert gitignore Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> --------- Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Fix make release/docs command regenerate unused docs directory (#4513) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update auth docs (#4517) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Add Google Tag Manager to the site (#4519) * Add Google Tag Manager to the site Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add breakline Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add breakline Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * get value from var not from pointer Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * handle error when namespace already exsist and ignore it Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * rename handle err, remove unessacarry value test Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * if true Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * fix test data Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * fix correct the test case Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * remove unuse value in k8s-app-helm Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> --------- Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> Signed-off-by: hungran <vmhung290791@gmail.com> Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: seitarof <pyotarou@icloud.com> Co-authored-by: Kenta Kozuka <kenta.kozuka@gmail.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seitaro Fujigaki <51070449+seitarof@users.noreply.github.com>
…sn't exist (pipe-cd#4504) * feat: add spec input.AutoCreateNamespace for creating a ns when doesn't exist Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * not return error when namespace already exists Signed-off-by: hungran <vmhung290791@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * not return err Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * WIP Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * omitempty AutoCreateNamespace, add test case Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * test data k8s-app-helm.yaml Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Redirect /docs/ to /docs-{latest}/ (pipe-cd#4495) * Redirect /docs/ to /docs-{latest}/ Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Fix use local path Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Fix documentation link is not displayed (pipe-cd#4505) Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update docs/content/en/docs-dev/user-guide/configuration-reference.md Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes_test.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Setup codecov (pipe-cd#4509) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * add: caution note to user group doc (pipe-cd#4512) Signed-off-by: seitarof <pyotarou@icloud.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update go test command (pipe-cd#4514) * Update go test command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Update makefile and github action command Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> * Revert gitignore Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> --------- Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Fix make release/docs command regenerate unused docs directory (pipe-cd#4513) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update auth docs (pipe-cd#4517) Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Add Google Tag Manager to the site (pipe-cd#4519) * Add Google Tag Manager to the site Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add breakline Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add breakline Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_kubernetes_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * Update pkg/config/application_test.go Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * get value from var not from pointer Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * handle error when namespace already exsist and ignore it Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * rename handle err, remove unessacarry value test Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * if true Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * fix test data Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * fix correct the test case Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> * remove unuse value in k8s-app-helm Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> --------- Signed-off-by: hungran <26101787+hungran@users.noreply.github.com> Signed-off-by: hungran <vmhung290791@gmail.com> Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com> Signed-off-by: seitarof <pyotarou@icloud.com> Co-authored-by: Kenta Kozuka <kenta.kozuka@gmail.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seitaro Fujigaki <51070449+seitarof@users.noreply.github.com> Signed-off-by: moko-poi <mokopoi44@gmail.com>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: