Commit Graph
758 Commits
Author SHA1 Message Date
dingguodong 7015721af5 + Add function for parsing zentao object to issue. 2021-07-01 17:03:34 +08:00
dingguodong 1a5824ea8b * Simplify function for deleteIssue. 2021-07-01 16:33:13 +08:00
dingguodong 568e59f167 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 16:22:45 +08:00
lichengjun 65e1feff0d Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 16:22:07 +08:00
dingguodong 75e6079c46 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 16:20:58 +08:00
dingguodong 84674f2d5c + Add unfinished transferIssue function for optimizing after code review. 2021-07-01 16:18:57 +08:00
lichengjun 2341965ff4 * Fix format code. 2021-07-01 16:18:22 +08:00
dingguodong 56e66eb40a * Simplify function for createZentaoObjectLabel. 2021-07-01 16:15:19 +08:00
Guan Xiying df46ea907b * Format code. 2021-07-01 16:07:29 +08:00
dingguodong d4d8185131 * Rename some functions after code review. 2021-07-01 15:55:20 +08:00
Guan Xiying 688890ee84 * Return all fields in getRelationByObject function. 2021-07-01 15:49:19 +08:00
Guan Xiying c83c6a973c Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 15:41:04 +08:00
Guan Xiying e510d5ae6a * Review codes and adjust code format. 2021-07-01 15:39:54 +08:00
dingguodong 3f3b7873c1 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 14:31:24 +08:00
dingguodong ed4d6d4c11 - Remove unused bindProduct. 2021-07-01 14:30:59 +08:00
Guan Xiying 9c75960c31 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 14:24:29 +08:00
lichengjun 1fa03c1f44 * Add api get single issue 2021-07-01 14:24:05 +08:00
Guan Xiying a182a850de Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-07-01 14:20:57 +08:00
lichengjun 1b0f48b9e3 * Fix close to issues. 2021-07-01 14:00:43 +08:00
lichengjun 5d31216afd * Fix close to issues bug. 2021-07-01 11:21:05 +08:00
dingguodong 493f692a69 + Append story link in zentao to gitlab issue description. 2021-07-01 10:19:36 +08:00
dingguodong 8d6531c916 + Append task link in zentao to gitlab issue description. 2021-07-01 10:16:35 +08:00
dingguodong ef8948e381 + Append bug link in zentao to gitlab issue description. 2021-07-01 10:05:49 +08:00
dingguodong 15149a5955 * Rename pushObject to pushToIssue. 2021-07-01 08:12:43 +08:00
lichengjun b48df3518a * Fix story bug. 2021-06-30 18:56:55 +08:00
lichengjun 1c27519ef2 * Fix story sync Issuse bug. 2021-06-30 16:22:33 +08:00
dingguodong 6d7bb20eac * Remove token from url for security. 2021-06-29 16:56:14 +08:00
dingguodong ad41a07d36 + Create webhook with access token; 2021-06-29 16:47:09 +08:00
dingguodong 812b048621 + Add story state map(without full qa). 2021-06-29 16:20:01 +08:00
Guan Xiying dd8cd2aa5e * Check token by X-Gitlab-Token. 2021-06-29 16:15:15 +08:00
dingguodong aaa61e8880 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 16:10:48 +08:00
dingguodong 701b817946 * Bug fixed when creating object and syncing to issue. 2021-06-29 16:10:11 +08:00
lichengjun 4e01b01a70 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 16:08:18 +08:00
lichengjun e8695963af *Task fixed close issues. 2021-06-29 15:58:38 +08:00
dingguodong ef784ec1fe Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 15:40:05 +08:00
dingguodong 3b69fe594d * Bug fixed for curl DELETE. 2021-06-29 15:39:34 +08:00
Guan Xiying 47af403729 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 15:32:32 +08:00
Guan Xiying e2eabb8771 * Finish sync assign option. 2021-06-29 15:32:07 +08:00
lichengjun 60bfc2d2fe Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 14:53:34 +08:00
lichengjun 925a7417ea * fix code. 2021-06-29 14:52:49 +08:00
dingguodong 5f68564d28 * Optimize codes for deleting issue when deleting object. 2021-06-29 14:52:37 +08:00
dingguodong 391b577766 * Optimize codes for deleting issue when deleting object. 2021-06-29 14:29:35 +08:00
dingguodong 7f42605c31 * Reactivate issue when reopen the bug. 2021-06-29 13:58:53 +08:00
dingguodong d31184ccd3 + Add func to get gitlab and project by productID. 2021-06-29 13:32:01 +08:00
dingguodong bf9d28ef7f + Update issue status when close bug. 2021-06-29 11:13:29 +08:00
dingguodong 00f4e8b405 Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 11:07:23 +08:00
dingguodong ad05859fad * Update bugToIssue and meet the gitlab API. 2021-06-29 11:05:48 +08:00
Guan Xiying af02efc949 * Add strtotime. 2021-06-29 10:59:42 +08:00
Guan Xiying 1325d772fe Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu 2021-06-29 10:58:39 +08:00
Guan Xiying e3a5814eec * Fix date and datetime field. 2021-06-29 10:58:17 +08:00