| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop dependency on deprecated sonar-graph | Simon Brandhof | 2017-02-19 | 1 | -0/+34 |
* | Drop dependency xmlunit | Simon Brandhof | 2017-02-19 | 1 | -26/+7 |
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 17 | -383/+346 |
* | Reduce coupling of sonar-plugin-api on Guava | Simon Brandhof | 2017-02-19 | 8 | -54/+35 |
* | Move temp dir of build outsite project | Simon Brandhof | 2017-02-19 | 1 | -1/+0 |
* | Merge branch 'branch-6.3' | Sébastien Lesaint | 2017-02-17 | 1 | -10/+5 |
|\ |
|
| * | SONAR-8804 Use api/projects/search in projects admin page | Julien Lancelot | 2017-02-17 | 1 | -10/+5 |
* | | SONAR-8777 Rename WS history to changelog | Teryk Bellahsene | 2017-02-17 | 3 | -16/+16 |
* | | Replace anonymous classes with method reference in WebServiceTest | Teryk Bellahsene | 2017-02-17 | 1 | -12/+2 |
* | | SONAR-8777 New API to set the history of a web service action | Teryk Bellahsene | 2017-02-17 | 3 | -0/+85 |
* | | SONAR-8793 Replace use of method to set a deprecated key | Teryk Bellahsene | 2017-02-16 | 2 | -7/+7 |
* | | Replace anonymous classes by lambda in WebServiceTest | Teryk Bellahsene | 2017-02-16 | 1 | -203/+132 |
* | | SONAR-8793 Add since to the deprecated key of an active parameter | Teryk Bellahsene | 2017-02-16 | 2 | -1/+27 |
|/ |
|
* | Improve Javadoc of complexity metrics | Julien Lancelot | 2017-02-13 | 1 | -4/+6 |
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 733 | -1486/+1466 |
* | Add type to internal DefaultRule | Duarte Meneses | 2017-02-10 | 2 | -0/+13 |
* | SONAR-8760 Define 'Cognitive Complexity' metric | Julien Lancelot | 2017-02-10 | 1 | -0/+10 |
* | SONAR-8745 add rule activation date (q profile) into analysis report | Daniel Schwarz | 2017-02-10 | 3 | -13/+22 |
* | SONAR-8721 Redirect links should be using https | Stas Vilchik | 2017-02-09 | 1 | -1/+1 |
* | SONAR-8470 Add favicon and apple touch icons (#1644) | Stas Vilchik | 2017-02-09 | 2 | -2/+3 |
* | SONAR-8208 Remove property "sonar.authenticator.createUser" | Julien Lancelot | 2017-02-06 | 1 | -0/+6 |
* | Improve doc and usages of JsonWriter | Simon Brandhof | 2017-02-05 | 2 | -21/+26 |
* | SONAR-8719 Do not hide original exception when failing to write JSON errors | Julien Lancelot | 2017-02-02 | 1 | -1/+2 |
* | SONAR-8610 Remove setting sonar.technicalDebt.hoursInDay | Julien Lancelot | 2017-02-02 | 3 | -96/+58 |
* | SONAR-6395 Remove measure filter extension point | Julien Lancelot | 2017-02-01 | 5 | -452/+0 |
* | SONAR-7762 Remove allow to signup feature | Julien Lancelot | 2017-02-01 | 1 | -0/+7 |
* | SONAR-8087 Deprecate no more used types in PropertyType API | Julien Lancelot | 2017-02-01 | 1 | -1/+10 |
* | SONAR-6393 Remove quality model extension point | Julien Lancelot | 2017-02-01 | 2 | -96/+0 |
* | SONAR-8470 Allow rendering some static files from root | Julien Lancelot | 2017-02-01 | 2 | -4/+8 |
* | SONAR-7946 Fail with IllegalStateException on errors | Julien Lancelot | 2017-02-01 | 2 | -34/+32 |
* | SONAR-7300 Display a proper message when id is missing | Julien Lancelot | 2017-01-30 | 1 | -3/+1 |
* | Improve quality and javadoc | Duarte Meneses | 2017-01-30 | 6 | -10/+37 |
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 10 | -36/+77 |
* | SONAR-8630 query by filename and ext (#1555) | Janos Gyerik | 2017-01-27 | 9 | -0/+304 |
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-27 | 24 | -79/+76 |
* | Refactor resources API | Duarte Meneses | 2017-01-27 | 21 | -268/+252 |
* | Improve quality | Duarte Meneses | 2017-01-27 | 1 | -1/+0 |
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 40 | -458/+799 |
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 2 | -3/+2 |
* | SONAR-8684 Remove RailsHandler | Julien Lancelot | 2017-01-24 | 2 | -70/+0 |
* | SONAR-7298 Deprecate and rewrite WS api/projects/index in Java | Julien Lancelot | 2017-01-24 | 1 | -23/+0 |
* | SONAR-8684 Remove Java classes related to rails | Julien Lancelot | 2017-01-24 | 2 | -85/+0 |
* | Remove Internal.durations in Ruby | Simon Brandhof | 2017-01-18 | 1 | -2/+0 |
* | SONAR-8652 Pass value of sonar.organization in the scanner report | Julien HENRY | 2017-01-16 | 1 | -0/+5 |
* | SONAR-8429 add organization parameter to api/ce/submit | Sébastien Lesaint | 2017-01-16 | 1 | -1/+1 |
* | SONAR-8582 Deprecate old Page API and related classes | Teryk Bellahsene | 2017-01-13 | 12 | -41/+42 |
* | SONAR-8581 Create new PagesDefinition API to create a new page in a plugin | Teryk Bellahsene | 2017-01-13 | 7 | -0/+572 |
* | SONAR-8458 store semantic version in sq-version.txt | David Rautureau | 2017-01-11 | 1 | -1/+1 |
* | SONAR-8458 add SonarQube buildNumber to plugin API | Simon Brandhof | 2017-01-11 | 8 | -48/+120 |
* | SONAR-7300 Deprecate and rewrite api/properties/index in Java | Julien Lancelot | 2017-01-10 | 1 | -2/+3 |