Markus Braunbeck

Results 11 comments of Markus Braunbeck

Is there a specific reason for using Python for the Azure DevOps plugin? Also, would you consider a rewrite in Go? I'm eager to contribute.

@klesh Thanks for considering my input. We are using Azure DevOps at work. Currently, the plugin only supports Repos and Pipelines and I am looking to also integrate Boards (Sprints...

@klesh apologies for including almost 100 files in this pull request. The primary objective of this initial submission is to achieve feature parity with the Python plugin. However, I have...

@klesh Do you have any suggestions for the naming? What do you think of using `azuredevops_v2` as an identifier for the database tables and `azuredevops-v2` for the APIs? E.g.: ```...

Hi @klesh, unit tests are fixed. I added the plugin in the `backend/plugins/table_info_test.go`file, sorry for that. Can you please approve the workflow runs once again?

@klesh looks like some prs were merged that had titles not compliant to the conventions. I did a rebase to fix the commit linting step. I hope this is also...

> Looking for volunteers @klesh I will start working on this issue (focusing on the go plugin). I will try to make the frontend changes compatible with the python plugin.

Thanks for reporting, I'll take a look at it.

The problem you are encountering is due to a missing configuration value. The frontend is failing because it cannot read the [transformation documentation](https://github.com/apache/incubator-devlake/blob/60faf149b837283ed2a2bed993c4aa24529fa3b3/config-ui/src/release/stable.ts). The problem is fixed with this commit...

@slaterx, the two plugins use different database tables, did you manage to successfully create the connection in the go plugin? One important distinction is that the Go version excludes disabled...