Tobias Hahnen
Tobias Hahnen
This is primarily used to not be blocked if unit tests decide to be flaky here instead of the actual unit-test-invoking "validate" task. On the other hand it speeds up...
The Slack notification was moved to the main CI images in order to be re-used and to remove duplication. See [HERE](https://github.com/SonarSource/re-ci-images/commit/19c081942360054e4d81a55b06a57539b2533524) for more information on the move.
## TL;DR Trying to build an Eclipse plug-in with a required bundle that is coming as a Maven dependency. The build fails because the requirement isn't met (the dependency is...
With these changes, support is provided for environment files (e.g., ".env") - basically any key-value pair-based file. If provided, their content is loaded and if used alongside the already existing...
**Do you want to request a _feature_ or report a _bug_?** *Feature* **What is the current behavior?** Currently, we work with ".env" files managing our environment variables that should not...
### Expected Behavior There is an option (not required) to add a timeout to the `GradleConnector` class of the Gradle Tooling API. Currently, leveraging it, setting it up, and connecting...
## Context When importing a project that contains a subproject: Listing all the files of the root project via the `IProject.accept(IResourceVisitor)` yields not only its files but also the ones...
[SLE-971](https://sonarsource.atlassian.net/browse/SLE-971) Use codespell to fix typos in documentation, comments, etc. Reference is #750 [SLE-971]: https://sonarsource.atlassian.net/browse/SLE-971?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Hello everyone, I noticed that when importing projects, there are a lot of errors like this in the `Error Log` view: > isGWTProject(project) hasGwtnature exception Project 'CertificateManager' is not open....
In case of a redirection loop for URI of a p2 repository, fail fast on a redirection loop. In this case provide a warning to the user and let the...