Commit Graph

61 Commits

Author SHA1 Message Date
Sébastien Lesaint
e15532991b fix incomplete assertions 2015-08-18 12:55:24 +02:00
Simon Brandhof
81e17e86cb Fix quality flaws 2015-06-30 10:51:46 +02:00
Simon Brandhof
501289ca85 Quality flaws
- do not declare multiple variables on same line
- fix imports
2015-06-29 19:01:12 +02:00
Simon Brandhof
5f0a8f2ff2 Increase some timeouts in tests 2015-06-16 10:30:22 +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
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
Julien Lancelot
ade384ed80 Update pom to 5.2-SNAPSHOT 2015-02-27 15:00:30 +01:00
Simon Brandhof
debb5c4828 Fix quality flaws 2015-02-23 07:47:40 +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
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
c063afcb3a SONAR-6057 Make log rotation more configurable for production 2015-02-19 12:01:20 +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
f3f4dc6d61 Profile dbTests enables only the tests involving a database 2014-12-10 22:10:44 +01:00
Simon Brandhof
b1ce54aa63 Upgrade to JUnit 4.12 2014-12-09 23:16:18 +01:00
Eric Hartmann
5a15fe757e Upgrade version to 5.1-SNAPSHOT 2014-12-09 17:31:22 +01:00
Simon Brandhof
2bdf27e778 Increase stability of MonitorTest on slow boxes 2014-11-06 14:07:38 +01:00
Simon Brandhof
b7023ff746 Increase timeout of MonitorTest for (very) slow boxes 2014-10-28 12:15:20 +01:00
Simon Brandhof
c809056c11 Fix quality flaws 2014-10-14 21:47:34 +02:00
Simon Brandhof
d71c86fbe2 Fix quality flaw 2014-10-08 18:28:44 +02:00
Stephane Gamard
d5d20d0f77 Merge remote-tracking branch 'origin/branch-4.5'
Conflicts:
	server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java
	sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
2014-10-08 14:01:17 +02:00
Simon Brandhof
4de2100bd3 SONAR-5709 Add properties sonar.search.javaAdditionalOpts and sonar.web.javaAdditionalOpts 2014-10-08 12:30:07 +02:00
Simon Brandhof
2354a15980 Fix quality flaws 2014-10-07 15:53:36 +02:00
Simon Brandhof
707fcb29d6 Fix some quality flaws 2014-10-03 11:34:21 +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
c837d7859a Update version to 4.5.1-SNAPSHOT 2014-09-29 18:10:58 +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
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
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
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
568d209767 Merge remote-tracking branch 'remotes/origin/branch-4.5' 2014-09-16 18:23:16 +02:00
Simon Brandhof
6acdf9558a Try to increase stability of MonitorTest 2014-09-16 18:20:31 +02:00
Simon Brandhof
370a7d1d88 Merge remote-tracking branch 'origin/branch-4.5' 2014-09-12 22:37:54 +02:00
Simon Brandhof
824a5d0ba8 SONAR-4898 improve (again) stability of WatcherThreadTest 2014-09-12 22:35:06 +02:00
Simon Brandhof
3f8e453d9e Merge remote-tracking branch 'origin/branch-4.5'
Conflicts:
	server/sonar-process-monitor/src/test/java/org/sonar/process/monitor/WatcherThreadTest.java
2014-09-12 21:25:46 +02:00