* feat: support to show databases and tables
* support to show database and tables
* support to show databases and tables
* feat: add urlEncode and urlDecode functions to template rendering
* fix: update copyright year and add password placeholder handling in store update
* feat(DataManager): add support for multiple databases
- Add currentDatabase parameter to DataQuery function
- Update API request to include X-Database header
- Modify query object for atest-store-orm to include database key
* feat(console): enhance database manager functionality and layout
- Add queryDataFromTable and queryTables functions
- Implement database and table selection
- Adjust layout for better usability
- Optimize SQL query execution
* fix the scrollbar issues on the data manager page
* add etcd and orm compitable
* add redis key-value query support
* support to let user to choose store param from list
* update readme file
* fix the frontend unit test issues
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: support to rename test suite and case
* try to make the e2e be more stable
---------
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: 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>