Commit Graph

180 Commits

Author SHA1 Message Date
Koushik Dasgupta
0c48fce81f SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube installed in Windows
Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.
2015-09-29 23:34:04 +02:00
Simon Brandhof
7ed36fc7a3 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)
2015-09-27 12:29:27 +02:00
Simon Brandhof
b87a4ac947 Fix test false-positives when port is already in use 2015-09-04 09:13:12 +02:00
Simon Brandhof
efa7cbf67f Rename remaining variables "sut" to "underTest" in tests 2015-07-16 21:46:04 +02:00
David Gageot
b256fd1a04 The test is still unstable 2015-07-13 09:33:53 +02:00
David Gageot
e74217228f FIX race condition on LogbackHelper 2015-07-07 15:21:22 +02:00
Simon Brandhof
c92a8b41da Attempt to remove false-positive on LogbackHelperTest 2015-07-07 13:38:03 +02:00
David Gageot
2b9d9cbc93 Test should be less flaky now 2015-07-07 11:36:26 +02:00
David Gageot
8ab266708a Unused imports 2015-07-07 11:36:26 +02:00
David Gageot
38df1425f5 Fix deprecated code 2015-07-07 11:36:26 +02:00
David Gageot
839ce14ebc Fix Flaky test 2015-07-06 17:34:50 +02:00
Gabor Liptak
6f7dcf0f6a Cleanup warnings 2015-06-17 13:45:37 -04:00
Simon Brandhof
5f0a8f2ff2 Increase some timeouts in tests 2015-06-16 10:30:22 +02:00
Simon Brandhof
60098df151 SONAR-6370 fix quality flaws 2015-06-05 09:54:06 +02:00
Simon Brandhof
52fec9954c Replace references to jira.codehaus.org by jira.sonarsource.com 2015-05-29 15:23:05 +02:00
Simon Brandhof
0cc7aa3e7a Extract an interface from org.sonar.process.ProcessCommands
Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could
be spent in the creation of ProcessCommands mock.
2015-05-29 11:25:01 +02:00
Simon Brandhof
9e375e7f37 Faster sonar-process monitor to detect when process is started 2015-05-28 14:56:31 +02:00
Simon Brandhof
b1e62699ff Use StandardCharsets instead of Guava and commons-io 2015-05-15 13:54:54 +02:00
David Gageot
7d5701e0a3 Useless code 2015-05-12 14:33:41 +02:00
David Gageot
5a587fb74f Redundant throws clause in tests 2015-05-07 19:12:29 +02:00
David Gageot
75d76ad2d5 Why wait for so "long"? 2015-05-07 18:49:17 +02:00
David Gageot
0858c3827d Throw actual exception 2015-05-07 18:46:24 +02:00
David Gageot
35fdca5b01 Dead code 2015-05-07 18:45:36 +02:00
Simon Brandhof
3612afdc02 Fix quality flaws 2015-04-24 11:22:17 +02:00
Simon Brandhof
b1e329a518 SONAR-6293 refactor loading of default values of sonar.properties 2015-03-30 23:02:01 +02:00
schnatterer
0a918117ab SONAR-6293 add property sonar.search.host 2015-03-27 22:57:56 +01:00
Julien Lancelot
ade384ed80 Update pom to 5.2-SNAPSHOT 2015-02-27 15:00:30 +01:00
Simon Brandhof
079096f44a Fix quality flaws 2015-02-23 23:26:35 +01:00
Simon Brandhof
2bc4e19108 Fix quality flaws 2015-02-23 23:14:33 +01:00
Simon Brandhof
ec5c44dd34 Fix quality flaws 2015-02-23 21:51:43 +01:00
Eric Hartmann
d50911dd0c Fix cleaning of shared memory 2015-02-21 09:41:31 +01:00
Eric Hartmann
69d136d3a7 SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of the ProcessCommand 2015-02-21 08:28:12 +01:00
Eric Hartmann
52d65ce9ab Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"
This reverts commit 5bea5d7c5d.
2015-02-21 07:51:55 +01:00
Eric Hartmann
5bea5d7c5d SONAR-6036 Try deleting the memory mapped file at JVM termination 2015-02-21 07:28:28 +01:00
Eric Hartmann
614f659835 SONAR-6036 Close the shared memory sooner 2015-02-20 22:00:56 +01:00
Eric Hartmann
2b5e919137 SONAR-6036 use IPC (Inter Process Communication) for monitoring
processes
2015-02-20 19:07:28 +01:00
Simon Brandhof
d5a8ab383c SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level 2015-02-19 12:08:25 +01:00
Simon Brandhof
6adb553ddc SONAR-5700 ability to change level of loggers of 3rd-party libraries 2015-02-19 12:02:11 +01:00
Simon Brandhof
6658f59ae9 SONAR-6057 fix path of archived logs 2015-02-19 12:01:20 +01:00
Simon Brandhof
c063afcb3a SONAR-6057 Make log rotation more configurable for production 2015-02-19 12:01:20 +01:00
Simon Brandhof
7d09b43ede Fix quality flaws 2015-01-23 19:10:08 +01:00
Simon Brandhof
2faaf7e16a Replace fest-assert by assertJ 2015-01-10 07:15:08 +01:00
Simon Brandhof
dacd73d365 Fix quality flaws 2015-01-06 11:32:02 +01:00
Simon Brandhof
e6740c707c Fix some quality flaws 2015-01-06 10:25:47 +01:00
Simon Brandhof
42785ab206 Improve stability of randomly allocated ports (when sonar.web.port or sonar.search.port are set to zero) 2014-12-30 21:03:22 +01:00
Simon Brandhof
b1ce54aa63 Upgrade to JUnit 4.12 2014-12-09 23:16:18 +01:00
Simon Brandhof
150f04e1cc Fix computation of JaCoCo coverage of module sonar-process
The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results.
2014-12-09 17:55:41 +01:00
Eric Hartmann
5a15fe757e Upgrade version to 5.1-SNAPSHOT 2014-12-09 17:31:22 +01:00
Simon Brandhof
796f0b1e44 Attempt to increase stability of StopperThreadTest on slow boxes 2014-11-06 14:46:59 +01:00
Simon Brandhof
78ffa666be SONAR-5828 Fix default value of property sonar.jdbc.maxActive 2014-11-04 23:22:39 +01:00