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 |
| | |||||
* | Release 6.7.6 | Julien Lancelot | 2018-11-19 | 32 | -32/+32 |
| | |||||
* | 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-11475 Sanitize URL when doing redirection during OAuth authentication | Julien Lancelot | 2018-11-16 | 1 | -1/+36 |
| | |||||
* | Set version 6.7.6-SNAPSHOT | Simon Brandhof | 2018-08-06 | 32 | -32/+32 |
| | |||||
* | Release 6.7.56.7.5 | Simon Brandhof | 2018-08-06 | 32 | -32/+32 |
| | |||||
* | SONAR-10852 Fix computation of project without src but with test measures | Julien Lancelot | 2018-07-18 | 11 | -1/+308 |
| | |||||
* | LICENSE-96 add ITs | Sébastien Lesaint | 2018-07-16 | 2 | -2/+125 |
| | |||||
* | 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 | 1 | -0/+17 |
| | |||||
* | Prepare development version 6.7.5-SNAPSHOT | Simon Brandhof | 2018-05-30 | 31 | -31/+31 |
| | |||||
* | Release 6.7.46.7.4 | Simon Brandhof | 2018-05-30 | 31 | -31/+31 |
| | |||||
* | SONAR-10569 Authorize to change default visibility of projects without ↵ | Julien Lancelot | 2018-04-16 | 4 | -151/+98 |
| | | | | organizations | ||||
* | Prepare for dev version 6.7.4-SNAPSHOT | Simon Brandhof | 2018-04-06 | 31 | -31/+31 |
| | |||||
* | Release 6.7.36.7.3 | Simon Brandhof | 2018-04-06 | 31 | -31/+31 |
| | |||||
* | Fix IT that shouldn't use organization | Julien Lancelot | 2018-04-04 | 1 | -4/+2 |
| | |||||
* | SONAR-10285 WS org/enable_support is now only available on SonarCloud | Julien Lancelot | 2018-04-04 | 6 | -8/+12 |
| | |||||
* | Remove xanitizier from PuginTest | Eric Hartmann | 2018-03-14 | 1 | -1/+0 |
| | | | | This plugin is not available for LTS | ||||
* | Prepare version 6.7.3-SNAPSHOT | Simon Brandhof | 2018-02-23 | 31 | -31/+31 |
| | |||||
* | Release 6.7.26.7.2 | Simon Brandhof | 2018-02-22 | 31 | -31/+31 |
| | |||||
* | Update PluginsTest to retrieve plugins compatible with 6.7 | Eric Hartmann | 2018-02-14 | 1 | -7/+27 |
| | |||||
* | Fix ProjectBuilderTest IT | Simon Brandhof | 2018-01-09 | 1 | -1/+1 |
| | | | | | | | SonarJava 5.0 introduces a behavior change on the list of files to be analyzed. Our integration test is impacted because it installs automatically the latest version of this plugin. See https://jira.sonarsource.com/browse/SONARJAVA-2509 | ||||
* | Deactivate instable test in NewIssuesMeasureTest | Eric Hartmann | 2017-12-29 | 1 | -0/+3 |
| | |||||
* | Upgrade to version 6.7.2-SNAPSHOT | Eric Hartmann | 2017-12-29 | 31 | -31/+31 |
| | |||||
* | Release 6.7.16.7.1 | Simon Brandhof | 2017-12-20 | 31 | -31/+31 |
| | |||||
* | Fix Maven scanner incompatibility in UpgradeTest | Simon Brandhof | 2017-11-24 | 1 | -1/+3 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | Prepare for next development iteration | Julien Lancelot | 2017-11-07 | 31 | -31/+31 |
| | |||||
* | Release 6.76.7 | Simon Brandhof | 2017-11-07 | 31 | -31/+31 |
| | |||||
* | SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8 | Sébastien Lesaint | 2017-11-07 | 2 | -6/+4 |
| | |||||
* | SONAR-9973 IT for report processing resilient to failure during start | Sébastien Lesaint | 2017-11-03 | 5 | -34/+166 |
| | | | | of components | ||||
* | SONAR-9973 add IT ensuring resilience of Ce Workers to exceptions | Sébastien Lesaint | 2017-11-03 | 12 | -1/+618 |
| | | | | including errors | ||||
* | SONAR-9863 Disabled commercial plugins from PluginsTest | Julien Lancelot | 2017-11-01 | 1 | -23/+15 |
| | | | | They should be reactivated when latest release is using new license manager | ||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 31 | -31/+31 |
| | |||||
* | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 31 | -31/+31 |
| | |||||
* | fix displaying rule profiles (#2764) | Stas Vilchik | 2017-10-26 | 5 | -17/+108 |
| | |||||
* | Update wording for search engine in system info | Grégoire Aubert | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Add marketplace IT to check installed plugins | Grégoire Aubert | 2017-10-25 | 6 | -69/+89 |
| | |||||
* | SONAR-9863 Remove licenses and server id pageobjects in IT's | Grégoire Aubert | 2017-10-25 | 4 | -171/+0 |
| | |||||
* | SONAR-9869 Fix project urls in webhook payload | Julien Lancelot | 2017-10-24 | 1 | -1/+2 |
| | |||||
* | Remove old updatecenter ui | Grégoire Aubert | 2017-10-23 | 1 | -0/+2 |
| | |||||
* | SONAR-8967 Fail fast when trying to analyse a module | Julien Lancelot | 2017-10-20 | 1 | -0/+14 |
| | |||||
* | SONAR-9142 Remove 'previous_analysis' option | Eric Hartmann | 2017-10-20 | 11 | -91/+15 |
| | |||||
* | SONAR-8727 Do not fail when SCM login is longer than 255 characters | Julien HENRY | 2017-10-20 | 1 | -11/+33 |
| | |||||
* | SONAR-8727 add IT that shows, that scm accounts >255 chars are an issue | Daniel Schwarz | 2017-10-20 | 4 | -1/+9 |
| | |||||
* | SONAR-7309 Reorder DB Cleaner settings and replace snapshot by analysis | Teryk Bellahsene | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | SONAR-7309 DB Cleaner strategy to keep only analyses with a version | Teryk Bellahsene | 2017-10-19 | 3 | -13/+41 |
| | |||||
* | Remove cluster tests | Simon Brandhof | 2017-10-18 | 5 | -1019/+0 |
| | |||||
* | SONAR-7590 Redirect to requested page with identity provider | Julien Lancelot | 2017-10-17 | 1 | -14/+37 |
| | |||||
* | Revert "SONAR-7590 Redirect to requested page with identity provider" | Julien Lancelot | 2017-10-17 | 1 | -37/+14 |
| | | | | This reverts commit 33eb0b2b67bcbfbbbf98fca52480b735d3b18fbc. |