]>
source.dussan.org Git - sonarqube.git/log
Sébastien Lesaint [Tue, 22 Mar 2016 11:15:32 +0000 (12:15 +0100)]
SONAR-6732 there should be no static binding but in CeServer.main
Sébastien Lesaint [Tue, 22 Mar 2016 11:02:14 +0000 (12:02 +0100)]
SONAR-7435 remove useless calls to Thread.interrupted()
Sébastien Lesaint [Tue, 22 Mar 2016 11:01:05 +0000 (12:01 +0100)]
SONAR-6732 fix ServerTest perf test confused by extra JVM
orchestrator is using the WS /api/server/index which does not wait for the Compute Engine in its own process to actually finish starting
startup time and shutdown time are therefor incorrectly calculated. We now rely on logs to compute them correctly, until the WS is updated
Julien Lancelot [Tue, 22 Mar 2016 11:48:42 +0000 (12:48 +0100)]
SONAR-7448 Add ITs
Julien Lancelot [Wed, 16 Mar 2016 16:01:02 +0000 (17:01 +0100)]
SONAR-7448 Allow groups synchronization in IdentityProvider API
Julien HENRY [Mon, 21 Mar 2016 11:19:23 +0000 (12:19 +0100)]
SONAR-7389 Support CPD exclusions in new API
Julien HENRY [Tue, 22 Mar 2016 09:29:27 +0000 (10:29 +0100)]
SONAR-7487 Fix CE test
Julien HENRY [Mon, 21 Mar 2016 17:35:20 +0000 (18:35 +0100)]
SONAR-7371 Restore global settings in analysis.log
Julien HENRY [Tue, 22 Mar 2016 09:11:51 +0000 (10:11 +0100)]
SONAR-7487 Fix IT
Julien HENRY [Mon, 21 Mar 2016 10:34:03 +0000 (11:34 +0100)]
SONAR-7487 Drop support of properties sonar.skippedModules and sonar.includedModules
Julien Lancelot [Mon, 21 Mar 2016 17:26:25 +0000 (18:26 +0100)]
SONAR-7254 Fix update of user.local for first usage
Simon Brandhof [Mon, 21 Mar 2016 17:17:01 +0000 (18:17 +0100)]
Fix CeServerTest on MS Windows
Sébastien Lesaint [Fri, 18 Mar 2016 16:53:30 +0000 (17:53 +0100)]
SONAR-6732 ensure properties in DB are never altered from CE
Sébastien Lesaint [Fri, 18 Mar 2016 13:44:26 +0000 (14:44 +0100)]
SONAR-6732 CE and WebServer must share the same startedAt date
Sébastien Lesaint [Thu, 17 Mar 2016 13:15:37 +0000 (14:15 +0100)]
SONAR-6732 asynchronous notification service runs only in Web Server
Sébastien Lesaint [Thu, 17 Mar 2016 10:48:25 +0000 (11:48 +0100)]
SONAR-6732 UserSession implementation in CE must fail at any call
Sébastien Lesaint [Thu, 17 Mar 2016 10:19:38 +0000 (11:19 +0100)]
SONAR-6732 only Web Server should deal with server id
Sébastien Lesaint [Thu, 17 Mar 2016 10:06:19 +0000 (11:06 +0100)]
SONAR-6732 remove DefaultHttpDownloader from CE container
Sébastien Lesaint [Thu, 17 Mar 2016 08:55:49 +0000 (09:55 +0100)]
SONAR-6732 QG events should be sent synchronously to use worker Settings
Sébastien Lesaint [Wed, 16 Mar 2016 12:42:31 +0000 (13:42 +0100)]
SONAR-6732 CE must load Settings from DB for each worker
renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE)
CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal
Sébastien Lesaint [Tue, 15 Mar 2016 17:10:20 +0000 (18:10 +0100)]
SONAR-6732 remove useless migrations from Compute Engine container
Sébastien Lesaint [Tue, 15 Mar 2016 17:08:40 +0000 (18:08 +0100)]
SONAR-6732 must mimic level from WebServer to load extensions
Sébastien Lesaint [Tue, 15 Mar 2016 15:04:38 +0000 (16:04 +0100)]
SONAR-6732 add EsIndexerEnabler to Compute Engine
replaced IndexSynchronizer which also triggered a full reindex (which we do not want in CE)
Sébastien Lesaint [Tue, 15 Mar 2016 13:12:23 +0000 (14:12 +0100)]
SONAR-7435 reduce heap of both CE and WebServer to 512
Sébastien Lesaint [Tue, 15 Mar 2016 13:04:41 +0000 (14:04 +0100)]
SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOpts
also enforce some JVM parameters
Sébastien Lesaint [Mon, 14 Mar 2016 15:51:28 +0000 (16:51 +0100)]
SONAR-6732 disable Compute Engine in WebServer
Sébastien Lesaint [Mon, 14 Mar 2016 09:39:15 +0000 (10:39 +0100)]
SONAR-6732 add components from StartupLevel to CE container
Sébastien Lesaint [Fri, 11 Mar 2016 18:28:27 +0000 (19:28 +0100)]
SONAR-6732 add components from PlatformLevel4 to CE container
Sébastien Lesaint [Mon, 14 Mar 2016 09:28:33 +0000 (10:28 +0100)]
SONAR-6732 IssueIndex compatible with CE's container (no UserSession)
Sébastien Lesaint [Fri, 11 Mar 2016 18:27:25 +0000 (19:27 +0100)]
remove DAOs declared both in DaoModule and PlatformLevel4
Sébastien Lesaint [Fri, 11 Mar 2016 16:04:29 +0000 (17:04 +0100)]
SONAR-6732 add components from PlatformLevel3 to CE container
Sébastien Lesaint [Fri, 11 Mar 2016 14:46:53 +0000 (15:46 +0100)]
SONAR-6732 add components from PlatformLevel2 to CE container
Sébastien Lesaint [Fri, 11 Mar 2016 12:38:03 +0000 (13:38 +0100)]
SONAR-6732 add components from PlatformLevel1 to CE container
Sébastien Lesaint [Fri, 11 Mar 2016 12:55:00 +0000 (13:55 +0100)]
SONAR-6732 there should be no static binding but in CeServer.main
Sébastien Lesaint [Thu, 10 Mar 2016 16:46:28 +0000 (17:46 +0100)]
SONAR-6732 add ComputeEngineContainer + Properties from cmd line
Sébastien Lesaint [Thu, 10 Mar 2016 13:27:41 +0000 (14:27 +0100)]
SONAR-7435 CE process waiting for WebServer to be operational
CE detects WebServer is operational though shared file IPC (see ProcessCommand)
Sébastien Lesaint [Thu, 10 Mar 2016 09:52:51 +0000 (10:52 +0100)]
SONAR-7435 DefaultProcessCommands close() doesn't throw any exception
this make writing try-with-resource easier
Sébastien Lesaint [Wed, 9 Mar 2016 15:56:51 +0000 (16:56 +0100)]
SONAR-7435 SQ processes should have constant process ids
remove process id generation from JavaCommand
Sébastien Lesaint [Wed, 9 Mar 2016 14:08:46 +0000 (15:08 +0100)]
SONAR-7435 replace DefaultProcessCommands constructors by static methods
Sébastien Lesaint [Wed, 9 Mar 2016 13:29:17 +0000 (14:29 +0100)]
SONAR-7435 add ProcessCommandWrapper to WebServer pico container
wraps usage of ProcessCommand from a any bean in the WebServer
Sébastien Lesaint [Wed, 9 Mar 2016 11:01:36 +0000 (12:01 +0100)]
SONAR-7435 add operational flag to shared memory IPC
Sébastien Lesaint [Wed, 9 Mar 2016 10:06:15 +0000 (11:06 +0100)]
SONAR-7435 rename state when process is done starting from ready to up
also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
Sébastien Lesaint [Tue, 8 Mar 2016 17:45:24 +0000 (18:45 +0100)]
SONAR-7435 add CE process, never stops but does nothing yet
Sébastien Lesaint [Tue, 8 Mar 2016 13:11:40 +0000 (14:11 +0100)]
SONAR-7134 make ServerProcessLogging support other process than web
Sébastien Lesaint [Tue, 8 Mar 2016 13:11:14 +0000 (14:11 +0100)]
SONAR-7134 add maven module sonar-ce
Sébastien Lesaint [Tue, 8 Mar 2016 13:10:00 +0000 (14:10 +0100)]
SONAR-7435 move awaitTermination to ProcessUtils and add UTs
Julien Lancelot [Wed, 16 Mar 2016 07:39:43 +0000 (08:39 +0100)]
SONAR-7254 Update ITs
Julien Lancelot [Tue, 15 Mar 2016 16:32:37 +0000 (17:32 +0100)]
SONAR-7254 Update rails authentication to take into account user.local
Julien Lancelot [Tue, 15 Mar 2016 15:50:05 +0000 (16:50 +0100)]
SONAR-7254 Feed user.local when creating/updating/reactivating a user
Julien Lancelot [Tue, 15 Mar 2016 14:51:29 +0000 (15:51 +0100)]
SONAR-7254 Replace usage of UserIndex.getByLogin() by UserDao.selectOrFailByLogin()
Julien Lancelot [Tue, 15 Mar 2016 12:55:57 +0000 (13:55 +0100)]
SONAR-7254 Create task to feed user.local
Julien Lancelot [Tue, 15 Mar 2016 12:55:10 +0000 (13:55 +0100)]
SONAR-7254 Add USERS.LOCAL column
Stas Vilchik [Mon, 21 Mar 2016 13:37:15 +0000 (14:37 +0100)]
SONAR-7349 fix ProjectOverviewTest
Julien Lancelot [Mon, 21 Mar 2016 13:27:02 +0000 (14:27 +0100)]
SONAR-7330 Fix display of rule when activated with parameter
Stas Vilchik [Mon, 21 Mar 2016 13:17:49 +0000 (14:17 +0100)]
improve readiablity of footer on background tasks page
Stas Vilchik [Mon, 21 Mar 2016 13:14:18 +0000 (14:14 +0100)]
SONAR-7349 apply feedback
Stas Vilchik [Mon, 21 Mar 2016 09:55:52 +0000 (10:55 +0100)]
fix displaying projects in issue filter widget
Stas Vilchik [Mon, 21 Mar 2016 09:45:01 +0000 (10:45 +0100)]
fix display of covered lines in source viewer's details
Stas Vilchik [Mon, 21 Mar 2016 09:29:11 +0000 (10:29 +0100)]
fix adding first condition to quality gate
Teryk Bellahsene [Fri, 18 Mar 2016 16:52:37 +0000 (17:52 +0100)]
SONAR-7375 WS api/rules/search use SearchWsRequest in SearchAction
Teryk Bellahsene [Fri, 18 Mar 2016 15:21:56 +0000 (16:21 +0100)]
SONAR-7375 WS api/rules/search rename PARAM_KEY to PARAM_RULE_KEY
Teryk Bellahsene [Fri, 18 Mar 2016 15:20:43 +0000 (16:20 +0100)]
SONAR-7375 WS api/rules/search enhance inheritance parameter documentation
Teryk Bellahsene [Fri, 18 Mar 2016 15:18:51 +0000 (16:18 +0100)]
SONAR-7375 WS api/rules/search add to WS client
Teryk Bellahsene [Fri, 18 Mar 2016 10:23:20 +0000 (11:23 +0100)]
Rename ActivityWsRequestTest to SearchWsRequestTest
Teryk Bellahsene [Fri, 18 Mar 2016 10:07:48 +0000 (11:07 +0100)]
SONAR-7106 WS api/permissions/bulk_apply_template add to WS client
Teryk Bellahsene [Fri, 18 Mar 2016 10:07:17 +0000 (11:07 +0100)]
SONAR-7106 WS api/permissions/search_project_permissions update documentation related to search
Julien HENRY [Fri, 18 Mar 2016 16:17:47 +0000 (17:17 +0100)]
SONAR-6941 Partition files of scanner report in different folders
Simon Brandhof [Wed, 16 Mar 2016 20:52:47 +0000 (21:52 +0100)]
SONAR-7459 new interface org.sonar.api.Plugin
It allows to check version of SonarQube to filter extensions
Julien HENRY [Thu, 17 Mar 2016 16:05:56 +0000 (17:05 +0100)]
Rename batch into scanner
Teryk Bellahsene [Thu, 17 Mar 2016 18:00:53 +0000 (19:00 +0100)]
SONAR-7106 WS api/permissions/search_project_permissions rely on resource_index to search for component name
Teryk Bellahsene [Thu, 17 Mar 2016 17:17:38 +0000 (18:17 +0100)]
SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission template
Teryk Bellahsene [Wed, 16 Mar 2016 16:12:36 +0000 (17:12 +0100)]
Improve WS api/permissions/apply_template documentation
Julien HENRY [Thu, 17 Mar 2016 15:00:37 +0000 (16:00 +0100)]
SONAR-7389 Improve testability
Duarte Meneses [Thu, 17 Mar 2016 12:47:05 +0000 (13:47 +0100)]
SONAR-7273 API returns different paths in case of single-module and multi-module configurations
Julien HENRY [Wed, 16 Mar 2016 17:14:01 +0000 (18:14 +0100)]
SONAR-7371 Remove inherited properties from analysis.log
Simon Brandhof [Thu, 17 Mar 2016 07:47:59 +0000 (08:47 +0100)]
Drop API ViolationQuery as it's deprecated since 3.6
Simon Brandhof [Tue, 15 Mar 2016 09:14:45 +0000 (10:14 +0100)]
SONAR-7458 new component org.sonar.api.SonarQubeVersion
Simon Brandhof [Tue, 15 Mar 2016 09:14:26 +0000 (10:14 +0100)]
SONAR-7458 new component org.sonar.api.utils.Version
Simon Brandhof [Tue, 15 Mar 2016 09:13:02 +0000 (10:13 +0100)]
Add org.sonar.api.utils.System2#getResource(name)
Simon Brandhof [Tue, 15 Mar 2016 11:05:23 +0000 (12:05 +0100)]
Fix quality flaws
Simon Brandhof [Mon, 7 Mar 2016 12:44:05 +0000 (13:44 +0100)]
SONAR-7129 SONAR-7135 optimize SQL requests on MySQL
Julien HENRY [Wed, 16 Mar 2016 16:15:30 +0000 (17:15 +0100)]
Fix some quality flaws
Teryk Bellahsene [Tue, 15 Mar 2016 15:10:17 +0000 (16:10 +0100)]
SONAR-7200 WS api/issues/search filter issues on leak period
Duarte Meneses [Wed, 16 Mar 2016 15:10:42 +0000 (16:10 +0100)]
Revert orchestrator version to 3.11-build315
Julien Lancelot [Mon, 14 Mar 2016 16:04:56 +0000 (17:04 +0100)]
SONAR-7479 Remove system tags from DB when no tags in plugin
Duarte Meneses [Tue, 15 Mar 2016 13:58:03 +0000 (14:58 +0100)]
SONAR-7124 Concurrent access to WS cache allowed
Julien HENRY [Tue, 15 Mar 2016 15:41:22 +0000 (16:41 +0100)]
SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gap
Julien HENRY [Tue, 15 Mar 2016 15:05:13 +0000 (16:05 +0100)]
SONAR-7416 Deprecate CPDMapping extension point
Duarte Meneses [Wed, 16 Mar 2016 12:57:00 +0000 (13:57 +0100)]
Fix orchestrator version
Julien Lancelot [Wed, 16 Mar 2016 12:31:51 +0000 (13:31 +0100)]
SONAR-7330 Rule was not re-indexed in ES when beeing deleted
Julien Lancelot [Wed, 16 Mar 2016 11:58:40 +0000 (12:58 +0100)]
SONAR-7444 Fix ITs
Julien Lancelot [Wed, 16 Mar 2016 11:10:50 +0000 (12:10 +0100)]
SONAR-7440 Remove remaining SQALE words
Julien Lancelot [Wed, 16 Mar 2016 11:08:57 +0000 (12:08 +0100)]
SONAR-7453 Finish renaming of debt to effort
Julien Lancelot [Mon, 14 Mar 2016 14:40:57 +0000 (15:40 +0100)]
SONAR-7396 Improve error message when base url is badly configured
Julien Lancelot [Mon, 14 Mar 2016 10:54:57 +0000 (11:54 +0100)]
SONAR-7444 Provide an UnauthorizedException to display functional error
Duarte Meneses [Wed, 16 Mar 2016 08:33:56 +0000 (09:33 +0100)]
SONAR-7235 Improve error message when server public URL is not a valid URL
Duarte Meneses [Wed, 16 Mar 2016 08:50:01 +0000 (09:50 +0100)]
Fix test Windows
Duarte Meneses [Tue, 15 Mar 2016 15:02:45 +0000 (16:02 +0100)]
SONAR-7153 Allow to override sonar.language with blank value
Julien HENRY [Mon, 14 Mar 2016 16:57:48 +0000 (17:57 +0100)]
SONAR-7389 Add new Sensor API to provide duplication tokens
Julien HENRY [Mon, 14 Mar 2016 15:19:48 +0000 (16:19 +0100)]
Fix some quality flaws