]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-7231 Create new "Security" page in "My Space"
Stas Vilchik [Tue, 26 Jan 2016 14:46:59 +0000 (15:46 +0100)]
SONAR-7231 Create new "Security" page in "My Space"

8 years agoSONAR-7230 Move user notifications into separate page of "My Account" space
Stas Vilchik [Tue, 26 Jan 2016 13:34:51 +0000 (14:34 +0100)]
SONAR-7230 Move user notifications into separate page of "My Account" space

8 years agoSONAR-7227 Convert "My Profile" page to the new "My Account" page
Stas Vilchik [Mon, 25 Jan 2016 15:20:19 +0000 (16:20 +0100)]
SONAR-7227 Convert "My Profile" page to the new "My Account" page

8 years agoSONAR-7250 WS users/current - add details 737/head
Teryk Bellahsene [Wed, 27 Jan 2016 16:11:54 +0000 (17:11 +0100)]
SONAR-7250 WS users/current - add details

8 years agoSONAR-7166 fix check of projectKey for branches analyses 739/head
Sébastien Lesaint [Thu, 28 Jan 2016 12:43:48 +0000 (13:43 +0100)]
SONAR-7166 fix check of projectKey for branches analyses

8 years agoSONAR-7166 fail when projectKey in report is not the component key
Sébastien Lesaint [Wed, 27 Jan 2016 17:24:56 +0000 (18:24 +0100)]
SONAR-7166 fail when projectKey in report is not the component key

failure implemented as early as possible

8 years agoSONAR-7164 WS api/users/search is not sensitive to special characters
Teryk Bellahsene [Thu, 28 Jan 2016 09:39:02 +0000 (10:39 +0100)]
SONAR-7164 WS api/users/search is not sensitive to special characters

8 years agoSONAR-6584 WS api/resources/index document known bug regarding pagination
Teryk Bellahsene [Thu, 28 Jan 2016 09:04:34 +0000 (10:04 +0100)]
SONAR-6584 WS api/resources/index document known bug regarding pagination

8 years agorevert change to omponentDaoWithDuplicatedKeysTest
Sébastien Lesaint [Wed, 27 Jan 2016 16:56:09 +0000 (17:56 +0100)]
revert change to omponentDaoWithDuplicatedKeysTest

8 years agoFix display of web homepage without ending slash
Simon Brandhof [Wed, 27 Jan 2016 16:27:01 +0000 (17:27 +0100)]
Fix display of web homepage without ending slash

8 years agoSONAR-6226 Add ITs
Julien Lancelot [Wed, 27 Jan 2016 11:01:39 +0000 (12:01 +0100)]
SONAR-6226 Add ITs

8 years agoSONAR-6226 Not fail when reactivating a user without password
Julien Lancelot [Wed, 27 Jan 2016 10:58:36 +0000 (11:58 +0100)]
SONAR-6226 Not fail when reactivating a user without password

8 years agoSONAR-7217 Fail to authenticate user with existing email 732/head
Julien Lancelot [Mon, 25 Jan 2016 15:23:06 +0000 (16:23 +0100)]
SONAR-7217 Fail to authenticate user with existing email

8 years agoSONAR-7219 Remove sonar.security.updateUserAttributes property 733/head
Julien Lancelot [Mon, 25 Jan 2016 16:00:36 +0000 (17:00 +0100)]
SONAR-7219 Remove sonar.security.updateUserAttributes property

8 years agomake selectComponentsHavingSameKeyOrderedById populate all fields 735/head
Sébastien Lesaint [Wed, 27 Jan 2016 09:33:59 +0000 (10:33 +0100)]
make selectComponentsHavingSameKeyOrderedById populate all fields

this is required by Developer Cockpit usage of this method

8 years agoremove specific schema for ComponentDaoWithDuplicatedKeysTest
Sébastien Lesaint [Tue, 26 Jan 2016 16:43:49 +0000 (17:43 +0100)]
remove specific schema for ComponentDaoWithDuplicatedKeysTest

