Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/branch-5.2' | Simon Brandhof | 2015-10-30 | 1 | -0/+17 |
|\ | |||||
| * | Do not deploy internal artifacts to maven central repo | Simon Brandhof | 2015-10-29 | 1 | -0/+17 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.2-RC4 | Thomas Vérin | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.2-RC35.2-RC3 | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-5.1 | Jenkins CI | 2015-10-14 | 2 | -29/+86 |
|\| | | | | | | | | | | | | | | | | | * origin/branch-5.2: Improve message when trying to install a non-plugin JAR Fix enforcer rule about size of zip Fix reliability of NetworkUtils#freePort() Fix Maven warnings SONAR-6219 Fix ruby warning "don't put space before argument parentheses" | ||||
| * | Fix reliability of NetworkUtils#freePort() | Simon Brandhof | 2015-10-13 | 2 | -29/+86 |
| | | |||||
* | | Upgrade version to 5.3-SNAPSHOT | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
|/ | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC25.2-RC2 | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix Xms java option of sonar.web.javaOpts | Simon Brandhof | 2015-10-12 | 1 | -1/+1 |
| | | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m" | ||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 1 | -2/+2 |
| | |||||
* | SONAR-6914 Change default sizes of HTTP and DB pools | Simon Brandhof | 2015-10-09 | 2 | -4/+3 |
| | |||||
* | SONAR-6830 add WS api/system/logs and api/system/change_log_level | Simon Brandhof | 2015-10-06 | 2 | -5/+3 |
| | |||||
* | SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵ | Koushik Dasgupta | 2015-09-29 | 2 | -3/+0 |
| | | | | | | 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. | ||||
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 2 | -7/+22 |
| | | | | | | - 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) | ||||
* | Fix test false-positives when port is already in use | Simon Brandhof | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Rename remaining variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -18/+18 |
| | |||||
* | The test is still unstable | David Gageot | 2015-07-13 | 1 | -4/+4 |
| | |||||
* | FIX race condition on LogbackHelper | David Gageot | 2015-07-07 | 2 | -14/+14 |
| | |||||
* | Attempt to remove false-positive on LogbackHelperTest | Simon Brandhof | 2015-07-07 | 1 | -0/+12 |
| | |||||
* | Test should be less flaky now | David Gageot | 2015-07-07 | 1 | -13/+8 |
| | |||||
* | Unused imports | David Gageot | 2015-07-07 | 1 | -1/+0 |
| | |||||
* | Fix deprecated code | David Gageot | 2015-07-07 | 1 | -2/+2 |
| | |||||
* | Fix Flaky test | David Gageot | 2015-07-06 | 1 | -9/+2 |
| | |||||
* | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | SONAR-6370 fix quality flaws | Simon Brandhof | 2015-06-05 | 1 | -3/+4 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 2 | -3/+3 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 5 | -124/+194 |
| | | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock. | ||||
* | Faster sonar-process monitor to detect when process is started | Simon Brandhof | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Use StandardCharsets instead of Guava and commons-io | Simon Brandhof | 2015-05-15 | 3 | -7/+8 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -2/+2 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 12 | -46/+46 |
| | |||||
* | Why wait for so "long"? | David Gageot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Throw actual exception | David Gageot | 2015-05-07 | 2 | -4/+4 |
| | |||||
* | Dead code | David Gageot | 2015-05-07 | 2 | -10/+0 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 5 | -74/+201 |
| | |||||
* | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 1 | -0/+1 |
| | |||||
* | Update pom to 5.2-SNAPSHOT | Julien Lancelot | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 2 | -4/+7 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Fix cleaning of shared memory | Eric Hartmann | 2015-02-21 | 1 | -2/+2 |
| | |||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 1 | -0/+7 |
| | | | | the ProcessCommand | ||||
* | Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination" | Eric Hartmann | 2015-02-21 | 1 | -4/+1 |
| | | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8. |