]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Tue, 26 Jan 2016 09:12:56 +0000 (10:12 +0100)]
SONAR-6226 Remove index on external identity columns
The index is too big on MySQL
Julien Lancelot [Tue, 26 Jan 2016 08:14:04 +0000 (09:14 +0100)]
Fix unit tests
Julien Lancelot [Mon, 25 Jan 2016 16:49:40 +0000 (17:49 +0100)]
Fix /api/authentication/validate
authentication_controler was using symbol :user_id instead of string 'user_id' to access to user id from session
Julien Lancelot [Tue, 19 Jan 2016 10:45:22 +0000 (11:45 +0100)]
SONAR-6226 Display identity providers in login page
Julien Lancelot [Tue, 19 Jan 2016 10:44:16 +0000 (11:44 +0100)]
SONAR-6226 Create IdentityProvider API
Julien Lancelot [Tue, 19 Jan 2016 10:48:05 +0000 (11:48 +0100)]
SONAR-6226 Add ext identity columns in USERS table
Julien Lancelot [Mon, 11 Jan 2016 16:23:45 +0000 (17:23 +0100)]
SONAR-6226 UserUpdater now allows user to be created without password
Sébastien Lesaint [Mon, 25 Jan 2016 13:55:01 +0000 (14:55 +0100)]
SONAR-7168 fix HardStopWatcher support for external restart
when SQ instance is restarted by another process (eg. orchestrator) which does not clean the temp directory before restarting, the HardStopWatcher of the newly started SQ will detect the stop flag targeted at the previous SQ and immediatly shutdown the App JVM but let the two child JVM process up
to avoid this, the HardStopWatcher is now created only after the temp directory has been reset by the App process
Simon Brandhof [Thu, 21 Jan 2016 08:29:19 +0000 (09:29 +0100)]
SONAR-7197 remove binaries of Java Service Wrapper for Solaris
Julien HENRY [Tue, 19 Jan 2016 15:07:28 +0000 (16:07 +0100)]
SONAR-7234 Remove @SupportedEnvironment
Julien Lancelot [Wed, 20 Jan 2016 15:18:02 +0000 (16:18 +0100)]
Fix random behaviour of unit test
Teryk Bellahsene [Wed, 20 Jan 2016 15:13:40 +0000 (16:13 +0100)]
SONAR-7205 WS api/users/search deprecate 'f' field
Stas Vilchik [Wed, 20 Jan 2016 14:01:03 +0000 (15:01 +0100)]
use new WS on overview page
Sébastien Lesaint [Tue, 19 Jan 2016 18:04:58 +0000 (19:04 +0100)]
add index on project_measures.person_id
Sébastien Lesaint [Tue, 19 Jan 2016 15:39:39 +0000 (16:39 +0100)]
add MeasureDao.selectProjectMeasuresByDeveloperForMetrics
Stas Vilchik [Wed, 20 Jan 2016 13:39:06 +0000 (14:39 +0100)]
use new WS on code, projects and overview pages
Simon Brandhof [Wed, 20 Jan 2016 13:17:01 +0000 (14:17 +0100)]
Disable analysis of external PRs
Julien HENRY [Wed, 20 Jan 2016 13:19:50 +0000 (14:19 +0100)]
Make test more robust on Java 8 (use LinkedHashSet instead of HashSet)
Stas Vilchik [Wed, 20 Jan 2016 12:50:00 +0000 (13:50 +0100)]
highlight "Sure?" button when delete a token
Teryk Bellahsene [Wed, 20 Jan 2016 11:48:24 +0000 (12:48 +0100)]
SONAR-7134 WS api/measures/component refKey in response
Teryk Bellahsene [Tue, 12 Jan 2016 11:45:48 +0000 (12:45 +0100)]
SONAR-7134 WS api/measures/component
Teryk Bellahsene [Wed, 20 Jan 2016 11:38:33 +0000 (12:38 +0100)]
SONAR-7135 WS api/measures/component_tree refKey in the response
Teryk Bellahsene [Wed, 20 Jan 2016 11:23:09 +0000 (12:23 +0100)]
SONAR-7129 WS api/components/tree return refKey
Stas Vilchik [Wed, 20 Jan 2016 11:41:37 +0000 (12:41 +0100)]
Merge pull request #719 from felipebz/l10n-fix
Replace hardcoded string in AddedRemovedDebt component
Stas Vilchik [Wed, 20 Jan 2016 11:37:19 +0000 (12:37 +0100)]
fix display of issues tag cloud widget when period is selected
Stas Vilchik [Wed, 20 Jan 2016 11:15:51 +0000 (12:15 +0100)]
SONAR-7236 When clicking on TechDebt Ratio on New Code, we should drilldown on that metric
Teryk Bellahsene [Wed, 20 Jan 2016 11:06:06 +0000 (12:06 +0100)]
SONAR-7210 WS user_tokens/search tokenCount replaced by tokensCount in response
Stas Vilchik [Wed, 20 Jan 2016 10:07:40 +0000 (11:07 +0100)]
display name of just created token
Stas Vilchik [Wed, 20 Jan 2016 09:55:34 +0000 (10:55 +0100)]
fix rendering of tokens on profile page with zoom 90%
Stas Vilchik [Wed, 20 Jan 2016 08:49:23 +0000 (09:49 +0100)]
SONAR-4610 relax check
Stas Vilchik [Wed, 20 Jan 2016 08:23:01 +0000 (09:23 +0100)]
SONAR-7133 updade number of tokens on modal closing
Stas Vilchik [Wed, 20 Jan 2016 08:21:25 +0000 (09:21 +0100)]
fix display of results in SelectList component
Stas Vilchik [Tue, 19 Jan 2016 16:10:21 +0000 (17:10 +0100)]
extract some js from ruby template
Teryk Bellahsene [Tue, 19 Jan 2016 18:01:51 +0000 (19:01 +0100)]
SONAR-7210 SONAR-7209 WS user_tokens/* add IT
Teryk Bellahsene [Tue, 19 Jan 2016 17:05:54 +0000 (18:05 +0100)]
SONAR-7208 WS api/user_tokens/generate forbid blank token name
Stas Vilchik [Tue, 19 Jan 2016 14:03:31 +0000 (15:03 +0100)]
SONAR-7129 WS api/components/tree baseComponent and refId in response
Stas Vilchik [Tue, 19 Jan 2016 14:03:31 +0000 (15:03 +0100)]
SONAR-7214 fix XSS injection on name of new users
Julien HENRY [Tue, 19 Jan 2016 10:14:50 +0000 (11:14 +0100)]
Cut many dependencies on sonar-testing-harness
Julien HENRY [Tue, 19 Jan 2016 09:02:25 +0000 (10:02 +0100)]
Remove useless dependency between sonar-web and sonar-colorizer
Julien HENRY [Tue, 19 Jan 2016 08:54:46 +0000 (09:54 +0100)]
Cut dependency between sonar-server and sonar-home
Julien HENRY [Tue, 19 Jan 2016 08:50:15 +0000 (09:50 +0100)]
Cut dependency between sonar-core and sonar-home
Stas Vilchik [Tue, 19 Jan 2016 13:35:02 +0000 (14:35 +0100)]
SONAR-7133 Display number of tokens for each user
Stas Vilchik [Tue, 19 Jan 2016 13:19:44 +0000 (14:19 +0100)]
fix display of conditions table on quality gates page
Stas Vilchik [Tue, 19 Jan 2016 13:12:38 +0000 (14:12 +0100)]
fix locale generation in safari
Teryk Bellahsene [Mon, 18 Jan 2016 08:43:40 +0000 (09:43 +0100)]
SONAR-7210 WS user_tokens/search a user can search its own token
Teryk Bellahsene [Mon, 18 Jan 2016 08:37:27 +0000 (09:37 +0100)]
SONAR-7209 WS user_tokens/revoke a user can delete its own tokens
Teryk Bellahsene [Mon, 18 Jan 2016 08:29:39 +0000 (09:29 +0100)]
SONAR-7208 WS user_tokens/generate a user can generate its own tokens
Teryk Bellahsene [Mon, 18 Jan 2016 11:12:39 +0000 (12:12 +0100)]
SONAR-7205 WS users/search with token count in response
Stas Vilchik [Mon, 18 Jan 2016 16:07:40 +0000 (17:07 +0100)]
update working on background tasks page, again
Stas Vilchik [Mon, 18 Jan 2016 13:02:39 +0000 (14:02 +0100)]
extract SelectList component
Sébastien Lesaint [Mon, 18 Jan 2016 08:59:30 +0000 (09:59 +0100)]
fix DifferentialPeriodsTest instability
Stas Vilchik [Mon, 18 Jan 2016 12:49:24 +0000 (13:49 +0100)]
update working on background tasks page
Stas Vilchik [Mon, 18 Jan 2016 10:13:32 +0000 (11:13 +0100)]
do not show workspace on login page
Sébastien Lesaint [Mon, 18 Jan 2016 08:39:22 +0000 (09:39 +0100)]
SONAR-7168 add user login to log message when restart is requested
Sébastien Lesaint [Thu, 14 Jan 2016 17:31:20 +0000 (18:31 +0100)]
SONAR-7168 add system().restart() to WsClient
Sébastien Lesaint [Thu, 14 Jan 2016 11:30:49 +0000 (12:30 +0100)]
SONAR-7168 do not recreate HardStopWatcherThread for realiability
this can be implemented but at the depend of IOs since a new File will be open every 500ms when the watcher looks at the sharedMemory
Sébastien Lesaint [Wed, 13 Jan 2016 10:24:01 +0000 (11:24 +0100)]
SONAR-7168 fileSystem must be reset during a restart
deletion of temp directory is required for uninstalling plugins but also to cleanly start web server (eg. deleting unsuccessfully processed analysis reports)
Stas Vilchik [Mon, 18 Jan 2016 09:31:05 +0000 (10:31 +0100)]
SONAR-7224 Links to favorite projects in "My Profile" page do not work
Stas Vilchik [Mon, 18 Jan 2016 09:13:12 +0000 (10:13 +0100)]
fix file header
Stas Vilchik [Mon, 18 Jan 2016 08:49:10 +0000 (09:49 +0100)]
SONAR-1976 ask confirmation before restart server
Stas Vilchik [Mon, 18 Jan 2016 08:25:39 +0000 (09:25 +0100)]
fix warning on overview page
Felipe Zorzo [Fri, 15 Jan 2016 23:50:01 +0000 (21:50 -0200)]
Replace hardcoded string in AddedRemovedDebt component
Teryk Bellahsene [Fri, 15 Jan 2016 16:56:43 +0000 (17:56 +0100)]
Move WS responses at the right place
Teryk Bellahsene [Fri, 15 Jan 2016 16:19:07 +0000 (17:19 +0100)]
SONAR-7135 WS api/measures/component_tree better best value algorithm
Teryk Bellahsene [Fri, 15 Jan 2016 15:10:57 +0000 (16:10 +0100)]
SONAR-7135 WS api/measures/component_tree describe best value algorithm
Stas Vilchik [Fri, 15 Jan 2016 16:43:19 +0000 (17:43 +0100)]
fix display of rule creation form
Stas Vilchik [Fri, 15 Jan 2016 15:44:52 +0000 (16:44 +0100)]
improve link on background tasks page
Teryk Bellahsene [Wed, 13 Jan 2016 17:18:05 +0000 (18:18 +0100)]
Change maven like key in WS document
Sébastien Lesaint [Thu, 14 Jan 2016 10:05:29 +0000 (11:05 +0100)]
SONAR-7103 new_debt_ratio not based on new_technical_debt on non-file
Teryk Bellahsene [Fri, 15 Jan 2016 10:55:27 +0000 (11:55 +0100)]
SONAR-7135 WS api/measures/component_tree parameterized periods in a measure
Teryk Bellahsene [Fri, 15 Jan 2016 10:54:58 +0000 (11:54 +0100)]
SONAR-7135 WS api/measures/component_tree search query must match exactly the component key
Stas Vilchik [Fri, 15 Jan 2016 10:05:03 +0000 (11:05 +0100)]
SONAR-7184 Add the token management to the 'My Profile' page
Stas Vilchik [Fri, 15 Jan 2016 09:36:19 +0000 (10:36 +0100)]
SONAR-6629 Rewrite complexity widget
Stas Vilchik [Fri, 15 Jan 2016 08:27:52 +0000 (09:27 +0100)]
SONAR-7167 display key in a text input
Teryk Bellahsene [Thu, 14 Jan 2016 17:48:30 +0000 (18:48 +0100)]
SONAR-7135 WS api/measures/component_tree baseComponent has measures
Teryk Bellahsene [Thu, 14 Jan 2016 15:29:31 +0000 (16:29 +0100)]
SONAR-7135 WS api/measures/component_tree sort by textual metric value
Teryk Bellahsene [Thu, 14 Jan 2016 14:22:42 +0000 (15:22 +0100)]
SONAR-7135 WS api/measures/component_tree sorting does not depend on metric direction
Teryk Bellahsene [Thu, 14 Jan 2016 14:12:25 +0000 (15:12 +0100)]
SONAR-7135 WS api/measures/component_tree update description base component is returned in the response
Simon Brandhof [Thu, 14 Jan 2016 16:57:40 +0000 (17:57 +0100)]
Analyze pull requests with Java 7
Stas Vilchik [Thu, 14 Jan 2016 13:52:25 +0000 (14:52 +0100)]
SONAR-4610 Highlight product name in red when license details do not match product
Stas Vilchik [Thu, 14 Jan 2016 13:01:54 +0000 (14:01 +0100)]
SONAR-7161 Update links in the coverage widgets
Teryk Bellahsene [Thu, 14 Jan 2016 10:49:13 +0000 (11:49 +0100)]
Fix quality flaws
Duarte Meneses [Thu, 14 Jan 2016 10:55:15 +0000 (11:55 +0100)]
Disable unstable test
Stas Vilchik [Thu, 14 Jan 2016 10:05:00 +0000 (11:05 +0100)]
SONAR-6929 Issues page loads unnecessary facets
Julien Lancelot [Thu, 14 Jan 2016 09:14:42 +0000 (10:14 +0100)]
Fix quality flaws
Simon Brandhof [Wed, 13 Jan 2016 17:37:29 +0000 (18:37 +0100)]
Remove IE9 hack in quality profiles
Sébastien Lesaint [Tue, 12 Jan 2016 13:05:18 +0000 (14:05 +0100)]
SONAR-7180 remove old property from WS example
Sébastien Lesaint [Tue, 12 Jan 2016 13:02:22 +0000 (14:02 +0100)]
SONAR-7180 script to delete properties sonar.core.projectsdashboard.*
Sébastien Lesaint [Thu, 14 Jan 2016 07:41:56 +0000 (08:41 +0100)]
fix headers
Sébastien Lesaint [Mon, 11 Jan 2016 11:52:50 +0000 (12:52 +0100)]
SONAR-6283 migrate permission profileadmin to profileadmin+gateadmin
Sébastien Lesaint [Mon, 11 Jan 2016 11:51:26 +0000 (12:51 +0100)]
SONAR-6283 add global permission gatesadmin and use it
Sébastien Lesaint [Mon, 11 Jan 2016 11:47:19 +0000 (12:47 +0100)]
SONAR-6283 add missing required permission to Profiles WS descriptions
Simon Brandhof [Wed, 13 Jan 2016 16:55:44 +0000 (17:55 +0100)]
Fix project title in copyright headers
Teryk Bellahsene [Wed, 13 Jan 2016 15:37:45 +0000 (16:37 +0100)]
SONAR-7129 WS api/components/tree search for project copy
Stas Vilchik [Wed, 13 Jan 2016 16:30:03 +0000 (17:30 +0100)]
SONAR-7107 On modules, the name of the quality gate can be wrong
Stas Vilchik [Wed, 13 Jan 2016 15:57:20 +0000 (16:57 +0100)]
document keyboard shortcut to send issue comment
Stas Vilchik [Wed, 13 Jan 2016 15:47:16 +0000 (16:47 +0100)]
use fetch API to create a quality profile (fixes SONAR-7076)
Stas Vilchik [Wed, 13 Jan 2016 14:39:31 +0000 (15:39 +0100)]
SONAR-7192 fix project links
Julien Lancelot [Wed, 13 Jan 2016 14:28:26 +0000 (15:28 +0100)]
SONAR-7174 Reintroduce UserSession.checkGlobalPermission as deprecated
This method is used by Views plugin
Stas Vilchik [Wed, 13 Jan 2016 14:05:58 +0000 (15:05 +0100)]
SONAR-1976 Administrators should be able to request a server restart from web console