summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6587 Update SVN plugin to latest versionJulien Lancelot2015-09-252-3/+3
|
* SONAR-6665 Fix StackOverflow error when analyzing project with several ↵Julien HENRY2015-09-258-77/+70
| | | | modules having same key
* SONAR-6835 Do not display system properties multiple timesJulien HENRY2015-09-252-12/+53
|
* SONAR-6143 add new_sqale_debt_ratio to default quality gateSébastien Lesaint2015-09-252-1/+2
|
* fix quality flawSébastien Lesaint2015-09-251-4/+8
|
* Create a builder for ComponentJulien Lancelot2015-09-254-96/+185
|
* Merge FillComponentsStep in BuildComponentTreeStepJulien Lancelot2015-09-257-782/+275
|
* Try to fix usergroups/ws/DeleteActionTestTeryk Bellahsene2015-09-221-2/+2
|
* SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratioSébastien Lesaint2015-09-2219-29/+931
|
* improve MeasureAssert support for Optional and double comparisonSébastien Lesaint2015-09-221-14/+109
|
* move IT NewTechnicalDebtMeasureTest to SQ repoSébastien Lesaint2015-09-226-2/+186
| | | | and rename it TechnicalDebtMeasureVariationTest
* small optimisation in NewCoverageMeasuresStepSébastien Lesaint2015-09-221-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 CoreMetricsSébastien Lesaint2015-09-221-0/+17
|
* SONAR-5876 remove Sqale in name of metric sqale_debt_ratioSébastien Lesaint2015-09-221-1/+1
|
* move package computation.dbcleaner to org.sonar.serverSébastien Lesaint2015-09-228-9/+9
| | | | there should not be any org.sonar.core package in module sonar-server
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-2225-92/+1262
|
* SONAR-6843 Read source lines db when nothing in reportJulien Lancelot2015-09-2211-35/+351
|
* SONAR-6843 Not fail when file has no sourceJulien Lancelot2015-09-226-21/+38
|
* Remove useless methodJulien Lancelot2015-09-223-22/+18
|
* Fix quality flawsTeryk Bellahsene2015-09-221-5/+9
|
* Fix rule key in issue callbackDuarte Meneses2015-09-221-1/+1
|
* SONAR-6548 Log a message on deprecated projectsJulien Lancelot2015-09-223-1/+195
|
* SONAR-6607 Upgrade Java to 3.5Julien Lancelot2015-09-221-1/+1
|
* Fix headerDavid Gageot2015-09-221-0/+19
|
* Fix quality flawsSimon Brandhof2015-09-227-15/+171
|
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-2243-153/+126
|
* Fix quality flawsSimon Brandhof2015-09-224-18/+12
|
* SONAR-6834 refactor CeQueue.submit()Simon Brandhof2015-09-2114-230/+224
|
* Fix db migration AddProvisioningPermissionToScanSimon Brandhof2015-09-211-3/+3
| | | | Fix compatibility with Oracle and MSSQL
* format the total number of issues/rulesStas Vilchik2015-09-213-3/+3
|
* increase the retry timeout for web testsStas Vilchik2015-09-211-1/+1
|
* SONAR-6160 apply feedbackStas Vilchik2015-09-217-6/+30
|
* Remove useless sql queryJulien Lancelot2015-09-211-12/+0
|
* SONAR-6540 Ignore active rules linked on removed rules / profilesJulien Lancelot2015-09-212-10/+123
|
* SONAR-6347 Increase max value of duplications_index id columnJulien Lancelot2015-09-214-2/+34
|
* SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rulesStas Vilchik2015-09-213-7/+16
|
* SONAR-6044 Stop storing distribution of issue-related measures by ruleJulien Lancelot2015-09-2111-4/+248
|
* Fix merge of branch feature/ce-monitoringSimon Brandhof2015-09-198-76/+40
| | | | | - JS changes (ES2015) - DB migration conflicts
* SONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandlerSimon Brandhof2015-09-192-6/+8
|
* SONAR-6798 cancel a pending task in Compute EngineSimon Brandhof2015-09-194-1/+167
|
* SONAR-6834 complete filtering paramters of api/ce/activitySimon Brandhof2015-09-1935-374/+1010
|
* SONAR-6834 support project branchesSimon Brandhof2015-09-186-11/+50
|
* SONAR-6834 use new APIStas Vilchik2015-09-1810-107/+147
|
* SONAR-6834 add WS api/ce/activitySimon Brandhof2015-09-187-12/+135
| | | | Limitations: no request parameters (paging/filters)
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-189-73/+43
|
* SONAR-6851 Analysis of new projects requires the "Provision Project" permissionSimon Brandhof2015-09-183-1/+62
|
* SONAR-6834 New WS GET api/ce/queueSimon Brandhof2015-09-1810-84/+338
|
* SONAR-6630 At startup, delete past compute engine tasks older than 6 monthsSimon Brandhof2015-09-187-4/+163
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-18129-3033/+8690
|
* Revert "upgrade to node.js v4.1.0"Stas Vilchik2015-09-181-2/+2
| | | | This reverts commit bd69025c6911bee9f65d9d67fd08d1ec294b9e0d.