Commit Graph

2699 Commits

Author SHA1 Message Date
Marvin Zhang
e63a68cc73 ci: updated unit test 2024-10-20 19:06:02 +08:00
Marvin Zhang
9bf97d960a ci: updated unit test 2024-10-20 18:59:25 +08:00
Marvin Zhang
eaf05c1bd2 ci: updated unit test 2024-10-20 18:55:02 +08:00
Marvin Zhang
4163538812 ci: updated unit testing 2024-10-20 18:51:21 +08:00
Marvin Zhang
d7ac9ebb1f test: updated test cases 2024-10-20 18:45:54 +08:00
Marvin Zhang
fa2b024906 fix: delete spider issue 2024-10-20 18:21:06 +08:00
Marvin Zhang
707a39c14f ci: updated workflow 2024-10-20 18:16:29 +08:00
Marvin Zhang
cb108430b9 ci: modified workflow 2024-10-20 18:13:05 +08:00
Marvin Zhang
6e54a4094e ci: added unit test in workflow 2024-10-20 18:03:19 +08:00
Marvin Zhang
e1170d5612 test: updated test cases 2024-10-20 17:55:57 +08:00
Marvin Zhang
3c53fde7e2 refactor: code cleanup 2024-10-20 17:22:35 +08:00
Marvin Zhang
418af7c215 refactor: code cleanup 2024-10-20 17:17:08 +08:00
Marvin Zhang
4ac92d7eaf refactor: code cleanup 2024-10-20 16:55:57 +08:00
Marvin Zhang
1b852fb96a refactor: code cleanup 2024-10-18 15:03:32 +08:00
Marvin Zhang
354327ffb1 ci: attempt to fix workflow issue 2024-10-18 12:31:57 +08:00
Marvin Zhang
ad23ee6e6c ci: attempt to fix unable to proceed jobs issue 2024-10-18 10:56:03 +08:00
Marvin Zhang
23b75f7557 fix: missing deps 2024-10-18 10:50:54 +08:00
Marvin Zhang
b571196179 Merge remote-tracking branch 'origin/develop' into develop 2024-10-17 21:20:33 +08:00
Marvin Zhang
b3068e7167 Merge remote-tracking branch 'origin/develop' into develop 2024-10-17 21:19:34 +08:00
Marvin Zhang
923d7cb454 chore: updated deps 2024-10-17 21:19:10 +08:00
Marvin Zhang
52a3919ff0 chore: updated deps 2024-10-17 21:18:41 +08:00
Marvin Zhang
1646df7136 feat: added nav for task detail 2024-10-17 21:10:19 +08:00
Marvin Zhang
b2f50dbcea fix: results data display issue 2024-10-17 20:54:25 +08:00
Marvin Zhang
2f8f38f145 feat: optimized spider, task pages 2024-10-17 20:11:38 +08:00
Marvin Zhang
2bb697446b feat: optimized spider, task pages 2024-10-17 20:11:30 +08:00
Marvin Zhang
7a4d92fae6 ci: updated workflows 2024-10-17 17:31:07 +08:00
Marvin Zhang
d552bb1c41 ci: updated golang version 2024-10-16 21:01:46 +08:00
Marvin Zhang
0898b344df chore: updated deps 2024-10-16 20:57:15 +08:00
Marvin Zhang
0b9fa1dd02 ci: updated workflow 2024-10-16 20:49:43 +08:00
Marvin Zhang
247ce3c4e2 ci: optimized workflows 2024-10-16 20:46:35 +08:00
Marvin Zhang
eb56598d93 refactor: code cleanup 2024-10-16 20:13:24 +08:00
Marvin Zhang
785424b1ac refactor: combined system collections 2024-10-14 17:56:39 +08:00
Marvin Zhang
e65b846427 feat: added system collections 2024-10-14 16:16:03 +08:00
Marvin Zhang
045fc42991 feat: added field to spider 2024-10-11 19:06:31 +08:00
Marvin Zhang
8a74f30a46 feat: updated database related api 2024-10-09 18:28:27 +08:00
Marvin Zhang
4f52936ad8 refactor: integrated database services into task data insert 2024-10-08 18:41:36 +08:00
Marvin Zhang
0ed2150901 feat: added performance monitoring for elasticsearch 2024-10-07 17:19:09 +08:00
Marvin Zhang
e15c3c9b4f feat: added performance monitoring for database 2024-10-05 14:46:38 +08:00
Marvin Zhang
64d664b307 feat: updated database model 2024-09-29 16:54:22 +08:00
Marvin Zhang
204021d962 feat: updated database model 2024-09-23 15:33:26 +08:00
Marvin Zhang
a3e1751eef chore: ci cleanup 2024-09-23 13:23:18 +08:00
Marvin Zhang
4807c0a497 feat: added database table rows crud 2024-09-11 17:45:04 +08:00
Marvin Zhang
aa0cb96936 feat: added index operations for mysql service 2024-09-04 17:07:32 +08:00
Marvin Zhang
f566689738 feat: updated database services 2024-09-02 19:01:58 +08:00
Marvin Zhang
a8ab6af7b2 feat: updated database services 2024-08-29 17:21:18 +08:00
Marvin Zhang
08d1acb15e feat: added hash to models 2024-08-26 18:33:46 +08:00
Marvin Zhang
fdea835d53 feat: added modify table 2024-08-18 22:01:55 +08:00
Marvin Zhang
6986a10246 feat: updated password handling logic 2024-08-07 18:05:35 +08:00
Marvin Zhang
1197c05316 🚀 feat: add IsDefault field to DatabaseV2 model
🔨 refactor: modify GetDatabaseList, GetDatabaseById, PostDatabaseTestConnection, and GetDatabaseMetadata functions
🐞 fix: GetDatabaseById and GetMetadata functions in MongoService
🔧 chore: add GetDefaultDatabase and GetDatabaseById functions to utils file
2024-08-06 15:35:36 +08:00
Marvin Zhang
5e73467883 feat: Update database models to use DatabaseV2 instead of DataSourceV2
This commit updates the database models and related functions to use the new DatabaseV2 struct instead of the deprecated DataSourceV2 struct. This change ensures consistency and clarity in the codebase.
2024-08-06 11:34:16 +08:00