Skip to content
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

shell checks: double quote expansion fixes #1777

Merged
merged 2 commits into from May 6, 2021

Conversation

arcolife
Copy link
Contributor

@arcolife arcolife commented May 4, 2021

Signed-off-by: arcolife archit.py@gmail.com

What problem does this PR solve?

Double quote array expansions to avoid re-splitting elements.

@arcolife
Copy link
Contributor Author

arcolife commented May 4, 2021

cc/ @Colstuwjx @YangKeao

@cwen0 cwen0 added the bugbash label May 5, 2021
@STRRL
Copy link
Member

STRRL commented May 5, 2021

/lgtm

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2021

Codecov Report

Merging #1777 (92082c7) into master (7e9ff3f) will decrease coverage by 7.76%.
The diff coverage is 55.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1777      +/-   ##
==========================================
- Coverage   55.78%   48.01%   -7.77%     
==========================================
  Files          68       93      +25     
  Lines        4383     5979    +1596     
==========================================
+ Hits         2445     2871     +426     
- Misses       1768     2811    +1043     
- Partials      170      297     +127     
Impacted Files Coverage Δ
api/v1alpha1/common_types.go 0.00% <0.00%> (ø)
api/v1alpha1/common_webhook.go 100.00% <ø> (ø)
api/v1alpha1/dnschaos_type.go 0.00% <0.00%> (ø)
api/v1alpha1/dnschaos_webhook.go 0.00% <0.00%> (ø)
api/v1alpha1/httpchaos_types.go 0.00% <0.00%> (ø)
api/v1alpha1/httpchaos_webhook.go 0.00% <0.00%> (ø)
api/v1alpha1/iochaos_types.go 0.00% <ø> (-40.00%) ⬇️
api/v1alpha1/jvmchaos_webhook.go 0.00% <0.00%> (ø)
api/v1alpha1/kernelchaos_types.go 0.00% <ø> (-20.00%) ⬇️
api/v1alpha1/kernelchaos_webhook.go 94.11% <0.00%> (+8.93%) ⬆️
... and 148 more

Continue to review full report at Codecov.

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

@AsterNighT
Copy link
Collaborator

/lgtm

@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • AsterNighT
  • STRRL

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by writing /lgtm in a comment.
Reviewer can cancel approval by writing /lgtm cancel in a comment.

@STRRL STRRL mentioned this pull request May 6, 2021
6 tasks
@STRRL
Copy link
Member

STRRL commented May 6, 2021

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 4868ed3

@ti-chi-bot
Copy link
Member

@arcolife: Your PR was out of date, I have automatically updated it for you.

At the same time I will also trigger all tests for you:

/run-all-tests

If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

Signed-off-by: arcolife <archit.py@gmail.com>
@arcolife
Copy link
Contributor Author

arcolife commented May 6, 2021

/merge

@ti-chi-bot
Copy link
Member

@arcolife: /merge is only allowed for the committers in list.

In response to this:

/merge

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot ti-chi-bot merged commit 17cba4e into chaos-mesh:master May 6, 2021
arcolife added a commit to arcolife/chaos-mesh that referenced this pull request May 6, 2021
Signed-off-by: arcolife <archit.py@gmail.com>
YangKeao added a commit that referenced this pull request May 7, 2021
YangKeao added a commit to YangKeao/chaos-mesh that referenced this pull request May 7, 2021
@YangKeao YangKeao mentioned this pull request May 7, 2021
YangKeao added a commit to YangKeao/chaos-mesh that referenced this pull request May 7, 2021
This reverts commit 17cba4e.

Signed-off-by: YangKeao <keao.yang@yahoo.com>
ti-chi-bot added a commit that referenced this pull request May 7, 2021
* Revert "shell checks: double quote expansion fixes (#1777)"

This reverts commit 17cba4e.

Signed-off-by: YangKeao <keao.yang@yahoo.com>

* fix iochaos e2e test

