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

Add new Ankaios cli command ank get agents #343

Merged
merged 80 commits into from
Aug 30, 2024
Merged

Add new Ankaios cli command ank get agents #343

merged 80 commits into from
Aug 30, 2024

Conversation

inf17101
Copy link
Contributor

@inf17101 inf17101 commented Aug 6, 2024

Issues: #155

This PR covers:

  • Feature implementation in the server and the ank cli
  • Unifying the CLI table building to a single point of change => new table object "CliTable"
  • Swdd changes and new swdds
  • User documentation changes for: Chapter Working with CompleteState and introducing the new ank -k get agents command in a section inside the user tutorial
  • Extending a the utests and simplifying the utests for the table creator object
  • A system test for the ank -k get agents command

Definition of Done

The PR shall be merged only if all items mentioned in CONTRIBUTING.md have been followed. In case an item is not applicable as described, please provide a short explanation in the description.

@inf17101 inf17101 self-assigned this Aug 6, 2024
@inf17101 inf17101 requested a review from krucod3 August 26, 2024 15:25
Copy link
Contributor

@krucod3 krucod3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First part of review done. Findings documented.
I'll continue with the rest of the review.

api/proto/ank_base.proto Outdated Show resolved Hide resolved
common/src/objects/agent_map.rs Show resolved Hide resolved
server/doc/swdesign/README.md Outdated Show resolved Hide resolved
server/doc/swdesign/README.md Outdated Show resolved Hide resolved
server/doc/swdesign/README.md Show resolved Hide resolved
ank/doc/swdesign/README.md Outdated Show resolved Hide resolved
ank/src/cli_commands/cli_table.rs Outdated Show resolved Hide resolved
ank/src/cli_commands/cli_table.rs Outdated Show resolved Hide resolved
ank/src/cli_commands/cli_table.rs Outdated Show resolved Hide resolved
ank/src/cli_commands/cli_table.rs Outdated Show resolved Hide resolved
inf17101 and others added 12 commits August 29, 2024 11:28
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
Copy link
Contributor

@krucod3 krucod3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review done, findings documented.

ank/doc/swdesign/plantuml/seq_get_agent.plantuml Outdated Show resolved Hide resolved
ank/doc/swdesign/plantuml/seq_get_agent.plantuml Outdated Show resolved Hide resolved
ank/doc/swdesign/plantuml/seq_get_agent.plantuml Outdated Show resolved Hide resolved
tools/generate_test_coverage_report.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@krucod3 krucod3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

inf17101 and others added 2 commits August 30, 2024 11:14
Co-authored-by: Kaloyan <36224699+krucod3@users.noreply.github.com>
@inf17101 inf17101 merged commit 0f82899 into main Aug 30, 2024
10 checks passed
@inf17101 inf17101 deleted the 155_list_agents branch August 30, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Issue will appear in the change log "Features"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants