api-testing/pkg/testing
Rick 1372e6d21d
feat: support to show databases and tables on ui (#631)
* 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>
2025-03-02 16:38:13 +08:00
..
local add mysql/etcd query support (#624) 2025-02-23 20:17:33 +08:00
remote feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
testdata feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
case.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
case_test.go test: add unit tests of binary upload (#587) 2024-12-17 22:54:19 +08:00
doc.go feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +08:00
loader.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
loader_file.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
loader_file_test.go feat: support to rename test suite and case (#550) 2024-10-25 09:24:36 +08:00
loader_non.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
loader_non_test.go feat: support to rename test suite and case (#550) 2024-10-25 09:24:36 +08:00
parser.go feat: support to upload random image files (#541) 2024-10-03 17:45:49 +08:00
parser_test.go fix: the file path checking is incorrect on windows (#475) 2024-06-05 14:01:28 +08:00
store.go feat: support to show databases and tables on ui (#631) 2025-03-02 16:38:13 +08:00
store_test.go feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00