| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some Java compiler warnings | Simon Brandhof | 2018-03-12 | 9 | -21/+21 |
* | Move To Gradle | David Rautureau | 2018-03-09 | 4 | -284/+84 |
* | SONAR-10346 Add latest deliveries information to webhooks search ws. | Guillaume Jambet | 2018-03-01 | 1 | -4/+5 |
* | SONAR-10347 Add pagination to webhook deliveries search ws. | Guillaume Jambet | 2018-03-01 | 1 | -0/+19 |
* | SONAR-10299 Drop the project link "developer connection" | Julien Lancelot | 2018-02-20 | 2 | -1/+3 |
* | Merge branch 'branch-6.7' | Sébastien Lesaint | 2018-02-09 | 1 | -0/+5 |
|\ |
|
| * | SONAR-10410 Rule#getSystemTags is populated with definition tags | Sébastien Lesaint | 2018-02-09 | 1 | -0/+5 |
| * | Upgrade to version 6.7.2-SNAPSHOT | Eric Hartmann | 2017-12-29 | 1 | -1/+1 |
| * | Release 6.7.16.7.1 | Simon Brandhof | 2017-12-20 | 1 | -1/+1 |
* | | SONAR-10304 add deprecatedRuleKeys to RuleDefinition#Rule | Sébastien Lesaint | 2018-02-08 | 2 | -0/+188 |
* | | SONAR-10290 Add ability to provide help message for identity providers | Julien Lancelot | 2018-02-07 | 2 | -8/+40 |
* | | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 3 | -16/+45 |
* | | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 2 | -0/+44 |
* | | Add Java API Plugin.Context#getBootConfiguration() | Simon Brandhof | 2018-02-06 | 3 | -5/+124 |
* | | SONAR-10300 Forbid system properties in api/settings | Julien Lancelot | 2018-02-01 | 2 | -0/+10 |
* | | SONAR-10052 fix Quality flaws | Simon Brandhof | 2018-01-29 | 1 | -3/+0 |
* | | SONAR-10122 remove dead code in DefaultInputModule | Sébastien Lesaint | 2018-01-25 | 2 | -20/+0 |
* | | SONAR-10288 scanner multivalue property parsing ignore empty fields | Sébastien Lesaint | 2018-01-25 | 1 | -2/+4 |
* | | Mark InputFileFilter as @SonarLintSide | Julien HENRY | 2018-01-25 | 1 | -0/+2 |
* | | Set version 7.1-SNAPSHOT | Simon Brandhof | 2018-01-24 | 1 | -1/+1 |
* | | SLCORE-167 Introduce a parameter to control SonarLint component lifecycle | Julien HENRY | 2018-01-23 | 1 | -0/+17 |
* | | Upgrade assertJ from 3.4.1 to 3.9.0 | Simon Brandhof | 2018-01-14 | 1 | -2/+2 |
* | | SONAR-10138 remove deprecated API AbstractSumChildrenDecorator | Simon Brandhof | 2018-01-14 | 2 | -177/+0 |
* | | SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ... | Simon Brandhof | 2018-01-10 | 2 | -2/+33 |
* | | Clean-up unused code of ResourceTypes | Simon Brandhof | 2018-01-09 | 2 | -129/+1 |
* | | Drop deprecated class PersistenceMode | Simon Brandhof | 2018-01-09 | 5 | -133/+3 |
* | | Drop deprecated class org.sonar.api.utils.Semaphores | Simon Brandhof | 2018-01-09 | 1 | -131/+0 |
* | | Add javadoc to WebService.NewParam | Simon Brandhof | 2018-01-08 | 1 | -0/+14 |
* | | SONAR-10154 Stream when writing protobuf message | Teryk Bellahsene | 2018-01-08 | 1 | -1/+4 |
* | | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 753 | -755/+753 |
* | | SONAR-10223 add optional organization to PostProjectAnalysisTask | Sébastien Lesaint | 2018-01-05 | 4 | -7/+118 |
* | | SONAR-10154 No streaming of web services response by default | Teryk Bellahsene | 2018-01-03 | 3 | -28/+33 |
* | | SONAR-10181 mandatory WS Params are automatically validated on retrieval | Guillaume Jambet | 2017-12-21 | 2 | -5/+15 |
* | | Merge branch 'branch-6.7' | Stas Vilchik | 2017-12-11 | 2 | -3/+2 |
|\| |
|
| * | Fix typo in JavaDoc | Julien HENRY | 2017-12-11 | 2 | -3/+2 |
| * | Prepare for next development iteration | Julien Lancelot | 2017-11-07 | 1 | -1/+1 |
| * | Release 6.76.7 | Simon Brandhof | 2017-11-07 | 1 | -1/+1 |
| * | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| * | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
* | | SONAR-10125 Add project relative path for all components | Janos Gyerik | 2017-12-05 | 2 | -7/+49 |
* | | SONAR-10153 Add ScmProvider methods to get last revision and relative paths f... | Janos Gyerik | 2017-12-05 | 2 | -9/+40 |
* | | SONAR-10116 Better scalability of loading of project measures | Daniel Schwarz | 2017-12-05 | 4 | -34/+9 |
* | | SONAR-10059 Increase timeout to download plugins | Guillaume Jambet | 2017-12-01 | 1 | -0/+19 |
* | | fix logback configuration in UTs to drastically reduce build verbosity | Sébastien Lesaint | 2017-11-24 | 2 | -0/+27 |
* | | Support build of SonarQube with JDK 9 | Simon Brandhof | 2017-11-23 | 2 | -51/+4 |
* | | SONAR-10046 adding minimum length validation to Request api | Guillaume Jambet | 2017-11-09 | 3 | -0/+45 |
* | | SONAR-10040 add maximum value to ws API | Julien Lancelot | 2017-11-08 | 4 | -22/+105 |
* | | SONAR-10040 add length validation to Request api and api/projects/create | Julien Lancelot | 2017-11-08 | 4 | -18/+94 |
* | | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
|/ |
|
* | Fix quality flaws | Julien Lancelot | 2017-10-26 | 1 | -2/+2 |