Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6946 apply feedback | Stas Vilchik | 2015-12-04 | 2 | -1/+5 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-12-04 | 10 | -25/+31 |
| | |||||
* | SONAR-7069 apply feedback | Stas Vilchik | 2015-12-04 | 2 | -3/+6 |
| | |||||
* | SONAR-6997 less confusing of type key paar in logs | Sébastien Lesaint | 2015-12-04 | 3 | -7/+6 |
| | |||||
* | SONAR-6997 add VisitException and show current Component info in logs | Sébastien Lesaint | 2015-12-04 | 7 | -10/+143 |
| | |||||
* | add ExceptionCauseMatcher to sonar-testing-harness | Sébastien Lesaint | 2015-12-04 | 1 | -0/+83 |
| | |||||
* | SONAR-6925 add missing index on ce_activity.is_last_key | Sébastien Lesaint | 2015-12-04 | 5 | -2/+44 |
| | |||||
* | SONAR-6925 cancelled tasks must not be the last task for a component | Sébastien Lesaint | 2015-12-04 | 2 | -0/+22 |
| | |||||
* | SONAR-6995 CEQueueStatus get method should not modify state | Sébastien Lesaint | 2015-12-04 | 5 | -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 RulesDefinitionXmlLoader | Simon Brandhof | 2015-12-04 | 3 | -70/+128 |
| | |||||
* | SONAR-7049 check max length of rule/rule param fields | simonbrandhof | 2015-12-04 | 5 | -18/+85 |
| | |||||
* | SONAR-6900 WS api/ce/task improve description | Teryk Bellahsene | 2015-12-04 | 1 | -3/+5 |
| | |||||
* | Merge pull request #665 from SonarSource/feature/drop-dashboards | Stas Vilchik | 2015-12-04 | 12 | -425/+58 |
|\ | | | | | SONAR-7030 Drop most default hardcoded built-in dashboards | ||||
| * | fix ITs | Stas Vilchik | 2015-12-02 | 3 | -67/+4 |
| | | |||||
| * | SONAR-7030 Drop most default hardcoded built-in dashboards | Stas Vilchik | 2015-12-02 | 9 | -358/+54 |
| | | |||||
* | | SONAR-6956 Index issues by project | Julien Lancelot | 2015-12-03 | 8 | -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 MsSQL | Julien Lancelot | 2015-12-03 | 9 | -9/+782 |
| | | |||||
* | | SONAR-6884 Create and update columns on MsSQL with collation | Julien Lancelot | 2015-12-03 | 5 | -6/+8 |
| | | |||||
* | | SONAR-6884 Take into account nullable information when updating a column | Julien Lancelot | 2015-12-03 | 11 | -22/+103 |
| | | |||||
* | | SONAR-6884 Rename StringColumnDef to VarcharColumnDef | Julien Lancelot | 2015-12-03 | 6 | -25/+25 |
| | | |||||
* | | SONAR-6884 Create a ClobColumnDef to create Clob columns | Julien Lancelot | 2015-12-03 | 3 | -0/+188 |
| | | |||||
* | | Fix index name on FILE_SOURCES on H2 | Julien Lancelot | 2015-12-03 | 1 | -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 H2 | Julien Lancelot | 2015-12-03 | 1 | -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 H2 | Julien Lancelot | 2015-12-03 | 1 | -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 H2 | Julien Lancelot | 2015-12-03 | 1 | -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 H2 | Julien Lancelot | 2015-12-03 | 1 | -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 H2 | Julien Lancelot | 2015-12-03 | 1 | -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 page | Stas Vilchik | 2015-12-03 | 2 | -3/+3 |
| | | |||||
* | | fix ProjectOverviewTest | Stas Vilchik | 2015-12-03 | 3 | -12/+12 |
| | | |||||
* | | drop useless test | Stas Vilchik | 2015-12-03 | 1 | -18/+0 |
| | | |||||
* | | improve position of axis labels on bubble charts on the overview page | Stas Vilchik | 2015-12-03 | 1 | -2/+6 |
| | | |||||
* | | fix search on the update center page | Stas Vilchik | 2015-12-03 | 1 | -4/+4 |
| | | |||||
* | | apply different ui feedback on the overview page | Stas Vilchik | 2015-12-03 | 18 | -60/+517 |
| | | |||||
* | | SONAR-7028 Update default value of sonar.technicalDebt.ratingGrid | Julien Lancelot | 2015-12-03 | 7 | -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 feedback | Stas Vilchik | 2015-12-03 | 1 | -1/+48 |
| | | |||||
* | | SONAR-7063 apply feedback | Stas Vilchik | 2015-12-03 | 1 | -1/+2 |
| | | |||||
* | | Try to make IssuesModeTest::concurrent_issue_mode_on_existing_project more ↵ | Julien HENRY | 2015-12-03 | 5 | -5/+34 |
| | | | | | | | | robust | ||||
* | | SONAR-7100 Disable WS cache by default in issues mode | Julien HENRY | 2015-12-03 | 3 | -88/+63 |
| | | |||||
* | | SONAR-7027 do not try and compute variations of developer measures | Sébastien Lesaint | 2015-12-03 | 2 | -15/+47 |
| | | |||||
* | | SONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRule | Sébastien Lesaint | 2015-12-03 | 1 | -2/+11 |
| | | |||||
* | | SONAR-6809 fix child-first classloader strategy | Simon Brandhof | 2015-12-02 | 1 | -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 plugins | Sébastien Lesaint | 2015-12-02 | 3 | -19/+40 |
| | | |||||
* | | SONAR-7088 faster consumption of pending tasks in CE | Sébastien Lesaint | 2015-12-02 | 7 | -32/+519 |
| | | |||||
* | | Fix execution of it-plugins on travis | Simon Brandhof | 2015-12-02 | 1 | -1/+1 |
| | | |||||
* | | reorder travis jobs for faster build | Stas Vilchik | 2015-12-02 | 1 | -3/+3 |
| | | |||||
* | | SONAR-7068 improve alignment of measure on the overview page | Stas Vilchik | 2015-12-02 | 4 | -26/+57 |
| | | |||||
* | | Use token for SonarQube analysis | Simon Brandhof | 2015-12-02 | 1 | -2/+1 |
| | | |||||
* | | improve display of overview pages when no coverage or duplications details ↵ | Stas Vilchik | 2015-12-02 | 3 | -1/+30 |
| | | | | | | | | available | ||||
* | | do not display overview pages for developers | Stas Vilchik | 2015-12-02 | 2 | -6/+16 |
| | | |||||
* | | Add IT ScanPermissionTest | Simon Brandhof | 2015-12-02 | 2 | -0/+118 |
| | |