aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* small fixes on the overview pageStas Vilchik2015-12-011-1/+1
|
* SONAR-7063 Show events history in the project overview pageStas Vilchik2015-12-011-0/+1
|
* SONAR-7065 Add tooltips for complexity distribution bars on the overview pageStas Vilchik2015-11-271-0/+3
|
* SONAR-7066 Improve display of leak period on the overview pageStas Vilchik2015-11-261-1/+2
|
* SONAR-6331 apply feedbackStas Vilchik2015-11-251-3/+8
|
* commit missed chunkStas Vilchik2015-11-231-1/+1
|
* Improve javadoc and randomness of fast uid generationDuarte Meneses2015-11-201-1/+4
|
* SONAR-7027 make DevCockpit run as a privileged pluginSébastien Lesaint2015-11-172-2/+11
|
* SONAR-6907 commit missed fileStas Vilchik2015-11-161-0/+1
|
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-162-1/+2
|
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-115-31/+151
|
* SONAR-6991 remove duplicated_lines_density from metrics allowed in reportSébastien Lesaint2015-11-102-4/+2
|
* fix some quality flawsSébastien Lesaint2015-11-101-1/+1
|
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-092-4/+0
|
* SONAR-6917 display a warning message in documentation of internal web servicesStas Vilchik2015-11-091-0/+1
|
* SONAR-6999 display the since tag for WS parameters, add "since" tag for ↵Stas Vilchik2015-11-091-0/+8
| | | | "additionalFields"
* SONAR-6331 fix label for previous analysis periodStas Vilchik2015-11-091-0/+1
|
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-091-34/+23
|
* Display more details about component that fail to be instanciatedJulien HENRY2015-11-051-1/+33
|
* SONAR-6211 Skip project key validation in issues modeDuarte Meneses2015-11-032-0/+19
|
* SONAR-6355 Period 1 is now the leak periodJulien Lancelot2015-10-301-13/+27
| | | | | | Period 1 is renamed 'Leak Period' and set to 'since previous version' Period 2 is now set to 'since previous analyis' Period 3 is now set to 'over 30 days'
* SONAR-6331 improve UX of the project overview pageStas Vilchik2015-10-301-8/+11
|
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+16
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+16
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
* | Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-292-8090/+0
| | | | | | | | | | | | | | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).
* | SONAR-6356 Always feed the 'since previous version' periodJulien Lancelot2015-10-291-0/+1
| | | | | | | | Since previous version period use the first snapshot when no previous version exist
* | SONAR-6359 apply feedbackStas Vilchik2015-10-271-0/+5
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-271-0/+4
|\| | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6834 Purge CE_ACTIVITY when deleting a project SONAR-5876 Add l10n info for the metric SONAR-6414 Indexing tests should update updatedAt field SONAR-6824 Use SCM Info repo SONAR-5794 Send notification step should not use batch repo to get project name
| * SONAR-5876 Add l10n info for the metricJulien Lancelot2015-10-271-0/+4
| |
* | Merge remote-tracking branch 'origin/branch-5.2'Stas Vilchik2015-10-223-14/+65
|\|
| * SONAR-4865 Keep issue locations on existing issuesJulien Lancelot2015-10-213-14/+65
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | SONAR-6331 add project overview pageStas Vilchik2015-10-201-0/+32
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-192-32/+35
|\| | | | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6582 do not return module key on single-module projects Use doc_values on some fields of ES index issues/issue Improve ES request for facets resolutions, status and severities fix display of issues filters manage link correct profile comparison wording SONAR-6926 remove Cross Project Duplication properties declaration
| * correct profile comparison wordingStas Vilchik2015-10-191-0/+1
| |
| * SONAR-6926 remove Cross Project Duplication properties declarationSébastien Lesaint2015-10-191-32/+34
| | | | | | | | will be restored in 5.3 when Cross Project Duplication is reimplemented
* | Automatic merge from branch-5.2Jenkins CI2015-10-191-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.2: fix reset of TreeRootHolderRule + reduce duplication reduce polling time of Compute Engine scheduler from 10s to 2 add name to thread used by NotificationService fix duplicated SqlSessionFactory in memory minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc do not reload profile details when selecting a project, fix tooltips improve readability of language selection on the profiles page fix capitalization inconsistency of the notification dispatcher names fix error in JsonWriter usage description in javadoc of WebService
| * do not reload profile details when selecting a project, fix tooltipsStas Vilchik2015-10-161-0/+3
| |
| * fix capitalization inconsistency of the notification dispatcher namesStas Vilchik2015-10-161-1/+1
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-151-0/+43
|\| | | | | | | | | | | * origin/branch-5.2: Add missing tests Add ES circuit breaker stats to System Info page
| * Add missing testsSimon Brandhof2015-10-141-0/+43
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-146-15/+281
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6880 Fix SSF-37 Revert "SONAR-6310 Delete RoR WS api/profiles/index" SONAR-6397 remove last line trick from ComputeFileSourceData SONAR-6397 read changeset from DB only if File is unmodified SONAR-6397 ScmInfoRepository optimisation for non FILE components Clean all temporary JS dependencies before release Prevent integration test modules to be deployed on central repository Deploy module sonar-server to maven central fix alignment in the file details fix applying of issue filter when user is not authenticated Revert "SONAR-6309 Delete RoR WS profiles/list"
| * SONAR-6397 read changeset from DB only if File is unmodifiedSébastien Lesaint2015-10-146-15/+281
| | | | | | | | | | to achieve that, we compare the source hash stored in DB with hash of source in analysis report this also remove duplication of line hashing algorithm between core and Computation Engine and isolate source and line hashing into specific classes
* | Automatic merge from branch-5.1Jenkins CI2015-10-142-2/+26
|\| | | | | | | | | | | | | | | | | * origin/branch-5.2: Improve message when trying to install a non-plugin JAR Fix enforcer rule about size of zip Fix reliability of NetworkUtils#freePort() Fix Maven warnings SONAR-6219 Fix ruby warning "don't put space before argument parentheses"
| * Improve message when trying to install a non-plugin JARSimon Brandhof2015-10-132-2/+26
| |
| * Revert "Fix the bad SQ version used by integration tests"Simon Brandhof2015-10-132-2/+2
| | | | | | | | This reverts commit 2d67d61504c354f3ebe5d9bedc54d66b1122bd75.
| * Fix the bad SQ version used by integration testsSimon Brandhof2015-10-132-2/+2
| |