The goal of this refactoring is to set correct type of HTTP methods in GitService. Now almost all HTTP methods in this service are POST methods, but there are methods that are used to get some content, so they should be marked as GET method. Also I had to change such methods to receive query parameters instead of body. Implemented parameter objects to use them instead of using DTO as parameter in GitConnection methods. |
||
|---|---|---|
| .. | ||
| che-core-api-debug | ||
| che-core-api-debug-shared | ||
| che-core-api-git | ||
| che-core-api-git-shared | ||
| che-core-api-languageserver | ||
| che-core-api-languageserver-shared | ||
| che-core-api-project | ||
| che-core-api-project-shared | ||
| che-core-git-impl-jgit | ||
| wsagent-local | ||
| pom.xml | ||