Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | SONAR-20658 remove unused ping/getLastPing | Pierre | 2023-10-04 | 1 | -10/+0 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | SONAR-10179 improve consistency of start/stop log messages and identifiers ↵ | Aurelien Poscia | 2022-03-18 | 1 | -1/+1 |
| | | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com> | ||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 1 | -3/+3 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 1 | -7/+4 |
| | |||||
* | SONAR-12043 Refactor ProcessEntryPoint | Duarte Meneses | 2019-06-03 | 1 | -58/+25 |
| | | | | Simplifies a bit Stop and HardStop operations | ||||
* | SONAR-12043 graceful shutdown timeout configurable for ITs | Sébastien Lesaint | 2019-06-03 | 1 | -2/+2 |
| | |||||
* | SONAR-12043 make Lifecycle threadsafe | Sébastien Lesaint | 2019-06-03 | 1 | -12/+99 |
| | | | | | and make ProcessEntryPointTest#launch_then_request_graceful_stop stable and add trace log when some code tests the current state of Lifecyle (#getState() replaced by isCurrentState(State)) | ||||
* | SONAR-12043 main process supports graceful and hard stop | Sébastien Lesaint | 2019-06-03 | 1 | -4/+40 |
| | |||||
* | SONAR-12043 rename current shutdown code from stop to hardStop | Sébastien Lesaint | 2019-06-03 | 1 | -4/+4 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | SONAR-9715 improve documentation of process management | Simon Brandhof | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | SONAR-9590 move shared memory file classes to dedicated package | Sébastien Lesaint | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 1 | -5/+2 |
| | |||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 1 | -1/+1 |
| | | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two | ||||
* | SONAR-7500 remove useless Monitored WARN log when web fails to start | Sébastien Lesaint | 2017-02-24 | 1 | -4/+4 |
| | | | | by replacing Monitored#isUp() by Monitored#getStatus() | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 1 | -5/+7 |
| | |||||
* | SONAR-7435 CE process waiting for WebServer to be operational | Sébastien Lesaint | 2016-03-21 | 1 | -15/+21 |
| | | | | CE detects WebServer is operational though shared file IPC (see ProcessCommand) | ||||
* | SONAR-7435 rename state when process is done starting from ready to up | Sébastien Lesaint | 2016-03-21 | 1 | -2/+2 |
| | | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 1 | -1/+1 |
| | | | | processes | ||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+3 |
| | |||||
* | Fix computation of JaCoCo coverage of module sonar-process | Simon Brandhof | 2014-12-09 | 1 | -0/+4 |
| | | | | 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. | ||||
* | Try to fix UT on Windows | Julien HENRY | 2014-09-29 | 1 | -2/+2 |
| | |||||
* | SONAR-4898 file-based inter-process communication | Simon Brandhof | 2014-09-22 | 1 | -9/+9 |
| | |||||
* | SONAR-4898 drop RMI and autokill | Simon Brandhof | 2014-09-21 | 1 | -52/+17 |
| | |||||
* | SONAR-4898 simplify MonitoredProcess implementations | Simon Brandhof | 2014-09-12 | 1 | -0/+10 |
| | |||||
* | SONAR-4898 refactor process monitoring | Simon Brandhof | 2014-09-12 | 1 | -0/+224 |