| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9639 Support CE task characteristics | Duarte Meneses | 2017-08-07 | 25 | -50/+694 |
* | Add default measure duplications to container | Duarte Meneses | 2017-08-07 | 2 | -1/+5 |
* | SONAR-9577 Store incremental analysis flag in database | Duarte Meneses | 2017-08-07 | 24 | -9/+168 |
* | Validate incremental plugin | Duarte Meneses | 2017-08-07 | 2 | -6/+7 |
* | SONAR-9576 Add analysis mode in the scanner report | Julien HENRY | 2017-08-07 | 1 | -14/+0 |
* | SONAR-9586 Run incremental task when sonar.incremental=true | Julien HENRY | 2017-08-07 | 1 | -0/+14 |
* | Validate incremental plugin | Duarte Meneses | 2017-08-07 | 3 | -7/+106 |
* | SONAR-9621 Read cpd text blocks from DB in incremental mode | Duarte Meneses | 2017-08-07 | 10 | -53/+166 |
* | SONAR-9619 Reuse issues from last analysis for unmodified files | Duarte Meneses | 2017-08-07 | 6 | -79/+251 |
* | SONAR-9620 Read scanner and duplication measures with incremental plugin | Duarte Meneses | 2017-08-07 | 14 | -249/+621 |
* | SONAR-9602 Don't persist sources of unchanged files | Duarte Meneses | 2017-08-07 | 3 | -47/+106 |
* | Add CPD text blocks to report viewer | Duarte Meneses | 2017-08-07 | 1 | -1/+24 |
* | SONAR-9601 Read analysis incremental flag and file status from report | Duarte Meneses | 2017-08-07 | 17 | -2/+239 |
* | SONAR-9607 Do not copy unchanged source files in scanner report | Julien HENRY | 2017-08-07 | 12 | -14/+62 |
* | SONAR-9575 Add incremental plugin to privileged plugins | Julien HENRY | 2017-08-07 | 1 | -1/+1 |
* | SONAR-9600 Disable "force coverage to zero" in incremental mode | Julien HENRY | 2017-08-07 | 2 | -19/+61 |
* | SONAR-9575 Allow to replace ProjectRepositoriesProvider core implementation | Julien HENRY | 2017-08-07 | 4 | -7/+11 |
* | SONAR-9576 Add component status in the scanner report | Julien HENRY | 2017-08-07 | 17 | -44/+228 |
* | SONAR-9576 Add analysis mode in the scanner report | Julien HENRY | 2017-08-07 | 12 | -30/+73 |
* | SONAR-9586 Run incremental task when sonar.incremental=true | Julien HENRY | 2017-08-07 | 2 | -2/+23 |
* | SONAR-9576 Add incremental mode flag and file status in scanner report | Julien HENRY | 2017-08-07 | 1 | -1/+11 |
* | Fix quality flaws | Julien HENRY | 2017-08-04 | 3 | -9/+8 |
* | Don't change PathResolver methods to static | Julien HENRY | 2017-08-04 | 6 | -22/+40 |
* | Fix quality flaws | Julien HENRY | 2017-08-04 | 16 | -39/+49 |
* | Remove unused files | Julien HENRY | 2017-08-04 | 2 | -62/+0 |
* | SONAR-9574 Same file indexed in different modules | Julien HENRY | 2017-08-04 | 12 | -48/+68 |
* | Store project relative path inside DefaultIndexedFile | Julien HENRY | 2017-08-04 | 17 | -75/+135 |
* | SONAR-9641 Add URIPredicate | Julien HENRY | 2017-08-04 | 22 | -74/+149 |
* | SONAR-9561 File inclusions/exclusions should be applied before language detec... | Julien HENRY | 2017-08-04 | 12 | -99/+142 |
* | SONAR-9528 Deprecate Initializer extension point | Julien HENRY | 2017-08-04 | 2 | -1/+3 |
* | SONAR-9557 Fix coverage exclusions for global sensors | Julien HENRY | 2017-08-04 | 25 | -145/+214 |
* | Rework file indexing | Julien HENRY | 2017-08-04 | 59 | -596/+570 |
* | SONAR-9641 Introduce InputFile:uri() | Julien HENRY | 2017-08-04 | 8 | -5/+80 |
* | fix quality profile project selection (#2316) | Stas Vilchik | 2017-08-04 | 4 | -65/+31 |
* | fix activity page for applications (#2315) | Stas Vilchik | 2017-08-04 | 3 | -0/+57 |
* | do not break if navigator.language is undefined (#2263) | Thomas Weißschuh | 2017-08-02 | 1 | -5/+5 |
* | Automatic merge from branch-6.5 | ssjenka | 2017-08-02 | 0 | -0/+0 |
|\ |
|
| * | Prepare for next development iterationbranch-6.5 | Simon Brandhof | 2017-08-01 | 54 | -54/+54 |
| * | Release 6.56.5 | Simon Brandhof | 2017-08-01 | 54 | -54/+54 |
* | | Rename ComponentDto#getKey to ComponentDto#getDbKey | Julien Lancelot | 2017-08-01 | 170 | -1099/+1112 |
* | | ComponentDto does not inherit anymore from Component | Julien Lancelot | 2017-08-01 | 2 | -10/+4 |
* | | BUILD-478 Set TRAVIS_BUILD_DIR in ramdisk | David Rautureau | 2017-08-01 | 2 | -8/+11 |
* | | Automatic merge from branch-6.5 | ssjenka | 2017-08-01 | 1 | -1/+1 |
|\| |
|
| * | SONAR-9648 upgrade SVN plugin to 1.5 | Simon Brandhof | 2017-08-01 | 1 | -1/+1 |
* | | Fix javadoc of Plugin API | Simon Brandhof | 2017-08-01 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'origin/branch-6.5' | Julien Lancelot | 2017-08-01 | 3 | -8/+19 |
|\| |
|
| * | Add "clean package" goals before analysing project | Julien Lancelot | 2017-08-01 | 1 | -1/+1 |
| * | SONAR-9648 Upgrade bundled plugins to latest released versions | Julien Lancelot | 2017-08-01 | 2 | -7/+18 |
* | | Automatic merge from branch-6.5 | ssjenka | 2017-07-31 | 4 | -110/+97 |
|\| |
|
| * | SONAR-8550 Update function to group analyses by version | Grégoire Aubert | 2017-07-31 | 4 | -111/+98 |