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 <[email protected]>

* Migrate ConnectAgent to ConnectInfra

Signed-off-by: nagesh bansal <[email protected]>

* Migrate UpdateAgent to UpdateInfra

Signed-off-by: nagesh bansal <[email protected]>

* Migrate GetWorkflowList to GetExperimentList

Signed-off-by: nagesh bansal <[email protected]>

* Migrate GetWorkflowRunsList to GetExperimentRunsList

Signed-off-by: nagesh bansal <[email protected]>

* Migrate DeleteChaosWorkflow to DeleteChaosExperiment

Signed-off-by: nagesh bansal <[email protected]>

* Update get agent cmd

Signed-off-by: nagesh bansal <[email protected]>

* Update get workflowruns cmd

Signed-off-by: nagesh bansal <[email protected]>

* Update get chaos-workflows cmd

Signed-off-by: nagesh bansal <[email protected]>

* Fixes get commands

Signed-off-by: nagesh bansal <[email protected]>

* Update Connect Command

Signed-off-by: nagesh bansal <[email protected]>

* Update Disconnect Command

Signed-off-by: nagesh bansal <[email protected]>

* Add Experiments Related Commands

Signed-off-by: nagesh bansal <[email protected]>

* Update delete and describe command

Signed-off-by: nagesh bansal <[email protected]>

* Rename delete/workflow and describe/workflow

Signed-off-by: nagesh bansal <[email protected]>

* Add run and save commands

Signed-off-by: nagesh bansal <[email protected]>

* Add create environment command

Signed-off-by: nagesh bansal <[email protected]>

* Update Terminology

Signed-off-by: nagesh bansal <[email protected]>

* Update api directory str

Signed-off-by: nagesh bansal <[email protected]>

* Update logs

Signed-off-by: nagesh bansal <[email protected]>

* Adds more Error Handling cases

Signed-off-by: nagesh bansal <[email protected]>

* Update go.mod

Signed-off-by: nagesh bansal <[email protected]>

* Update .github/workflows

Signed-off-by: nagesh bansal <[email protected]>

* Fix gofmt

Signed-off-by: nagesh bansal <[email protected]>

---------

Signed-off-by: nagesh bansal <[email protected]>
  • Loading branch information
Nageshbansal authored 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.