-
Notifications
You must be signed in to change notification settings - Fork 693
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
[Feat] Add Helm Agent Install Handler #4902
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: dusdjhyeon <[email protected]>
…on (litmuschaos#4852) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.66.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raj Das <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
…rontend (litmuschaos#4843) * added dropdown in add chaoshub modal(AddHubModalWizard) Signed-off-by: JanhaviAlekar <[email protected]> * added svg for list chaoshub in chaoshub page(ChaosHubs.tsx) Signed-off-by: JanhaviAlekar <[email protected]> * added dropdown list in edit chaoshub modal(EditHubModalWizard.tsx) Signed-off-by: JanhaviAlekar <[email protected]> * made remoteHub as required field Signed-off-by: JanhaviAlekar <[email protected]> --------- Signed-off-by: JanhaviAlekar <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
* initialise upgrade-agent Signed-off-by: Kartikay <[email protected]> * dockerfile revert Signed-off-by: Kartikay <[email protected]> * go.mod Signed-off-by: Kartikay <[email protected]> * litmus-portal to chaoscenter Signed-off-by: Kartikay <[email protected]> * dummy versions and log Signed-off-by: Kartikay <[email protected]> * CONTRIBUTING.md init Signed-off-by: Kartikay <[email protected]> * added checks while upgrading Signed-off-by: Kartikay <[email protected]> * transactions Signed-off-by: Kartikay <[email protected]> * transaction implemented in v3.4.0 Signed-off-by: Kartikay <[email protected]> * added upgrades for version 3.9.0 Signed-off-by: Kartikay <[email protected]> * nit: gofmt Signed-off-by: Kartikay <[email protected]> * Template for upgrades Signed-off-by: Kartikay <[email protected]> * refactoring and dumping dummy versions Signed-off-by: Kartikay <[email protected]> * gofmt Signed-off-by: Kartikay <[email protected]> * best practices Signed-off-by: Kartikay <[email protected]> * removed commented code Signed-off-by: Kartikay <[email protected]> * added flowchart Signed-off-by: Kartikay <[email protected]> * removed dummy version from map Signed-off-by: Kartikay <[email protected]> * refactor: better logs and comments Signed-off-by: Kartikay <[email protected]> --------- Signed-off-by: Kartikay <[email protected]> Signed-off-by: Kartikay <[email protected]> Signed-off-by: Kartikay <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Co-authored-by: Kartikay <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
Signed-off-by: Saranya-jena <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
…uschaos#4882) Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
Signed-off-by: Vedant Shrotria <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
…on (litmuschaos#4877) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.66.0...v1.66.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dusdjhyeon <[email protected]>
…itmuschaos#4875) Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.3...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dusdjhyeon <[email protected]>
…itmuschaos#4855) Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dusdjhyeon <[email protected]>
Signed-off-by: Ali Çiçek <[email protected]> Co-authored-by: Ali Çiçek <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
… api (litmuschaos#4878) * auth: change PasswordEncryptionCost Signed-off-by: Kartikay <[email protected]> * refactor: cost of encryption to 8 Signed-off-by: Kartikay <[email protected]> * fix: fix goimports Signed-off-by: Kartikay <[email protected]> --------- Signed-off-by: Kartikay <[email protected]> Co-authored-by: Kartikay <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dusdjhyeon <[email protected]>
Signed-off-by: dusdjhyeon <[email protected]>
…hema (litmuschaos#4894) * Converted an extended operation type to a root type in the GraphQL schema Signed-off-by: Suyeon Jung <[email protected]> * Refactored GraphQL schema to use Query and Mutation root types in chaos_experiment.graphqls for gqlgen compatibility Signed-off-by: Suyeon Jung <[email protected]> * Update github.com/99designs/gqlgen version 0.17.42 to 0.17.49 Signed-off-by: Suyeon Jung <[email protected]> --------- Signed-off-by: Suyeon Jung <[email protected]> Co-authored-by: Namkyu Park <[email protected]> Signed-off-by: dusdjhyeon <[email protected]>
dusdjhyeon
force-pushed
the
feat/helm-handler
branch
from
September 24, 2024 01:09
80d6942
to
e8f45b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Create a chaos environment via helm agent even in an open source environment
Types of changes
What types of changes does your code introduce to Litmus? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Dependency
Special notes for your reviewer: