aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-094-24/+15
|
* SONAR-6830 apply feedbackStas Vilchik2015-10-091-0/+9
|
* add protected setParent method to ComponentContainerSébastien Lesaint2015-10-091-0/+4
|
* Create a shortcut to add secondary issue locationsJulien HENRY2015-10-071-0/+5
|
* SONAR-6834 apply feedbackStas Vilchik2015-10-051-0/+21
|
* SONAR-6848 Merge the "Bulk Deletion" and "Provisioning" pagesStas Vilchik2015-10-021-1/+1
|
* SONAR-6818 Split batch/project WS in several simpler WSDuarte Meneses2015-09-301-10/+15
|
* SONAR-6835 Log scanner context when processing Compute Engine taskSimon Brandhof2015-09-292-0/+138
|
* Add to sonar.log the beginning and end of CE tasksSimon Brandhof2015-09-294-2/+14
|
* SONAR-5770 apply feedbackStas Vilchik2015-09-281-0/+3
|
* fix quality flawsSébastien Lesaint2015-09-281-25/+45
|
* SONAR-6860 Add the "technical debt ratio on new code" measure in the ↵Stas Vilchik2015-09-281-0/+1
| | | | "Technical Debt Synopsis" widget
* add support for message arguments to ProfilerSébastien Lesaint2015-09-284-55/+167
| | | | also removed as much string building as possible internally
* Add some preconditions to IssueDtoSimon Brandhof2015-09-272-3/+3
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+0
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* SONAR-6859 update description of sonar.technicalDebt.ratingGridSébastien Lesaint2015-09-251-5/+5
|
* SONAR-5770 add a analysis status to the component's headerStas Vilchik2015-09-251-0/+19
|
* SONAR-6859 update property sonar.technicalDebt.developmentCost desc.Sébastien Lesaint2015-09-251-2/+2
|
* SONAR-6859 deprecate debt size metric propertySébastien Lesaint2015-09-251-17/+0
| | | | and also drop the associated language specific size metric properties
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
|
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-181-8/+0
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-182-1/+11
|
* SONAR-6219 apply feedback for the timeline widgetStas Vilchik2015-09-181-3/+3
|
* Improve javadoc of ProtobufJsonFormatSimon Brandhof2015-09-171-3/+93
|
* Improve protobuf to json converterSimon Brandhof2015-09-174-839/+4566
| | | | | - replace bool field *PresentIfEmpty by a wrapper of repeated fields - support arrays/maps in map values