warren830 opened a new pull request, #2337: URL: https://github.com/apache/incubator-devlake/pull/2337
# Summary Github blueprint normal mode support implementation ### Does this close any open issues? Part of #1982 `POST http://localhost:8080/blueprints` ```json { "name": "test blueprint normal", "mode": "NORMAL", "settings": { "version": "1.0.0", "connections": [ { "plugin": "gitlab", "connectionId": 1, "scope": [ { "options": { "projectId": 12955687 }, "transformation": { "prType": "hey,man,wasup" }, "entities": [ "CODE"] } ] } ] }, "isManual": true } ``` Response: ```json { "name": "test blueprint normal", "mode": "NORMAL", "plan": [ [ { "plugin": "gitlab", "subtasks": [ "collectApiProject", "extractApiProject", "collectApiMergeRequests", "extractApiMergeRequests", "collectApiMergeRequestsNotes", "extractApiMergeRequestsNotes", "collectApiMergeRequestsCommits", "extractApiMergeRequestsCommits", "collectApiPipelines", "extractApiPipelines", "enrichMrs", "convertApiProject", "convertApiMergeRequests", "convertApiNotes", "convertMergeRequestComment", "convertApiMergeRequestsCommits", "convertIssueLabels", "convertApiCommits" ], "options": { "connectionId": 1, "prType": "hey,man,wasup", "projectId": 12955687 } }, { "plugin": "gitextractor", "subtasks": null, "options": { "repoId": "gitlab:GitlabProject:1:12955687", "url": "https://git:[email protected]/gitlab-data/snowflake_spend.git" } } ] ], "enable": false, "cronConfig": "", "isManual": true, "settings": { "version": "1.0.0", "connections": [ { "plugin": "gitlab", "connectionId": 1, "scope": [ { "options": { "projectId": 12955687 }, "transformation": { "prType": "hey,man,wasup" }, "entities": [ "CODE" ] } ] } ] }, "id": 3, "createdAt": "2022-06-23T21:09:06.02+08:00", "updatedAt": "2022-06-23T21:09:06.02+08:00" } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
