Marcin Stachniuk

Results 17 issues of Marcin Stachniuk

The pitest-maven plugin (together with scm maven plugin) provides a task `scmMutationCoverage`. This task can run pitest only on modified files (based on git/other VCS history). This is very useful...

enhancement

I really like syntax "get with lambdas" but it can cause false results or mislead when local variable has the same name as field in subject. See example: ``` import...

# In scope The minimum support for [Bitrise](https://www.bitrise.io/) can be implemented similar like TravisPlugin class. See it for details. In Bitrise the environment variables are different: https://devcenter.bitrise.io/builds/available-environment-variables/ Mapping: Travis |...

When "org.shipkit.javadoc" plugin is applied, then release notes should contain a link (as a badge) to the published Javadoc. By default, the link should point to the specified directory ("javadoc.repositoryDirectory")...

size:M
feature:release-notes
good first issue
feature:javadoc-plugin

When plugin "org.shipkit.javadoc" is applied then the message at the end of the release should contain a link to the new released Javadoc. Start point: https://github.com/mockito/shipkit/blob/4b65fe696f2fae7be07e3db77bda91be2299c217/subprojects/shipkit/src/main/groovy/org/shipkit/internal/notes/format/DetailedFormatter.java#L79

size:S
good first issue
feature:javadoc-plugin

I have this kind of API: ```graphql query { api { person(id: "2") { id name } } } ``` defined in that way: ```java public class ApiRoot { @GraphQLQuery...

When I open tex file on Windows, I see bad char encoding. File is saved in UTF-8, but Open-LaTeX-Studio use another encoding. It should be possible to change encoding. P.S....

bug

When user open build page (e.g. https://ontrack.nemerosa.net/#/build/5133) then it will be nice to see incoming changes in that build based on git diff between HEAD and master/develop branch. Now users...

type: feature

When I override candidateSteps() Method (I know it is @deprecated) in my Test Class instead of stepsFactory(), I see no progress in JUnit Tab. To reproduce this issue remove in...

The [Cirrus CI](https://cirrus-ci.org/) is yet another CI for building projects. It looks like [GraphQL API](https://cirrus-ci.org/api/) is available for it. It will be nice to have a support of it similar...

type: integration