Skip to content
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

refactor: Agentctl enhancements #1474

Merged
merged 13 commits into from
Sep 30, 2019
Merged

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Sep 20, 2019

  • agentctl code was refactored and split into several packages:
    • cli - generic CLI apps API
    • client - vpp-agent client API
    • api/api/types - types used by clients
    • commands - agentctl base commands

@ondrej-fabry ondrej-fabry added the 🚧 WIP do not merge! work in progress! label Sep 20, 2019
@ondrej-fabry ondrej-fabry changed the title WIP: Agentctl enhancements feat: Agentctl enhancements Sep 26, 2019
cmd/agentctl/cli/cli.go Outdated Show resolved Hide resolved
cmd/agentctl/client/client.go Outdated Show resolved Hide resolved
cmd/agentctl/client/http.go Outdated Show resolved Hide resolved
cmd/agentctl/commands/root.go Outdated Show resolved Hide resolved
cmd/agentctl/client/http.go Outdated Show resolved Hide resolved
cmd/agentctl/client/client.go Outdated Show resolved Hide resolved
cmd/agentctl/client/infra.go Outdated Show resolved Hide resolved
cmd/agentctl/client/http.go Outdated Show resolved Hide resolved
cmd/agentctl/client/http.go Outdated Show resolved Hide resolved
cmd/agentctl/client/http.go Outdated Show resolved Hide resolved
@ondrej-fabry ondrej-fabry added 🔧 enhancement and removed 🚧 WIP do not merge! work in progress! labels Sep 26, 2019
@ondrej-fabry ondrej-fabry changed the title feat: Agentctl enhancements refactor: Agentctl enhancements Sep 26, 2019
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
@ondrej-fabry ondrej-fabry self-assigned this Sep 30, 2019
@ondrej-fabry ondrej-fabry merged commit b90bddd into ligato:dev Sep 30, 2019
@ondrej-fabry ondrej-fabry deleted the agentctl branch September 30, 2019 10:57
VladoLavor pushed a commit to VladoLavor/vpp-agent that referenced this pull request Oct 4, 2019
* Fix doc comment for agentctl

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Use defined name in usage line

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Fix http client

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Refactor agentctl

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Fix problems reported by golangcibot

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Cleanup client options

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Define KVDBAPIClient

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Cleanup code

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Resolve comments

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Resolve comments

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Fix response

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Resolve review comments

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>

* Remove unused model list option

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants