Commit graph

22 commits

Author SHA1 Message Date
Max
13f89e8395 fix: Update processRead to return string representation of table data
- Modify processRead function to return the string output of the table read operation instead of a map.
- Update unit test for TestProcessRead to check for substring presence in the result, ensuring correct functionality.
2025-03-31 09:02:03 +08:00
Max
eba6ba49c0 feat: Add table listing and DSL retrieval processes
- Implement processList to return all loaded tables and processDSL to retrieve the DSL of a specified table.
- Add unit tests for the new processes to ensure correct functionality and data integrity.
- Update process registration in exportProcess to include the new operations.
2025-03-31 08:52:25 +08:00
Max
c4e96366bf Use url.QueryUnescape for xpath and method in process components 2024-11-01 12:47:03 +08:00
Max
18b212985d Fix memory leaks and optimize the download process. 2024-10-30 16:48:59 +08:00
Max
661c3e6a9f Optimize upload component 2024-10-26 20:26:21 +08:00
Max
31a52d03e3 Refactor API to include app parameter in download endpoint 2024-10-23 17:44:35 +08:00
Max
5a719b6469 [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
Max
f422dd29c6 [add] Table widget processes: load, reload, unload, read and exists. 2024-05-03 13:08:10 +08:00
Max
93f5eee811 Fix URL decoding in processUpload function 2024-01-19 17:48:11 +08:00
Max
760cdb50d7 Optimize yao.table.Export 2023-05-18 13:50:13 +08:00
Max
ff2e1b4727 [add] form & table loadFieSync & fix props bug 2023-05-13 20:38:27 +08:00
Max
46ad1e761c [add] yao.table.Load & yao.form.Load & fix reload 2023-05-11 22:20:02 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
4698784efb [change] the permission session data format 2022-12-13 10:36:37 +08:00
Max
ef96535b41 [add] widget table permission support 2022-12-11 02:26:22 +08:00
Max
98631d4002 [change] upload process return value 2022-11-16 18:35:37 +08:00
Max
e157945bd1 [add] table.Export process 2022-11-16 17:25:25 +08:00
Max
a1f1d74f01 [add] table.Download api & process 2022-11-16 12:36:17 +08:00
Max
b84c64100c [add] table widget upload api & process 2022-11-15 18:56:55 +08:00
Max
fd63167935 [add] widget table API 2022-09-26 21:50:04 +08:00
Max
56fe357662 [add] table widget processes done 2022-09-26 18:46:49 +08:00
Max
d012aac872 [add] new table widget ( 60% ) 2022-09-24 22:37:18 +08:00