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/28 14:15:46 UTC

[GitHub] [incubator-devlake] mindlesscloud opened a new issue, #3235: [Bug][gitextractor] gitextractor does not support socks5 proxy

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

   ### 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
   
   In the case of creating a blueprint, if we select a GitHub connection with a socks5 proxy, the proxy would be inherited by the gitextractor, which will run into an error, due to the gitextractor does not support socks5 proxy.
   
   ### What you expected to happen
   
   It would be better to support socks5 proxy for gitextractor
   
   ### How to reproduce
   
   1. set up DevLake
   2. post to `127.0.0.1:8080/pipelines` with the payload:
   ```json
   {
       "name": "git repo extractor",
       "plan": [
           [
               {
                   "plugin": "gitextractor",
                   "options": {
                       "url": "https://github.com/githubtraining/hellogitworld",
                       "repoId": "github:GithubRepo:9104334",
                       "proxy":"socks5://127.0.0.1:1088"
                   }
               }
           ]
       ]
   }
   ```
   
   ### 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] mindlesscloud closed issue #3235: [Bug][gitextractor] gitextractor does not support socks5 proxy

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #3235: [Bug][gitextractor] gitextractor does not support socks5 proxy
URL: https://github.com/apache/incubator-devlake/issues/3235


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