Signed-off-by: YangKeao <keao.yang@yahoo.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
ti-chi-bot added a commit that referenced this pull request May 24, 2021
* Remove dead code

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* use JoinHostPort instead of Sprintf for network address (#1763)

Signed-off-by: Nes Cohen <nes@muse.dev>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* (bugsbash) remove redundant # from CONTRIBUTING.md (#1764)

Signed-off-by: aSquare14 <atibhi.a@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* JoinHostPort method used wherever needed (#1765)

* used JoinHostPort wherever required

Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

* changes needed in chaosdaemon/server.go and format changes

Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Removes unused log and functions (#1768)

* Remove unused imported file and functions

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

* Remove unused functions and logs

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* chore(update): workflows api (#1758)

* chore(update): workflows api

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: json tag invalid

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: test

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: zz_generated

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: crd

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: sync the newest types

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Remove duplicate imported file (#1771)

* Remove unused imported file and functions

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

* Remove unused functions and logs

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

* Remove imported duplicate file

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

* Update references of cm with common

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* shell checks: double quote expansion fixes (#1777)

Signed-off-by: arcolife <archit.py@gmail.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* fixes opt.semgrep.err-nil-check (#1770)

Signed-off-by: someshkoli <kolisomesh27@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* (bugbash) Fixes gosimple warnings (#1773)

* Fixed gosimple warnings

Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

* Formatted controllers/gcpchaos/diskloss/types.go

Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* fix ineffassign: get all cgroups - in stresschaos.go (#1778)

Signed-off-by: arcolife <archit.py@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Fix ST1005 errors (#1776)

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Fix S1007 error (#1784)

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* (bugsbash) fix err checks (#1791)

* fix err check in defer

Signed-off-by: aSquare14 <atibhi.a@gmail.com>

* some more errchecks

Signed-off-by: aSquare14 <atibhi.a@gmail.com>

* fix errchecks in tests

Signed-off-by: aSquare14 <atibhi.a@gmail.com>

Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Fix few error checks (#1795)

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
Co-authored-by: CWen <cwenyin0@gmail.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* ci: disable check for some links (#1814)

Signed-off-by: cwen0 <cwenyin0@gmail.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* helm/templates: use serviceAccountName instead of serviceAccount (#1792)

* helm/templates: use serviceAccountName instead of serviceAccount

Signed-off-by: Charles Xu <charles.xu@snowflake.com>

* run ./hack/update_install_script.sh

Signed-off-by: Charles Xu <charles.xu@snowflake.com>

* Makefile: add check-install-script to check

Signed-off-by: Charles Xu <charles.xu@snowflake.com>

Co-authored-by: Charles Xu <charles.xu@snowflake.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* fix unchecked errors (#1803)

Signed-off-by: aSquare14 <atibhi.a@gmail.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Refactoring: creating children nodes with labels instead of updating status directly (#1683)

* perf: make status as sub-resource, it could extremely reduce the conflict

Signed-off-by: STRRL <str_ruiling@outlook.com>

* feat: do not determine actions by status

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: make linters happy

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: make linters happy

Signed-off-by: STRRL <str_ruiling@outlook.com>

* fix: fix the reference of labels

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: refine logs

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: address the coments

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: appending "make generate"

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: go mod tidy on e2e-test/go.mod

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: go mod tidy on e2e-test/cmd/e2e_helper

Signed-off-by: STRRL <str_ruiling@outlook.com>

* chore: appending some comments for understanding logic

Signed-off-by: STRRL <str_ruiling@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Fix e2e test (#1816)

* Revert "shell checks: double quote expansion fixes (#1777)"

This reverts commit 17cba4e.

Signed-off-by: YangKeao <keao.yang@yahoo.com>

* fix iochaos e2e test

Signed-off-by: YangKeao <keao.yang@yahoo.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Use JoinHostPort method used wherever needed (#1797)

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

Co-authored-by: YangKeao <keao.yang@yahoo.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* (bugsbash) remove unused log (#1804)

Signed-off-by: aSquare14 <atibhi.a@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Fix ineffassign issues (#1788)

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Changes as per review

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Changes as per review

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Weak PRNG fixes (#1774)

* G404: weak RNG fix for apiserver/common/common.go

Signed-off-by: arcolife <archit.py@gmail.com>

* G404: weak RNG fix for pkg/selector/selector.go

Signed-off-by: arcolife <archit.py@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui (#1820)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* fix storage class var name in helm (#1819)

Signed-off-by: saravanan palanisamy <saravanan30erd@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* chore: appending go mod tidy check on other go.mod (#1823)

Signed-off-by: STRRL <str_ruiling@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* build: also re-generate .pb.go files for pkg/chaoskernel/pb/bpfki.proto (#1824)

Signed-off-by: STRRL <str_ruiling@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* implement PodHttpChaos (#1706)

* add binary of rs-tproxy into image of chaos-daemon

Signed-off-by: hexilee <i@hexilee.me>

* add ApplyHttpChaos and PodHttpsChaos

Signed-off-by: hexilee <i@hexilee.me>

* bpm supports set env

Signed-off-by: hexilee <i@hexilee.me>

* add concurrentBuffer in bpm

Signed-off-by: hexilee <i@hexilee.me>

* add unit test for concurrentBuffer

Signed-off-by: hexilee <i@hexilee.me>

* should complete ApplyHttpChaos of chaos-daemon

Signed-off-by: hexilee <i@hexilee.me>

* update tproxy to 0.1.1

Signed-off-by: hexilee <i@hexilee.me>

* change groupimports target in Makefile, never group generated code

Signed-off-by: hexilee <i@hexilee.me>

* add webhook for podhttpchaos

Signed-off-by: hexilee <i@hexilee.me>

* webhook of podhttpchaos works; chaos-daemon fails to exec tproxy

Signed-off-by: hexilee <i@hexilee.me>

* tproxy applied successfully; but webhook return 500

Signed-off-by: hexilee <i@hexilee.me>

* podhttpchaos works

Signed-off-by: hexilee <i@hexilee.me>

* remove unused code

Signed-off-by: hexilee <i@hexilee.me>

* fix ineffective break in for-select in bpm

Signed-off-by: hexilee <i@hexilee.me>

* fix another ineffective break of for-select in bpm

Signed-off-by: hexilee <i@hexilee.me>

* fix race in buffer test of bpm

Signed-off-by: hexilee <i@hexilee.me>

* use GinkgoRecover in buffer_test

Signed-off-by: hexilee <i@hexilee.me>

* ci timeout; decrease repeated times, works of bpm buffer test

Signed-off-by: hexilee <i@hexilee.me>

* exclude generate file in format

Signed-off-by: hexilee <i@hexilee.me>

* make install script

Signed-off-by: hexilee <i@hexilee.me>

* remove Container field from PodHttpChaos

Signed-off-by: hexilee <i@hexilee.me>

* remove unnecessary code in bpm

Signed-off-by: hexilee <i@hexilee.me>

* fix some comments

Signed-off-by: hexilee <i@hexilee.me>

* update rs-tproxy to v0.2.0

Signed-off-by: hexilee <i@hexilee.me>

* ApplyPodHttpChaos of chaosdaemon will return statusCode and error in applying

Signed-off-by: hexilee <i@hexilee.me>

* bpm stores stdout and stderr

Signed-off-by: hexilee <i@hexilee.me>

* chaosdaemon uses rs-tproxy v0.2

Signed-off-by: hexilee <i@hexilee.me>

* use Blocking buffer in ApplyHttpChaos of chaos daemon

Signed-off-by: hexilee <i@hexilee.me>

* add some comments in  api/v1alpha1/podhttpchaos_types.go

Signed-off-by: hexilee <i@hexilee.me>

* fix some comments and logs

Signed-off-by: hexilee <i@hexilee.me>

* fix nil point bug in bpm

Signed-off-by: hexilee <i@hexilee.me>

* fix some typos

Signed-off-by: hexilee <i@hexilee.me>

* keep the same with style of k8s generated code

Signed-off-by: hexilee <i@hexilee.me>

* fix compiling errors

Signed-off-by: hexilee <i@hexilee.me>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

* Trying to fix DCO

Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
Co-authored-by: Nes Cohen <nsar.cohen@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: Atibhi Agrawal <atibhi.a@gmail.com>
Co-authored-by: Nisarg Shah <nisshah1499@gmail.com>
Co-authored-by: Sonia Singla <soniasingla.1812@gmail.com>
Co-authored-by: Yue Yang <g1enyy0ung@gmail.com>
Co-authored-by: Archit Sharma <archit.py@gmail.com>
Co-authored-by: Somesh Koli <kolisomesh27@gmail.com>
Co-authored-by: Sahil Raja <sahil.raja@mayadata.io>
Co-authored-by: YangKeao <keao.yang@yahoo.com>
Co-authored-by: CWen <cwenyin0@gmail.com>
Co-authored-by: Charles Xu <mail@charlesxu.io>
Co-authored-by: Charles Xu <charles.xu@snowflake.com>
Co-authored-by: STRRL <str_ruiling@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saravanan Palanisamy <saravanan30erd@gmail.com>
Co-authored-by: xixi <i@hexilee.me>
YangKeao added a commit to YangKeao/chaos-mesh that referenced this pull request May 27, 2021
commit e65ae054b7b025ace47ba30137dde6448df043b0
Merge: 1c272a48 9355dec8
Author: YangKeao <keao.yang@yahoo.com>
Date:   Thu May 27 22:43:04 2021 +0800

    Merge remote-tracking branch 'upstream/master' into nirvana

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit 9355dec850052fee60c61d571a85e2cd634e67c0
Author: dongzerun <xueling1000@sina.com>
Date:   Thu May 27 13:32:31 2021 +0800

    move UnlockOSThread before ptrace error (#1888)

    Signed-off-by: zerun dong <zerun.dong@grabtaxi.com>

    Co-authored-by: zerun dong <zerun.dong@grabtaxi.com>

commit 41e37dd1ac16001389cdb76279a6633c1ee2960d
Author: WangXiang <wx347249478@gmail.com>
Date:   Tue May 25 18:41:33 2021 +0800

    add tcp flags in iptables chain && minor fix (#1800)

    * add accept tcp flags

    Signed-off-by: xiang <xiang13225080@163.com>

    * add tcp flag

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * set protocol config in iptables

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 1fd10868d0836766b467941b255f65317707c2ed
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 25 16:59:34 2021 +0800

    chore: bump the version of controller-gen to v0.4.1 (#1880)

    * chore: bump the version of controller-gen to v0.4.1

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: restrict kubernetes version with replace

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: also restrict version for e2e-test

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: also bump the verison of controller-runtime

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fallback to v1beta1

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * Revert "fix: also bump the verison of controller-runtime"

    This reverts commit 8e051961ebbb80e61723f82993f2c9d828848579.

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 907ff0f54721e2ebfb0da7eb7a3a3ed46f0abeb6
Author: Mila Wu <72733948+milasuperstar@users.noreply.github.com>
Date:   Tue May 25 11:17:33 2021 +0800

    update: community blog and demo links (#1878)

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit f9fd277a874e4bab607f78084c1f5313f930538d
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 24 19:43:34 2021 +0800

    chore: bump kind to 0.11.0 for cgroupv2 (#1876)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 454265a4834d69b819b795cf52147aa4923eebba
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Mon May 24 16:41:33 2021 +0530

    Remove dead code (#1787)

    * Remove dead code

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * use JoinHostPort instead of Sprintf for network address (#1763)

    Signed-off-by: Nes Cohen <nes@muse.dev>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) remove redundant # from CONTRIBUTING.md (#1764)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * JoinHostPort method used wherever needed (#1765)

    * used JoinHostPort wherever required

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * changes needed in chaosdaemon/server.go and format changes

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Removes unused log and functions (#1768)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * chore(update): workflows api (#1758)

    * chore(update): workflows api

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: json tag invalid

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: test

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: zz_generated

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: sync the newest types

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Remove duplicate imported file (#1771)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove imported duplicate file

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Update references of cm with common

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * shell checks: double quote expansion fixes (#1777)

    Signed-off-by: arcolife <archit.py@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fixes opt.semgrep.err-nil-check (#1770)

    Signed-off-by: someshkoli <kolisomesh27@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugbash) Fixes gosimple warnings (#1773)

    * Fixed gosimple warnings

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    * Formatted controllers/gcpchaos/diskloss/types.go

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix ineffassign: get all cgroups - in stresschaos.go (#1778)

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix ST1005 errors (#1776)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix S1007 error (#1784)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) fix err checks (#1791)

    * fix err check in defer

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * some more errchecks

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * fix errchecks in tests

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix few error checks (#1795)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * ci: disable check for some links (#1814)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * helm/templates: use serviceAccountName instead of serviceAccount (#1792)

    * helm/templates: use serviceAccountName instead of serviceAccount

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * run ./hack/update_install_script.sh

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * Makefile: add check-install-script to check

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix unchecked errors (#1803)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Refactoring: creating children nodes with labels instead of updating status directly (#1683)

    * perf: make status as sub-resource, it could extremely reduce the conflict

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: do not determine actions by status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the reference of labels

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: refine logs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the coments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending "make generate"

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/go.mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/cmd/e2e_helper

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending some comments for understanding logic

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix e2e test (#1816)

    * Revert "shell checks: double quote expansion fixes (#1777)"

    This reverts commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2.

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix iochaos e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Use JoinHostPort method used wherever needed (#1797)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) remove unused log (#1804)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix ineffassign issues (#1788)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Changes as per review

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Changes as per review

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Weak PRNG fixes (#1774)

    * G404: weak RNG fix for apiserver/common/common.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    * G404: weak RNG fix for pkg/selector/selector.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui (#1820)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix storage class var name in helm (#1819)

    Signed-off-by: saravanan palanisamy <saravanan30erd@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * chore: appending go mod tidy check on other go.mod (#1823)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * build: also re-generate .pb.go files for pkg/chaoskernel/pb/bpfki.proto (#1824)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * implement PodHttpChaos (#1706)

    * add binary of rs-tproxy into image of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add ApplyHttpChaos and PodHttpsChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm supports set env

    Signed-off-by: hexilee <i@hexilee.me>

    * add concurrentBuffer in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * add unit test for concurrentBuffer

    Signed-off-by: hexilee <i@hexilee.me>

    * should complete ApplyHttpChaos of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * update tproxy to 0.1.1

    Signed-off-by: hexilee <i@hexilee.me>

    * change groupimports target in Makefile, never group generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * add webhook for podhttpchaos

    Signed-off-by: hexilee <i@hexilee.me>

    * webhook of podhttpchaos works; chaos-daemon fails to exec tproxy

    Signed-off-by: hexilee <i@hexilee.me>

    * tproxy applied successfully; but webhook return 500

    Signed-off-by: hexilee <i@hexilee.me>

    * podhttpchaos works

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unused code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix ineffective break in for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix another ineffective break of for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix race in buffer test of bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * use GinkgoRecover in buffer_test

    Signed-off-by: hexilee <i@hexilee.me>

    * ci timeout; decrease repeated times, works of bpm buffer test

    Signed-off-by: hexilee <i@hexilee.me>

    * exclude generate file in format

    Signed-off-by: hexilee <i@hexilee.me>

    * make install script

    Signed-off-by: hexilee <i@hexilee.me>

    * remove Container field from PodHttpChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unnecessary code in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments

    Signed-off-by: hexilee <i@hexilee.me>

    * update rs-tproxy to v0.2.0

    Signed-off-by: hexilee <i@hexilee.me>

    * ApplyPodHttpChaos of chaosdaemon will return statusCode and error in applying

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm stores stdout and stderr

    Signed-off-by: hexilee <i@hexilee.me>

    * chaosdaemon uses rs-tproxy v0.2

    Signed-off-by: hexilee <i@hexilee.me>

    * use Blocking buffer in ApplyHttpChaos of chaos daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add some comments in  api/v1alpha1/podhttpchaos_types.go

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments and logs

    Signed-off-by: hexilee <i@hexilee.me>

    * fix nil point bug in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some typos

    Signed-off-by: hexilee <i@hexilee.me>

    * keep the same with style of k8s generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix compiling errors

    Signed-off-by: hexilee <i@hexilee.me>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Trying to fix DCO

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Nes Cohen <nsar.cohen@gmail.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: Atibhi Agrawal <atibhi.a@gmail.com>
    Co-authored-by: Nisarg Shah <nisshah1499@gmail.com>
    Co-authored-by: Sonia Singla <soniasingla.1812@gmail.com>
    Co-authored-by: Yue Yang <g1enyy0ung@gmail.com>
    Co-authored-by: Archit Sharma <archit.py@gmail.com>
    Co-authored-by: Somesh Koli <kolisomesh27@gmail.com>
    Co-authored-by: Sahil Raja <sahil.raja@mayadata.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>
    Co-authored-by: Charles Xu <mail@charlesxu.io>
    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: STRRL <str_ruiling@outlook.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saravanan Palanisamy <saravanan30erd@gmail.com>
    Co-authored-by: xixi <i@hexilee.me>

commit d65a973122e7d150d204eb7520391409c891d50e
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Sat May 22 12:00:21 2021 +0800

    feat: workflows UI (#1870)

    * chore: init

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update NewWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: add skeletons

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: init topology

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: render topology

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * perf: replace grid list with virtual list

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: reGen events chart legends

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: update template by index

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update workflowDetail

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: newWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: update workflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: flash running node

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: remove duplicate i18n

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update i18n

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * perf: bump ConfirmDialog to most top

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore(deps): upgrade

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: check annotations

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: close confirm dialog

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: legacy problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: constructWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 307eb10363a0ccc72a1f28474e1de0f94b1d3815
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Fri May 21 17:42:21 2021 +0800

    fix: can not delete last token (#1873)

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

commit 9a05cf3faadbac154b367199e38ce8766c2186ca
Author: WangXiang <wx347249478@gmail.com>
Date:   Fri May 21 13:26:21 2021 +0800

    dashboard api: adjust namespace with the target namespace when it is empty (#1854)

    * adjust namespace with the target namespace

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * fix unit test

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9088aeaa1199391e007b25f8769cca61a00eb07f
Author: STRRL <str_ruiling@outlook.com>
Date:   Fri May 21 11:04:21 2021 +0800

    feat: base implementation of parallel node (#1827)

    * feat: base implementation of parallel node

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: cleanup the example parallel worklfow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appeding comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: rename childrenNodes to childNodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: bad name things, rename to setDifference

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: change the logic of cleaning outdated children nodes

    once the Spec.Task or the existed child nodes changed, all of the
    children nodes should be removed

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit aa6704cb49c0a211d71dcaf8a2a4050441d37b0a
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Fri May 21 01:14:20 2021 +0800

    [update] delete events if there are too many experiments (#1865)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit aeda04aec991bbda014acf5b588f9b5de25a74c3
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 19:03:42 2021 +0800

    feat: update the start time of workflow (#1862)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 1638a9cb1188b07f60fe5138a692573771b0607c
Author: AsterNighT <klxjt99@outlook.com>
Date:   Wed May 19 16:37:41 2021 +0800

    Using builder for grpc connection (#1661)

    * Init

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Feat:using builders for grpc

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Delete TryTLSFromFile

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Move all error prone steps to build

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Make check

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Apply "replace conditional with polymorphism"

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix debug info in chaosctl test

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Delete useless code

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Stop using security mode to judge tls

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Addressing comments

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Addressing musebot

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix ce

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 67fe258c7dec0f957905acb08eec12a32ea94a2e
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 14:15:40 2021 +0800

    refactor the implementation of chaos nodes (#1753)

    * refactor: reafactor the implementation of chaos nodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update status syncing

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make status as subresource

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix errors reported by muse-dev

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix typo

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: remove the finished todos

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: revert the unnecessary changes for debugging

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit d493bf0e434082d2a19dea4241715e61de27266d
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 01:27:40 2021 +0800

    chore: change items in embed chaos to camelCase (#1859)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 1fc0e2bc257dd56f22c4f87266fe43cc9aed37c6
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 18 17:31:41 2021 +0800

    chore: change snake_case to camelCase in API (#1850)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 54372ef420296dd88ffd73c7364c2ba86d346a34
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Tue May 18 13:41:40 2021 +0530

    Fix size percentile issue in memory stress (#1855)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>

commit c5c1bac9c9f603f449e986e9b3026ec56bf6dad9
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 17 19:21:39 2021 +0800

    feat: compose the name of task and node (#1853)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9efe08c2ca4586f4a8ea7d6aeb3ce8efc363eec8
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 17 19:01:39 2021 +0800

    feat: apis for workflow endtime and status (#1828)

    * feat: apis for endtime and status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: refactor workflow entry reconciler, update conditions in stastus

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update the end time of workflow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: fix comments and typos

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * test: fix test cases

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the condition on updating end time of workflow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 0648be6d026981621a86715a6a658539b931eda8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 17 10:49:38 2021 +0800

    build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /ui (#1826)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9bd31f0e7bab4b9435a926f80458fe0ec1694297
Author: Mila Wu <72733948+milasuperstar@users.noreply.github.com>
Date:   Mon May 17 10:27:38 2021 +0800

    update: readme file (#1844)

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>

commit 5f6c2f0ede375ee057d7375532b5e2b853910280
Author: xixi <i@hexilee.me>
Date:   Tue May 11 19:59:40 2021 +0800

    implement PodHttpChaos (#1706)

    * add binary of rs-tproxy into image of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add ApplyHttpChaos and PodHttpsChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm supports set env

    Signed-off-by: hexilee <i@hexilee.me>

    * add concurrentBuffer in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * add unit test for concurrentBuffer

    Signed-off-by: hexilee <i@hexilee.me>

    * should complete ApplyHttpChaos of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * update tproxy to 0.1.1

    Signed-off-by: hexilee <i@hexilee.me>

    * change groupimports target in Makefile, never group generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * add webhook for podhttpchaos

    Signed-off-by: hexilee <i@hexilee.me>

    * webhook of podhttpchaos works; chaos-daemon fails to exec tproxy

    Signed-off-by: hexilee <i@hexilee.me>

    * tproxy applied successfully; but webhook return 500

    Signed-off-by: hexilee <i@hexilee.me>

    * podhttpchaos works

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unused code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix ineffective break in for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix another ineffective break of for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix race in buffer test of bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * use GinkgoRecover in buffer_test

    Signed-off-by: hexilee <i@hexilee.me>

    * ci timeout; decrease repeated times, works of bpm buffer test

    Signed-off-by: hexilee <i@hexilee.me>

    * exclude generate file in format

    Signed-off-by: hexilee <i@hexilee.me>

    * make install script

    Signed-off-by: hexilee <i@hexilee.me>

    * remove Container field from PodHttpChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unnecessary code in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments

    Signed-off-by: hexilee <i@hexilee.me>

    * update rs-tproxy to v0.2.0

    Signed-off-by: hexilee <i@hexilee.me>

    * ApplyPodHttpChaos of chaosdaemon will return statusCode and error in applying

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm stores stdout and stderr

    Signed-off-by: hexilee <i@hexilee.me>

    * chaosdaemon uses rs-tproxy v0.2

    Signed-off-by: hexilee <i@hexilee.me>

    * use Blocking buffer in ApplyHttpChaos of chaos daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add some comments in  api/v1alpha1/podhttpchaos_types.go

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments and logs

    Signed-off-by: hexilee <i@hexilee.me>

    * fix nil point bug in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some typos

    Signed-off-by: hexilee <i@hexilee.me>

    * keep the same with style of k8s generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix compiling errors

    Signed-off-by: hexilee <i@hexilee.me>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit ab54b46101f930721001ef30c14584972e37aa0c
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 11 14:55:39 2021 +0800

    build: also re-generate .pb.go files for pkg/chaoskernel/pb/bpfki.proto (#1824)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit d648566268bf9454a2aa2d60da0ed0375833c0e2
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 11 03:37:39 2021 +0800

    chore: appending go mod tidy check on other go.mod (#1823)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 30a80bb777ec2084ff56f1790367d1c9e69504d0
Author: Saravanan Palanisamy <saravanan30erd@gmail.com>
Date:   Mon May 10 14:31:17 2021 +0400

    fix storage class var name in helm (#1819)

    Signed-off-by: saravanan palanisamy <saravanan30erd@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit afcfce7e07be381bee0eac6184e367d34b05b8e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 10 10:24:22 2021 +0800

    build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui (#1820)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 50723820d276861282e216fc53bee2b26367a731
Author: Archit Sharma <archit.py@gmail.com>
Date:   Sat May 8 11:22:41 2021 +0530

    Weak PRNG fixes (#1774)

    * G404: weak RNG fix for apiserver/common/common.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    * G404: weak RNG fix for pkg/selector/selector.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 8d4b3a07ec56ac0339311a653a534624433368e9
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Sat May 8 00:00:41 2021 +0530

    Fix ineffassign issues (#1788)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 6bf4e288175b549f8e4a094098e102183d5c4749
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 23:38:41 2021 +0530

    Removing U1000 static check errors (#1775)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 0d5cfa626d01218c6b418178e0c22c26d4bc8eae
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 23:16:41 2021 +0530

    (bugsbash) remove unused log (#1804)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit cdce547f442d46ead714838f7121108c0e3de95c
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Fri May 7 22:52:41 2021 +0530

    Use JoinHostPort method used wherever needed (#1797)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 18fef27fcb2982ee5abc291f547c0d07b0a830fd
Author: YangKeao <keao.yang@yahoo.com>
Date:   Sat May 8 00:50:41 2021 +0800

    Fix e2e test (#1816)

    * Revert "shell checks: double quote expansion fixes (#1777)"

    This reverts commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2.

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix iochaos e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 49b3fc1f6f8515a1fb87328fac2897eddbbcae86
Author: STRRL <str_ruiling@outlook.com>
Date:   Sat May 8 00:24:41 2021 +0800

    Refactoring: creating children nodes with labels instead of updating status directly (#1683)

    * perf: make status as sub-resource, it could extremely reduce the conflict

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: do not determine actions by status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the reference of labels

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: refine logs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the coments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending "make generate"

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/go.mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/cmd/e2e_helper

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending some comments for understanding logic

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit e931a187c2cc434299fe0d8da0a37503147404b3
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 21:41:04 2021 +0530

    fix unchecked errors (#1803)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

commit 2eb53f2efaa0460d8fdbe4baa0ee200c415a7f54
Author: Charles Xu <mail@charlesxu.io>
Date:   Fri May 7 07:31:45 2021 -0700

    helm/templates: use serviceAccountName instead of serviceAccount (#1792)

    * helm/templates: use serviceAccountName instead of serviceAccount

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * run ./hack/update_install_script.sh

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * Makefile: add check-install-script to check

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 2b5305e6183f892864758bb5d776e6695b1832e3
Author: CWen <cwenyin0@gmail.com>
Date:   Fri May 7 22:08:22 2021 +0800

    ci: disable check for some links (#1814)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 2a3a758c994a28a755eca91b438b8dc185431ac0
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 19:24:41 2021 +0530

    Fix few error checks (#1795)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>

commit c69e6cae3ed39c195c54f8ef03e832cdcac1d97e
Author: Nisarg Shah <nisshah1499@gmail.com>
Date:   Fri May 7 19:09:07 2021 +0530

    Changes in error formats and string (#1790)

    * minor changes in error format and string

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * removed error package which caused integration test fail

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 21529f4de96c11517b1008f2c633e0fe26d8cc34
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 18:59:26 2021 +0530

    (bugsbash) fix err checks (#1791)

    * fix err check in defer

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * some more errchecks

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * fix errchecks in tests

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit c6c2e8183473730c11c6ce048e71259184518c84
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 18:48:30 2021 +0530

    Fix S1007 error (#1784)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 29098fcb444522881229e398141fac408e44fd5f
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 18:38:29 2021 +0530

    Fix ST1005 errors (#1776)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 4d47e2b6047a072d43dac64d4316b2b43e886b58
Author: Archit Sharma <archit.py@gmail.com>
Date:   Fri May 7 18:29:52 2021 +0530

    fix ineffassign: get all cgroups - in stresschaos.go (#1778)

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 2e42e5d53d0e513f6d174ba4a83d39cd4955a26f
Author: Sahil Raja <sahil.raja@mayadata.io>
Date:   Fri May 7 18:15:30 2021 +0530

    (bugbash) Fixes gosimple warnings (#1773)

    * Fixed gosimple warnings

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    * Formatted controllers/gcpchaos/diskloss/types.go

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 58fc8ba03d51ba0d76ea80639eb243c2871f1194
Author: Somesh Koli <kolisomesh27@gmail.com>
Date:   Fri May 7 18:04:14 2021 +0530

    fixes opt.semgrep.err-nil-check (#1770)

    Signed-off-by: someshkoli <kolisomesh27@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2
Author: Archit Sharma <archit.py@gmail.com>
Date:   Thu May 6 17:25:52 2021 +0530

    shell checks: double quote expansion fixes (#1777)

    Signed-off-by: arcolife <archit.py@gmail.com>

commit 36820109e8e310077203edf59c25ddc7d68d1612
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Thu May 6 16:57:53 2021 +0530

    Remove duplicate imported file (#1771)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove imported duplicate file

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Update references of cm with common

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 5497620dfbc95e0fbd8ced982a837a2e205afe38
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Thu May 6 18:13:17 2021 +0800

    chore(update): workflows api (#1758)

    * chore(update): workflows api

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: json tag invalid

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: test

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: zz_generated

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: sync the newest types

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

commit c0d9dc941d4d8e3f9a185de00edb54b7645c1633
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Thu May 6 13:29:52 2021 +0530

    Removes unused log and functions (#1768)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 72bde55c55e13241b22e9e089c543a75f14a6c50
Author: Nisarg Shah <nisshah1499@gmail.com>
Date:   Thu May 6 12:44:01 2021 +0530

    JoinHostPort method used wherever needed (#1765)

    * used JoinHostPort wherever required

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * changes needed in chaosdaemon/server.go and format changes

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 6e5c0fa2b50643507f316a4a789120ee31f77afd
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Thu May 6 11:03:52 2021 +0530

    (bugsbash) remove redundant # from CONTRIBUTING.md (#1764)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit fa40abc70252a8e9cd4bd91f46e53caa7fb23b36
Author: Nes Cohen <nsar.cohen@gmail.com>
Date:   Wed May 5 20:01:52 2021 -0700

    use JoinHostPort instead of Sprintf for network address (#1763)

    Signed-off-by: Nes Cohen <nes@muse.dev>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit b8bfced70995f45fc92cc012913a4785fb025fe1
Author: Archit Sharma <arcshams@gmail.com>
Date:   Wed May 5 15:01:52 2021 +0530

    remove unused tc_server.go:addfilter() (#1762)

    Signed-off-by: arcolife <archit.py@gmail.com>

commit 7e12dea08017445d11f95e5540df5a34d4916ea1
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue May 4 16:27:52 2021 +0800

    upgrade grpc to remove warning (#1757)

    * upgrade grpc to remove warning

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * make e2e test a standalone module

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * clean the go.mod and go.sum files

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * make check

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * move integration test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * update e2e-test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix gitignore

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 8388bd438458c175c929d815532844e5d6e34f4e
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Tue May 4 12:57:52 2021 +0530

    Remove unused function newPod and imported files (#1761)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: xixi <i@hexilee.me>

commit 24cf4d485d7a6634a4fd0d157179410077138954
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Tue May 4 10:59:51 2021 +0530

    Remove unused log (#1760)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

commit f1c817e07ea339d41ded06055998c9a1e9f135e9
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Fri Apr 30 13:19:50 2021 +0800

    feat: support GcpChaos in dashboard (#1686)

    * feat: support gcpchaos in dashboard

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: image and typo

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: struct name

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit a8d9b6ebbf1a667e5d3ee4dd7beaa6e31f70a9c1
Author: AsterNighT <klxjt99@outlook.com>
Date:   Thu Apr 29 16:59:57 2021 +0800

    Fix stresschaos e2e (#1744)

    * Enable test

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Allocate more memory

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * count kmem

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Revert to origin

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * loosen the condition

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * revert revert

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Loosen condition

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix underflow

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit c86e97fad6720a2be53204827bc66b656fad8b8a
Author: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Date:   Wed Apr 28 12:35:56 2021 +0200

    Kubernetes recommanded labels (#1735)

    * Add: Kubernetes recommanded labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: trim whitespace

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: version according to Helm recommendations

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: indentation

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: remove chaos-mesh.org/version

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: Chart version accoring Helm recommendation

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Update: prevent whitespaces

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: missing labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Update: labels for selectors

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: nindent instead of indent for labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 51846e946806dee1473e99714c72ff1020c11bc8
Author: xixi <i@hexilee.me>
Date:   Wed Apr 28 13:13:56 2021 +0800

    update go-protoc version to 1.3.0 (#1752)

    Signed-off-by: hexilee <i@hexilee.me>

commit e1a1368e16dabb0fb8fa4506e4e0aeebd9f73c8c
Author: WangXiang <wx347249478@gmail.com>
Date:   Tue Apr 27 13:31:56 2021 +0800

    add cgo build tag for pkg/ptrace (#1748)

    * add build tag

    Signed-off-by: xiang <xiang13225080@163.com>

    * add file with no cgo

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * panic

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * format

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 6d69ef8d55238d6a167b59874e9d9d41f8e721a4
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue Apr 27 12:25:56 2021 +0800

    chore: bump version of kind node for fitting kind version (#1750)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 1739e18878594f6e712f5edf3d564c435a436760
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Sat Apr 24 21:17:54 2021 +0800

    support disk_list in gcpchaos disk-loss  action (#1631)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 06b6d04764d3cd4321bddec93c337ea99fc72036
Author: WangXiang <wx347249478@gmail.com>
Date:   Fri Apr 23 16:43:54 2021 +0800

    daemon: contain output in error when executing command  (#1745)

    Signed-off-by: xiang <xiang13225080@163.com>

commit 049a794c231e04d6d097812fb26d48a0aa06b9d2
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Thu Apr 22 21:51:54 2021 +0800

    fix failed recover (#1739)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 089004fba5d54a89c7e6e0548c99e9845b07c693
Author: CWen <cwenyin0@gmail.com>
Date:   Thu Apr 22 19:17:53 2021 +0800

    e2e: disable chaos dashboard by default (#1734)

    * e2e: disable chaos dashboard by default

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * add default value

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * fix some comments

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * fix e2e

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit af17caec7c27a7c6638a07c7d20013a25540d7d5
Author: CWen <cwenyin0@gmail.com>
Date:   Thu Apr 22 18:59:26 2021 +0800

    e2e: disable unstable test (#1738)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 818dc7ef74aa1a546b29897e4c44770679c74f45
Author: CWen <cwenyin0@gmail.com>
Date:   Wed Apr 21 17:13:53 2021 +0800

    Helm: install chaos-dashboard by default (#1730)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 8ad8a6ff66abbceb0707e89e2169b08e8b7692fa
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Wed Apr 21 14:45:54 2021 +0800

    feat: support batch delete in UI (#1723)

    * feat: support batch delete in UI

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: arg is not set

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit ff0e11f71ecaf5b8c58b8ab243612dde51d9ca05
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Wed Apr 21 11:33:52 2021 +0800

    [update] batch delete archives and experiments (#1616)

    * [update] delete archive and exp

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * asd

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * upadte

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 7019ecc298ecb64042f7695ea128cda23f38b448
Author: AsterNighT <klxjt99@outlook.com>
Date:   Tue Apr 20 14:51:52 2021 +0800

    Fix wrong log (#1718)

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit e832b9c54ff2c6e00e5fe25cabbc76952539f818
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Apr 20 14:33:52 2021 +0800

    add check for whether duration is nil (#1719)

    * add check for whether duration is nil

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * add test for twophase duration nil

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * rollback e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 9bab433bce5aa43716917f9936154025443e3d6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 20 10:17:29 2021 +0800

    build(deps): bump ssri from 6.0.1 to 6.0.2 in /ui (#1717)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 23ccbe18c0b88bb828394f1c71874d727c66e579
Author: xixi <i@hexilee.me>
Date:   Mon Apr 19 13:19:52 2021 +0800

    support setting annotations for dnsServer deployment (#1715)

    Signed-off-by: hexilee <i@hexilee.me>

commit ed6307684bcebb32f16e75fd475acc225027a717
Author: STRRL <str_ruiling@outlook.com>
Date:   Sat Apr 17 10:57:51 2021 +0800

    chaos-dashboard web api for workflow (#1583)

    * feat: workflow basic CRD and concilers

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * refactor(workflow): refine codes about determine conditions

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: the chaos node reconciler

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: add shor name for workflow and workflow node

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: events to describe creating chaos CR

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: add state for chaos cr created

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: tidy go.sum

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: preload go mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: partial updates

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * docs: update design docs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: recover for chaos nodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * docs: update the docs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update the optioanl fields

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: update after make check

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: remove unused fields

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: fix the comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: fix typos

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: update the yaml

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: reconstruct method orders

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: implmenetation of web api

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: register workflow controller into fx

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: use empty slice instead of nil

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: cleanup unused states

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * refactor: determine running nodes out of the conversion funcs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: remove the meaningless if

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: update the entity used in swagger

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix bugs with conversion workflow detail

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: determine node state

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: do not apply networkchaos if condition injected is true

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * refactor: do not use the ambiguous name while in retry closures

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: update the workflow example

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: fmt the codes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * refactor: conversation enitity and fix test cases

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: use clientpool instead of embedded kubeclient

    maybe we could use factory in the future

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linter happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: remove the current nodes in workflow detail

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: hTTP API create and update of workflow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the comments of muse-dev

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: address the comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit bc9c86a7a43bdbec6554cefce7fe304463e7a27f
Author: STRRL <str_ruiling@outlook.com>
Date:   Fri Apr 16 11:51:51 2021 +0800

    fix: let workflow and workflownode bypass the vauth webhook (#1681)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 5668fe339fafdb841bec8b54bcccbb7099475545
Author: xixi <i@hexilee.me>
Date:   Thu Apr 15 15:55:55 2021 +0800

    update go version to 1.15.11 in github workflows (#1692)

    * update go version to 1.15.11 in github workflows

    Signed-off-by: hexilee <i@hexilee.me>

    * downgrade go version of test/cmd/e2e_helper to 1.15

    Signed-off-by: hexilee <i@hexilee.me>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

Signed-off-by: YangKeao <keao.yang@yahoo.com>
AsterNighT added a commit to AsterNighT/chaos-mesh that referenced this pull request Jun 4, 2021
commit 46ce60e620f2f4758ed9b25c8b93a460afa7d8b1
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Fri Jun 4 09:39:12 2021 +0800

    update dashboard (#1921)

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

commit 174d6572a521065be191f9e624331edb4b0186dc
Author: jaysunmah <jaysunmah@gmail.com>
Date:   Thu Jun 3 04:46:21 2021 -0700

    [podnetworkchaos] Fix networkchaos heal (#1899)

    * [podnetworkchaos] Fix networkchaos heal

    Signed-off-by: Jason Ma <jason.ma@airbnb.com>

    * Update tc.go

    Signed-off-by: Jason Ma <jason.ma@airbnb.com>

    Co-authored-by: Jason Ma <jason.ma@airbnb.com>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 5013287fc3d729fb1b0e5b322205b869e2b04e14
Author: YangKeao <keao.yang@yahoo.com>
Date:   Thu Jun 3 19:04:16 2021 +0800

    rename IoChaos to IOChaos (#1927)

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 4591eac4006d79a7bd9238b6dd448268a1f55fe3
Author: STRRL <str_ruiling@outlook.com>
Date:   Thu Jun 3 18:04:52 2021 +0800

    fix: startup workflow bootstrap with fx (#1929)

    Signed-off-by: STRRL str_ruiling@outlook.com
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 31aef289b81a1d713b5a9976a257090da81ac29e
Author: CWen <cwenyin0@gmail.com>
Date:   Thu Jun 3 12:43:49 2021 +0800

    chore: format imports (#1920)

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 4aeb6a74d2777cf08f7f428ed10eb7f32a8bcac6
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Wed Jun 2 15:43:03 2021 +0800

    fix: gitignore (#1918)

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

commit d343189d3ccb6e882720461903084fa8f84cc417
Merge: d419ffee 97afcaa0
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 20:30:40 2021 +0800

    Merge pull request #1908 from YangKeao/merge-master

    Merge nirvana into master

commit 97afcaa076b1f4e5eb05fffdca62aa67b1fb4439
Merge: 912db32f d3ac6441
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 19:58:09 2021 +0800

    Merge remote-tracking branch 'upstream/nirvana' into merge-master

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit 912db32f464f052668f52734a1073d289f030f81
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 19:04:41 2021 +0800

    fix event store test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit 62acbf3985d9632941015e7bf842a4df8e9f7806
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 18:34:48 2021 +0800

    remove the removed field in core.Event

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit ba728b636c98829efd38b92d28ec67bc6fae5c8e
Merge: 1f3af00c e46cd2f6
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 18:29:41 2021 +0800

    Merge remote-tracking branch 'upstream/nirvana' into merge-master

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit d3ac6441fd051645aaaaecee495ef708a5388bdd
Author: CWen <cwenyin0@gmail.com>
Date:   Tue Jun 1 17:55:37 2021 +0800

    Temporarily disable upload latest files (#1915)

    * temporary disable upload latest files

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * make clean

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit e46cd2f61cf553d7e38d62100b2cf4e51e6ee933
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Tue Jun 1 17:49:28 2021 +0800

    update dashboard api and integration test (#1916)

    * update dashboard api and integration_test

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update integration test

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

commit 1f3af00c9a572b95ee2f02ba4e5ce2532c9b4b69
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Jun 1 16:55:31 2021 +0800

    remove experiments state integration test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit 65ba878266cdd5d9f35eedb20ac94ad6065193da
Author: YangKeao <keao.yang@yahoo.com>
Date:   Mon May 31 23:01:47 2021 +0800

    fix archive swagger annotation

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit 6ce59b4425e0b77a9a911cc9fcb4338f47d37058
Author: YangKeao <keao.yang@yahoo.com>
Date:   Mon May 31 22:45:32 2021 +0800

    remove scheduler field in integration test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit f85099c55f37e0447268c73b9be5403aa61be6c9
Merge: 87b26548 d419ffee
Author: YangKeao <keao.yang@yahoo.com>
Date:   Mon May 31 21:13:55 2021 +0800

    Merge remote-tracking branch 'upstream/master' into merge-master

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

commit d419ffeed66c66c198cba12abdbe450e46e8b668
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 31 15:51:36 2021 +0800

    test: make memory e2e test more stable (#1907)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit bcd1036e85919a1534d7a4fcb223c376e38a7215
Author: CWen <cwenyin0@gmail.com>
Date:   Mon May 31 11:09:36 2021 +0800

    README: update the URL of build status (#1892)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 820b69301d654882f50c7643d13f5971a3f2edb4
Author: STRRL <str_ruiling@outlook.com>
Date:   Sun May 30 00:39:35 2021 +0800

    feat: also append workflow name for controlled chaos object (#1900)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 7178db0ff42adc65ff7cd63b6e3680c8f671ff5a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun May 30 00:01:36 2021 +0800

    build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /ui (#1903)

    Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
    - [Release notes](https://github.com/mafintosh/dns-packet/releases)
    - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1bded066bace6f6a8d557cfe369d32148d4e0c63
Author: STRRL <str_ruiling@outlook.com>
Date:   Fri May 28 09:47:35 2021 +0800

    ci: do not push artifacts on forks repo (#1843)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9355dec850052fee60c61d571a85e2cd634e67c0
Author: dongzerun <xueling1000@sina.com>
Date:   Thu May 27 13:32:31 2021 +0800

    move UnlockOSThread before ptrace error (#1888)

    Signed-off-by: zerun dong <zerun.dong@grabtaxi.com>

    Co-authored-by: zerun dong <zerun.dong@grabtaxi.com>

commit 41e37dd1ac16001389cdb76279a6633c1ee2960d
Author: WangXiang <wx347249478@gmail.com>
Date:   Tue May 25 18:41:33 2021 +0800

    add tcp flags in iptables chain && minor fix (#1800)

    * add accept tcp flags

    Signed-off-by: xiang <xiang13225080@163.com>

    * add tcp flag

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * set protocol config in iptables

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 1fd10868d0836766b467941b255f65317707c2ed
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 25 16:59:34 2021 +0800

    chore: bump the version of controller-gen to v0.4.1 (#1880)

    * chore: bump the version of controller-gen to v0.4.1

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: restrict kubernetes version with replace

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: also restrict version for e2e-test

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: also bump the verison of controller-runtime

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fallback to v1beta1

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * Revert "fix: also bump the verison of controller-runtime"

    This reverts commit 8e051961ebbb80e61723f82993f2c9d828848579.

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 907ff0f54721e2ebfb0da7eb7a3a3ed46f0abeb6
Author: Mila Wu <72733948+milasuperstar@users.noreply.github.com>
Date:   Tue May 25 11:17:33 2021 +0800

    update: community blog and demo links (#1878)

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit f9fd277a874e4bab607f78084c1f5313f930538d
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 24 19:43:34 2021 +0800

    chore: bump kind to 0.11.0 for cgroupv2 (#1876)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 454265a4834d69b819b795cf52147aa4923eebba
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Mon May 24 16:41:33 2021 +0530

    Remove dead code (#1787)

    * Remove dead code

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * use JoinHostPort instead of Sprintf for network address (#1763)

    Signed-off-by: Nes Cohen <nes@muse.dev>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) remove redundant # from CONTRIBUTING.md (#1764)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * JoinHostPort method used wherever needed (#1765)

    * used JoinHostPort wherever required

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * changes needed in chaosdaemon/server.go and format changes

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Removes unused log and functions (#1768)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * chore(update): workflows api (#1758)

    * chore(update): workflows api

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: json tag invalid

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: test

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: zz_generated

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: sync the newest types

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Remove duplicate imported file (#1771)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove imported duplicate file

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Update references of cm with common

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * shell checks: double quote expansion fixes (#1777)

    Signed-off-by: arcolife <archit.py@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fixes opt.semgrep.err-nil-check (#1770)

    Signed-off-by: someshkoli <kolisomesh27@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugbash) Fixes gosimple warnings (#1773)

    * Fixed gosimple warnings

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    * Formatted controllers/gcpchaos/diskloss/types.go

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix ineffassign: get all cgroups - in stresschaos.go (#1778)

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix ST1005 errors (#1776)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix S1007 error (#1784)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) fix err checks (#1791)

    * fix err check in defer

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * some more errchecks

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * fix errchecks in tests

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix few error checks (#1795)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * ci: disable check for some links (#1814)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * helm/templates: use serviceAccountName instead of serviceAccount (#1792)

    * helm/templates: use serviceAccountName instead of serviceAccount

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * run ./hack/update_install_script.sh

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * Makefile: add check-install-script to check

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix unchecked errors (#1803)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Refactoring: creating children nodes with labels instead of updating status directly (#1683)

    * perf: make status as sub-resource, it could extremely reduce the conflict

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: do not determine actions by status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the reference of labels

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: refine logs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the coments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending "make generate"

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/go.mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/cmd/e2e_helper

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending some comments for understanding logic

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix e2e test (#1816)

    * Revert "shell checks: double quote expansion fixes (#1777)"

    This reverts commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2.

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix iochaos e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Use JoinHostPort method used wherever needed (#1797)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * (bugsbash) remove unused log (#1804)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Fix ineffassign issues (#1788)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Changes as per review

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Changes as per review

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Weak PRNG fixes (#1774)

    * G404: weak RNG fix for apiserver/common/common.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    * G404: weak RNG fix for pkg/selector/selector.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui (#1820)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * fix storage class var name in helm (#1819)

    Signed-off-by: saravanan palanisamy <saravanan30erd@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * chore: appending go mod tidy check on other go.mod (#1823)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * build: also re-generate .pb.go files for pkg/chaoskernel/pb/bpfki.proto (#1824)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * implement PodHttpChaos (#1706)

    * add binary of rs-tproxy into image of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add ApplyHttpChaos and PodHttpsChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm supports set env

    Signed-off-by: hexilee <i@hexilee.me>

    * add concurrentBuffer in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * add unit test for concurrentBuffer

    Signed-off-by: hexilee <i@hexilee.me>

    * should complete ApplyHttpChaos of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * update tproxy to 0.1.1

    Signed-off-by: hexilee <i@hexilee.me>

    * change groupimports target in Makefile, never group generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * add webhook for podhttpchaos

    Signed-off-by: hexilee <i@hexilee.me>

    * webhook of podhttpchaos works; chaos-daemon fails to exec tproxy

    Signed-off-by: hexilee <i@hexilee.me>

    * tproxy applied successfully; but webhook return 500

    Signed-off-by: hexilee <i@hexilee.me>

    * podhttpchaos works

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unused code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix ineffective break in for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix another ineffective break of for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix race in buffer test of bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * use GinkgoRecover in buffer_test

    Signed-off-by: hexilee <i@hexilee.me>

    * ci timeout; decrease repeated times, works of bpm buffer test

    Signed-off-by: hexilee <i@hexilee.me>

    * exclude generate file in format

    Signed-off-by: hexilee <i@hexilee.me>

    * make install script

    Signed-off-by: hexilee <i@hexilee.me>

    * remove Container field from PodHttpChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unnecessary code in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments

    Signed-off-by: hexilee <i@hexilee.me>

    * update rs-tproxy to v0.2.0

    Signed-off-by: hexilee <i@hexilee.me>

    * ApplyPodHttpChaos of chaosdaemon will return statusCode and error in applying

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm stores stdout and stderr

    Signed-off-by: hexilee <i@hexilee.me>

    * chaosdaemon uses rs-tproxy v0.2

    Signed-off-by: hexilee <i@hexilee.me>

    * use Blocking buffer in ApplyHttpChaos of chaos daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add some comments in  api/v1alpha1/podhttpchaos_types.go

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments and logs

    Signed-off-by: hexilee <i@hexilee.me>

    * fix nil point bug in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some typos

    Signed-off-by: hexilee <i@hexilee.me>

    * keep the same with style of k8s generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix compiling errors

    Signed-off-by: hexilee <i@hexilee.me>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    * Trying to fix DCO

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Nes Cohen <nsar.cohen@gmail.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: Atibhi Agrawal <atibhi.a@gmail.com>
    Co-authored-by: Nisarg Shah <nisshah1499@gmail.com>
    Co-authored-by: Sonia Singla <soniasingla.1812@gmail.com>
    Co-authored-by: Yue Yang <g1enyy0ung@gmail.com>
    Co-authored-by: Archit Sharma <archit.py@gmail.com>
    Co-authored-by: Somesh Koli <kolisomesh27@gmail.com>
    Co-authored-by: Sahil Raja <sahil.raja@mayadata.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>
    Co-authored-by: Charles Xu <mail@charlesxu.io>
    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: STRRL <str_ruiling@outlook.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saravanan Palanisamy <saravanan30erd@gmail.com>
    Co-authored-by: xixi <i@hexilee.me>

commit d65a973122e7d150d204eb7520391409c891d50e
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Sat May 22 12:00:21 2021 +0800

    feat: workflows UI (#1870)

    * chore: init

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update NewWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: add skeletons

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: init topology

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: render topology

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * perf: replace grid list with virtual list

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: reGen events chart legends

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: update template by index

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update workflowDetail

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: newWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: update workflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: flash running node

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: remove duplicate i18n

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update i18n

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * perf: bump ConfirmDialog to most top

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore(deps): upgrade

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: check annotations

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: close confirm dialog

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: legacy problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: constructWorkflow

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: some problems

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 307eb10363a0ccc72a1f28474e1de0f94b1d3815
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Fri May 21 17:42:21 2021 +0800

    fix: can not delete last token (#1873)

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

commit 9a05cf3faadbac154b367199e38ce8766c2186ca
Author: WangXiang <wx347249478@gmail.com>
Date:   Fri May 21 13:26:21 2021 +0800

    dashboard api: adjust namespace with the target namespace when it is empty (#1854)

    * adjust namespace with the target namespace

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * fix unit test

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9088aeaa1199391e007b25f8769cca61a00eb07f
Author: STRRL <str_ruiling@outlook.com>
Date:   Fri May 21 11:04:21 2021 +0800

    feat: base implementation of parallel node (#1827)

    * feat: base implementation of parallel node

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: cleanup the example parallel worklfow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appeding comments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: rename childrenNodes to childNodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: bad name things, rename to setDifference

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: change the logic of cleaning outdated children nodes

    once the Spec.Task or the existed child nodes changed, all of the
    children nodes should be removed

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit aa6704cb49c0a211d71dcaf8a2a4050441d37b0a
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Fri May 21 01:14:20 2021 +0800

    [update] delete events if there are too many experiments (#1865)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit aeda04aec991bbda014acf5b588f9b5de25a74c3
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 19:03:42 2021 +0800

    feat: update the start time of workflow (#1862)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 1638a9cb1188b07f60fe5138a692573771b0607c
Author: AsterNighT <klxjt99@outlook.com>
Date:   Wed May 19 16:37:41 2021 +0800

    Using builder for grpc connection (#1661)

    * Init

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Feat:using builders for grpc

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Delete TryTLSFromFile

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Move all error prone steps to build

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Make check

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Apply "replace conditional with polymorphism"

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix debug info in chaosctl test

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Delete useless code

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Stop using security mode to judge tls

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Addressing comments

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Addressing musebot

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix ce

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 67fe258c7dec0f957905acb08eec12a32ea94a2e
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 14:15:40 2021 +0800

    refactor the implementation of chaos nodes (#1753)

    * refactor: reafactor the implementation of chaos nodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update status syncing

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make status as subresource

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix errors reported by muse-dev

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix typo

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: remove the finished todos

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: revert the unnecessary changes for debugging

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit d493bf0e434082d2a19dea4241715e61de27266d
Author: STRRL <str_ruiling@outlook.com>
Date:   Wed May 19 01:27:40 2021 +0800

    chore: change items in embed chaos to camelCase (#1859)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 1fc0e2bc257dd56f22c4f87266fe43cc9aed37c6
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 18 17:31:41 2021 +0800

    chore: change snake_case to camelCase in API (#1850)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 54372ef420296dd88ffd73c7364c2ba86d346a34
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Tue May 18 13:41:40 2021 +0530

    Fix size percentile issue in memory stress (#1855)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>

commit c5c1bac9c9f603f449e986e9b3026ec56bf6dad9
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 17 19:21:39 2021 +0800

    feat: compose the name of task and node (#1853)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9efe08c2ca4586f4a8ea7d6aeb3ce8efc363eec8
Author: STRRL <str_ruiling@outlook.com>
Date:   Mon May 17 19:01:39 2021 +0800

    feat: apis for workflow endtime and status (#1828)

    * feat: apis for endtime and status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: refactor workflow entry reconciler, update conditions in stastus

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update the end time of workflow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: fix comments and typos

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * test: fix test cases

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the condition on updating end time of workflow

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 0648be6d026981621a86715a6a658539b931eda8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 17 10:49:38 2021 +0800

    build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /ui (#1826)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 9bd31f0e7bab4b9435a926f80458fe0ec1694297
Author: Mila Wu <72733948+milasuperstar@users.noreply.github.com>
Date:   Mon May 17 10:27:38 2021 +0800

    update: readme file (#1844)

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    * milas-branch

    Signed-off-by: Mila Wu <wuzaixuan@pingcap.com>

    Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>

commit 5f6c2f0ede375ee057d7375532b5e2b853910280
Author: xixi <i@hexilee.me>
Date:   Tue May 11 19:59:40 2021 +0800

    implement PodHttpChaos (#1706)

    * add binary of rs-tproxy into image of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add ApplyHttpChaos and PodHttpsChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm supports set env

    Signed-off-by: hexilee <i@hexilee.me>

    * add concurrentBuffer in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * add unit test for concurrentBuffer

    Signed-off-by: hexilee <i@hexilee.me>

    * should complete ApplyHttpChaos of chaos-daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * update tproxy to 0.1.1

    Signed-off-by: hexilee <i@hexilee.me>

    * change groupimports target in Makefile, never group generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * add webhook for podhttpchaos

    Signed-off-by: hexilee <i@hexilee.me>

    * webhook of podhttpchaos works; chaos-daemon fails to exec tproxy

    Signed-off-by: hexilee <i@hexilee.me>

    * tproxy applied successfully; but webhook return 500

    Signed-off-by: hexilee <i@hexilee.me>

    * podhttpchaos works

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unused code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix ineffective break in for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix another ineffective break of for-select in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix race in buffer test of bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * use GinkgoRecover in buffer_test

    Signed-off-by: hexilee <i@hexilee.me>

    * ci timeout; decrease repeated times, works of bpm buffer test

    Signed-off-by: hexilee <i@hexilee.me>

    * exclude generate file in format

    Signed-off-by: hexilee <i@hexilee.me>

    * make install script

    Signed-off-by: hexilee <i@hexilee.me>

    * remove Container field from PodHttpChaos

    Signed-off-by: hexilee <i@hexilee.me>

    * remove unnecessary code in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments

    Signed-off-by: hexilee <i@hexilee.me>

    * update rs-tproxy to v0.2.0

    Signed-off-by: hexilee <i@hexilee.me>

    * ApplyPodHttpChaos of chaosdaemon will return statusCode and error in applying

    Signed-off-by: hexilee <i@hexilee.me>

    * bpm stores stdout and stderr

    Signed-off-by: hexilee <i@hexilee.me>

    * chaosdaemon uses rs-tproxy v0.2

    Signed-off-by: hexilee <i@hexilee.me>

    * use Blocking buffer in ApplyHttpChaos of chaos daemon

    Signed-off-by: hexilee <i@hexilee.me>

    * add some comments in  api/v1alpha1/podhttpchaos_types.go

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some comments and logs

    Signed-off-by: hexilee <i@hexilee.me>

    * fix nil point bug in bpm

    Signed-off-by: hexilee <i@hexilee.me>

    * fix some typos

    Signed-off-by: hexilee <i@hexilee.me>

    * keep the same with style of k8s generated code

    Signed-off-by: hexilee <i@hexilee.me>

    * fix compiling errors

    Signed-off-by: hexilee <i@hexilee.me>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit ab54b46101f930721001ef30c14584972e37aa0c
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 11 14:55:39 2021 +0800

    build: also re-generate .pb.go files for pkg/chaoskernel/pb/bpfki.proto (#1824)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit d648566268bf9454a2aa2d60da0ed0375833c0e2
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue May 11 03:37:39 2021 +0800

    chore: appending go mod tidy check on other go.mod (#1823)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 30a80bb777ec2084ff56f1790367d1c9e69504d0
Author: Saravanan Palanisamy <saravanan30erd@gmail.com>
Date:   Mon May 10 14:31:17 2021 +0400

    fix storage class var name in helm (#1819)

    Signed-off-by: saravanan palanisamy <saravanan30erd@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit afcfce7e07be381bee0eac6184e367d34b05b8e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 10 10:24:22 2021 +0800

    build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui (#1820)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 50723820d276861282e216fc53bee2b26367a731
Author: Archit Sharma <archit.py@gmail.com>
Date:   Sat May 8 11:22:41 2021 +0530

    Weak PRNG fixes (#1774)

    * G404: weak RNG fix for apiserver/common/common.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    * G404: weak RNG fix for pkg/selector/selector.go

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 8d4b3a07ec56ac0339311a653a534624433368e9
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Sat May 8 00:00:41 2021 +0530

    Fix ineffassign issues (#1788)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 6bf4e288175b549f8e4a094098e102183d5c4749
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 23:38:41 2021 +0530

    Removing U1000 static check errors (#1775)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 0d5cfa626d01218c6b418178e0c22c26d4bc8eae
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 23:16:41 2021 +0530

    (bugsbash) remove unused log (#1804)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit cdce547f442d46ead714838f7121108c0e3de95c
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Fri May 7 22:52:41 2021 +0530

    Use JoinHostPort method used wherever needed (#1797)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 18fef27fcb2982ee5abc291f547c0d07b0a830fd
Author: YangKeao <keao.yang@yahoo.com>
Date:   Sat May 8 00:50:41 2021 +0800

    Fix e2e test (#1816)

    * Revert "shell checks: double quote expansion fixes (#1777)"

    This reverts commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2.

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix iochaos e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 49b3fc1f6f8515a1fb87328fac2897eddbbcae86
Author: STRRL <str_ruiling@outlook.com>
Date:   Sat May 8 00:24:41 2021 +0800

    Refactoring: creating children nodes with labels instead of updating status directly (#1683)

    * perf: make status as sub-resource, it could extremely reduce the conflict

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: do not determine actions by status

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: make linters happy

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * fix: fix the reference of labels

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: refine logs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: address the coments

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending "make generate"

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/go.mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: go mod tidy on e2e-test/cmd/e2e_helper

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: appending some comments for understanding logic

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit e931a187c2cc434299fe0d8da0a37503147404b3
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 21:41:04 2021 +0530

    fix unchecked errors (#1803)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

commit 2eb53f2efaa0460d8fdbe4baa0ee200c415a7f54
Author: Charles Xu <mail@charlesxu.io>
Date:   Fri May 7 07:31:45 2021 -0700

    helm/templates: use serviceAccountName instead of serviceAccount (#1792)

    * helm/templates: use serviceAccountName instead of serviceAccount

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * run ./hack/update_install_script.sh

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    * Makefile: add check-install-script to check

    Signed-off-by: Charles Xu <charles.xu@snowflake.com>

    Co-authored-by: Charles Xu <charles.xu@snowflake.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 2b5305e6183f892864758bb5d776e6695b1832e3
Author: CWen <cwenyin0@gmail.com>
Date:   Fri May 7 22:08:22 2021 +0800

    ci: disable check for some links (#1814)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 2a3a758c994a28a755eca91b438b8dc185431ac0
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 19:24:41 2021 +0530

    Fix few error checks (#1795)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: CWen <cwenyin0@gmail.com>

commit c69e6cae3ed39c195c54f8ef03e832cdcac1d97e
Author: Nisarg Shah <nisshah1499@gmail.com>
Date:   Fri May 7 19:09:07 2021 +0530

    Changes in error formats and string (#1790)

    * minor changes in error format and string

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * removed error package which caused integration test fail

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 21529f4de96c11517b1008f2c633e0fe26d8cc34
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Fri May 7 18:59:26 2021 +0530

    (bugsbash) fix err checks (#1791)

    * fix err check in defer

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * some more errchecks

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    * fix errchecks in tests

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit c6c2e8183473730c11c6ce048e71259184518c84
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 18:48:30 2021 +0530

    Fix S1007 error (#1784)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 29098fcb444522881229e398141fac408e44fd5f
Author: Anurag Paliwal <anuragpaliwal@gmail.com>
Date:   Fri May 7 18:38:29 2021 +0530

    Fix ST1005 errors (#1776)

    Signed-off-by: Anurag Paliwal <apaliwal@adobe.com>

    Co-authored-by: Anurag Paliwal <apaliwal@adobe.com>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 4d47e2b6047a072d43dac64d4316b2b43e886b58
Author: Archit Sharma <archit.py@gmail.com>
Date:   Fri May 7 18:29:52 2021 +0530

    fix ineffassign: get all cgroups - in stresschaos.go (#1778)

    Signed-off-by: arcolife <archit.py@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 2e42e5d53d0e513f6d174ba4a83d39cd4955a26f
Author: Sahil Raja <sahil.raja@mayadata.io>
Date:   Fri May 7 18:15:30 2021 +0530

    (bugbash) Fixes gosimple warnings (#1773)

    * Fixed gosimple warnings

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    * Formatted controllers/gcpchaos/diskloss/types.go

    Signed-off-by: Sahil Raja <sahil.raja@mayadata.io>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
    Co-authored-by: YangKeao <keao.yang@yahoo.com>

commit 58fc8ba03d51ba0d76ea80639eb243c2871f1194
Author: Somesh Koli <kolisomesh27@gmail.com>
Date:   Fri May 7 18:04:14 2021 +0530

    fixes opt.semgrep.err-nil-check (#1770)

    Signed-off-by: someshkoli <kolisomesh27@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 17cba4e8d1c16d2610a2d575c1fd27fa2d817bb2
Author: Archit Sharma <archit.py@gmail.com>
Date:   Thu May 6 17:25:52 2021 +0530

    shell checks: double quote expansion fixes (#1777)

    Signed-off-by: arcolife <archit.py@gmail.com>

commit 36820109e8e310077203edf59c25ddc7d68d1612
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Thu May 6 16:57:53 2021 +0530

    Remove duplicate imported file (#1771)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove imported duplicate file

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Update references of cm with common

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 5497620dfbc95e0fbd8ced982a837a2e205afe38
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Thu May 6 18:13:17 2021 +0800

    chore(update): workflows api (#1758)

    * chore(update): workflows api

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: json tag invalid

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: test

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: zz_generated

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: sync the newest types

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

commit c0d9dc941d4d8e3f9a185de00edb54b7645c1633
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Thu May 6 13:29:52 2021 +0530

    Removes unused log and functions (#1768)

    * Remove unused imported file and functions

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    * Remove unused functions and logs

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 72bde55c55e13241b22e9e089c543a75f14a6c50
Author: Nisarg Shah <nisshah1499@gmail.com>
Date:   Thu May 6 12:44:01 2021 +0530

    JoinHostPort method used wherever needed (#1765)

    * used JoinHostPort wherever required

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    * changes needed in chaosdaemon/server.go and format changes

    Signed-off-by: nisarg1499 <nisshah1499@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 6e5c0fa2b50643507f316a4a789120ee31f77afd
Author: Atibhi Agrawal <atibhi.a@gmail.com>
Date:   Thu May 6 11:03:52 2021 +0530

    (bugsbash) remove redundant # from CONTRIBUTING.md (#1764)

    Signed-off-by: aSquare14 <atibhi.a@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit fa40abc70252a8e9cd4bd91f46e53caa7fb23b36
Author: Nes Cohen <nsar.cohen@gmail.com>
Date:   Wed May 5 20:01:52 2021 -0700

    use JoinHostPort instead of Sprintf for network address (#1763)

    Signed-off-by: Nes Cohen <nes@muse.dev>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit b8bfced70995f45fc92cc012913a4785fb025fe1
Author: Archit Sharma <arcshams@gmail.com>
Date:   Wed May 5 15:01:52 2021 +0530

    remove unused tc_server.go:addfilter() (#1762)

    Signed-off-by: arcolife <archit.py@gmail.com>

commit 7e12dea08017445d11f95e5540df5a34d4916ea1
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue May 4 16:27:52 2021 +0800

    upgrade grpc to remove warning (#1757)

    * upgrade grpc to remove warning

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * make e2e test a standalone module

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * clean the go.mod and go.sum files

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * make check

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * move integration test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * update e2e-test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * fix gitignore

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 8388bd438458c175c929d815532844e5d6e34f4e
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Tue May 4 12:57:52 2021 +0530

    Remove unused function newPod and imported files (#1761)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

    Co-authored-by: xixi <i@hexilee.me>

commit 24cf4d485d7a6634a4fd0d157179410077138954
Author: Sonia Singla <soniasingla.1812@gmail.com>
Date:   Tue May 4 10:59:51 2021 +0530

    Remove unused log (#1760)

    Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>

commit f1c817e07ea339d41ded06055998c9a1e9f135e9
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Fri Apr 30 13:19:50 2021 +0800

    feat: support GcpChaos in dashboard (#1686)

    * feat: support gcpchaos in dashboard

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: image and typo

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * chore: update

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: struct name

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: crd

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit a8d9b6ebbf1a667e5d3ee4dd7beaa6e31f70a9c1
Author: AsterNighT <klxjt99@outlook.com>
Date:   Thu Apr 29 16:59:57 2021 +0800

    Fix stresschaos e2e (#1744)

    * Enable test

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Allocate more memory

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * count kmem

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Revert to origin

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * loosen the condition

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * revert revert

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Loosen condition

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    * Fix underflow

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit c86e97fad6720a2be53204827bc66b656fad8b8a
Author: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Date:   Wed Apr 28 12:35:56 2021 +0200

    Kubernetes recommanded labels (#1735)

    * Add: Kubernetes recommanded labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: trim whitespace

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: version according to Helm recommendations

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: indentation

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: remove chaos-mesh.org/version

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: Chart version accoring Helm recommendation

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Update: prevent whitespaces

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: missing labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Update: labels for selectors

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: exec update_install_script.sh

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    * Fix: nindent instead of indent for labels

    Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 51846e946806dee1473e99714c72ff1020c11bc8
Author: xixi <i@hexilee.me>
Date:   Wed Apr 28 13:13:56 2021 +0800

    update go-protoc version to 1.3.0 (#1752)

    Signed-off-by: hexilee <i@hexilee.me>

commit e1a1368e16dabb0fb8fa4506e4e0aeebd9f73c8c
Author: WangXiang <wx347249478@gmail.com>
Date:   Tue Apr 27 13:31:56 2021 +0800

    add cgo build tag for pkg/ptrace (#1748)

    * add build tag

    Signed-off-by: xiang <xiang13225080@163.com>

    * add file with no cgo

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor fix

    Signed-off-by: xiang <xiang13225080@163.com>

    * panic

    Signed-off-by: xiang <xiang13225080@163.com>

    * minor update

    Signed-off-by: xiang <xiang13225080@163.com>

    * format

    Signed-off-by: xiang <xiang13225080@163.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 6d69ef8d55238d6a167b59874e9d9d41f8e721a4
Author: STRRL <str_ruiling@outlook.com>
Date:   Tue Apr 27 12:25:56 2021 +0800

    chore: bump version of kind node for fitting kind version (#1750)

    Signed-off-by: STRRL <str_ruiling@outlook.com>

commit 1739e18878594f6e712f5edf3d564c435a436760
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Sat Apr 24 21:17:54 2021 +0800

    support disk_list in gcpchaos disk-loss  action (#1631)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 06b6d04764d3cd4321bddec93c337ea99fc72036
Author: WangXiang <wx347249478@gmail.com>
Date:   Fri Apr 23 16:43:54 2021 +0800

    daemon: contain output in error when executing command  (#1745)

    Signed-off-by: xiang <xiang13225080@163.com>

commit 049a794c231e04d6d097812fb26d48a0aa06b9d2
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Thu Apr 22 21:51:54 2021 +0800

    fix failed recover (#1739)

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 089004fba5d54a89c7e6e0548c99e9845b07c693
Author: CWen <cwenyin0@gmail.com>
Date:   Thu Apr 22 19:17:53 2021 +0800

    e2e: disable chaos dashboard by default (#1734)

    * e2e: disable chaos dashboard by default

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * add default value

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * fix some comments

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    * fix e2e

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit af17caec7c27a7c6638a07c7d20013a25540d7d5
Author: CWen <cwenyin0@gmail.com>
Date:   Thu Apr 22 18:59:26 2021 +0800

    e2e: disable unstable test (#1738)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 818dc7ef74aa1a546b29897e4c44770679c74f45
Author: CWen <cwenyin0@gmail.com>
Date:   Wed Apr 21 17:13:53 2021 +0800

    Helm: install chaos-dashboard by default (#1730)

    Signed-off-by: cwen0 <cwenyin0@gmail.com>

commit 8ad8a6ff66abbceb0707e89e2169b08e8b7692fa
Author: Yue Yang <g1enyy0ung@gmail.com>
Date:   Wed Apr 21 14:45:54 2021 +0800

    feat: support batch delete in UI (#1723)

    * feat: support batch delete in UI

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    * fix: arg is not set

    Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit ff0e11f71ecaf5b8c58b8ab243612dde51d9ca05
Author: Yihao Fu <fewdan@hotmail.com>
Date:   Wed Apr 21 11:33:52 2021 +0800

    [update] batch delete archives and experiments (#1616)

    * [update] delete archive and exp

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * asd

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * update

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    * upadte

    Signed-off-by: “fewdan” <fewdan@hotmail.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 7019ecc298ecb64042f7695ea128cda23f38b448
Author: AsterNighT <klxjt99@outlook.com>
Date:   Tue Apr 20 14:51:52 2021 +0800

    Fix wrong log (#1718)

    Signed-off-by: AsterNighT <klxjt99@outlook.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit e832b9c54ff2c6e00e5fe25cabbc76952539f818
Author: YangKeao <keao.yang@yahoo.com>
Date:   Tue Apr 20 14:33:52 2021 +0800

    add check for whether duration is nil (#1719)

    * add check for whether duration is nil

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * add test for twophase duration nil

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    * rollback e2e test

    Signed-off-by: YangKeao <keao.yang@yahoo.com>

    Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>

commit 9bab433bce5aa43716917f9936154025443e3d6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 20 10:17:29 2021 +0800

    build(deps): bump ssri from 6.0.1 to 6.0.2 in /ui (#1717)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 23ccbe18c0b88bb828394f1c71874d727c66e579
Author: xixi <i@hexilee.me>
Date:   Mon Apr 19 13:19:52 2021 +0800

    support setting annotations for dnsServer deployment (#1715)

    Signed-off-by: hexilee <i@hexilee.me>

commit ed6307684bcebb32f16e75fd475acc225027a717
Author: STRRL <str_ruiling@outlook.com>
Date:   Sat Apr 17 10:57:51 2021 +0800

    chaos-dashboard web api for workflow (#1583)

    * feat: workflow basic CRD and concilers

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * refactor(workflow): refine codes about determine conditions

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: the chaos node reconciler

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: add shor name for workflow and workflow node

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: events to describe creating chaos CR

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: add state for chaos cr created

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: tidy go.sum

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: preload go mod

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: partial updates

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * docs: update design docs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: recover for chaos nodes

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * docs: update the docs

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * feat: update the optioanl fields

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: update after make check

    Signed-off-by: STRRL <str_ruiling@outlook.com>

    * chore: remove unused fields

    Signed-off-by: STRRL <str_ruiling@outlook.com>

 …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants