Skip to content

Commit

Permalink
API to fetch the status of the migration (#6637)
Browse files Browse the repository at this point in the history
* Get migrations status API added

Signed-off-by: sonali wale <sonali.wale@progress.com>

* Added minor changes

Signed-off-by: sonali wale <sonali.wale@progress.com>
  • Loading branch information
sonali523 authored and vinay033 committed Apr 6, 2022
1 parent 695a9b7 commit 6b285bc
Show file tree
Hide file tree
Showing 33 changed files with 1,334 additions and 246 deletions.
4 changes: 4 additions & 0 deletions .studio/common
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ function compile_client_mocks() {
pushd /src/api/external || return 1
mockgen_debug -source infra_proxy/infra_proxy.pb.go -destination infra_proxy/infra_proxy.pb.client_mock.go -package infra_proxy -self_package github.com/chef/automate/api/external/infra_proxy
popd || return 1

pushd /src/api/external || return 1
mockgen_debug -source infra_proxy/migrations/migrations.pb.go -destination infra_proxy/migrations/migrations.pb.client_mock.go -package migrations -self_package github.com/chef/automate/api/external/infra_proxy/migrations
popd || return 1
)
}

Expand Down
144 changes: 134 additions & 10 deletions api/external/infra_proxy/migrations/migrations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

184 changes: 184 additions & 0 deletions api/external/infra_proxy/migrations/migrations.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions api/external/infra_proxy/migrations/migrations.pb.policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b285bc

Please sign in to comment.