aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers6.7.6Julien Lancelot2018-11-19118-131/+311
|
* Update license headers on itsJulien Lancelot2018-11-19305-317/+305
|
* Update license headersJulien Lancelot2018-11-192410-2581/+3355
|
* Update license headersJulien Lancelot2018-11-195190-5348/+5280
|
* Upgrade to parent 48Julien Lancelot2018-11-191-1/+1
|
* Release 6.7.6Julien Lancelot2018-11-1958-58/+58
|
* Extract concurrent ce worker test to its own class testJulien Lancelot2018-11-193-194/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When tests are in the same class, a Deadlock is generated on MySQL : ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction ### The error may involve org.sonar.db.ce.CeActivityMapper.insert-Inline ### The error occurred while setting parameters ### SQL: insert into ce_activity ( uuid, component_uuid, analysis_uuid, status, task_type, is_last, is_last_key, submitter_login, submitted_at, worker_uuid, execution_count, started_at, executed_at, created_at, updated_at, execution_time_ms, error_message, error_stacktrace, error_type ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:200) at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:185) at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:57) at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:59) at com.sun.proxy.$Proxy22.insert(Unknown Source) at org.sonar.db.ce.CeActivityDao.insert(CeActivityDao.java:55) at org.sonar.ce.queue.CeQueueImpl.remove(CeQueueImpl.java:156) at org.sonar.ce.queue.InternalCeQueueImpl.remove(InternalCeQueueImpl.java:110) at org.sonar.ce.taskprocessor.CeWorkerImpl.finalizeTask(CeWorkerImpl.java:165) at org.sonar.ce.taskprocessor.CeWorkerImpl.executeTask(CeWorkerImpl.java:148) at org.sonar.ce.taskprocessor.CeWorkerImpl.findAndProcessTask(CeWorkerImpl.java:97) at org.sonar.ce.taskprocessor.CeWorkerImpl.withCustomizedThreadName(CeWorkerImpl.java:81) at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:73) at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:43) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
* SONAR-11374 move file move property into dedicated sub categorySébastien Lesaint2018-11-193-2/+8
|
* SONAR-11475 Sanitize URL when doing redirection during OAuth authenticationJulien Lancelot2018-11-163-6/+74
|
* SONAR-11475 Check if url is relative before redirectingGrégoire Aubert2018-11-164-12/+41
|
* SONAR-11249 Fix display of quality gate on long-lived branch prj pageJulien Lancelot2018-11-152-1/+22
|
* download JDK 1.8.191Sébastien Lesaint2018-11-151-2/+2
|
* update travis-utils to v51Sébastien Lesaint2018-11-151-1/+1
|
* SONAR-11374 add property to disable file move detectionSébastien Lesaint2018-11-156-11/+73
|
* SONAR-11150 Display all results when searching in projects page language facetGrégoire Aubert2018-09-133-133/+2
|
* Set version 6.7.6-SNAPSHOTSimon Brandhof2018-08-0658-58/+58
|
* Release 6.7.56.7.5Simon Brandhof2018-08-0658-58/+58
|
* SONAR-11083 fail at startup if License plugin < 3.4 is installedSébastien Lesaint2018-08-061-0/+13
|
* SONAR-11077 move DEBUG log to TRACE in EmailNotificationChannelSimon Brandhof2018-08-061-1/+1
|
* SONAR-11077 fix DEBUG log in FileMoveDetectionStepSimon Brandhof2018-08-062-2/+2
|
* SONAR-11077 remove noisy DEBUG log from IssueCreationDateCalculatorSimon Brandhof2018-08-051-7/+0
|
* SONAR-11085 Prettify logs of SQL requestsSimon Brandhof2018-08-052-6/+19
|
* SONAR-11077 log nb of SQL inserts in CE PersistCrossProjectDuplicationsStepSimon Brandhof2018-08-052-1/+17
|
* SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACESimon Brandhof2018-08-051-2/+2
|
* SONAR-11077 log nb of duplications in CE LoadDuplicationsFromReportStepSimon Brandhof2018-08-052-32/+61
|
* SONAR-11077 log nb of inserts in CE PersistMeasuresStepSimon Brandhof2018-08-052-2/+25
|
* SONAR-11077 add size of uncompressed report in to CE DEBUG logsSimon Brandhof2018-08-053-0/+105
|
* SONAR-11077 display nb of analyzed components in CE logsSimon Brandhof2018-08-055-0/+34
|
* SONAR-11077 add statistics to CE SendIssueNotificationsStepSimon Brandhof2018-08-059-31/+66
|
* SONAR-11077 add statistics to CE FileMoveDetectionStepSimon Brandhof2018-08-052-0/+15
|
* SONAR-11077 add statistics to CE PersistIssuesStepSimon Brandhof2018-08-052-2/+39
|
* SONAR-11077 display branch info as CE DEBUG logSimon Brandhof2018-08-052-2/+54
|
* SONAR-11077 disable some FOP, Netty and Hazelcast DEBUG logsSimon Brandhof2018-08-051-0/+12
|
* SONAR-11095 Perf hotspot when background task sends issue notificationsSimon Brandhof2018-08-011-32/+33
|
* Fix installation of JDK 8 on TravisSimon Brandhof2018-07-251-2/+2
|
* SONAR-11071 CWE-297 host of SMTP server certificate is not verifiedSimon Brandhof2018-07-251-0/+2
|
* SONAR-10943 tasks failing with char 0 in message finish normallySébastien Lesaint2018-07-192-13/+95
|
* SONAR-10852 Fix computation of project without src but with test measuresJulien Lancelot2018-07-1814-20/+476
|
* LICENSE-96 add ITsSébastien Lesaint2018-07-162-2/+125
|
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-0517-348/+1310
|
* Remove plugins that are no more available for 6.7.xEric Hartmann2018-06-111-2/+4
|
* SONAR-10830 Allow passcode even if forceAuthentication is trueEric Hartmann2018-06-113-3/+43
|
* Prepare development version 6.7.5-SNAPSHOTSimon Brandhof2018-05-3057-57/+57
|
* Release 6.7.46.7.4Simon Brandhof2018-05-3057-57/+57
|
* SONAR-10661 minimize normalize callsSébastien Lesaint2018-05-291-6/+7
|
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-05-286-13/+115
|
* SONAR-10658 Prevent Scanner Context from being too big (fix merge issue)Julien HENRY2018-05-251-1/+1
|
* SONAR-10658 Prevent Scanner Context from being too bigJulien HENRY2018-05-252-15/+40
|
* SONAR-10710 Improve error message of licenses issues for normal usersGrégoire Aubert2018-05-234-7/+30
|
* SONAR-10692 Don't break the issues page if a user is missingGrégoire Aubert2018-05-236-8/+21
|