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 exec + terminal agent to separate components #4097

Closed
skabashnyuk opened this issue Feb 10, 2017 · 0 comments · Fixed by #4344
Closed

Refactor exec + terminal agent to separate components #4097

skabashnyuk opened this issue Feb 10, 2017 · 0 comments · Fixed by #4344
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@skabashnyuk
Copy link
Contributor

Refactor exec + terminal agent to separate components needed for:

  • commons(place for utilities and structures like FileLogger)
  • commands execution(execute cmd + subscriber interface for logs consumption)
  • authentication
  • transport
    • REST(routing + request handling)
    • WS + JSONRPC engine(routing + request handling + channel management)

etc. It should be possible to create new agent that can reuse these components.

@skabashnyuk skabashnyuk added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Feb 10, 2017
@skabashnyuk skabashnyuk added sprint/current status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/platform labels Mar 2, 2017
@garagatyi garagatyi self-assigned this Mar 2, 2017
@garagatyi garagatyi added status/in-progress This issue has been taken by an engineer and is under active development. and removed status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. labels Mar 2, 2017
@skabashnyuk skabashnyuk removed the status/in-progress This issue has been taken by an engineer and is under active development. label Jan 24, 2018
@tsmaeder tsmaeder mentioned this issue Feb 8, 2019
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants