Saranya Jena
15f24bcc16
Added installation manifest for 3.7.0 ( #4644 )
...
* Added installation manifest for 3.7.0
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* Added changes for 3.7.x
Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
---------
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
Co-authored-by: Jonsy13 <vedant.shrotria@harness.io>
2024-05-15 15:05:55 +05:30
Hrishav
1124ea8281
feat: Added edit Probe button in probe details tab ( #4606 )
...
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-05-15 13:18:20 +05:30
Hrishav
9b91eb7056
fix: Removed allErrors falg from PROD env ( #4614 )
...
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-05-15 12:51:19 +05:30
Hrishav
bd6c3cdc87
fix: Removed unused axios package ( #4628 )
...
* fix: Removed unused axios package
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
* chore: Added trivyignore file
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
---------
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-15 12:42:55 +05:30
Shubham Chaudhary
effdddfa6d
docs(k8s-version): update the litmus & k8s version compatibility metrics ( #4643 )
...
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
2024-05-13 18:14:26 +05:30
Namkyu Park
87f06850ab
Replace deprecated package ( #4559 )
...
* upgrade: upgrade codeql version
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* feat: replace deprecated pkg in auth
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* feat: replace unused pkg to subscriber
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: replace unused pkg to graphql
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: resolve conflict
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
---------
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-05-12 23:42:51 +05:30
Chaitanya Deshmukh
53c1165144
tests: add tests for `chaoscenter/authentication/api/middleware/jwt_middlware.go` ( #4574 )
...
* Add unit tests for JwtMiddleware in jwt_middleware_test.go
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
* Ordering of Imports Updated
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
* Ordering of Imports Updated
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
---------
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-05-09 23:20:06 +05:30
dependabot[bot]
f654eb62e3
chore(deps): Bump golang.org/x/oauth2 in /chaoscenter/authentication ( #4621 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.16.0 to 0.20.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.16.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 23:18:30 +05:30
dependabot[bot]
eb27f7118e
chore(deps): Bump github.com/gorilla/websocket ( #4625 )
...
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/gorilla/websocket/releases )
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 23:18:15 +05:30
dependabot[bot]
028d887b8a
chore(deps): Bump github.com/go-git/go-git/v5 ( #4626 )
...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 23:18:00 +05:30
Chaitanya Deshmukh
1aba8365dc
Improved Probe Card Text Formatting #4578
...
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-09 23:09:46 +05:30
okestro-yj.yoo
99ea826d46
refectoring: simplify code ( #4580 )
...
- some conditional expressions have been simplified.
Signed-off-by: Youngjun <yj.yoo@okestro.com>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-09 23:06:23 +05:30
dependabot[bot]
f10f5a62d7
chore(deps): Bump webpack-dev-middleware in /chaoscenter/web ( #4547 )
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 23:01:33 +05:30
dependabot[bot]
b81630ac5c
chore(deps): Bump github.com/stretchr/testify in /chaoscenter/subscriber ( #4572 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 23:00:30 +05:30
dependabot[bot]
ab4e25d41f
chore(deps): Bump github.com/mrz1836/go-sanitize ( #4622 )
...
Bumps [github.com/mrz1836/go-sanitize](https://github.com/mrz1836/go-sanitize ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/mrz1836/go-sanitize/releases )
- [Changelog](https://github.com/mrz1836/go-sanitize/blob/master/.goreleaser.yml )
- [Commits](https://github.com/mrz1836/go-sanitize/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: github.com/mrz1836/go-sanitize
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 22:58:28 +05:30
dependabot[bot]
c08fe17823
chore(deps): Bump github.com/google/uuid in /chaoscenter/graphql/server ( #4624 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases )
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 22:58:12 +05:30
dependabot[bot]
57790e510a
chore(deps): Bump google.golang.org/protobuf ( #4629 )
...
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 22:57:48 +05:30
dependabot[bot]
a8db83aceb
chore(deps): Bump github.com/99designs/gqlgen ( #4631 )
...
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen ) from 0.17.42 to 0.17.46.
- [Release notes](https://github.com/99designs/gqlgen/releases )
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md )
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.46 )
---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 22:57:33 +05:30
Prithvi Raj
9175465c11
Update RELEASE GUIDELINES ( #4630 )
...
* Update CODE_OF_CONDUCT.md
updated code of conduct according to latest guidelines
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update ADOPTERS.md
updating latest adopters
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Create community folder
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Delete community
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Create Readme.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update Community Readme.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update README.md
update readme with community details
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Add Gsoc Mentorship Details v1
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Add Security image
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Rename Screenshot 2024-03-21 at 11.33.32 AM.png to securityreport
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Rename securityreport to securityreport.png
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Adding Security Image
adding image to report vulnerability
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update SECURITY.md
updating security.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Create community-roles.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update community-roles.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update community-roles.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update README.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Adding Report a Vulnerability image
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update SECURITY.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update ADOPTERS.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update GOVERNANCE.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update RELEASE_GUIDELINES.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update RELEASE_GUIDELINES.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update RELEASE_GUIDELINES.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update RELEASE_GUIDELINES.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
---------
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-09 19:46:09 +05:30
Saranya Jena
8e87c1ee7c
Added necessary RBACs for creating and fetching jwt token ( #4619 )
...
* Added necessary RBACs for creating and fetching jwt token
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* fixed UTs
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* Added rbac in get user api
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* fixed UTs
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
---------
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-07 14:18:39 +05:30
Saranya Jena
197dd6065b
Made the login error messages generic ( #4627 )
...
* Made the login error messages generic
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* minor fix
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
---------
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
2024-05-07 12:11:16 +05:30
Shubham Chaudhary
bfd5eb246b
chore(rbac): Restructure RBACs to resolve secrets/cm poisoning (separate roles restriction) ( #4607 )
...
* chore(rbac): Restructure RBACs to resolve secrets/cm poisoning (separate roles restriction)
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
* chore(rbac): run workflow controller in ns mode
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
---------
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
2024-05-06 15:07:15 +05:30
Saranya Jena
0e84171713
Updated golang.org/x/net to 0.24.0 in backend ( #4618 )
...
* Updated golang.org/x/net to 0.24.0 in backend
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* updated go sum
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
---------
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
2024-05-06 11:49:01 +05:30
dependabot[bot]
c82f7ac9e0
chore(deps): Bump golang.org/x/net in /chaoscenter/authentication ( #4591 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io>
2024-05-06 10:56:52 +05:30
Shubham Chaudhary
e15d6700f0
chore(tls): Fix the subscriber & event-tracker to add CUSTOM_TLS_CERT to root cert pool instead of override ( #4604 )
...
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io>
2024-05-03 13:01:22 +05:30
Hrishav
2d965b5ca2
chore: Updated CRD version in Infrastructure installation ( #4602 )
...
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-05-02 11:55:22 +05:30
dependabot[bot]
bcdb799d26
chore(deps): Bump github.com/golang/protobuf ( #4575 )
...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:32:39 +05:30
Saranya Jena
529b910cb9
Update README.md ( #4608 )
...
Signed-off-by: Saranya Jena <saranya.jena@harness.io>
2024-04-25 23:10:29 +05:30
Saranya Jena
b7bbc55481
Added installation manifests for 3.6.1 ( #4600 )
...
* Added installation manifests for 3.6.1
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
* Added changes for chaos-3.6.1
Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
---------
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
Co-authored-by: Jonsy13 <vedant.shrotria@harness.io>
2024-04-24 16:28:35 +05:30
Shubham Chaudhary
496ac7fd16
chore(rbac): Consolidate the serviceaccounts in the chaos infrastructure ( #4598 )
...
* chore(rbac): Consolidate the serviceaccounts in the chaos infrastructure
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
* add rbac for event tracker
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
---------
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
2024-04-24 14:38:43 +05:30
Shubham Chaudhary
a102b66dcf
chore(3.6.0): Adding the installation manifest for 3.6.0 ( #4583 )
...
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
2024-04-15 13:04:51 +05:30
Saranya Jena
bb29e4c24d
Added installation manifests for 3.6.0 ( #4581 )
...
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
2024-04-15 12:55:30 +05:30
Saranya Jena
5267d5286f
leveraging crypto/rand package to generate access keys ( #4577 )
...
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
2024-04-15 11:43:37 +05:30
Prithvi Raj
7e6ac525d7
Updates to security, governance and adopters ( #4579 )
...
* Update ADOPTERS.md
updating latest adopters
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
2024-04-15 10:37:15 +05:30
Namkyu Park
53b91615bb
Add a k6-loadgen chaos fault to mkdocs ( #4509 )
...
* feat: add k6-loadgen docs
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: enhance docs
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* chore: delete unused tab
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: type
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: update diagram
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
---------
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
2024-04-12 15:39:44 +05:30
smit thakkar
cea879c320
Show `Login with SSO` button when Dex is enabled ( #4538 )
...
* feat: expose dex login enabled through capabilities route
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
* chore: generate docs
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
* chore: generate client functions for capabilities
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
* feat: show login with sso button when dex is enabled
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
* style: fix codacy errors
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
* chore: go mod tidy
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
---------
Signed-off-by: smit thakkar <smit.thakkar@deliveryhero.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-08 17:45:48 +05:30
Kartikay
77336cb170
User Management Screen improvements ( #4454 )
...
* pagination added
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
* manual itemsPerPage limit options
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
* manual itemsPerPage limit options
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
* Update chaoscenter/web/src/views/AccountSettingsUserManagement/AccountSettingsUserManagement.tsx
Co-authored-by: Sahil <sahil.kumar@harness.io>
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
* Update chaoscenter/web/src/views/AccountSettingsUserManagement/AccountSettingsUserManagement.tsx
Co-authored-by: Sahil <sahil.kumar@harness.io>
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
* Update chaoscenter/web/src/views/AccountSettingsUserManagement/AccountSettingsUserManagement.tsx
Co-authored-by: Sahil <sahil.kumar@harness.io>
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
* suggestion implemented
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
---------
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
Co-authored-by: Sarthak Jain <sarthak.jain@harness.io>
Co-authored-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Sahil <sahil.kumar@harness.io>
2024-04-08 11:44:13 +05:30
Saranya Jena
fc0b70ce19
Updated ci-fuzz github workflow to run on specific paths and fuzz duration ( #4573 )
...
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io>
2024-04-08 11:13:26 +05:30
Nabil Houidi
0048ab1f8e
fix(ui): make gitops git access token text field hidden ( #4553 )
...
Signed-off-by: Nabil Houidi <35373676+NabilHouidi@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-05 12:22:21 +05:30
Namkyu Park
36276bbf06
fix: resolve templates in ChaosHub not running correctly ( #4561 )
...
* fix: add uuid after auto-generated probe name
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
* fix: add create ns role
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
---------
Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
2024-04-05 11:01:18 +05:30
Michael Morris
43819fbe35
Remove unused variable ( #4552 )
...
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2024-04-05 10:20:40 +05:30
M R DHANUSH
c1467b704a
verifying EnvironmentID ( #4484 )
...
Signed-off-by: Dhanush0369 <dhanush789245@gmail.com>
Co-authored-by: Sarthak Jain <sarthak.jain@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-05 10:17:27 +05:30
Amit Kumar Das
cc74f22cb5
added fuzzy test for subscriber ( #4518 )
...
* added fuzzy test for subscriber
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
* removed print statements
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
---------
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-04 21:28:38 +05:30
Amit Kumar Das
328bd2610d
chore: [ #4397 ]: Added env to support connection of custom default chaos-hub ( #4495 )
...
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-04 14:33:39 +05:30
Sarthak Jain
8041e8ddc7
Added security issue template ( #4570 )
2024-04-04 13:35:51 +05:30
Amit Kumar Das
1577937993
chore: [ #4362 ]: Fixed experiment run execution even if runExperiment is disabled ( #4496 )
...
* chore: [#4362 ]: Fixed experiment run execution even if runExperiment is disabled
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
* fixed test case
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
---------
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
2024-04-04 13:10:37 +05:30
Karthik Satchitanand
12d2595660
Update README.md with OpenSSF badge ( #4569 )
...
Signed-off-by: Karthik Satchitanand <karthik.s@harness.io>
2024-04-04 12:42:57 +05:30
Sarthak Jain
dfed4daff7
addded path sanitisation for hub repo URL ( #4568 )
...
* addded path sanitisation for hub repo URL
Signed-off-by: Sarthak Jain <sarthak.jain@harness.io>
* Sanitized hub repo URL
Signed-off-by: Sarthak Jain <sarthak.jain@harness.io>
---------
Signed-off-by: Sarthak Jain <sarthak.jain@harness.io>
2024-04-04 12:08:30 +05:30
Prithvi Raj
5da7e55e9d
Add Community Roles File ( #4563 )
...
- updated code of conduct according to latest guidelines
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
2024-04-02 09:14:43 +05:30
Prithvi Raj
999d554db0
Updating SECURITY.md ( #4562 )
...
* Update CODE_OF_CONDUCT.md
updated code of conduct according to latest guidelines
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update ADOPTERS.md
updating latest adopters
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Create community folder
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Delete community
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Create Readme.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update Community Readme.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update README.md
update readme with community details
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Add Gsoc Mentorship Details v1
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Add Security image
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Rename Screenshot 2024-03-21 at 11.33.32 AM.png to securityreport
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Rename securityreport to securityreport.png
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Adding Security Image
adding image to report vulnerability
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
* Update SECURITY.md
updating security.md
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
---------
Signed-off-by: Prithvi Raj <52114109+prithvi1307@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
2024-04-01 15:17:10 +05:30