Skip to content

Commit

Permalink
Upgrade Litmusctl for 3.0.0 Chaoscenter compatibility (#140)
Browse files Browse the repository at this point in the history
* Migrate GetAgentList to GetInfraList

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Migrate ConnectAgent to ConnectInfra

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Migrate UpdateAgent to UpdateInfra

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Migrate GetWorkflowList to GetExperimentList

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Migrate GetWorkflowRunsList to GetExperimentRunsList

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Migrate DeleteChaosWorkflow to DeleteChaosExperiment

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update get agent cmd

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update get workflowruns cmd

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update get chaos-workflows cmd

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Fixes get commands

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update Connect Command

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update Disconnect Command

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Add Experiments Related Commands

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update delete and describe command

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Rename delete/workflow and describe/workflow

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Add run and save commands

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Add create environment command

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update Terminology

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update api directory str

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update logs

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Adds more Error Handling cases

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update go.mod

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Update .github/workflows

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

* Fix gofmt

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>

---------

Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>
  • Loading branch information
Nageshbansal committed Aug 14, 2023
1 parent ed34eb5 commit c0bf386
Show file tree
Hide file tree
Showing 69 changed files with 3,450 additions and 1,933 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.20.5

# Checkout to the latest commit
# On specific directory/path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.20.5

# Checkout to the latest commit
# On specific directory/path
Expand Down
Loading

0 comments on commit c0bf386

Please sign in to comment.