Commit Graph

435 Commits

Author SHA1 Message Date
Thomas Vérin
d5dd7720eb [maven-release-plugin] prepare release 5.2-RC1 2015-10-12 17:58:42 +02:00
Simon Brandhof
e812a77ec2 Fix Xms java option of sonar.web.javaOpts
- missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties
- missing default value "-Xms256m"
2015-10-12 10:05:27 +02:00
Simon Brandhof
e2517f4266 Replace groupIds org.codehaus by org.sonarsource 2015-10-09 16:41:29 +02:00
Simon Brandhof
63c73ea8c9 SONAR-6914 Change default sizes of HTTP and DB pools 2015-10-09 10:18:58 +02:00
Simon Brandhof
248208188e SONAR-6830 add WS api/system/logs and api/system/change_log_level 2015-10-06 15:02:22 +02:00
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
Simon Brandhof
8cee55e18d Remove dangerous coupling of sonar-server on sonar-search 2014-10-10 15:25:04 +02:00
Simon Brandhof
1f9c791160 SONAR-5687 refactor configuration of cluster 2014-10-09 07:35:11 +02:00
Simon Brandhof
3794337ce0 Central definition of properties shared by ES, web and monitor processes 2014-10-08 22:36:37 +02:00
Simon Brandhof
9068116845 Fix quality flaws 2014-10-02 14:33:32 +02:00
Simon Brandhof
f9b616759e Merge remote-tracking branch 'remotes/origin/branch-4.5'
Conflicts:
	plugins/sonar-core-plugin/pom.xml
	plugins/sonar-cpd-plugin/pom.xml
	plugins/sonar-dbcleaner-plugin/pom.xml
	plugins/sonar-design-plugin/pom.xml
	plugins/sonar-email-notifications-plugin/pom.xml
	plugins/sonar-l10n-en-plugin/pom.xml
	plugins/sonar-xoo-plugin/pom.xml
	pom.xml
	server/pom.xml
	server/sonar-process-monitor/pom.xml
	server/sonar-process/pom.xml
	server/sonar-search/pom.xml
	server/sonar-server/pom.xml
	server/sonar-web/pom.xml
	server/sonar-ws-client/pom.xml
	sonar-application/pom.xml
	sonar-batch-maven-compat/pom.xml
	sonar-batch-protocol/pom.xml
	sonar-batch/pom.xml
	sonar-check-api/pom.xml
	sonar-colorizer/pom.xml
	sonar-core/pom.xml
	sonar-deprecated/pom.xml
	sonar-duplications/pom.xml
	sonar-graph/pom.xml
	sonar-home/pom.xml
	sonar-java-api/pom.xml
	sonar-markdown/pom.xml
	sonar-maven-plugin/pom.xml
	sonar-maven3-plugin/pom.xml
	sonar-plugin-api/pom.xml
	sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
	sonar-testing-harness/pom.xml
2014-09-30 09:56:55 +02:00
Simon Brandhof
c6dab978b4 Maven profiles for each technical stack
and remove sonar-channel helpers from sonar-testing-harness
2014-09-30 00:07:03 +02:00
Eric Hartmann
73e2ceadeb Backport fix for UT on Windows 2014-09-29 18:58:35 +02:00
Eric Hartmann
c837d7859a Update version to 4.5.1-SNAPSHOT 2014-09-29 18:10:58 +02:00
Julien HENRY
6a85f715f0 Try to fix UT on Windows 2014-09-29 18:06:41 +02:00
Eric Hartmann
c8bb686cbe Release 4.5 2014-09-29 15:59:33 +02:00
Eric Hartmann
852a672e0e [maven-release-plugin] prepare for next development iteration 2014-09-26 14:41:27 +02:00
Eric Hartmann
8be553ee31 [maven-release-plugin] prepare release 4.5-RC3 2014-09-26 14:41:26 +02:00
Jenkins CI
b685462248 Automatic merge from branch-4.5
* origin/branch-4.5:
  SONAR-4898 add missing tests
  SONAR-4898 add missing tests
  Use correct temp dir for Ruby on Rails app
  Fail server startup if can not connect to DB
