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/09/06 12:45:59 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #2977: [Bug][gitlab] CollectApiJobsMeta in gitlab cannot run on Postgres

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

   ### 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/188638300-da557d3b-2685-4aed-a2ac-2c8cb4bdb586.png)
   CollectApiJobsMeta in gitlab cannot run on Postgres
   
   ### What you expected to happen
   
   collect success.
   
   ### How to reproduce
   
   1. use advance mode (because CollectApiJobsMeta can only run in the domainType ci/cd but UI cannot choose it)
   2. add a gitlab collector
   3. run it on postgres
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] 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] klesh closed issue #2977: [Bug][gitlab] CollectApiJobsMeta in gitlab cannot run on Postgres

Posted by GitBox <gi...@apache.org>.
klesh closed issue #2977: [Bug][gitlab] CollectApiJobsMeta in gitlab cannot run on Postgres
URL: https://github.com/apache/incubator-devlake/issues/2977


-- 
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 #2977: [Bug][gitlab] CollectApiJobsMeta in gitlab cannot run on Postgres

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

   Must change type to `float8` on db.
   But it cannot cast automatically.
   
   So we should choose:
   1. just drop and add column.
   2. judge which db is and write some specific SQL to update them.
   


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