Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7129 WS api/components/tree search for project copy | Teryk Bellahsene | 2016-01-13 | 4 | -6/+27 |
| | |||||
* | SONAR-7107 On modules, the name of the quality gate can be wrong | Stas Vilchik | 2016-01-13 | 2 | -2/+4 |
| | |||||
* | document keyboard shortcut to send issue comment | Stas Vilchik | 2016-01-13 | 3 | -1/+5 |
| | |||||
* | use fetch API to create a quality profile (fixes SONAR-7076) | Stas Vilchik | 2016-01-13 | 2 | -15/+46 |
| | |||||
* | SONAR-7192 fix project links | Stas Vilchik | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7174 Reintroduce UserSession.checkGlobalPermission as deprecated | Julien Lancelot | 2016-01-13 | 5 | -1/+31 |
| | | | | This method is used by Views plugin | ||||
* | SONAR-1976 Administrators should be able to request a server restart from ↵ | Stas Vilchik | 2016-01-13 | 5 | -7/+81 |
| | | | | web console | ||||
* | SONAR-7135 WS api/measures/component_tree fix permissions and IT | Teryk Bellahsene | 2016-01-13 | 2 | -4/+5 |
| | |||||
* | SONAR-7135 WS api/measures/component_tree navigate through components and ↵ | Teryk Bellahsene | 2016-01-13 | 53 | -118/+3194 |
| | | | | display measures | ||||
* | SONAR-7197 Drop Solaris scripts from distribution | Simon Brandhof | 2016-01-13 | 3 | -1727/+0 |
| | |||||
* | SONAR-7168 add property to change log level of sonar-application | Sébastien Lesaint | 2016-01-13 | 2 | -6/+40 |
| | | | | property sonar.app.log.level must either be specifid as a command line argument with -D option or in wrapper.conf as a property such as "wrapper.java.additional.1=-Dsonar.app.log.level=TRACE" | ||||
* | SONAR-7168 replace System.err with LOG.trace in Monitor and Lifecycle | Sébastien Lesaint | 2016-01-13 | 2 | -5/+9 |
| | |||||
* | SONAR-7168 support restart in prod mode in ITs | Sébastien Lesaint | 2016-01-13 | 2 | -11/+23 |
| | | | | in addition, rename IT DevModeTest to RestartTest | ||||
* | SONAR-7168 fix stop during restart not working | Sébastien Lesaint | 2016-01-13 | 17 | -277/+603 |
| | | | | | 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 | 5 | -38/+53 |
| | | | | | 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 | 8 | -364/+297 |
| | |||||
* | SONAR-7168 fix Main JVM and ES JVM sharing same space of sharedMemory | Sébastien Lesaint | 2016-01-13 | 1 | -1/+1 |
| | | | | Main JVM is using sharedMemory when sonar.enableStopCommand=true is passed to command line (used by orchestrator to stop SQ) and in such case, it used to use the same sharedMemory space as the first child process it started | ||||
* | SONAR-7168 /api/system/restart now restarts SQ in production mode | Sébastien Lesaint | 2016-01-13 | 3 | -23/+103 |
| | |||||
* | SONAR-7168 add support for restart requested by child processes | Sébastien Lesaint | 2016-01-13 | 10 | -69/+566 |
| | |||||
* | SONAR-7168 add restart request support to ProcessCommands | Sébastien Lesaint | 2016-01-13 | 4 | -6/+86 |
| | |||||
* | improve wording for projects dashboards | Stas Vilchik | 2016-01-13 | 2 | -4/+3 |
| | |||||
* | SONAR-7167 Display function key on project overview page | Stas Vilchik | 2016-01-13 | 2 | -12/+28 |
| | |||||
* | SONAR-7192 Create new 'Projects' page for views | Stas Vilchik | 2016-01-13 | 11 | -10/+101 |
| | |||||
* | SONAR-7174 Reintroduce UserSession.hasGlobalPermission | Julien Lancelot | 2016-01-13 | 5 | -0/+32 |
| | | | | This method is used by Views and Dev Cockpit plugins | ||||
* | SONAR-7177 sort files before directories | Stas Vilchik | 2016-01-13 | 2 | -5/+5 |
| | |||||
* | fix breadcrumbs order on the code page | Stas Vilchik | 2016-01-12 | 1 | -1/+4 |
| | |||||
* | SONAR-7174 Add IT to check Execute Analysis perm on project | Julien Lancelot | 2016-01-12 | 2 | -18/+36 |
| | |||||
* | SONAR-7174 Check scan perm per project in qgate project status WS | Julien Lancelot | 2016-01-12 | 2 | -12/+66 |
| | |||||
* | SONAR-7174 Check scan permission per project in /api/ce/task WS | Julien Lancelot | 2016-01-12 | 2 | -29/+104 |
| | |||||
* | SONAR-7174 Check scan permission per project during analysis | Julien Lancelot | 2016-01-12 | 5 | -45/+140 |
| | |||||
* | SONAR-7174 Check global or project permission for every project permission check | Julien Lancelot | 2016-01-12 | 97 | -423/+306 |
| | |||||
* | SONAR-7174 "Execute Analysis" is now also a project permission | Julien Lancelot | 2016-01-12 | 18 | -81/+165 |
| | |||||
* | SONAR-7139 Deprecate WS api/resources/index and api/resources/search | Teryk Bellahsene | 2016-01-12 | 1 | -0/+2 |
| | |||||
* | Add tests to Tls12Java7SocketFactoryTest | Simon Brandhof | 2016-01-12 | 1 | -4/+26 |
| | |||||
* | improve header styles | Stas Vilchik | 2016-01-12 | 1 | -9/+9 |
| | |||||
* | SONAR-7193 Change the display of token creation time from relative to absolute5.4-M4 | Stas Vilchik | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | SONAR-4004 use new WS to request component's breadcrumbs | Stas Vilchik | 2016-01-12 | 2 | -6/+15 |
| | |||||
* | SONAR-7186 Rule names are not displayed correctly in then issue filter widget | Stas Vilchik | 2016-01-11 | 1 | -1/+2 |
| | |||||
* | fix widgets to not explicitly use l10n | Stas Vilchik | 2016-01-11 | 3 | -3/+3 |
| | |||||
* | update jquery to 2.2.0 | Stas Vilchik | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | drop unused ruby code | Stas Vilchik | 2016-01-11 | 3 | -405/+0 |
| | |||||
* | improve maintenance screen (update text and remove spinner) | Stas Vilchik | 2016-01-11 | 1 | -6/+3 |
| | |||||
* | SONAR-7178 Provide keyboard shortcuts to navigate between search results | Stas Vilchik | 2016-01-11 | 8 | -69/+261 |
| | |||||
* | Automatic merge from branch-5.3 | Eric Hartmann | 2016-01-11 | 0 | -0/+0 |
|\ | | | | | | | | | | | * origin/branch-5.3: Update version to 5.3.1-SNAPSHOT Release 5.3 | ||||
| * | Update version to 5.3.1-SNAPSHOT | Thomas Vérin | 2016-01-08 | 46 | -46/+46 |
| | | |||||
| * | Release 5.35.3 | Thomas Vérin | 2016-01-08 | 46 | -46/+46 |
| | | |||||
* | | Revert "SONAR-7149 display a list of sub-components when start searching" | Stas Vilchik | 2016-01-11 | 6 | -118/+41 |
| | | | | | | | | This reverts commit 88726dbd19b93375a6e6290f05168e051a334e5a. | ||||
* | | SONAR-7144 fix pinnig from search results | Stas Vilchik | 2016-01-11 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-5.3 | Jenkins CI | 2016-01-08 | 0 | -0/+0 |
|\| | | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC3 | ||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2016-01-07 | 26 | -27/+27 |
| | |