2014-09-25 23:43:35 +02:00
Simon Brandhof
ea1ac3789b SONAR-4898 add missing tests 2014-09-25 23:41:41 +02:00
Simon Brandhof
9654662b48 SONAR-4898 add missing tests 2014-09-25 23:29:55 +02:00
Jenkins CI
a813b87b35 Automatic merge from branch-4.5
* origin/branch-4.5:
  SONAR-5621 Merge server log files into a single one
  SONAR-5621 merge log files
  Update description of "sonar.technicalDebt.ratingGrid"
2014-09-24 21:30:43 +02:00
Simon Brandhof
85c037c87a SONAR-5621 Merge server log files into a single one 2014-09-24 18:19:50 +02:00
Simon Brandhof
410c98978c SONAR-5621 merge log files 2014-09-24 14:36:00 +02:00
Jenkins CI
1540fa4608 Automatic merge from branch-4.5
* origin/branch-4.5:
  Fix quality flaw
2014-09-24 08:01:24 +02:00
Simon Brandhof
88816d6506 Fix quality flaw 2014-09-23 12:13:36 +02:00
Jenkins CI
077bb617b7 Automatic merge from branch-4.5
* origin/branch-4.5:
  SONAR-4898 add some tests
2014-09-22 23:51:09 +02:00
Simon Brandhof
54ba59001a SONAR-4898 add some tests 2014-09-22 23:43:05 +02:00
Simon Brandhof
f5024838e3 Merge remote-tracking branch 'origin/branch-4.5' 2014-09-22 22:59:26 +02:00
Simon Brandhof
f00cda378e SONAR-4898 add sonar.enableStopCommand property for internal use 2014-09-22 22:56:07 +02:00
Jenkins CI
5506038e6b Automatic merge from branch-4.5
* origin/branch-4.5:
  SONAR-4898 file-based inter-process communication
  SONAR-4898 add info log
2014-09-22 17:59:10 +02:00
Simon Brandhof
92c30ccd4c SONAR-4898 file-based inter-process communication 2014-09-22 17:56:04 +02:00
Simon Brandhof
e1414a750b SONAR-4898 add info log 2014-09-22 11:59:37 +02:00
Jenkins CI
c2959b87c6 Automatic merge from branch-4.5
* origin/branch-4.5:
  Remove debug stuff (logs and ...Thread.sleep)
2014-09-22 10:35:35 +02:00
Simon Brandhof
ecceb195e2 Remove debug stuff (logs and ...Thread.sleep) 2014-09-22 10:31:04 +02:00
Simon Brandhof
a80f40412e Merge remote-tracking branch 'origin/branch-4.5'
Conflicts:
	server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
