]>
source.dussan.org Git - sonarqube.git/log
Stas Vilchik [Wed, 27 Jan 2016 14:00:10 +0000 (15:00 +0100)]
SONAR-7231 improve rendering of password form
Stas Vilchik [Wed, 27 Jan 2016 12:18:47 +0000 (13:18 +0100)]
SONAR-7227 improve overall rendering
Stas Vilchik [Tue, 26 Jan 2016 14:46:59 +0000 (15:46 +0100)]
SONAR-7231 Create new "Security" page in "My 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
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
Teryk Bellahsene [Wed, 27 Jan 2016 16:11:54 +0000 (17:11 +0100)]
SONAR-7250 WS users/current - add details
Sébastien Lesaint [Thu, 28 Jan 2016 12:43:48 +0000 (13:43 +0100)]
SONAR-7166 fix check of projectKey for branches analyses
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
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
Teryk Bellahsene [Thu, 28 Jan 2016 09:04:34 +0000 (10:04 +0100)]
SONAR-6584 WS api/resources/index document known bug regarding pagination
Sébastien Lesaint [Wed, 27 Jan 2016 16:56:09 +0000 (17:56 +0100)]
revert change to omponentDaoWithDuplicatedKeysTest
Simon Brandhof [Wed, 27 Jan 2016 16:27:01 +0000 (17:27 +0100)]
Fix display of web homepage without ending slash
Julien Lancelot [Wed, 27 Jan 2016 11:01:39 +0000 (12:01 +0100)]
SONAR-6226 Add ITs
Julien Lancelot [Wed, 27 Jan 2016 10:58:36 +0000 (11:58 +0100)]
SONAR-6226 Not fail when reactivating a user without password
Julien Lancelot [Mon, 25 Jan 2016 15:23:06 +0000 (16:23 +0100)]
SONAR-7217 Fail to authenticate user with existing email
Julien Lancelot [Mon, 25 Jan 2016 16:00:36 +0000 (17:00 +0100)]
SONAR-7219 Remove sonar.security.updateUserAttributes property
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
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
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
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
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
Simon Brandhof [Wed, 20 Jan 2016 22:00:54 +0000 (23:00 +0100)]
Upgrade to Tomcat 8.0.30
Julien Lancelot [Tue, 26 Jan 2016 11:37:23 +0000 (12:37 +0100)]
SONAR-6226 Populate external identity columns in rails authentication
Julien Lancelot [Tue, 26 Jan 2016 09:49:07 +0000 (10:49 +0100)]
SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255
Julien Lancelot [Mon, 25 Jan 2016 14:49:41 +0000 (15:49 +0100)]
SONAR-7122 Update ITs to not use web context
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