skara icon indicating copy to clipboard operation
skara copied to clipboard

https://openjdk.org/projects/skara

Results 17 skara issues
Sort by recently updated
recently updated
newest added

This patch is a pretty major redesign of how the CSRBot polls for work. The motivation for this is described in the bug description. It's quite big, so I will...

rfr

I changed the logic when there is no notify history. Originally, on the first commit of a new repo, the bot would find no notify history, so it will make...

rfr

This patch fixes a mistake in the CSRBotFactory. The intention was to create one CSRIssueBot for each unique IssueProject, but we currently get one per repository instead. This is because...

rfr

Hi all, This patch implements the feature we had discussed at the mail list and the issue SKARA-1199 [1], included mainly the proposal I submitted [2] and the suggestions and...

rfr

The logic for matching *-pool records in backports is not matching openjdk8uX to an issue with fixVersion 8-pool. The version parsing logic for OpenJDK releases is a bit of a...

rfr

This change improves reviewer handling when the target branch of a PR is changed. Currently this only invalidates a review on GitHub, but not on GitLab. With this change the...

rfr

The new PullRequestPoller from [SKARA-1565](https://bugs.openjdk.org/browse/SKARA-1565) is inefficient in combination with GitLab. In the most common case, when no MRs have been updated, you would expect it to only do one...

rfr

As Magnus said in the issue description, sometimes it's hard for users to find the merge ready comment. So he would like to see that this message is added as...

rfr

Hi all, this patch unifies the various ways of searching that exist within `JiraProejct`. I also chose to expose the `search` method in the `IssueProject` since I will make use...

rfr

This adds "tail -1" to the bootstrap mechanism, to handle the case if we find more than one skara.gitconfig file. The alternative is to execute a malformed shell invocation. ---------...

rfr
ready
sponsor