2014-09-22 09:15:12 +02:00
Simon Brandhof
bbca1b8de5 SONAR-4898 drop RMI and autokill 2014-09-21 21:27:19 +02:00
Jenkins CI
530a08f009 Automatic merge from branch-4.5
* origin/branch-4.5:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 4.5-RC2
2014-09-19 12:19:58 +02:00
Eric Hartmann
9999a96f4b [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
Eric Hartmann
18ec6d32ba [maven-release-plugin] prepare release 4.5-RC2 2014-09-16 22:54:20 +02:00
Simon Brandhof
86869250d5 SONAR-4898 fix quality flaws 2014-09-12 18:20:02 +02:00
Simon Brandhof
6309b7510b SONAR-4898 fix quality flaws 2014-09-12 17:46:05 +02:00
Simon Brandhof
88942f3415 SONAR-4898 fix merge of branch-4.5 2014-09-12 16:07:48 +02:00
Simon Brandhof
3166381a90 SONAR-4898 simplify MonitoredProcess implementations 2014-09-12 15:29:57 +02:00
Simon Brandhof
48b3bf28c3 SONAR-4898 add debug logs 2014-09-12 12:35:33 +02:00
Simon Brandhof
aeee283d21 SONAR-4898 refactor process monitoring 2014-09-12 10:19:06 +02:00
Stephane Gamard
17a4082894 SONAR-4898 - Modularized sonar-process for tests 2014-08-08 12:05:12 +02:00
Stephane Gamard
a9611c345f fixed cyclic dependencies 2014-08-08 12:05:12 +02:00
Stephane Gamard
d11e245197 SONAR-4898 - Robustness (scheduled rate rather than delay). 2014-08-08 09:59:58 +02:00
Stephane Gamard
270f4e723d SONAR-4898 - Robustness (scheduled rate rather than delay). 2014-08-08 09:53:13 +02:00
Stephane Gamard
72f0502fda SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper 2014-08-08 09:43:21 +02:00
Simon Brandhof
cbc4901c0f SONAR-4898 do not monitor freshness of pings in master process 2014-08-07 17:42:34 +02:00
Simon Brandhof
00a83dda97 SONAR-4898 remove customization of RMI timeouts 2014-08-07 15:04:32 +02:00
Stephane Gamard
b4695eb44c SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper 2014-08-07 14:01:17 +02:00
Simon Brandhof
c36cc4d9b7 SONAR-5499 Do not allow to change the distributed JDBC drivers 2014-08-07 00:27:14 +02:00
Simon Brandhof
385b24540e SONAR-4898 remove props temporary file as soon as possible 2014-08-04 19:22:33 +02:00
Simon Brandhof
17a299b77a SONAR-4898 fix support of properties that don't start with "sonar." 2014-08-04 17:09:50 +02:00
Simon Brandhof
02d466da7b SONAR-4898 improve support of JMX IP address in multihomed servers 2014-08-01 15:37:57 +02:00
Simon Brandhof
2e7201c5a9 SONAR-4898 experimental test for fixing RMI IP address 2014-08-01 14:58:48 +02:00
Simon Brandhof
e0ccd78900 Fix test and regression on java 6 2014-08-01 14:06:45 +02:00
Simon Brandhof
4d89df11da SONAR-4898 fix compatibility with Java 6 2014-08-01 10:46:29 +02:00
Simon Brandhof
5c9f50f64b SONAR-4898 fix IP interface of JMX ports 2014-08-01 10:12:22 +02:00
Simon Brandhof
f996068767 SONAR-4898 increase max process startup timeout to 5 minutes 2014-08-01 10:02:35 +02:00
Simon Brandhof
a4c5e9c14e SONAR-4898 improve System.out/err logging 2014-07-31 23:33:33 +02:00
Simon Brandhof
6849b22ad9 SONAR-4898 fix some logs 2014-07-31 22:49:00 +02:00
Simon Brandhof
e19799121c SONAR-4898 fix IP interface for RMI 2014-07-31 19:39:52 +02:00
Stephane Gamard
9969f45f30 SONAR-4898 - Using Address instead of hostanme (robustness) after @infra remarks 2014-07-31 09:28:45 +02:00
Simon Brandhof
3d267b28bf SONAR-4898 update documentation and Minimum Viable Environment 2014-07-30 23:13:40 +02:00
Simon Brandhof
39ef3d1403 SONAR-4898 improve logs on errors 2014-07-30 18:27:07 +02:00
Simon Brandhof
1be85fe80d SONAR-4898 fix logs 2014-07-30 18:04:58 +02:00
Simon Brandhof
3d598f644c SONAR-4898 fix handling of server early termination 2014-07-30 16:06:30 +02:00
Simon Brandhof
bd8a17093d SONAR-4898 remove misleading warning log 2014-07-30 14:04:21 +02:00
Simon Brandhof
52d72b78a1 SONAR-4898 fix application.log 2014-07-30 13:56:26 +02:00
Simon Brandhof
16647f4564 SONAR-4898 rename Terminatable to Terminable 2014-07-30 13:38:19 +02:00
Simon Brandhof
26bfa823f2 SONAR-4898 improve reliability 2014-07-30 13:34:50 +02:00
Stephane Gamard
24f91ddaaf SONAR-5237 - Fixed exit of runner when TC Fails to load 2014-07-29 17:01:58 +02:00
Simon Brandhof
a570bd8448 SONAR-4898 add missing tests, fix loading of default settings and check Java6+ 2014-07-28 23:07:45 +02:00
Simon Brandhof
ee22775511 SONAR-4898 fix app logging 2014-07-28 11:45:08 +02:00
Stephane Gamard
0f9d1f9715 SONAR-4898 - Fixed logger levels and messages 2014-07-28 10:46:20 +02:00
Simon Brandhof
83d4e04cfd SONAR-4898 improve logging configuration 2014-07-25 15:44:19 +02:00
Stephane Gamard
a57b9477e3 SONAR-4898 - Fixed hangs when exiting after a failure. 2014-07-24 18:40:05 +02:00
Simon Brandhof
ea5346d475 SONAR-4898 improve logging 2014-07-24 17:02:53 +02:00
Simon Brandhof
8de8f95f25 SONAR-4898 rename StartServer to App 2014-07-24 16:11:05 +02:00
Simon Brandhof
3ed2d3a1f4 SONAR-4898 improve logging 2014-07-24 15:33:40 +02:00
Stephane Gamard
0048e07919 SONAR-4898 - Added mxBean method invokation test 2014-07-24 13:54:05 +02:00
Stephane Gamard
c099bc484b SONAR-4898 - fixed lagging exit of sonar-application 2014-07-24 10:29:32 +02:00
Simon Brandhof
aafebf7737 SONAR-4898 improve default settings 2014-07-23 23:13:20 +02:00
Simon Brandhof
9c29050c2d SONAR-4898 improve management of sonar.path.* properties 2014-07-23 15:34:08 +02:00
Stephane Gamard
cf4a25947f SONAR-4898 - Updated logging for top level and cleaned termination 2014-07-23 15:34:07 +02:00
Stephane Gamard
0575221e3c SONAR-4898 - Fixed gracefull shutdown with JSW 2014-07-23 15:34:07 +02:00
Simon Brandhof
39ecd1902a SONAR-4898 few improvements 2014-07-23 15:34:06 +02:00
Simon Brandhof
5976c31b87 SONAR-4898 remove duplicated classes and usage of SONAR_HOME 2014-07-23 15:34:06 +02:00
Simon Brandhof
0c9d03f3aa SONAR-4898 some refactoring 2014-07-23 15:34:06 +02:00
Stephane Gamard
94445f2145 SONAR-4898 - updated stop method for top level process 2014-07-23 15:34:06 +02:00
Simon Brandhof
1fd258f12f SONAR-4898 some refactoring 2014-07-23 15:34:05 +02:00
Stephane Gamard
ac0820a7e9 Working the assembly for packaging. 2014-07-23 15:34:05 +02:00
Simon Brandhof
313c75ea72 Experimental fork 2014-07-23 15:34:03 +02:00
Stephane Gamard
b07f824fe4 SONAR-5410 - Fixed process hang when child fails to start 2014-07-21 14:37:37 +02:00
Stephane Gamard
9a3ab999c8 SONAR-5410 - Updated log level for monitor 2014-07-21 10:32:58 +02:00
Stephane Gamard
d1bba451c9 SONAR-5410 - Fix multiple properties in JAVA_OPTS 2014-07-21 10:31:55 +02:00
Stephane Gamard
881746f43a SONAR-5410 - Using relative path to SONAR_HOME for configuraiton 2014-07-21 10:15:52 +02:00
Stephane Gamard
6a5f7d47f8 SONAR-5408 - reading properties from sonar.properties for child processes 2014-07-18 16:08:20 +02:00
Stephane Gamard
78f1547dfa SONAR-5408 - Process and ProcessWrapper working with temp properties files 2014-07-18 15:52:17 +02:00
Stephane Gamard
9ed09aa7bd SONAR-5408 - ProcessWrapper passes properties file as args[0] 2014-07-18 15:52:16 +02:00
Stephane Gamard
53dfc28036 SONAR-5408 - Reduced JMX connection trials to 5 2014-07-18 12:38:09 +02:00
Stephane Gamard
a0f187f7c0 SONAR-5408 - ProcessWrapper provides properties with a temp file. 2014-07-18 12:03:46 +02:00
Stephane Gamard
08c51b67fa SONAR-4898 - Fixed ElasticSearchTests 2014-07-18 11:39:30 +02:00
Stephane Gamard
894ba986e7 SONAR-4898 - Using parent JVM in processWrapper 2014-07-18 11:31:35 +02:00
Stephane Gamard
adc0bc21b5 SONAR-5408 - FIxed test for SONAR_HOME in process 2014-07-18 11:28:00 +02:00
Stephane Gamard
76e842ab44 SONAR-5408 - two-way ping for wrapper & process with isReady and JMX retry 2014-07-18 11:28:00 +02:00
Stephane Gamard
70dabb8a6d SONAR-5408 - Set SONAR_HOME from ProcessWrapper for child Process 2014-07-18 11:28:00 +02:00
Stephane Gamard
d45f4535d2 SONAR-5408 - Enforce existence of SONAR_HOME for process 2014-07-18 11:27:59 +02:00
Stephane Gamard
2ac26bfb14 SONAR-5408 - Added workingDirectory to ProcessWrapper 2014-07-18 11:27:59 +02:00
Stephane Gamard
b474635915 SONAR-4898 - Moved NetworkUtils to sonar-process 2014-07-18 11:27:59 +02:00
Stephane Gamard
3ae1e72bbc SONAR-4898 - Adjusting timeouts & fix possible NPE when ES is not ready 2014-07-15 23:03:12 +02:00
Stephane Gamard
14f774200b Commented out JVM level test 2014-07-15 22:54:53 +02:00
Stephane Gamard
31d42e891d fix missing licenses 2014-07-15 22:54:53 +02:00
Stephane Gamard
1d9d035f19 Ignoring JVM level test 2014-07-15 22:54:53 +02:00
Stephane Gamard
c69ae78fc6 fix tests and outputs. 2014-07-15 22:54:53 +02:00
Stephane Gamard
866094481d SONAR-5409 - Using JMX to connect to wrapped Process 2014-07-15 22:54:53 +02:00
Stephane Gamard
b6d22a1cb7 SONAR-5409 - Using scheduler for Process parent ping-check 2014-07-15 22:54:53 +02:00
Stephane Gamard
f0d760a99b SONAR-5409 - Using JMS for sonar-process with MBean for monitoring 2014-07-15 22:54:53 +02:00
Stephane Gamard
b12b17b1c5 SONAR-5410 - Updated shutdown 2014-07-15 22:54:53 +02:00
Stephane Gamard
ab8b5cbcd6 SONAR-5409 - Fixed test 2014-07-11 11:44:19 +02:00
Stephane Gamard
7373af4dce SONAR-5409 - Fixed test 2014-07-11 11:34:42 +02:00
Stephane Gamard
7c12b01a5f SONAR-5409 - Monitor does not kill childs 2014-07-11 11:32:05 +02:00
Stephane Gamard
436422f908 SONAR-5409 - added onStart and onStop abstract methods to Process 2014-07-11 11:32:05 +02:00
Stephane Gamard
2982086f6c SONAR-5409 - Coherent logs for process monitoring 2014-07-11 11:07:13 +02:00
Stephane Gamard
3aac1c8b4d SONAR-5409 - Monitor kills node if child process never checked-in (crash in main for example) 2014-07-11 10:35:14 +02:00
Stephane Gamard
5c12ffe97f SONAR-5409 - Removed non-used classes 2014-07-11 09:39:28 +02:00
Stephane Gamard
3267bd73ae SONAR-4898 - Added shutdown & interupt to shutdown hook 2014-07-11 00:58:39 +02:00
Stephane Gamard
d6ef9a9ab4 SONAR-4898 - Fixed Env definition for start.jar 2014-07-10 23:59:49 +02:00
Stephane Gamard
30bc2f00dc SONAR-4898 - Working child/parent process with ES! :) 2014-07-10 18:06:46 +02:00
Stephane Gamard
2f7578b400 SONAR-5409 - Added monitoring service to sonar-process 2014-07-10 18:06:46 +02:00
Simon Brandhof
c4ddca5b55 Rename artifactId "sonar-server-parent" to "server" 2014-07-10 14:33:31 +02:00
Simon Brandhof
4659898b6d Move sonar-server, sonar-search and sonar-process into sub-dir server/ 2014-07-10 14:16:46 +02:00