aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-1128-717/+533
* SONAR-6991 remove batch code generating duplicate_* measuresSébastien Lesaint2015-11-103-76/+1
* SONAR-6991 compute all duplicate_* measure in CESébastien Lesaint2015-11-104-206/+337
* SONAR-6991 remove duplicated_lines_density from metrics allowed in reportSébastien Lesaint2015-11-103-18/+16
* fix some quality flawsSébastien Lesaint2015-11-104-4/+108
* Fix some quality flawsJulien HENRY2015-11-101-3/+1
* SONAR-6331 apply feedbackStas Vilchik2015-11-106-24/+15
* SONAR-6360 add detailed "Code Coverage" panel for the "Overview" main pageStas Vilchik2015-11-1014-231/+363
* SONAR-6990 Adjust expected duration of file persistenceJulien Lancelot2015-11-101-1/+2
* SONAR-6952 fix wordingStas Vilchik2015-11-101-1/+1
* SONAR-6917 apply feedbackStas Vilchik2015-11-102-1/+2
* SONAR-6952 apply feedbackStas Vilchik2015-11-102-5/+13
* SONAR-6361 add detailed "Duplications" panel for the "Overview" main pageStas Vilchik2015-11-0912-113/+178
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-0942-1569/+2519
* clean imports in ITsDuarte Meneses2015-11-096-11/+0
* Fix typosDuarte Meneses2015-11-093-5/+5
* SONAR-6922 Fix some quality flaws and provide executable JARJulien HENRY2015-11-094-26/+70
* SONAR-6990 implement check otherFileKey is not a project keySébastien Lesaint2015-11-093-128/+144
* SONAR-6990 merge ReportTreeRootHolder into TreeRootHolderSébastien Lesaint2015-11-0916-268/+321
* SONAR-6990 add one missing UT on DuplicationsPublisherSébastien Lesaint2015-11-091-0/+48
* SONAR-6990 now read duplication only from DuplicationRepositorySébastien Lesaint2015-11-0910-291/+459
* fix UT: remove duplicated tests since key is now stored in ComponentSébastien Lesaint2015-11-091-167/+40
* fix UT: otherFileRef must not be set for same file DuplicationSébastien Lesaint2015-11-091-4/+4
* SONAR-6990 add DuplicationRepository and LoadDuplicationsFromReportStepSébastien Lesaint2015-11-0921-0/+2251
* SONAR-6990 add ComponentImpl.equals and hashcode based on uuidSébastien Lesaint2015-11-092-6/+34
* factorize Predicate to wrap into single element object arraySébastien Lesaint2015-11-093-25/+43
* small refactoring of ComponentProviderSébastien Lesaint2015-11-097-46/+126
* SONAR-6918 fix display of internal WSStas Vilchik2015-11-094-6/+13
* SONAR-6917 display a warning message in documentation of internal web servicesStas Vilchik2015-11-092-1/+2
* SONAR-6999 display the since tag for WS parameters, add "since" tag for "addi...Stas Vilchik2015-11-093-0/+12
* SONAR-6952 display the deprecated flagStas Vilchik2015-11-093-2/+14
* SONAR-6331 fix project overview redirectionStas Vilchik2015-11-091-5/+14
* ie11 fixesStas Vilchik2015-11-092-4/+5
* remove extra font letter-spacingStas Vilchik2015-11-091-1/+0
* bugfix: project permissions page shows all projectsStas Vilchik2015-11-093-1/+126
* SONAR-6331 fix label for previous analysis periodStas Vilchik2015-11-092-0/+4
* SONAR-6331 apply feedbackStas Vilchik2015-11-097-23/+43
* SONAR-6916 Use Orchestrator 3.7Teryk Bellahsene2015-11-091-1/+1
* SONAR-6916 Improve documentation by adding mandatory information on WSTeryk Bellahsene2015-11-0980-146/+2022
* SONAR-6916 Enforce some mandatory web service metadataTeryk Bellahsene2015-11-092-191/+294
* Another attempt to exclude generated protobuf filesJulien HENRY2015-11-091-2/+2
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-0925-460/+275
* SONAR-6922 Initial version of report viewerJulien HENRY2015-11-093-0/+806
* fix test "not_fail_with_url_ending_by_jsp"Stas Vilchik2015-11-061-1/+1
* SONAR-6331 apply feedbackStas Vilchik2015-11-064-84/+36
* SONAR-6331 display overview page by defaultStas Vilchik2015-11-066-23/+10
* SONAR-6357 add detailed "Size" panel for the "Overview" main pageStas Vilchik2015-11-0639-431/+1003
* SONAR-6998 Remove injection of MavenProject in module IoC containerJulien HENRY2015-11-056-180/+1
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-051-8/+12
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-056-42/+70