You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/08 15:29:17 UTC

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #2126: [Bug] [Gitlab Plugin] Gitlab users are not appeared in table.users

Startrekzky opened a new issue, #2126:
URL: https://github.com/apache/incubator-devlake/issues/2126

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   I set up DevLake v0.11-test version and imported Gitlab and Jira data. 
   When I tried to get Gitlab issue creator's detail by joining table.users. I didn't get the full user info, such as organization. Thus, I couldn't tell if an issue is created by a community member.
   
   ### What you expected to happen
   
   GitLab users appeared in table.users.
   
   
   ### How to reproduce
   
   1. Set up DevLake main
   2. Collected Gitlab data
   3. Connected to MySQL
   4. Run query
   `select distinct i.creator_id, i.creator_name, u.id, u.name FROM issues i
   left join users u on i.creator_id = u.id`
   
   ### Anything else
   
   It's related to #2122
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #2126: [Bug] [Gitlab Plugin] Gitlab users are not appeared in table.users

Posted by GitBox <gi...@apache.org>.
abeizn closed issue #2126: [Bug] [Gitlab Plugin] Gitlab users are not appeared in table.users
URL: https://github.com/apache/incubator-devlake/issues/2126


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org