Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-7226 deploy all artifacts to central, except SQ zip | Simon Brandhof | 2016-02-04 | 1 | -17/+0 | |
| | ||||||
* | SONAR-7122 Drop the ability to customize the web app context | Simon Brandhof | 2016-02-02 | 1 | -4/+0 | |
| | ||||||
* | Use INFO level by default in unit tests | Simon Brandhof | 2016-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 44 | -44/+44 | |
| | ||||||
* | SONAR-7168 replace System.err with LOG.trace in Monitor and Lifecycle | Sébastien Lesaint | 2016-01-13 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7168 fix stop during restart not working | Sébastien Lesaint | 2016-01-13 | 8 | -143/+435 | |
| | | | | | lifeCycle transition from RESTARTING to STOPPING should actually _not_ be allowed because it can occur when restarting child processes (the WatcherThreads detects that stop and tries to shutdown all other processes), this fixes the issue by adding a HARD_STOPPING state, representing a not gracefull stop, to which transition from RESTARTING is allowed adds class AllProcessesCommands which implements access to sharedMemory for any process and is now used as the underlying implementation of DefaultProcessCommands. This class allows using a single IO to access sharedMemory from App | |||||
* | SONAR-7168 fix stop failing during restart + restart WS call flood issue | Sébastien Lesaint | 2016-01-13 | 3 | -27/+41 | |
| | | | | | stop triggered though shareMemory by Orchestrator did not work when a restart was under way be lifeCycle transition from RESTARTING to STOPPING wasn't allowed when flooding the restart WS, the restart never occured because the WS erased the shareMemory space of the WebServer when called called, erasing the stop signal sent by the main process | |||||
* | SONAR-7168 rework threads and restart implementation | Sébastien Lesaint | 2016-01-13 | 2 | -12/+100 | |
| | ||||||
* | SONAR-7168 add support for restart requested by child processes | Sébastien Lesaint | 2016-01-13 | 1 | -4/+13 | |
| | ||||||
* | SONAR-7168 add restart request support to ProcessCommands | Sébastien Lesaint | 2016-01-13 | 4 | -6/+86 | |
| | ||||||
* | Fix quality flaws5.4-M3 | Simon Brandhof | 2016-01-06 | 1 | -1/+1 | |
| | ||||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 42 | -174/+168 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2016-01-04 | 1 | -1/+0 | |
| | ||||||
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-14 | 2 | -52/+25 | |
|\ | | | | | | | | | | | | | * origin/branch-5.3: SONAR-7141 Fail fast if server started with Java 1.6 SONAR-7140 Do not check java.io.tmpdir in bootstrap process SONAR-6905 Batch should dump analysis-related URL into a properties file | |||||
| * | SONAR-7141 Fail fast if server started with Java 1.6 | Simon Brandhof | 2015-12-14 | 2 | -5/+5 | |
| | | ||||||
| * | SONAR-7140 Do not check java.io.tmpdir in bootstrap process | Simon Brandhof | 2015-12-14 | 2 | -50/+23 | |
| | | ||||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 1 | -1/+1 | |
|/ | ||||||
* | 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. |