irfanuddinahmad opened a new pull request, #8755: URL: https://github.com/apache/incubator-devlake/pull/8755
This pull request introduces a new Taiga plugin, adding comprehensive support for connection management, scope and scope config operations, remote scope listing, and pipeline planning. It also includes an end-to-end test for epic data extraction and conversion. The changes are grouped into API implementation, pipeline planning, and testing. API implementation: * Added new API files for Taiga plugin: `connection_api.go`, `scope_api.go`, `scope_config_api.go`, and `remote_api.go`, providing endpoints for connection CRUD, testing, scope CRUD, scope config CRUD, and remote scope listing. [[1]](diffhunk://#diff-e322a5b111f6a163ea887a211ae30d48f7ad3b75c214fc7cdf1d5620c9dc4c4aR1-R225) [[2]](diffhunk://#diff-dfc2bf65f939925b93a649ece59c22e6e5fd18f41798690e7b6f079b70d7151bR1-R52) [[3]](diffhunk://#diff-0caf77fdc6d59b38712350f149f9e5644b0cabced9ed276e948613a3106e50cbR1-R47) [[4]](diffhunk://#diff-e8d02d0be698f713fc823d51449136110fe410d055e76f0a19f427f7bf65cd91R1-R132) * Introduced `init.go` to initialize shared helpers and resources for the Taiga API layer. Pipeline planning: * Added `blueprint_v200.go` to support pipeline plan generation for Taiga, including task options and scope mapping for project boards. Testing: * Added an end-to-end test for Taiga epic data flow in `epic_test.go`, verifying extraction and conversion from raw API data to domain-layer entities. -- 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]
