]>
source.dussan.org Git - sonarqube.git/log
Sébastien Lesaint [Mon, 28 Sep 2015 09:16:29 +0000 (11:16 +0200)]
SONAR-6831 do some sort and clean up in CE's modules
Sébastien Lesaint [Mon, 28 Sep 2015 09:01:36 +0000 (11:01 +0200)]
SONAR-6831 move remaining classes out of package computation
ComputeEngineProcessingModule will be moved in a separate commit which will refactor CE's modules
Sébastien Lesaint [Mon, 28 Sep 2015 08:38:12 +0000 (10:38 +0200)]
SONAR-6831 CeWorkerRunnable is now an interface and impl class in pico
Sébastien Lesaint [Mon, 21 Sep 2015 12:59:53 +0000 (14:59 +0200)]
SONAR-6831 move queue related classes to their own package
Sébastien Lesaint [Mon, 21 Sep 2015 12:33:05 +0000 (14:33 +0200)]
SONAR-6831 remove ReportProcessingScheduler and CeWorker queue
having a report specific scheduler is useless, tasks must be submitted to and only to CeQueue
Simon Brandhof [Mon, 28 Sep 2015 10:18:31 +0000 (12:18 +0200)]
Improve validation of fields of CeQueueDto and IssueDto
Simon Brandhof [Mon, 28 Sep 2015 10:17:36 +0000 (12:17 +0200)]
Fix quality flaw
Stas Vilchik [Mon, 28 Sep 2015 10:05:18 +0000 (12:05 +0200)]
SONAR-6798 add ability to empty the CE queue
Stas Vilchik [Mon, 28 Sep 2015 09:44:54 +0000 (11:44 +0200)]
SONAR-6834 show failures count, add pending icon
Stas Vilchik [Mon, 28 Sep 2015 09:22:14 +0000 (11:22 +0200)]
use production version of react for the build
Sébastien Lesaint [Mon, 28 Sep 2015 09:39:46 +0000 (11:39 +0200)]
fix quality flaws
Simon Brandhof [Mon, 28 Sep 2015 08:03:51 +0000 (10:03 +0200)]
SONAR-6851 apply default permissions to new provisioned projects
Stas Vilchik [Mon, 28 Sep 2015 08:39:13 +0000 (10:39 +0200)]
SONAR-6860 Add the "technical debt ratio on new code" measure in the "Technical Debt Synopsis" widget
Sébastien Lesaint [Thu, 24 Sep 2015 16:32:43 +0000 (18:32 +0200)]
SONAR-6799 add log of Component visitor cumulative execution duration
Sébastien Lesaint [Thu, 24 Sep 2015 16:30:10 +0000 (18:30 +0200)]
SONAR-6799 ReportComponent in tests should always have a key and uuid
Sébastien Lesaint [Thu, 24 Sep 2015 16:27:51 +0000 (18:27 +0200)]
add support for message arguments to Profiler
also removed as much string building as possible internally
Simon Brandhof [Sun, 27 Sep 2015 20:42:11 +0000 (22:42 +0200)]
Upgrade Elasticsearch 1.7.1 -> 1.7.2
Simon Brandhof [Sun, 27 Sep 2015 20:41:49 +0000 (22:41 +0200)]
Use Java 7 on AppVeyor
Simon Brandhof [Sun, 27 Sep 2015 19:15:54 +0000 (21:15 +0200)]
Add AppVeyor configuration
Simon Brandhof [Sun, 27 Sep 2015 13:05:37 +0000 (15:05 +0200)]
Add some preconditions to IssueDto
Simon Brandhof [Sun, 27 Sep 2015 12:46:34 +0000 (14:46 +0200)]
SONAR-6855 Increase Tomcat maxHttpHeaderSize to 48kb
Simon Brandhof [Sun, 27 Sep 2015 10:48:56 +0000 (12:48 +0200)]
SONAR-6798 split WS api/ce/cancel and api/ce/cancel_all
Simon Brandhof [Tue, 22 Sep 2015 19:09:45 +0000 (21:09 +0200)]
SONAR-6799 SONAR-6232 compute engine logs
- add WS api/ce/logs
- add boolean field 'logs' to the responses of the WS that return tasks
- purge log files (max nb of files per project can be configured)
Simon Brandhof [Fri, 25 Sep 2015 22:42:35 +0000 (00:42 +0200)]
Fix potential test failure if CR-LF Git newline
Sébastien Lesaint [Fri, 25 Sep 2015 14:56:51 +0000 (16:56 +0200)]
SONAR-6143 update default QG to be fully based on water leak period
Simon Brandhof [Fri, 25 Sep 2015 15:38:47 +0000 (17:38 +0200)]
Fix quality flaw
due to @CheckForNull that was recently added to DateUtils.parseDateTimeQuietly()
Sébastien Lesaint [Fri, 25 Sep 2015 15:36:41 +0000 (17:36 +0200)]
SONAR-6859 update description of sonar.technicalDebt.ratingGrid
Simon Brandhof [Fri, 25 Sep 2015 14:13:09 +0000 (16:13 +0200)]
SONAR-6353 do not compute the metric days_since_last_commit
Simon Brandhof [Fri, 25 Sep 2015 15:29:03 +0000 (17:29 +0200)]
SONAR-6834 fix SQL request to count activities
when there are more than one condition
Stas Vilchik [Fri, 25 Sep 2015 14:51:22 +0000 (16:51 +0200)]
disable web selenium tests
Stas Vilchik [Fri, 25 Sep 2015 14:46:14 +0000 (16:46 +0200)]
SONAR-5770 add a analysis status to the component's header
Julien HENRY [Fri, 25 Sep 2015 14:14:10 +0000 (16:14 +0200)]
SONAR-6835 Do not dump env variables multiple times
Stas Vilchik [Mon, 21 Sep 2015 17:19:41 +0000 (19:19 +0200)]
SONAR-6834 Add search and filtering capabilities to the Project Computation page
Sébastien Lesaint [Thu, 24 Sep 2015 09:57:15 +0000 (11:57 +0200)]
SONAR-6859 add migration to remove sizeMetric properties from DB
Sébastien Lesaint [Tue, 22 Sep 2015 17:27:45 +0000 (19:27 +0200)]
SONAR-6859 update property sonar.technicalDebt.developmentCost desc.
Sébastien Lesaint [Tue, 22 Sep 2015 17:24:48 +0000 (19:24 +0200)]
SONAR-6859 deprecate debt size metric property
and also drop the associated language specific size metric properties
Julien Lancelot [Fri, 25 Sep 2015 08:59:19 +0000 (10:59 +0200)]
SONAR-6587 Update SVN plugin to latest version
Julien HENRY [Fri, 25 Sep 2015 09:02:12 +0000 (11:02 +0200)]
SONAR-6665 Fix StackOverflow error when analyzing project with several modules having same key
Julien HENRY [Fri, 25 Sep 2015 11:51:00 +0000 (13:51 +0200)]
SONAR-6835 Do not display system properties multiple times
Sébastien Lesaint [Tue, 22 Sep 2015 14:24:33 +0000 (16:24 +0200)]
SONAR-6143 add new_sqale_debt_ratio to default quality gate
Sébastien Lesaint [Fri, 25 Sep 2015 09:01:21 +0000 (11:01 +0200)]
fix quality flaw
Julien Lancelot [Tue, 22 Sep 2015 12:34:39 +0000 (14:34 +0200)]
Create a builder for Component
Julien Lancelot [Tue, 22 Sep 2015 10:41:51 +0000 (12:41 +0200)]
Merge FillComponentsStep in BuildComponentTreeStep
Teryk Bellahsene [Tue, 22 Sep 2015 15:47:20 +0000 (17:47 +0200)]
Try to fix usergroups/ws/DeleteActionTest
Sébastien Lesaint [Mon, 21 Sep 2015 08:53:59 +0000 (10:53 +0200)]
SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratio
Sébastien Lesaint [Tue, 22 Sep 2015 08:51:54 +0000 (10:51 +0200)]
improve MeasureAssert support for Optional and double comparison
Sébastien Lesaint [Fri, 18 Sep 2015 07:36:04 +0000 (09:36 +0200)]
move IT NewTechnicalDebtMeasureTest to SQ repo
and rename it TechnicalDebtMeasureVariationTest
Sébastien Lesaint [Thu, 17 Sep 2015 14:37:05 +0000 (16:37 +0200)]
small optimisation in NewCoverageMeasuresStep
we used to create a Date from a long value to only use Date#getTime; remove useless creation of the Date object
Sébastien Lesaint [Wed, 16 Sep 2015 14:21:00 +0000 (16:21 +0200)]
SONAR-5876 add metric new_sqale_debt_ratio to CoreMetrics
Sébastien Lesaint [Wed, 16 Sep 2015 14:18:33 +0000 (16:18 +0200)]
SONAR-5876 remove Sqale in name of metric sqale_debt_ratio
Sébastien Lesaint [Thu, 17 Sep 2015 12:38:48 +0000 (14:38 +0200)]
move package computation.dbcleaner to org.sonar.server
there should not be any org.sonar.core package in module sonar-server
Simon Brandhof [Mon, 21 Sep 2015 17:46:09 +0000 (19:46 +0200)]
SONAR-5770 add WS api/ce/project
Julien Lancelot [Mon, 21 Sep 2015 14:09:18 +0000 (16:09 +0200)]
SONAR-6843 Read source lines db when nothing in report
Julien Lancelot [Mon, 21 Sep 2015 12:57:16 +0000 (14:57 +0200)]
SONAR-6843 Not fail when file has no source
Julien Lancelot [Mon, 21 Sep 2015 13:07:38 +0000 (15:07 +0200)]
Remove useless method
Teryk Bellahsene [Tue, 22 Sep 2015 13:32:56 +0000 (15:32 +0200)]
Fix quality flaws
Duarte Meneses [Tue, 22 Sep 2015 13:31:03 +0000 (15:31 +0200)]
Fix rule key in issue callback
Julien Lancelot [Mon, 21 Sep 2015 15:59:24 +0000 (17:59 +0200)]
SONAR-6548 Log a message on deprecated projects
Julien Lancelot [Mon, 21 Sep 2015 15:04:41 +0000 (17:04 +0200)]
SONAR-6607 Upgrade Java to 3.5
David Gageot [Tue, 22 Sep 2015 11:07:06 +0000 (13:07 +0200)]
Fix header
Simon Brandhof [Tue, 22 Sep 2015 09:48:16 +0000 (11:48 +0200)]
Fix quality flaws
Simon Brandhof [Mon, 21 Sep 2015 20:33:29 +0000 (22:33 +0200)]
SONAR-6736 refactor step names and descriptions
Simon Brandhof [Tue, 22 Sep 2015 08:51:50 +0000 (10:51 +0200)]
Fix quality flaws
Simon Brandhof [Mon, 21 Sep 2015 17:10:15 +0000 (19:10 +0200)]
SONAR-6834 refactor CeQueue.submit()
Simon Brandhof [Mon, 21 Sep 2015 09:40:31 +0000 (11:40 +0200)]
Fix db migration AddProvisioningPermissionToScan
Fix compatibility with Oracle and MSSQL
Stas Vilchik [Mon, 21 Sep 2015 09:07:37 +0000 (11:07 +0200)]
format the total number of issues/rules
Stas Vilchik [Mon, 21 Sep 2015 08:48:36 +0000 (10:48 +0200)]
increase the retry timeout for web tests
Stas Vilchik [Mon, 21 Sep 2015 08:45:22 +0000 (10:45 +0200)]
SONAR-6160 apply feedback
Julien Lancelot [Fri, 18 Sep 2015 15:29:53 +0000 (17:29 +0200)]
Remove useless sql query
Julien Lancelot [Fri, 18 Sep 2015 15:22:51 +0000 (17:22 +0200)]
SONAR-6540 Ignore active rules linked on removed rules / profiles
Julien Lancelot [Fri, 18 Sep 2015 13:55:38 +0000 (15:55 +0200)]
SONAR-6347 Increase max value of duplications_index id column
Stas Vilchik [Mon, 21 Sep 2015 08:01:07 +0000 (10:01 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Julien Lancelot [Mon, 21 Sep 2015 07:33:44 +0000 (09:33 +0200)]
SONAR-6044 Stop storing distribution of issue-related measures by rule
Simon Brandhof [Fri, 18 Sep 2015 22:08:53 +0000 (00:08 +0200)]
Fix merge of branch feature/ce-monitoring
- JS changes (ES2015)
- DB migration conflicts
Simon Brandhof [Fri, 18 Sep 2015 21:45:07 +0000 (23:45 +0200)]
SONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandler
Simon Brandhof [Fri, 18 Sep 2015 21:33:50 +0000 (23:33 +0200)]
SONAR-6798 cancel a pending task in Compute Engine
Simon Brandhof [Fri, 18 Sep 2015 09:33:18 +0000 (11:33 +0200)]
SONAR-6834 complete filtering paramters of api/ce/activity
Simon Brandhof [Fri, 18 Sep 2015 09:27:06 +0000 (11:27 +0200)]
SONAR-6834 support project branches
Stas Vilchik [Fri, 18 Sep 2015 09:21:34 +0000 (11:21 +0200)]
SONAR-6834 use new API
Simon Brandhof [Fri, 18 Sep 2015 08:58:04 +0000 (10:58 +0200)]
SONAR-6834 add WS api/ce/activity
Limitations: no request parameters (paging/filters)
Simon Brandhof [Thu, 17 Sep 2015 22:14:11 +0000 (00:14 +0200)]
SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"
Simon Brandhof [Thu, 17 Sep 2015 22:02:02 +0000 (00:02 +0200)]
SONAR-6851 Analysis of new projects requires the "Provision Project" permission
Simon Brandhof [Thu, 17 Sep 2015 21:58:03 +0000 (23:58 +0200)]
SONAR-6834 New WS GET api/ce/queue
Simon Brandhof [Thu, 17 Sep 2015 20:54:47 +0000 (22:54 +0200)]
SONAR-6630 At startup, delete past compute engine tasks older than 6 months
Simon Brandhof [Wed, 9 Sep 2015 16:14:31 +0000 (18:14 +0200)]
Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY
Stas Vilchik [Fri, 18 Sep 2015 15:45:50 +0000 (17:45 +0200)]
Revert "upgrade to node.js v4.1.0"
This reverts commit
bd69025c6911bee9f65d9d67fd08d1ec294b9e0d .
Simon Brandhof [Fri, 18 Sep 2015 14:14:04 +0000 (16:14 +0200)]
Remove maven property sonar.snapshotRepository.url (which was set to codehaus)
Stas Vilchik [Fri, 18 Sep 2015 14:02:17 +0000 (16:02 +0200)]
remove unused tests
Stas Vilchik [Fri, 18 Sep 2015 14:01:40 +0000 (16:01 +0200)]
try to fix selenium FP
Julien Lancelot [Thu, 17 Sep 2015 16:14:59 +0000 (18:14 +0200)]
SONAR-6840 Group migrations touching same table
Migrations that are done on the same table are now executed with only one SQL query
Julien Lancelot [Thu, 17 Sep 2015 15:41:13 +0000 (17:41 +0200)]
SONAR-6840 Number are accepted in table name
Julien Lancelot [Thu, 17 Sep 2015 15:14:21 +0000 (17:14 +0200)]
SONAR-6840 Replace ColumnDef by builders
Julien Lancelot [Thu, 17 Sep 2015 12:49:15 +0000 (14:49 +0200)]
SONAR-6840 Extract ColumnDef from AddColumnsBuilder
And add a check when no column has been defined
Stas Vilchik [Fri, 18 Sep 2015 13:19:22 +0000 (15:19 +0200)]
SONAR-6219 apply feedback for the timeline widget
Stas Vilchik [Fri, 18 Sep 2015 13:08:51 +0000 (15:08 +0200)]
upgrade to node.js v4.1.0
Stas Vilchik [Thu, 17 Sep 2015 14:15:28 +0000 (16:15 +0200)]
migrate js apps to es2015 modules
Julien HENRY [Tue, 15 Sep 2015 14:50:12 +0000 (16:50 +0200)]
No op for highlighting and symbol references in issues mode
Simon Brandhof [Thu, 17 Sep 2015 14:21:03 +0000 (16:21 +0200)]
SONAR-6552 fix maven dependency for SQLServer tests
Simon Brandhof [Thu, 17 Sep 2015 13:36:51 +0000 (15:36 +0200)]
SONAR-6552 fix bad merge
- fix ruby activerecord adapter
- do not package jtds.jar
Julien Lancelot [Tue, 17 Mar 2015 15:54:54 +0000 (16:54 +0100)]
SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1