* feat: support to download differnt kinds of ext
* support to load swaggers from an extension
* docs(extension): add swagger data extension and update documentation
- Add swagger data extension to the extensions list
- Update documentation to include new extension usage
* Potential fix for code scanning alert no. 69: Arbitrary file access during archive extraction ("Zip Slip")
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
---------
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* 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 get headers from binary request
* change base image from ubuntu to alpine
* install bash in alpine
* install openssl in alpine
* fix e2e
* support to download bianry files on ui
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: support to get go mod version
* support to run test case with filter
* fix unit tests
* fix dockerfile
* add missing console/atest-ui/package.json
* fix the e2e
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support to upload random image files
* support to upload pdf file
* support to generate zip file
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* chore: improve the home dir getting
* replace all home dir calls
* upgrade goreleaser
* add missing imports
* fix the socket filepath
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* 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 convert testSuite to JMeter file
* chore: report API test in the comment
* add a sub-command to convert to jmeter file
---------
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>