Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | SONAR-6834 complete filtering paramters of api/ce/activity | Simon Brandhof | 2015-09-19 | 35 | -374/+1010 |
| | |||||
* | SONAR-6834 support project branches | Simon Brandhof | 2015-09-18 | 6 | -11/+50 |
| | |||||
* | SONAR-6834 use new API | Stas Vilchik | 2015-09-18 | 10 | -107/+147 |
| | |||||
* | SONAR-6834 add WS api/ce/activity | Simon Brandhof | 2015-09-18 | 7 | -12/+135 |
| | | | | Limitations: no request parameters (paging/filters) | ||||
* | SONAR-6861 Drop the property "sonar.preventAutoProjectCreation" | Simon Brandhof | 2015-09-18 | 9 | -73/+43 |
| | |||||
* | SONAR-6851 Analysis of new projects requires the "Provision Project" permission | Simon Brandhof | 2015-09-18 | 3 | -1/+62 |
| | |||||
* | SONAR-6834 New WS GET api/ce/queue | Simon Brandhof | 2015-09-18 | 10 | -84/+338 |
| | |||||
* | SONAR-6630 At startup, delete past compute engine tasks older than 6 months | Simon Brandhof | 2015-09-18 | 7 | -4/+163 |
| | |||||
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 129 | -3033/+8690 |
| | |||||
* | Revert "upgrade to node.js v4.1.0" | Stas Vilchik | 2015-09-18 | 1 | -2/+2 |
| | | | | This reverts commit bd69025c6911bee9f65d9d67fd08d1ec294b9e0d. |