less maintenance and risk for test to get out of sync with current definition of table PROJECTS

8 years agoSONAR-7130 group deletion and purges of snapshots all together 731/head
Sébastien Lesaint [Thu, 21 Jan 2016 12:41:43 +0000 (13:41 +0100)]
SONAR-7130 group deletion and purges of snapshots all together

avoid doing select requests between deletion/purges of snapshots

8 years agoSONAR-7130 don't do select for aborted build twice per component
Sébastien Lesaint [Wed, 20 Jan 2016 14:22:49 +0000 (15:22 +0100)]
SONAR-7130 don't do select for aborted build twice per component

8 years agoSONAR-7130 faster purge: single SQL query for all PRJ children
Sébastien Lesaint [Wed, 20 Jan 2016 13:45:13 +0000 (14:45 +0100)]
SONAR-7130 faster purge: single SQL query for all PRJ children

8 years agoUpgrade to Tomcat 8.0.30
Simon Brandhof [Wed, 20 Jan 2016 22:00:54 +0000 (23:00 +0100)]
Upgrade to Tomcat 8.0.30

8 years agoSONAR-6226 Populate external identity columns in rails authentication
Julien Lancelot [Tue, 26 Jan 2016 11:37:23 +0000 (12:37 +0100)]
SONAR-6226 Populate external identity columns in rails authentication

8 years agoSONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255
Julien Lancelot [Tue, 26 Jan 2016 09:49:07 +0000 (10:49 +0100)]
SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255

8 years agoSONAR-7122 Update ITs to not use web context
Julien Lancelot [Mon, 25 Jan 2016 14:49:41 +0000 (15:49 +0100)]
SONAR-7122 Update ITs to not use web context

8 years agoSONAR-6226 Remove index on external identity columns
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

8 years agoFix unit tests
Julien Lancelot [Tue, 26 Jan 2016 08:14:04 +0000 (09:14 +0100)]
Fix unit tests

8 years agoFix /api/authentication/validate
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

8 years agoSONAR-6226 Display identity providers in login page
Julien Lancelot [Tue, 19 Jan 2016 10:45:22 +0000 (11:45 +0100)]
SONAR-6226 Display identity providers in login page

8 years agoSONAR-6226 Create IdentityProvider API
Julien Lancelot [Tue, 19 Jan 2016 10:44:16 +0000 (11:44 +0100)]
SONAR-6226 Create IdentityProvider API

8 years agoSONAR-6226 Add ext identity columns in USERS table
Julien Lancelot [Tue, 19 Jan 2016 10:48:05 +0000 (11:48 +0100)]
SONAR-6226 Add ext identity columns in USERS table

8 years agoSONAR-6226 UserUpdater now allows user to be created without password
Julien Lancelot [Mon, 11 Jan 2016 16:23:45 +0000 (17:23 +0100)]
SONAR-6226 UserUpdater now allows user to be created without password

8 years agoSONAR-7168 fix HardStopWatcher support for external restart
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

8 years agoSONAR-7197 remove binaries of Java Service Wrapper for Solaris 5.4-M9
Simon Brandhof [Thu, 21 Jan 2016 08:29:19 +0000 (09:29 +0100)]
SONAR-7197 remove binaries of Java Service Wrapper for Solaris

8 years agoSONAR-7234 Remove @SupportedEnvironment 723/head
Julien HENRY [Tue, 19 Jan 2016 15:07:28 +0000 (16:07 +0100)]
SONAR-7234 Remove @SupportedEnvironment

8 years agoFix random behaviour of unit test
Julien Lancelot [Wed, 20 Jan 2016 15:18:02 +0000 (16:18 +0100)]
Fix random behaviour of unit test

8 years agoSONAR-7205 WS api/users/search deprecate 'f' field
Teryk Bellahsene [Wed, 20 Jan 2016 15:13:40 +0000 (16:13 +0100)]
SONAR-7205 WS api/users/search deprecate 'f' field

