Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers on its | Julien Lancelot | 2018-11-19 | 305 | -317/+305 |
| | |||||
* | 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 |
| | |||||
* | SONAR-10852 Fix computation of project without src but with test measures | Julien Lancelot | 2018-07-18 | 2 | -1/+127 |
| | |||||
* | 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 |
| | |||||
* | SONAR-10569 Authorize to change default visibility of projects without ↵ | Julien Lancelot | 2018-04-16 | 4 | -151/+98 |
| | | | | organizations | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | Fix Maven scanner incompatibility in UpgradeTest | Simon Brandhof | 2017-11-24 | 1 | -1/+3 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | 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 | 1 | -26/+79 |
| | | | | of components | ||||
* | SONAR-9973 add IT ensuring resilience of Ce Workers to exceptions | Sébastien Lesaint | 2017-11-03 | 1 | -1/+107 |
| | | | | 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 | ||||
* | 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 | 1 | -0/+6 |
| | |||||
* | 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. | ||||
* | SONAR-7590 Redirect to requested page with identity provider | Julien Lancelot | 2017-10-17 | 1 | -14/+37 |
| | |||||
* | SONAR-9905 Notification daemon must not be started twice | Eric Hartmann | 2017-10-17 | 1 | -0/+1 |
| | |||||
* | SONAR-9863 replace old "permanent server ID" by the new one | Simon Brandhof | 2017-10-16 | 2 | -95/+0 |
| | |||||
* | SONAR-9863 drop internal WS api/server_id and api/licenses | Simon Brandhof | 2017-10-16 | 1 | -38/+0 |
| | |||||
* | Fix Quality flaws | ameya | 2017-10-16 | 1 | -3/+4 |
| | |||||
* | SONAR-7734 Clarify message when one of several parameters is required | Teryk Bellahsene | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | SONAR-9928 Fix IT relying on WS to query database | Teryk Bellahsene | 2017-10-12 | 1 | -28/+15 |
| | |||||
* | SONAR-8499 Remove orange underline for administration menu | Stas Vilchik | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | SONAR-9920 Quality gate administrators can do all qg related actions | Teryk Bellahsene | 2017-10-11 | 2 | -2/+29 |
| | |||||
* | SONAR-9777 Open severity facet and close resolutions facet by default | Stas Vilchik | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | SONAR-9925 Rewrite session to typescript | Grégoire Aubert | 2017-10-10 | 4 | -4/+4 |
| | |||||
* | SONAR-9352 add "ignoredConditions" to response example of ↵ | Daniel Schwarz | 2017-10-07 | 1 | -1/+80 |
| | | | | api/qualitygates/project_status | ||||
* | SONAR-9352 do not let quality gate fail for very small changesets | Daniel Schwarz | 2017-10-07 | 1 | -0/+106 |
| | |||||
* | SONAR-9263 Drop unused property sonar.web.dev | Simon Brandhof | 2017-10-04 | 1 | -19/+0 |
| | |||||
* | SONAR-7245 Remove issues report (html/console) feature | Julien HENRY | 2017-10-04 | 1 | -23/+0 |
| | |||||
* | SONAR-9498 show correct n. of "more" items in quality profile changelog | Daniel Schwarz | 2017-10-04 | 1 | -0/+41 |
| |