Lynwee

Results 93 comments of Lynwee

Can you paste your command and comspose file when running devlake with docker compose?

> My thoughts: > > * I think `GitRepo` should be turned into an interface with two impls: GoGitRepo and LibGitRepo. Refactor the appropriate methods. This creates better abstraction and...

@keon94 @klesh Please review this PR. I have updated the main part, and won't add new features.

> I‘m glad the libgit2 dependency will be eliminated at last. It has caused too much inconvenience to the developers. Yes, go-git doesn't equal with libgit2(commit_line_change cannot be collected with...

@mindlesscloud If there is no addtional comment, please approve this PR. Thx.

I think `description` field is not necessary in devlake, I have checked the Bamboo API's response, there is no description info in `plan.json` API, it costs some time to fulfill...

I start a vote, there are many tools that DevLake can make a plugin. https://github.com/apache/incubator-devlake/discussions/6619

@saada Could you show me how to pass tags to jenkins' job and where the tag parameter will appear?

@saada Thank you for your reply, it's not diffcult to support this feature. My questions are: when should we use repo2(jenkins file)'s commit sha, when shoud we use repo1(parameter in...

@saada User can custom parameter name doubtly. But is there is a git ref/tag/branch, we cannot fetch the commit sha behind the ref/tag/branch, and the `commit_sha` field in `cicd_pipelint_commits` will...