8 years agouse new WS on overview page
Stas Vilchik [Wed, 20 Jan 2016 14:01:03 +0000 (15:01 +0100)]
use new WS on overview page

8 years agoadd index on project_measures.person_id 724/head
Sébastien Lesaint [Tue, 19 Jan 2016 18:04:58 +0000 (19:04 +0100)]
add index on project_measures.person_id

8 years agoadd MeasureDao.selectProjectMeasuresByDeveloperForMetrics
Sébastien Lesaint [Tue, 19 Jan 2016 15:39:39 +0000 (16:39 +0100)]
add MeasureDao.selectProjectMeasuresByDeveloperForMetrics

8 years agouse new WS on code, projects and overview pages
Stas Vilchik [Wed, 20 Jan 2016 13:39:06 +0000 (14:39 +0100)]
use new WS on code, projects and overview pages

8 years agoDisable analysis of external PRs
Simon Brandhof [Wed, 20 Jan 2016 13:17:01 +0000 (14:17 +0100)]
Disable analysis of external PRs

8 years agoMake test more robust on Java 8 (use LinkedHashSet instead of HashSet)
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)

8 years agohighlight "Sure?" button when delete a token
Stas Vilchik [Wed, 20 Jan 2016 12:50:00 +0000 (13:50 +0100)]
highlight "Sure?" button when delete a token

8 years agoSONAR-7134 WS api/measures/component refKey in response 711/head
Teryk Bellahsene [Wed, 20 Jan 2016 11:48:24 +0000 (12:48 +0100)]
SONAR-7134 WS api/measures/component refKey in response

8 years agoSONAR-7134 WS api/measures/component
Teryk Bellahsene [Tue, 12 Jan 2016 11:45:48 +0000 (12:45 +0100)]
SONAR-7134 WS api/measures/component

8 years agoSONAR-7135 WS api/measures/component_tree refKey in the response
Teryk Bellahsene [Wed, 20 Jan 2016 11:38:33 +0000 (12:38 +0100)]
SONAR-7135 WS api/measures/component_tree refKey in the response

8 years agoSONAR-7129 WS api/components/tree return refKey
Teryk Bellahsene [Wed, 20 Jan 2016 11:23:09 +0000 (12:23 +0100)]
SONAR-7129 WS api/components/tree return refKey

8 years agoMerge pull request #719 from felipebz/l10n-fix
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

8 years agofix display of issues tag cloud widget when period is selected
Stas Vilchik [Wed, 20 Jan 2016 11:37:19 +0000 (12:37 +0100)]
fix display of issues tag cloud widget when period is selected

8 years agoSONAR-7236 When clicking on TechDebt Ratio on New Code, we should drilldown on that...
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

8 years agoSONAR-7210 WS user_tokens/search tokenCount replaced by tokensCount in response
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

8 years agodisplay name of just created token
Stas Vilchik [Wed, 20 Jan 2016 10:07:40 +0000 (11:07 +0100)]
display name of just created token

8 years agofix rendering of tokens on profile page with zoom 90%
Stas Vilchik [Wed, 20 Jan 2016 09:55:34 +0000 (10:55 +0100)]
fix rendering of tokens on profile page with zoom 90%

8 years agoSONAR-4610 relax check
Stas Vilchik [Wed, 20 Jan 2016 08:49:23 +0000 (09:49 +0100)]
SONAR-4610 relax check

8 years agoSONAR-7133 updade number of tokens on modal closing
Stas Vilchik [Wed, 20 Jan 2016 08:23:01 +0000 (09:23 +0100)]
SONAR-7133 updade number of tokens on modal closing

8 years agofix display of results in SelectList component
Stas Vilchik [Wed, 20 Jan 2016 08:21:25 +0000 (09:21 +0100)]
fix display of results in SelectList component

8 years agoextract some js from ruby template
Stas Vilchik [Tue, 19 Jan 2016 16:10:21 +0000 (17:10 +0100)]
extract some js from ruby template

