Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers6.7.6 | Julien Lancelot | 2018-11-19 | 118 | -131/+311 |
| | |||||
* | Update license headers on its | Julien Lancelot | 2018-11-19 | 305 | -317/+305 |
| | |||||
* | Update license headers | Julien Lancelot | 2018-11-19 | 2410 | -2581/+3355 |
| | |||||
* | Update license headers | Julien Lancelot | 2018-11-19 | 5190 | -5348/+5280 |
| | |||||
* | Upgrade to parent 48 | Julien Lancelot | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Release 6.7.6 | Julien Lancelot | 2018-11-19 | 58 | -58/+58 |
| | |||||
* | Extract concurrent ce worker test to its own class test | Julien Lancelot | 2018-11-19 | 3 | -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 category | Sébastien Lesaint | 2018-11-19 | 3 | -2/+8 |
| | |||||
* | SONAR-11475 Sanitize URL when doing redirection during OAuth authentication | Julien Lancelot | 2018-11-16 | 3 | -6/+74 |
| | |||||
* | SONAR-11475 Check if url is relative before redirecting | Grégoire Aubert | 2018-11-16 | 4 | -12/+41 |
| | |||||
* | SONAR-11249 Fix display of quality gate on long-lived branch prj page | Julien Lancelot | 2018-11-15 | 2 | -1/+22 |
| | |||||
* | download JDK 1.8.191 | Sébastien Lesaint | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | update travis-utils to v51 | Sébastien Lesaint | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | SONAR-11374 add property to disable file move detection | Sébastien Lesaint | 2018-11-15 | 6 | -11/+73 |
| | |||||
* | SONAR-11150 Display all results when searching in projects page language facet | Grégoire Aubert | 2018-09-13 | 3 | -133/+2 |
| | |||||
* | Set version 6.7.6-SNAPSHOT | Simon Brandhof | 2018-08-06 | 58 | -58/+58 |
| | |||||
* | Release 6.7.56.7.5 | Simon Brandhof | 2018-08-06 | 58 | -58/+58 |
| | |||||
* | SONAR-11083 fail at startup if License plugin < 3.4 is installed | Sébastien Lesaint | 2018-08-06 | 1 | -0/+13 |
| | |||||
* | SONAR-11077 move DEBUG log to TRACE in EmailNotificationChannel | Simon Brandhof | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | SONAR-11077 fix DEBUG log in FileMoveDetectionStep | Simon Brandhof | 2018-08-06 | 2 | -2/+2 |
| | |||||
* | SONAR-11077 remove noisy DEBUG log from IssueCreationDateCalculator | Simon Brandhof | 2018-08-05 | 1 | -7/+0 |
| | |||||
* | SONAR-11085 Prettify logs of SQL requests | Simon Brandhof | 2018-08-05 | 2 | -6/+19 |
| | |||||
* | SONAR-11077 log nb of SQL inserts in CE PersistCrossProjectDuplicationsStep | Simon Brandhof | 2018-08-05 | 2 | -1/+17 |
| | |||||
* | SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACE | Simon Brandhof | 2018-08-05 | 1 | -2/+2 |
| | |||||
* | SONAR-11077 log nb of duplications in CE LoadDuplicationsFromReportStep | Simon Brandhof | 2018-08-05 | 2 | -32/+61 |
| | |||||
* | SONAR-11077 log nb of inserts in CE PersistMeasuresStep | Simon Brandhof | 2018-08-05 | 2 | -2/+25 |
| | |||||
* | SONAR-11077 add size of uncompressed report in to CE DEBUG logs | Simon Brandhof | 2018-08-05 | 3 | -0/+105 |
| | |||||
* | SONAR-11077 display nb of analyzed components in CE logs | Simon Brandhof | 2018-08-05 | 5 | -0/+34 |
| | |||||
* | SONAR-11077 add statistics to CE SendIssueNotificationsStep | Simon Brandhof | 2018-08-05 | 9 | -31/+66 |
| | |||||
* | SONAR-11077 add statistics to CE FileMoveDetectionStep | Simon Brandhof | 2018-08-05 | 2 | -0/+15 |
| | |||||
* | SONAR-11077 add statistics to CE PersistIssuesStep | Simon Brandhof | 2018-08-05 | 2 | -2/+39 |
| | |||||
* | SONAR-11077 display branch info as CE DEBUG log | Simon Brandhof | 2018-08-05 | 2 | -2/+54 |
| | |||||
* | SONAR-11077 disable some FOP, Netty and Hazelcast DEBUG logs | Simon Brandhof | 2018-08-05 | 1 | -0/+12 |
| | |||||
* | SONAR-11095 Perf hotspot when background task sends issue notifications | Simon Brandhof | 2018-08-01 | 1 | -32/+33 |
| | |||||
* | Fix installation of JDK 8 on Travis | Simon Brandhof | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | SONAR-11071 CWE-297 host of SMTP server certificate is not verified | Simon Brandhof | 2018-07-25 | 1 | -0/+2 |
| | |||||
* | SONAR-10943 tasks failing with char 0 in message finish normally | Sébastien Lesaint | 2018-07-19 | 2 | -13/+95 |
| | |||||
* | SONAR-10852 Fix computation of project without src but with test measures | Julien Lancelot | 2018-07-18 | 14 | -20/+476 |
| | |||||
* | LICENSE-96 add ITs | Sébastien Lesaint | 2018-07-16 | 2 | -2/+125 |
| | |||||
* | LICENSE-96 implement support for staging and new server id format | Sébastien Lesaint | 2018-07-05 | 17 | -348/+1310 |
| | |||||
* | Remove plugins that are no more available for 6.7.x | Eric Hartmann | 2018-06-11 | 1 | -2/+4 |
| | |||||
* | SONAR-10830 Allow passcode even if forceAuthentication is true | Eric Hartmann | 2018-06-11 | 3 | -3/+43 |
| | |||||
* | Prepare development version 6.7.5-SNAPSHOT | Simon Brandhof | 2018-05-30 | 57 | -57/+57 |
| | |||||
* | Release 6.7.46.7.4 | Simon Brandhof | 2018-05-30 | 57 | -57/+57 |
| | |||||
* | SONAR-10661 minimize normalize calls | Sébastien Lesaint | 2018-05-29 | 1 | -6/+7 |
| | |||||
* | SONAR-9218 purge ce_scanner_context older than 28 days at startup | Sébastien Lesaint | 2018-05-28 | 6 | -13/+115 |
| | |||||
* | SONAR-10658 Prevent Scanner Context from being too big (fix merge issue) | Julien HENRY | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | SONAR-10658 Prevent Scanner Context from being too big | Julien HENRY | 2018-05-25 | 2 | -15/+40 |
| | |||||
* | SONAR-10710 Improve error message of licenses issues for normal users | Grégoire Aubert | 2018-05-23 | 4 | -7/+30 |
| | |||||
* | SONAR-10692 Don't break the issues page if a user is missing | Grégoire Aubert | 2018-05-23 | 6 | -8/+21 |
| |