Commit Graph

50 Commits

Author SHA1 Message Date
Marvin Zhang
0340a5a6e3 refactor: consolidated configs 2024-11-18 16:48:09 +08:00
Marvin Zhang
7c15c36201 feat: optimized dependencies for spider 2024-11-15 18:40:06 +08:00
Marvin Zhang
9076848c26 refactor: optimized field names 2024-11-14 11:22:37 +08:00
Marvin Zhang
972910be24 feat: optimized api response code 2024-11-13 17:31:05 +08:00
Marvin Zhang
dc7a596a56 fix: disallow deleting for root admin users 2024-11-13 17:02:51 +08:00
Marvin Zhang
0d1b700ef3 fix: user controller issues 2024-11-13 16:43:33 +08:00
Marvin Zhang
fd21d6e0dd feat: updated controllers 2024-11-13 15:33:47 +08:00
Marvin Zhang
0af1ac2e3e feat: updated permission management 2024-11-12 18:14:12 +08:00
Marvin Zhang
3f038c49a2 refactor: restructured code 2024-11-10 17:23:32 +08:00
Marvin Zhang
36ec228fcf refactor: renamed files and services 2024-11-05 11:15:27 +08:00
Marvin Zhang
653f8116ba feat: optimized dependency api 2024-11-04 00:16:42 +08:00
Marvin Zhang
ca5bbe6c8f refactor: fixed dependency errors 2024-11-01 15:19:48 +08:00
Marvin Zhang
8ffba2944d refactor: optimized node communication 2024-11-01 15:19:48 +08:00
Marvin Zhang
53afb0064e refactor: code cleanup 2024-11-01 15:19:48 +08:00
Marvin Zhang
789f71fd80 refactor: updated task related grpc proto 2024-11-01 15:19:48 +08:00
Marvin Zhang
abaaa9b7f7 refactor: code cleanup 2024-10-29 12:59:45 +08:00
Marvin Zhang
5b0a62c4d4 test: updated test cases 2024-10-20 18:45:54 +08:00
Marvin Zhang
5cffca8e2d fix: delete spider issue 2024-10-20 18:21:06 +08:00
Marvin Zhang
b5e888f3e1 refactor: code cleanup 2024-10-20 17:22:35 +08:00
Marvin Zhang
52e16badb7 refactor: code cleanup 2024-10-20 17:17:08 +08:00
Marvin Zhang
7e26f60189 refactor: code cleanup 2024-10-18 15:03:32 +08:00
Marvin Zhang
29c1682759 feat: added nav for task detail 2024-10-17 21:10:19 +08:00
Marvin Zhang
6ff5e7aa76 fix: results data display issue 2024-10-17 20:54:25 +08:00
Marvin Zhang
5badc6e98c feat: optimized spider, task pages 2024-10-17 20:11:30 +08:00
Marvin Zhang
4652d27e0a refactor: integrated database services into task data insert 2024-10-08 18:41:36 +08:00
Marvin Zhang
79a4cb1d46 🚀 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
4d25c89f30 refactor: Update models to use DatabaseV2 instead of DataSourceV2 2024-08-05 16:07:19 +08:00
Marvin Zhang
fc28a742de refactor: Update models to use DatabaseV2 instead of DataSourceV2 2024-08-05 13:14:57 +08:00
Marvin Zhang
f38b11e7ed feat: Update models to use DatabaseV2 instead of DataSourceV2
The code changes update the 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-04 16:58:46 +08:00
Marvin Zhang
c67522f7b6 feat: Update notification trigger patterns and add alert trigger 2024-08-03 19:43:11 +08:00
Marvin Zhang
ce8ff0ce2f refactor: removed unnecessary code 2024-07-11 12:45:29 +08:00
Marvin Zhang
01ced1ec45 refactor: removed unnecessary code 2024-07-11 12:45:20 +08:00
Marvin Zhang
b37f112668 refactor: code cleanup 2024-07-06 14:15:14 +08:00
Marvin Zhang
7f35e1b2ee feat: added git diff
https://github.com/crawlab-team/crawlab/issues/1485
2024-06-30 16:10:51 +08:00
Marvin Zhang
c1fa3cce33 feat: finalized git progress for clone, pull, push
https://github.com/crawlab-team/crawlab/issues/1485
2024-06-29 22:29:34 +08:00
Marvin Zhang
f784781300 feat: added multi-spider git
https://github.com/crawlab-team/crawlab/issues/1485
2024-06-29 15:29:24 +08:00
Marvin Zhang
f3715ffed8 feat: added multi-spider in git
https://github.com/crawlab-team/crawlab/issues/1485
2024-06-28 18:52:49 +08:00
Marvin Zhang
1cd7dfb259 fix: missing notification settings controller 2024-06-26 23:47:27 +08:00
Marvin Zhang
8c30176a8d fix: unable to get permission api issue 2024-06-26 17:42:49 +08:00
Marvin Zhang
11a0134fd1 fix: get all spider issue 2024-06-26 17:31:31 +08:00
Marvin Zhang
c269a46b43 fix: missing data source issue 2024-06-26 12:37:24 +08:00
Marvin Zhang
bea392485b fix: unable to sync files and save data issues 2024-06-25 14:58:54 +08:00
Marvin Zhang
23e3c90826 fix: missing relational models issues 2024-06-23 23:20:58 +08:00
Marvin Zhang
ab65034154 feat: added fields for git 2024-06-19 15:50:30 +08:00
Marvin Zhang
eefe3449c2 feat: optimized code 2024-06-17 23:31:34 +08:00
Marvin Zhang
b62145dac6 feat: migrated git from spider 2024-06-16 12:24:48 +08:00
Marvin Zhang
35bc3a5230 feat: updated grpc for dependencies service 2024-06-15 23:25:24 +08:00
Marvin Zhang
33a30e03ef feat: added modules 2024-06-14 16:37:48 +08:00
Marvin Zhang
ca070cc788 feat: added modules 2024-06-14 15:59:48 +08:00
Marvin Zhang
c4d795f47f feat: added modules 2024-06-14 15:42:50 +08:00