8 years agoSONAR-7210 SONAR-7209 WS user_tokens/* add IT
Teryk Bellahsene [Tue, 19 Jan 2016 18:01:51 +0000 (19:01 +0100)]
SONAR-7210 SONAR-7209 WS user_tokens/* add IT

8 years agoSONAR-7208 WS api/user_tokens/generate forbid blank token name
Teryk Bellahsene [Tue, 19 Jan 2016 17:05:54 +0000 (18:05 +0100)]
SONAR-7208 WS api/user_tokens/generate forbid blank token name

8 years agoSONAR-7129 WS api/components/tree baseComponent and refId in response
Stas Vilchik [Tue, 19 Jan 2016 14:03:31 +0000 (15:03 +0100)]
SONAR-7129 WS api/components/tree baseComponent and refId in response

8 years agoSONAR-7214 fix XSS injection on name of new users
Stas Vilchik [Tue, 19 Jan 2016 14:03:31 +0000 (15:03 +0100)]
SONAR-7214 fix XSS injection on name of new users

8 years agoCut many dependencies on sonar-testing-harness 722/head
Julien HENRY [Tue, 19 Jan 2016 10:14:50 +0000 (11:14 +0100)]
Cut many dependencies on sonar-testing-harness

8 years agoRemove useless dependency between sonar-web and sonar-colorizer
Julien HENRY [Tue, 19 Jan 2016 09:02:25 +0000 (10:02 +0100)]
Remove useless dependency between sonar-web and sonar-colorizer

8 years agoCut dependency between sonar-server and sonar-home
Julien HENRY [Tue, 19 Jan 2016 08:54:46 +0000 (09:54 +0100)]
Cut dependency between sonar-server and sonar-home

8 years agoCut dependency between sonar-core and sonar-home
Julien HENRY [Tue, 19 Jan 2016 08:50:15 +0000 (09:50 +0100)]
Cut dependency between sonar-core and sonar-home

8 years agoSONAR-7133 Display number of tokens for each user
Stas Vilchik [Tue, 19 Jan 2016 13:35:02 +0000 (14:35 +0100)]
SONAR-7133 Display number of tokens for each user

8 years agofix display of conditions table on quality gates page
Stas Vilchik [Tue, 19 Jan 2016 13:19:44 +0000 (14:19 +0100)]
fix display of conditions table on quality gates page

8 years agofix locale generation in safari
Stas Vilchik [Tue, 19 Jan 2016 13:12:38 +0000 (14:12 +0100)]
fix locale generation in safari

8 years agoSONAR-7210 WS user_tokens/search a user can search its own token 720/head 5.4-M8
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

8 years agoSONAR-7209 WS user_tokens/revoke a user can delete its own tokens
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

8 years agoSONAR-7208 WS user_tokens/generate a user can generate 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

8 years agoSONAR-7205 WS users/search with token count in response 721/head
Teryk Bellahsene [Mon, 18 Jan 2016 11:12:39 +0000 (12:12 +0100)]
SONAR-7205 WS users/search with token count in response

8 years agoupdate working on background tasks page, again
Stas Vilchik [Mon, 18 Jan 2016 16:07:40 +0000 (17:07 +0100)]
update working on background tasks page, again

8 years agoextract SelectList component
Stas Vilchik [Mon, 18 Jan 2016 13:02:39 +0000 (14:02 +0100)]
extract SelectList component

8 years agofix DifferentialPeriodsTest instability
Sébastien Lesaint [Mon, 18 Jan 2016 08:59:30 +0000 (09:59 +0100)]
fix DifferentialPeriodsTest instability

8 years agoupdate working on background tasks page
Stas Vilchik [Mon, 18 Jan 2016 12:49:24 +0000 (13:49 +0100)]
update working on background tasks page

8 years agodo not show workspace on login page
Stas Vilchik [Mon, 18 Jan 2016 10:13:32 +0000 (11:13 +0100)]
do not show workspace on login page

8 years agoSONAR-7168 add user login to log message when restart is requested 717/head
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

8 years agoSONAR-7168 add system().restart() to WsClient
Sébastien Lesaint [Thu, 14 Jan 2016 17:31:20 +0000 (18:31 +0100)]
SONAR-7168 add system().restart() to WsClient

8 years agoSONAR-7168 do not recreate HardStopWatcherThread for realiability
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

8 years agoSONAR-7168 fileSystem must be reset during a restart
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)

8 years agoSONAR-7224 Links to favorite projects in "My Profile" page do not work
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

8 years agofix file header
Stas Vilchik [Mon, 18 Jan 2016 09:13:12 +0000 (10:13 +0100)]
fix file header

8 years agoSONAR-1976 ask confirmation before restart server
Stas Vilchik [Mon, 18 Jan 2016 08:49:10 +0000 (09:49 +0100)]
SONAR-1976 ask confirmation before restart server

8 years agofix warning on overview page
Stas Vilchik [Mon, 18 Jan 2016 08:25:39 +0000 (09:25 +0100)]
fix warning on overview page

8 years agoReplace hardcoded string in AddedRemovedDebt component 719/head
Felipe Zorzo [Fri, 15 Jan 2016 23:50:01 +0000 (21:50 -0200)]
Replace hardcoded string in AddedRemovedDebt component

8 years agoMove WS responses at the right place
Teryk Bellahsene [Fri, 15 Jan 2016 16:56:43 +0000 (17:56 +0100)]
Move WS responses at the right place

8 years agoSONAR-7135 WS api/measures/component_tree better best value algorithm
Teryk Bellahsene [Fri, 15 Jan 2016 16:19:07 +0000 (17:19 +0100)]
SONAR-7135 WS api/measures/component_tree better best value algorithm

8 years agoSONAR-7135 WS api/measures/component_tree describe 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

8 years agofix display of rule creation form
Stas Vilchik [Fri, 15 Jan 2016 16:43:19 +0000 (17:43 +0100)]
fix display of rule creation form

8 years agoimprove link on background tasks page
Stas Vilchik [Fri, 15 Jan 2016 15:44:52 +0000 (16:44 +0100)]
improve link on background tasks page

8 years agoChange maven like key in WS document
Teryk Bellahsene [Wed, 13 Jan 2016 17:18:05 +0000 (18:18 +0100)]
Change maven like key in WS document

8 years agoSONAR-7103 new_debt_ratio not based on new_technical_debt on non-file 718/head 5.4-M7
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

8 years agoSONAR-7135 WS api/measures/component_tree parameterized periods in a measure
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

8 years agoSONAR-7135 WS api/measures/component_tree search query must match exactly the compone...
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

8 years agoSONAR-7184 Add the token management to the 'My Profile' page
Stas Vilchik [Fri, 15 Jan 2016 10:05:03 +0000 (11:05 +0100)]
SONAR-7184 Add the token management to the 'My Profile' page

8 years agoSONAR-6629 Rewrite complexity widget
Stas Vilchik [Fri, 15 Jan 2016 09:36:19 +0000 (10:36 +0100)]
SONAR-6629 Rewrite complexity widget

8 years agoSONAR-7167 display key in a text input 5.4-M6
Stas Vilchik [Fri, 15 Jan 2016 08:27:52 +0000 (09:27 +0100)]
SONAR-7167 display key in a text input

8 years agoSONAR-7135 WS api/measures/component_tree baseComponent has measures
Teryk Bellahsene [Thu, 14 Jan 2016 17:48:30 +0000 (18:48 +0100)]
SONAR-7135 WS api/measures/component_tree baseComponent has measures

8 years agoSONAR-7135 WS api/measures/component_tree sort by textual metric value
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

8 years agoSONAR-7135 WS api/measures/component_tree sorting does not depend on metric direction
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