| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5186 Drop support of "sonar.phase" | Julien HENRY | 2014-04-03 | 1 | -60/+0 |
* | SONAR-5181 Move parsing of sonar-project.properties files to SQ Runner | Julien HENRY | 2014-04-03 | 2 | -136/+202 |
* | Fix compatibility of some tests with java8 | Simon Brandhof | 2014-04-03 | 1 | -3/+3 |
* | SONAR-5190 Make default bootstrapper support Maven | Julien HENRY | 2014-04-02 | 1 | -4/+4 |
* | SONAR-5192 Remove support of deprecated SQ Runner properties | Julien HENRY | 2014-04-02 | 1 | -10/+0 |
* | SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapper | Julien HENRY | 2014-04-02 | 1 | -27/+27 |
* | SONAR-5190 Make default bootstrapper support Maven | Julien HENRY | 2014-04-02 | 2 | -11/+16 |
* | SONAR-4692 Fix regression with SONAR-4245 | Julien HENRY | 2014-03-28 | 1 | -0/+21 |
* | Fix test | Julien HENRY | 2014-03-27 | 1 | -3/+6 |
* | SONAR-5178 Add another test | Julien HENRY | 2014-03-27 | 1 | -0/+8 |
* | SONAR-5178 "sonar.branch" should not be validated against the same pattern as... | Julien HENRY | 2014-03-27 | 1 | -5/+5 |
* | SONAR-4692 Prevent analysis of projects that both embed the same module | Julien HENRY | 2014-03-27 | 1 | -2/+46 |
* | SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sou... | Julien HENRY | 2014-03-24 | 1 | -5/+6 |
* | SONAR-5069 revert. sonar.sources is back. It must be mandatory. | Simon Brandhof | 2014-03-18 | 1 | -4/+6 |
* | SONAR-926 inclusions are optional | Simon Brandhof | 2014-03-17 | 1 | -26/+11 |
* | SONAR-926 apply inclusions and exclusions to source directories | Simon Brandhof | 2014-03-17 | 1 | -103/+6 |
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 1 | -4/+6 |
* | SONAR-926 main files should exclude "test inclusions" | Simon Brandhof | 2014-03-13 | 1 | -10/+30 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 30 | -30/+30 |
* | SONAR-926 fix loading of quality profile alerts on multi-modules projects | Simon Brandhof | 2014-02-26 | 1 | -5/+11 |
* | SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages() | Simon Brandhof | 2014-02-26 | 2 | -7/+75 |
* | SONAR-926 remove dependency on JavaFile | Simon Brandhof | 2014-02-26 | 1 | -1/+1 |
* | Remove unused classes | Simon Brandhof | 2014-02-26 | 7 | -212/+169 |
* | SONAR-5069 Make sonar.sources optional | Julien HENRY | 2014-02-21 | 1 | -4/+1 |
* | SONAR-926 Add test on file hash | Simon Brandhof | 2014-02-20 | 1 | -0/+19 |
* | SONAR-926 Fix computation of number of lines when the latest line is empty | Simon Brandhof | 2014-02-20 | 1 | -3/+13 |
* | SONAR-926 move FS API to org.sonar.api.batch.fs | Simon Brandhof | 2014-02-20 | 15 | -402/+192 |
* | Fix some quality flaws | Julien HENRY | 2014-02-13 | 1 | -7/+6 |
* | SONAR-926 Fix deprecated key of indexed resources | Julien HENRY | 2014-02-12 | 1 | -1/+1 |
* | SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages... | Julien HENRY | 2014-02-12 | 1 | -9/+8 |
* | SONAR-926 Export path information for components in JsonReport | Julien HENRY | 2014-02-12 | 1 | -3/+19 |
* | SONAR-926 add missing tests | Simon Brandhof | 2014-02-11 | 6 | -1/+336 |
* | SONAR-926 improve computation of number of lines | Simon Brandhof | 2014-02-10 | 7 | -468/+336 |
* | SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilter | Julien HENRY | 2014-02-10 | 1 | -2/+2 |
* | SONAR-926 Optimize computation of file inclusion/exclusion | Julien HENRY | 2014-02-10 | 1 | -84/+34 |
* | SONAR-926 Don't index aggregator modules | Julien HENRY | 2014-01-31 | 1 | -0/+17 |
* | SONAR-926 Indexing of the FS is now done starting from the basedir of the module | Julien HENRY | 2014-01-31 | 2 | -112/+125 |
* | SONAR-4974 SONAR-4928 Validate project key before batch bootstrap download | Jean-Baptiste Lievremont | 2014-01-31 | 1 | -0/+7 |
* | SONAR-926 Add more tests for LanguageRecognizer | Julien HENRY | 2014-01-30 | 1 | -0/+2 |
* | SONAR-926 Improve language recognition to have case unsentitive file extensions | Julien HENRY | 2014-01-30 | 1 | -10/+21 |
* | Add additional tests for line counter. | Julien HENRY | 2014-01-30 | 1 | -3/+9 |
* | SONAR-5031 Provide line count as attribute of InputFile | Julien HENRY | 2014-01-29 | 1 | -22/+29 |
* | SONAR-926 Expose new FileSystem API based on InputFile/InputDir | Julien HENRY | 2014-01-27 | 10 | -39/+100 |
* | SONAR-926 Expose ModuleLanguages in plugin API | Julien HENRY | 2014-01-24 | 1 | -6/+6 |
* | SONAR-926 Multi-language support: | Julien HENRY | 2014-01-24 | 3 | -51/+388 |
* | Add possibility to get source from a component key in htmlSourceDecorator | Julien Lancelot | 2014-01-24 | 1 | -2/+2 |
* | Rename 18n methods to get age of dates, add age on Issues search WS, update a... | Julien Lancelot | 2014-01-24 | 1 | -1/+1 |
* | Add a ago and instant method in i18n | Julien Lancelot | 2014-01-23 | 2 | -160/+16 |
* | SONAR-3024 Use new resource key in json report | Julien HENRY | 2014-01-15 | 1 | -9/+1 |
* | SONAR-3024 Introduce deprecated key on resources to ease transition | Julien HENRY | 2014-01-13 | 2 | -15/+23 |