aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-0717-44/+228
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-0712-30/+73
* SONAR-9586 Run incremental task when sonar.incremental=trueJulien HENRY2017-08-072-2/+23
* SONAR-9576 Add incremental mode flag and file status in scanner reportJulien HENRY2017-08-071-1/+11
* Fix quality flawsJulien HENRY2017-08-043-9/+8
* Don't change PathResolver methods to staticJulien HENRY2017-08-046-22/+40
* Fix quality flawsJulien HENRY2017-08-0416-39/+49
* Remove unused filesJulien HENRY2017-08-042-62/+0
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-0412-48/+68
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-0417-75/+135
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-0422-74/+149
* SONAR-9561 File inclusions/exclusions should be applied before language detec...Julien HENRY2017-08-0412-99/+142
* SONAR-9528 Deprecate Initializer extension pointJulien HENRY2017-08-042-1/+3
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-0425-145/+214
* Rework file indexingJulien HENRY2017-08-0459-596/+570
* SONAR-9641 Introduce InputFile:uri()Julien HENRY2017-08-048-5/+80
* fix quality profile project selection (#2316)Stas Vilchik2017-08-044-65/+31
* fix activity page for applications (#2315)Stas Vilchik2017-08-043-0/+57
* do not break if navigator.language is undefined (#2263)Thomas Weißschuh2017-08-021-5/+5
* Automatic merge from branch-6.5ssjenka2017-08-020-0/+0
|\
| * Prepare for next development iterationbranch-6.5Simon Brandhof2017-08-0154-54/+54
| * Release 6.56.5Simon Brandhof2017-08-0154-54/+54
* | Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-01170-1099/+1112
* | ComponentDto does not inherit anymore from ComponentJulien Lancelot2017-08-012-10/+4
* | BUILD-478 Set TRAVIS_BUILD_DIR in ramdiskDavid Rautureau2017-08-012-8/+11
* | Automatic merge from branch-6.5ssjenka2017-08-011-1/+1
|\|
| * SONAR-9648 upgrade SVN plugin to 1.5Simon Brandhof2017-08-011-1/+1
* | Fix javadoc of Plugin APISimon Brandhof2017-08-011-4/+2
* | Merge remote-tracking branch 'origin/branch-6.5'Julien Lancelot2017-08-013-8/+19
|\|
| * Add "clean package" goals before analysing projectJulien Lancelot2017-08-011-1/+1
| * SONAR-9648 Upgrade bundled plugins to latest released versionsJulien Lancelot2017-08-012-7/+18
* | Automatic merge from branch-6.5ssjenka2017-07-314-110/+97
|\|
| * SONAR-8550 Update function to group analyses by versionGrégoire Aubert2017-07-314-111/+98
* | Add test on searching issues on view without projectJulien Lancelot2017-07-311-0/+14
* | SONAR-9531 Fix computation of variation when value is 0Julien Lancelot2017-07-311-26/+3
* | SONAR-9551 WS api/issues/search search by applicationTeryk Bellahsene2017-07-314-32/+359
* | SONAR-9551 Allow searching issues by creation dates and projectsJulien Lancelot2017-07-316-62/+147
* | SONAR-9551 Index applications when indexing viewsTeryk Bellahsene2017-07-313-11/+40
* | apply applications feedback (#2297)Stas Vilchik2017-07-3111-13/+65
* | fix analysis messageStas Vilchik2017-07-314-5/+19
* | fix display of application quality gateStas Vilchik2017-07-313-9/+9
* | support NONE value in Level componentStas Vilchik2017-07-313-1/+6
* | Return leak period date when retrieving snapshot from tech projectJulien Lancelot2017-07-313-5/+39
* | SONAR-9531 Change the application spaceStas Vilchik2017-07-3142-115/+914
* | redirect /view to /portfolioStas Vilchik2017-07-313-5/+6
* | proxy /staticStas Vilchik2017-07-311-1/+2
* | SONAR-9551 Test page extensions are returned for applicationTeryk Bellahsene2017-07-313-20/+40
* | SONAR-9551 WS api/project_analyses/create_event allows applicationTeryk Bellahsene2017-07-312-9/+54
* | SONAR-9551 WS api/project_analyses/search allows applicationTeryk Bellahsene2017-07-312-1/+44
* | SONAR-9551 Web services handles APP qualifierTeryk Bellahsene2017-07-3126-183/+213