aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7129 WS api/components/tree search for project copyTeryk Bellahsene2016-01-134-6/+27
|
* SONAR-7107 On modules, the name of the quality gate can be wrongStas Vilchik2016-01-132-2/+4
|
* document keyboard shortcut to send issue commentStas Vilchik2016-01-133-1/+5
|
* use fetch API to create a quality profile (fixes SONAR-7076)Stas Vilchik2016-01-132-15/+46
|
* SONAR-7192 fix project linksStas Vilchik2016-01-131-1/+1
|
* SONAR-7174 Reintroduce UserSession.checkGlobalPermission as deprecatedJulien Lancelot2016-01-135-1/+31
| | | | This method is used by Views plugin
* SONAR-1976 Administrators should be able to request a server restart from ↵Stas Vilchik2016-01-135-7/+81
| | | | web console
* SONAR-7135 WS api/measures/component_tree fix permissions and ITTeryk Bellahsene2016-01-132-4/+5
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-1353-118/+3194
| | | | display measures
* SONAR-7197 Drop Solaris scripts from distributionSimon Brandhof2016-01-133-1727/+0
|
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-132-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 LifecycleSébastien Lesaint2016-01-132-5/+9
|
* SONAR-7168 support restart in prod mode in ITsSébastien Lesaint2016-01-132-11/+23
| | | | in addition, rename IT DevModeTest to RestartTest
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-1317-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 issueSébastien Lesaint2016-01-135-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 implementationSébastien Lesaint2016-01-138-364/+297
|
* SONAR-7168 fix Main JVM and ES JVM sharing same space of sharedMemorySébastien Lesaint2016-01-131-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 modeSébastien Lesaint2016-01-133-23/+103
|
* SONAR-7168 add support for restart requested by child processesSébastien Lesaint2016-01-1310-69/+566
|
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-134-6/+86
|
* improve wording for projects dashboardsStas Vilchik2016-01-132-4/+3
|
* SONAR-7167 Display function key on project overview pageStas Vilchik2016-01-132-12/+28
|
* SONAR-7192 Create new 'Projects' page for viewsStas Vilchik2016-01-1311-10/+101
|
* SONAR-7174 Reintroduce UserSession.hasGlobalPermissionJulien Lancelot2016-01-135-0/+32
| | | | This method is used by Views and Dev Cockpit plugins
* SONAR-7177 sort files before directoriesStas Vilchik2016-01-132-5/+5
|
* fix breadcrumbs order on the code pageStas Vilchik2016-01-121-1/+4
|
* SONAR-7174 Add IT to check Execute Analysis perm on projectJulien Lancelot2016-01-122-18/+36
|
* SONAR-7174 Check scan perm per project in qgate project status WSJulien Lancelot2016-01-122-12/+66
|
* SONAR-7174 Check scan permission per project in /api/ce/task WSJulien Lancelot2016-01-122-29/+104
|
* SONAR-7174 Check scan permission per project during analysisJulien Lancelot2016-01-125-45/+140
|
* SONAR-7174 Check global or project permission for every project permission checkJulien Lancelot2016-01-1297-423/+306
|
* SONAR-7174 "Execute Analysis" is now also a project permissionJulien Lancelot2016-01-1218-81/+165
|
* SONAR-7139 Deprecate WS api/resources/index and api/resources/searchTeryk Bellahsene2016-01-121-0/+2
|
* Add tests to Tls12Java7SocketFactoryTestSimon Brandhof2016-01-121-4/+26
|
* improve header stylesStas Vilchik2016-01-121-9/+9
|
* SONAR-7193 Change the display of token creation time from relative to absolute5.4-M4Stas Vilchik2016-01-121-1/+1
|
* SONAR-4004 use new WS to request component's breadcrumbsStas Vilchik2016-01-122-6/+15
|
* SONAR-7186 Rule names are not displayed correctly in then issue filter widgetStas Vilchik2016-01-111-1/+2
|
* fix widgets to not explicitly use l10nStas Vilchik2016-01-113-3/+3
|
* update jquery to 2.2.0Stas Vilchik2016-01-111-1/+1
|
* drop unused ruby codeStas Vilchik2016-01-113-405/+0
|
* improve maintenance screen (update text and remove spinner)Stas Vilchik2016-01-111-6/+3
|
* SONAR-7178 Provide keyboard shortcuts to navigate between search resultsStas Vilchik2016-01-118-69/+261
|
* Automatic merge from branch-5.3Eric Hartmann2016-01-110-0/+0
|\ | | | | | | | | | | * origin/branch-5.3: Update version to 5.3.1-SNAPSHOT Release 5.3
| * Update version to 5.3.1-SNAPSHOTThomas Vérin2016-01-0846-46/+46
| |
| * Release 5.35.3Thomas Vérin2016-01-0846-46/+46
| |
* | Revert "SONAR-7149 display a list of sub-components when start searching"Stas Vilchik2016-01-116-118/+41
| | | | | | | | This reverts commit 88726dbd19b93375a6e6290f05168e051a334e5a.
* | SONAR-7144 fix pinnig from search resultsStas Vilchik2016-01-111-1/+1
| |
* | Automatic merge from branch-5.3Jenkins CI2016-01-080-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 iterationThomas Vérin2016-01-0726-27/+27
| |