* chore: reduce the http client usage
having a central place to get the http client
* feat: add device oauth mode
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support to jump to a specific version address
* feat: add a new extension: mongodb
* disable the git e2e test due to unstable
* fix the code style isseus
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: add trpc protocol support
* test pass the trpc on web ui
* add unit tests
* fix the trpc service parsing issue
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: add git as the store extension
* fix: the height of center zone of the UI
* ui: add query setting for testcase
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: add gRPC loader for reading and writeing test suites
* complete the basic feature of gRPC plugin demo
* docs: add document about the gRPC extension
* feat: support show the response body and header
* show the count of the headers
* fix the vue type validation
* reduce the cognitive complexity
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: add ui project for the atest
* add grpc gateway support
* complete the very basic ui of atest
* add local storage flag into the server sub-command
* add unit tests for the remote server
* put the console into the docker image
* remove unused files from console
* add more unit tests
* support to execute test case on ui
* fix the code smells located by sonarqube
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>