Thomas Weißschuh

Results 271 comments of Thomas Weißschuh

Does the name of the stash user contain any non-ascii/non a-zA-z characters?

Ok, this is only implemented for the inline comments, not the overview comment. See https://github.com/AmadeusITGroup/sonar-stash/pull/162 (Also it should be `sonar.stash.login` instead of `sonar.stash.username`)

> Right... What's the difference between the inline and overview comments exactly? Perhaps we should switch to inline ones? Overview is one big mentioning everything. Inline is one comment per...

Given that `sonar-stash` won't really receive any new development I don't think it would make sense anymore. Our work would most likely be wasted. (The path to AHC itself would...

Hi @maksat-software , thanks for this! Currently this is introducing a lot of whitespace changes. Could you minimize these?

Also it seems to me, this PR breaks compat with SQ 6.7. sonar-stash tries to preserve compatibility with the latest LTS version of SQ, which currently is 6.7. Do you...

Also, the release file should not be part of the source repository.

@maksat-software I created a new PR #199 that * Implements support for 7.6, without dropping 6.7 * Adds a new integrationtest to make validate multi-module projects If you want, you...

@robertklaus-bosch Can you try to hit the same endpoint with curl? We have seen issues in the path where Bitbucket corrupted the GZIP stream when serving big files. (Make sure...

I just saw your information about the broken display in the browser. I think this will be the gzip corruption. As a workaround you can disable gzip in https://github.com/AmadeusITGroup/sonar-stash/blob/fc69d953d59092913a840a69b0456828d3c16b38/src/main/java/org/sonar/plugins/stash/client/StashClient.java#L433 ....