aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6946 apply feedbackStas Vilchik2015-12-042-1/+5
|
* Fix quality flawsSimon Brandhof2015-12-0410-25/+31
|
* SONAR-7069 apply feedbackStas Vilchik2015-12-042-3/+6
|
* SONAR-6997 less confusing of type key paar in logsSébastien Lesaint2015-12-043-7/+6
|
* SONAR-6997 add VisitException and show current Component info in logsSébastien Lesaint2015-12-047-10/+143
|
* add ExceptionCauseMatcher to sonar-testing-harnessSébastien Lesaint2015-12-041-0/+83
|
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-045-2/+44
|
* SONAR-6925 cancelled tasks must not be the last task for a componentSébastien Lesaint2015-12-042-0/+22
|
* SONAR-6995 CEQueueStatus get method should not modify stateSébastien Lesaint2015-12-045-97/+105
| | | | | and they should not required the CEQueueStatusImpl object to be initialized either this way, monitoring can query the metrics of CEQueueStatus through JMX even before the object is initialized
* SONAR-7113 API - Support Markdown descriptions in RulesDefinitionXmlLoaderSimon Brandhof2015-12-043-70/+128
|
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-045-18/+85
|
* SONAR-6900 WS api/ce/task improve descriptionTeryk Bellahsene2015-12-041-3/+5
|
* Merge pull request #665 from SonarSource/feature/drop-dashboardsStas Vilchik2015-12-0412-425/+58
|\ | | | | SONAR-7030 Drop most default hardcoded built-in dashboards
| * fix ITsStas Vilchik2015-12-023-67/+4
| |
| * SONAR-7030 Drop most default hardcoded built-in dashboardsStas Vilchik2015-12-029-358/+54
| |
* | SONAR-6956 Index issues by projectJulien Lancelot2015-12-038-28/+274
| | | | | | | | When computing a report of a project, instead of indexing all changed issues, only updated issues from the project are now indexed.
* | SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-039-9/+782
| |
* | SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-035-6/+8
| |
* | SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-0311-22/+103
| |
* | SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-036-25/+25
| |
* | SONAR-6884 Create a ClobColumnDef to create Clob columnsJulien Lancelot2015-12-033-0/+188
| |
* | Fix index name on FILE_SOURCES on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was FILE_SOURCES_UUID_TYPE_UNIQUE, but it's FILE_SOURCES_UUID_TYPE on other database
* | Fix index name on ACTIVITIES on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was LOG_KEY_INDEX, but it's ACTIVITIES_LOG_KEY on other database
* | Fix index name on RESOURCE_INDEX on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was RESOURCE_INDEX_KEE, but it's RESOURCE_INDEX_KEY on other database
* | Fix index name on QUALITY_GATES on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was QUALITY_GATES_UNIQUE, but it's UNIQ_QUALITY_GATES on other database
* | Fix index name on PROJECT_QPROFILES on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was PROJECT_QPROFILES_UNIQUE, but on other databases it's UNIQ_PROJECT_QPROFILES
* | Fix index name on RULES_PROFILES on H2Julien Lancelot2015-12-031-1/+1
| | | | | | | | On H2, index name was PROFILE_UNIQUE_KEY, but on other database it's UNIQ_QPROF_KEY
* | reorder measure on the debt project pageStas Vilchik2015-12-032-3/+3
| |
* | fix ProjectOverviewTestStas Vilchik2015-12-033-12/+12
| |
* | drop useless testStas Vilchik2015-12-031-18/+0
| |
* | improve position of axis labels on bubble charts on the overview pageStas Vilchik2015-12-031-2/+6
| |
* | fix search on the update center pageStas Vilchik2015-12-031-4/+4
| |
* | apply different ui feedback on the overview pageStas Vilchik2015-12-0318-60/+517
| |
* | SONAR-7028 Update default value of sonar.technicalDebt.ratingGridJulien Lancelot2015-12-037-43/+139
| | | | | | | | Default value is now "0.05,0.1,0.2,0.5", it was "0.1,0.2,0.5,1"
* | SONAR-7068 apply feedbackStas Vilchik2015-12-031-1/+48
| |
* | SONAR-7063 apply feedbackStas Vilchik2015-12-031-1/+2
| |
* | Try to make IssuesModeTest::concurrent_issue_mode_on_existing_project more ↵Julien HENRY2015-12-035-5/+34
| | | | | | | | robust
* | SONAR-7100 Disable WS cache by default in issues modeJulien HENRY2015-12-033-88/+63
| |
* | SONAR-7027 do not try and compute variations of developer measuresSébastien Lesaint2015-12-032-15/+47
| |
* | SONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRuleSébastien Lesaint2015-12-031-2/+11
| |
* | SONAR-6809 fix child-first classloader strategySimon Brandhof2015-12-021-2/+13
| | | | | | | | | | | | sonar-java-api was removed from root <dependencyManagement> (5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5) but not from sonar-plugin-api-deps. The exclusion of sonar-plugin-api was lost, so child-first classloader strategy loaded SonarPlugin class from plugin instead of core classloader.
* | SONAR-7060 CeQueueInitializer must initialize after pluginsSébastien Lesaint2015-12-023-19/+40
| |
* | SONAR-7088 faster consumption of pending tasks in CESébastien Lesaint2015-12-027-32/+519
| |
* | Fix execution of it-plugins on travisSimon Brandhof2015-12-021-1/+1
| |
* | reorder travis jobs for faster buildStas Vilchik2015-12-021-3/+3
| |
* | SONAR-7068 improve alignment of measure on the overview pageStas Vilchik2015-12-024-26/+57
| |
* | Use token for SonarQube analysisSimon Brandhof2015-12-021-2/+1
| |
* | improve display of overview pages when no coverage or duplications details ↵Stas Vilchik2015-12-023-1/+30
| | | | | | | | available
* | do not display overview pages for developersStas Vilchik2015-12-022-6/+16
| |
* | Add IT ScanPermissionTestSimon Brandhof2015-12-022-0/+118
| |