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/11/01 03:45:52 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #3630: [Bug][github_graphql] repo's owner is null

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

   ### 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
   
   ![image](https://user-images.githubusercontent.com/3294100/199153316-49f89a2d-dd2b-4133-979d-74c9e8aaf796.png)
   Owner is null when collecting `Organization`'s repo.
   
   ### What do you expect to happen
   
   Collect right
   
   ### How to reproduce
   
   use github_graphql to collect apahce/incubator-devlake
   
   ### Anything else
   
   We need this block.
   ![image](https://user-images.githubusercontent.com/3294100/199154203-c4c601a6-588d-4d54-8fa1-2258ce83351d.png)
   
   ```
   query ($name: String!, $owner: String!) {
     rateLimit {
       cost
     }
     repository(owner: $owner, name: $name) {
       name
       databaseId
       url
       languages(first: 1) {
         nodes {
           name
         }
       }
       description
       owner {
         ... on Organization {
           login
           name
         }
         ... on User {
           login
           databaseId
           name
           company
           email
           avatarUrl
           url
         }
       }
       createdAt
       updatedAt
       parent {
         databaseId
         url
       }
     }
   }
   ```
   
   ### 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] github-actions[bot] commented on issue #3630: [Bug][github_graphql] repo's owner is null

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3630:
URL: https://github.com/apache/incubator-devlake/issues/3630#issuecomment-1334608390

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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


[GitHub] [incubator-devlake] likyh closed issue #3630: [Bug][github_graphql] repo's owner is null

Posted by GitBox <gi...@apache.org>.
likyh closed issue #3630: [Bug][github_graphql] repo's owner is null
URL: https://github.com/apache/incubator-devlake/issues/3630


-- 
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


[GitHub] [incubator-devlake] likyh commented on issue #3630: [Bug][github_graphql] repo's owner is null

Posted by GitBox <gi...@apache.org>.
likyh commented on issue #3630:
URL: https://github.com/apache/incubator-devlake/issues/3630#issuecomment-1365914701

   It's out-of-time because of scope refactor.


-- 
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