Commit Graph

10 Commits

Author SHA1 Message Date
rick 47cbd75f95 support to show the native sql 2025-03-24 06:40:28 +00:00
rick 41c9b16681 feat: add more data as lables for the data query 2025-03-19 03:10:03 +00:00
rick 8a1e72f23d
feat: enhance DataManager to display query duration and result count 2025-03-11 08:29:47 +08:00
rick dd08c128ca feat: support to show sql query duration 2025-03-10 09:30:28 +00:00
rick 7b8a5bbce2
chore: upgrade element-plugin to 2.9.6 2025-03-09 21:28:51 +08:00
rick 66b2f1eade
feat: create a history based autocomplete input 2025-03-08 21:11:34 +08:00
Rick 2f409ca68d
feat: support proxy request body amend in mock (#638)
* chore: let the sql query input be empty

* feat: support proxy request body amend in mock

* test pass with the basic feature

---------

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-03-04 20:13:25 +08:00
Rick 5372c556df
chore: let the sql query input be empty (#637)
* chore: let the sql query input be empty

* empty the sql query when switch the store

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-03-04 19:55:45 +08:00
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
Rick cc5a463b4d
add mysql/etcd query support (#624)
* feat: add data query service

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-02-23 20:17:33 +08:00