Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6859 update description of sonar.technicalDebt.ratingGrid | Sébastien Lesaint | 2015-09-25 | 1 | -5/+5 |
| | |||||
* | SONAR-6353 do not compute the metric days_since_last_commit | Simon Brandhof | 2015-09-25 | 3 | -116/+62 |
| | |||||
* | SONAR-6834 fix SQL request to count activities | Simon Brandhof | 2015-09-25 | 2 | -4/+8 |
| | | | | when there are more than one condition | ||||
* | disable web selenium tests | Stas Vilchik | 2015-09-25 | 1 | -12/+1 |
| | |||||
* | SONAR-5770 add a analysis status to the component's header | Stas Vilchik | 2015-09-25 | 6 | -7/+111 |
| | |||||
* | SONAR-6835 Do not dump env variables multiple times | Julien HENRY | 2015-09-25 | 2 | -14/+67 |
| | |||||
* | SONAR-6834 Add search and filtering capabilities to the Project Computation page | Stas Vilchik | 2015-09-25 | 19 | -5030/+6951 |
| | |||||
* | SONAR-6859 add migration to remove sizeMetric properties from DB | Sébastien Lesaint | 2015-09-25 | 3 | -1/+38 |
| | |||||
* | SONAR-6859 update property sonar.technicalDebt.developmentCost desc. | Sébastien Lesaint | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | SONAR-6859 deprecate debt size metric property | Sébastien Lesaint | 2015-09-25 | 7 | -71/+21 |
| | | | | and also drop the associated language specific size metric properties | ||||
* | SONAR-6587 Update SVN plugin to latest version | Julien Lancelot | 2015-09-25 | 2 | -3/+3 |
| | |||||
* | SONAR-6665 Fix StackOverflow error when analyzing project with several ↵ | Julien HENRY | 2015-09-25 | 8 | -77/+70 |
| | | | | modules having same key | ||||
* | SONAR-6835 Do not display system properties multiple times | Julien HENRY | 2015-09-25 | 2 | -12/+53 |
| | |||||
* | SONAR-6143 add new_sqale_debt_ratio to default quality gate | Sébastien Lesaint | 2015-09-25 | 2 | -1/+2 |
| | |||||
* | fix quality flaw | Sébastien Lesaint | 2015-09-25 | 1 | -4/+8 |
| | |||||
* | Create a builder for Component | Julien Lancelot | 2015-09-25 | 4 | -96/+185 |
| | |||||
* | Merge FillComponentsStep in BuildComponentTreeStep | Julien Lancelot | 2015-09-25 | 7 | -782/+275 |
| | |||||
* | Try to fix usergroups/ws/DeleteActionTest | Teryk Bellahsene | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratio | Sébastien Lesaint | 2015-09-22 | 19 | -29/+931 |
| | |||||
* | improve MeasureAssert support for Optional and double comparison | Sébastien Lesaint | 2015-09-22 | 1 | -14/+109 |
| | |||||
* | move IT NewTechnicalDebtMeasureTest to SQ repo | Sébastien Lesaint | 2015-09-22 | 6 | -2/+186 |
| | | | | and rename it TechnicalDebtMeasureVariationTest | ||||
* | small optimisation in NewCoverageMeasuresStep | Sébastien Lesaint | 2015-09-22 | 1 | -5/+4 |
| | | | | we used to create a Date from a long value to only use Date#getTime; remove useless creation of the Date object | ||||
* | SONAR-5876 add metric new_sqale_debt_ratio to CoreMetrics | Sébastien Lesaint | 2015-09-22 | 1 | -0/+17 |
| | |||||
* | SONAR-5876 remove Sqale in name of metric sqale_debt_ratio | Sébastien Lesaint | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | move package computation.dbcleaner to org.sonar.server | Sébastien Lesaint | 2015-09-22 | 8 | -9/+9 |
| | | | | there should not be any org.sonar.core package in module sonar-server | ||||
* | SONAR-5770 add WS api/ce/project | Simon Brandhof | 2015-09-22 | 25 | -92/+1262 |
| | |||||
* | SONAR-6843 Read source lines db when nothing in report | Julien Lancelot | 2015-09-22 | 11 | -35/+351 |
| | |||||
* | SONAR-6843 Not fail when file has no source | Julien Lancelot | 2015-09-22 | 6 | -21/+38 |
| | |||||
* | Remove useless method | Julien Lancelot | 2015-09-22 | 3 | -22/+18 |
| | |||||
* | Fix quality flaws | Teryk Bellahsene | 2015-09-22 | 1 | -5/+9 |
| | |||||
* | Fix rule key in issue callback | Duarte Meneses | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | SONAR-6548 Log a message on deprecated projects | Julien Lancelot | 2015-09-22 | 3 | -1/+195 |
| | |||||
* | SONAR-6607 Upgrade Java to 3.5 | Julien Lancelot | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Fix header | David Gageot | 2015-09-22 | 1 | -0/+19 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-22 | 7 | -15/+171 |
| | |||||
* | SONAR-6736 refactor step names and descriptions | Simon Brandhof | 2015-09-22 | 43 | -153/+126 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-22 | 4 | -18/+12 |
| | |||||
* | SONAR-6834 refactor CeQueue.submit() | Simon Brandhof | 2015-09-21 | 14 | -230/+224 |
| | |||||
* | Fix db migration AddProvisioningPermissionToScan | Simon Brandhof | 2015-09-21 | 1 | -3/+3 |
| | | | | Fix compatibility with Oracle and MSSQL | ||||
* | format the total number of issues/rules | Stas Vilchik | 2015-09-21 | 3 | -3/+3 |
| | |||||
* | increase the retry timeout for web tests | Stas Vilchik | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | SONAR-6160 apply feedback | Stas Vilchik | 2015-09-21 | 7 | -6/+30 |
| | |||||
* | Remove useless sql query | Julien Lancelot | 2015-09-21 | 1 | -12/+0 |
| | |||||
* | SONAR-6540 Ignore active rules linked on removed rules / profiles | Julien Lancelot | 2015-09-21 | 2 | -10/+123 |
| | |||||
* | SONAR-6347 Increase max value of duplications_index id column | Julien Lancelot | 2015-09-21 | 4 | -2/+34 |
| | |||||
* | SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules | Stas Vilchik | 2015-09-21 | 3 | -7/+16 |
| | |||||
* | SONAR-6044 Stop storing distribution of issue-related measures by rule | Julien Lancelot | 2015-09-21 | 11 | -4/+248 |
| | |||||
* | Fix merge of branch feature/ce-monitoring | Simon Brandhof | 2015-09-19 | 8 | -76/+40 |
| | | | | | - JS changes (ES2015) - DB migration conflicts | ||||
* | SONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandler | Simon Brandhof | 2015-09-19 | 2 | -6/+8 |
| | |||||
* | SONAR-6798 cancel a pending task in Compute Engine | Simon Brandhof | 2015-09-19 | 4 | -1/+167 |
| |