-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Reorganize Che repository to simplify location of agent storage #3437
Comments
Our proposal is something like this
LSP is looks more like part of some language plugin |
Can you talk a bit more on lsp. When I look at the files it seems that it is both a plugin and an agent. And ultimately each ls is packaged using shared plugin but dedicated zip for the agent itself. So shouldn't we have both? |
Also, @skabashnyuk - as part of this issue, I think we should move Also, after thinking about it, agree with your proposal on plugins. You are correct in that there are agents that are part of a plugin and agents that are just more cross-cutting. I would like this to be in the next sprint - do you have an issue with that? |
We would like to stay with |
Ok for this issue. But at least create another issue for the renaming of wsmaster to server as I think that is simpler name. |
Continue refactoring we be done in #3720 |
@skabashnyuk - should we reopen this? I ask because the folder that was created did not have the right names. It was |
We have pr for rename #3775 it will be merged in 5.2 |
We have started to add in various agents into Che. The code and packaging for these agents are located in different locations in the repository today. We should centralize all of the agent code into a single location.
/agents
folder in the root of the repository.exec-agent
should be moved to/agents/exec
./agents
.The text was updated successfully, but these errors were encountered: