dosubot[bot] commented on issue #8561: URL: https://github.com/apache/incubator-devlake/issues/8561#issuecomment-3242634302
<!-- Greeting --> Hi @luancsl! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the incubator-devlake team. <!-- Answer --> Skipping extraction of CreatedUserAt for GitLab SaaS is no longer necessary. The DevLake schema and domain model fully support this field, and your GitLab SaaS API now returns the value correctly. However, the extraction logic in account_extractor.go still skips CreatedUserAt for SaaS endpoints due to outdated logic—a workaround for an old API limitation. Updating this conditional will allow you to include CreatedUserAt in your onboarding metrics, as the rest of the pipeline (model, migration, and conversion to domain metrics) is already in place and working as expected. You can see the relevant extraction logic and model support [here](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/gitlab/tasks/account_extractor.go) and [here](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/plugins/gitlab/models/account.go). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/2b2bebfb-c130-4a63-addc-4823eefd919e?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8561) -- 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]
