]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-8351 Send JSON payload over HTTP when project analysis is complete
Simon Brandhof [Tue, 8 Nov 2016 19:43:56 +0000 (20:43 +0100)]
SONAR-8351 Send JSON payload over HTTP when project analysis is complete

7 years agoSONAR-8351 share OkHttpClient utilities
Simon Brandhof [Tue, 8 Nov 2016 14:34:18 +0000 (15:34 +0100)]
SONAR-8351 share OkHttpClient utilities

sonar-ws correctly configures OkHttpClient for the
support of HTTPS, proxy (incl. authentication), timeouts and user agent.
This code should be reused by web server and compute engine, for
example when sending webhook payloads.

The new class OkHttpClientProvider allows web server/CE
to instantiate and configure a single instance of OkHttpClient.

7 years agoSONAR-8351 Configure HTTP proxy URL from bootstrap process
Simon Brandhof [Tue, 8 Nov 2016 14:30:44 +0000 (15:30 +0100)]
SONAR-8351 Configure HTTP proxy URL from bootstrap process

Proxy is configured in conf/sonar.properties. The related properties
are propagated to system properties by the first call  to DefaultHttpDownloader.
The correct approach is to directly configure the JVM properties when
the bootstrap process creates web server and CE processes.

7 years agoSONAR-8351 Clean-up AppTest
Simon Brandhof [Mon, 7 Nov 2016 21:59:22 +0000 (22:59 +0100)]
SONAR-8351 Clean-up AppTest

7 years agoSONAR-8354 Complete javadoc on deprecated class related to dashboards
Julien Lancelot [Wed, 9 Nov 2016 17:26:51 +0000 (18:26 +0100)]
SONAR-8354 Complete javadoc on deprecated class related to dashboards

7 years agoImprove stability of IssueSearch#redirect_to_search_url_after_wrong_login
Julien Lancelot [Wed, 9 Nov 2016 17:20:57 +0000 (18:20 +0100)]
Improve stability of IssueSearch#redirect_to_search_url_after_wrong_login

7 years agoSONAR-8355 Fix IT using all_projects page
Julien Lancelot [Wed, 9 Nov 2016 17:18:07 +0000 (18:18 +0100)]
SONAR-8355 Fix IT using all_projects page

7 years agoSONAR-8381 Remove links to All Views and All Developers from the search
Stas Vilchik [Wed, 9 Nov 2016 10:02:28 +0000 (11:02 +0100)]
SONAR-8381 Remove links to All Views and All Developers from the search

7 years agoSONAR-8355 Fix IT using /all_projects page 1365/head
Julien Lancelot [Tue, 8 Nov 2016 14:37:48 +0000 (15:37 +0100)]
SONAR-8355 Fix IT using /all_projects page

7 years agoSONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"
Julien Lancelot [Tue, 8 Nov 2016 14:20:13 +0000 (15:20 +0100)]
SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"

7 years agoSONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API
Julien Lancelot [Tue, 8 Nov 2016 14:11:13 +0000 (15:11 +0100)]
SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API

7 years agoSONAR-8355 Remove measure filters Dao
Julien Lancelot [Tue, 8 Nov 2016 13:46:07 +0000 (14:46 +0100)]
SONAR-8355 Remove measure filters Dao

7 years agoSONAR-8355 Remove rails code related to measure filters
Julien Lancelot [Tue, 8 Nov 2016 11:41:25 +0000 (12:41 +0100)]
SONAR-8355 Remove rails code related to measure filters

7 years agoSONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_properties"
Julien Lancelot [Mon, 7 Nov 2016 15:47:19 +0000 (16:47 +0100)]
SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_properties"

7 years agoSONAR-8354 Remove dao related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:54:16 +0000 (15:54 +0100)]
SONAR-8354 Remove dao related to dashboards

7 years agoSONAR-8354 Remove dashboards from api/navigation/global WS
Julien Lancelot [Mon, 7 Nov 2016 14:53:48 +0000 (15:53 +0100)]
SONAR-8354 Remove dashboards from api/navigation/global WS

7 years agoSONAR-8354 Remove dashboards startup registration
Julien Lancelot [Mon, 7 Nov 2016 14:27:02 +0000 (15:27 +0100)]
SONAR-8354 Remove dashboards startup registration

7 years agoSONAR-8354 Remove ITs related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:23:03 +0000 (15:23 +0100)]
SONAR-8354 Remove ITs related to dashboards

7 years agoSONAR-8354 Deprecate API related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:22:50 +0000 (15:22 +0100)]
SONAR-8354 Deprecate API related to dashboards

7 years agoSONAR-8354 Remove widgets
Julien Lancelot [Mon, 7 Nov 2016 14:22:29 +0000 (15:22 +0100)]
SONAR-8354 Remove widgets

7 years agoSONAR-8354 Clean rails code related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:20:16 +0000 (15:20 +0100)]
SONAR-8354 Clean rails code related to dashboards

7 years agoredirect from /issues/search to /issues
Stas Vilchik [Tue, 8 Nov 2016 15:41:37 +0000 (16:41 +0100)]
redirect from /issues/search to /issues

7 years agoSONAR-8376 Do not display issue filters and drop management page
Stas Vilchik [Tue, 8 Nov 2016 15:27:54 +0000 (16:27 +0100)]
SONAR-8376 Do not display issue filters and drop management page

7 years agoSONAR-8119 apply feedback
Stas Vilchik [Wed, 9 Nov 2016 15:17:09 +0000 (16:17 +0100)]
SONAR-8119 apply feedback

7 years agoSONAR-8379 Sort issues by date in api/issues/search
Julien Lancelot [Wed, 9 Nov 2016 10:43:33 +0000 (11:43 +0100)]
SONAR-8379 Sort issues by date in api/issues/search

7 years agoSONAR-8321 Improve error handling when error is thrown by web service
Julien Lancelot [Wed, 9 Nov 2016 14:38:11 +0000 (15:38 +0100)]
SONAR-8321 Improve error handling when error is thrown by web service

7 years agomove sidebar to the left
Stas Vilchik [Wed, 9 Nov 2016 09:48:47 +0000 (10:48 +0100)]
move sidebar to the left

7 years agoSONAR-8360 Add favorite projects filter
Stas Vilchik [Wed, 9 Nov 2016 09:04:13 +0000 (10:04 +0100)]
SONAR-8360 Add favorite projects filter

7 years agoSONAR-8362 Display information of favorite projects
Stas Vilchik [Wed, 9 Nov 2016 08:41:59 +0000 (09:41 +0100)]
SONAR-8362 Display information of favorite projects

7 years agodelete widgets/ and dashboard/
Stas Vilchik [Fri, 4 Nov 2016 15:33:54 +0000 (16:33 +0100)]
delete widgets/ and dashboard/

7 years agodisable eslint loader on fast build
Stas Vilchik [Fri, 4 Nov 2016 15:49:07 +0000 (16:49 +0100)]
disable eslint loader on fast build

7 years agoSONAR-8361 WS api/components/search_projects no isFavorite in response when anonymous...
Teryk Bellahsene [Wed, 9 Nov 2016 13:34:13 +0000 (14:34 +0100)]
SONAR-8361 WS api/components/search_projects no isFavorite in response when anonymous user

7 years agoFix some Quality flaws about nullability of variables
Simon Brandhof [Wed, 9 Nov 2016 10:55:56 +0000 (11:55 +0100)]
Fix some Quality flaws about nullability of variables

7 years agoImprove quality
Duarte Meneses [Wed, 9 Nov 2016 08:43:06 +0000 (09:43 +0100)]
Improve quality

7 years agoSONAR-8172 make all args of api/organizations/update optional but key
Sébastien Lesaint [Mon, 7 Nov 2016 16:07:04 +0000 (17:07 +0100)]
SONAR-8172 make all args of api/organizations/update optional but key

all but key

7 years agoSONAR-8172 fix support for empty parameter in WsClient's Request
Sébastien Lesaint [Mon, 7 Nov 2016 16:06:11 +0000 (17:06 +0100)]
SONAR-8172 fix support for empty parameter in WsClient's Request

7 years agoSONAR-8172 add steroid support for optional parameters in Request
Sébastien Lesaint [Mon, 7 Nov 2016 16:03:44 +0000 (17:03 +0100)]
SONAR-8172 add steroid support for optional parameters in Request

also adds support for validation of parameter parameter value when it is retrieved from request
also adds support for customized extraction and validation parameter value from the request

7 years agoSONAR-8361 WS api/components/search_projects return isFavorite 1366/head 1368/head
Teryk Bellahsene [Tue, 8 Nov 2016 16:22:46 +0000 (17:22 +0100)]
SONAR-8361 WS api/components/search_projects return isFavorite

7 years agoSONAR-8288 WS api/measures/search_projects DSL handle isFavorite
Teryk Bellahsene [Mon, 7 Nov 2016 16:40:32 +0000 (17:40 +0100)]
SONAR-8288 WS api/measures/search_projects DSL handle isFavorite

7 years agoSONAR-8120 Fix project names to stabilize UT
Julien Lancelot [Tue, 8 Nov 2016 16:22:46 +0000 (17:22 +0100)]
SONAR-8120 Fix project names to stabilize UT

7 years agoFix quality flaws
Julien HENRY [Tue, 8 Nov 2016 15:46:36 +0000 (16:46 +0100)]
Fix quality flaws

7 years agoFix quality flaws
Julien Lancelot [Tue, 8 Nov 2016 13:16:59 +0000 (14:16 +0100)]
Fix quality flaws

7 years agofix quality flaws
Stas Vilchik [Tue, 8 Nov 2016 12:51:24 +0000 (13:51 +0100)]
fix quality flaws

7 years agoSONAR-8300 change wording
Stas Vilchik [Tue, 8 Nov 2016 12:08:43 +0000 (13:08 +0100)]
SONAR-8300 change wording

7 years agoSONAR-8089 Cleanup ComponentTreeQuery 1359/head
Julien Lancelot [Fri, 4 Nov 2016 16:50:32 +0000 (17:50 +0100)]
SONAR-8089 Cleanup ComponentTreeQuery

7 years agoSONAR-8089 Load all measures at once
Julien Lancelot [Fri, 4 Nov 2016 15:15:12 +0000 (16:15 +0100)]
SONAR-8089 Load all measures at once

7 years agoSONAR-8089 Create new MeasureDao#selectTreeByQuery
Julien Lancelot [Fri, 4 Nov 2016 14:05:13 +0000 (15:05 +0100)]
SONAR-8089 Create new MeasureDao#selectTreeByQuery

7 years agoSONAR-8089 Merge ComponentDao#selectChildren and selectDescendants
Julien Lancelot [Fri, 4 Nov 2016 10:28:44 +0000 (11:28 +0100)]
SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants

7 years agoSONAR-8300 display special message when use has no favorite projects
Stas Vilchik [Mon, 7 Nov 2016 15:13:36 +0000 (16:13 +0100)]
SONAR-8300 display special message when use has no favorite projects

7 years agoSONAR-8300 add ITs
Stas Vilchik [Mon, 7 Nov 2016 14:48:53 +0000 (15:48 +0100)]
SONAR-8300 add ITs

7 years agoSONAR-8359 Increase size of LOB columns on embedded database
Simon Brandhof [Mon, 7 Nov 2016 13:31:51 +0000 (14:31 +0100)]
SONAR-8359 Increase size of LOB columns on embedded database

Use maximum supported size on H2 (2GB)

7 years agofix profiles comparison
Stas Vilchik [Mon, 7 Nov 2016 13:18:07 +0000 (14:18 +0100)]
fix profiles comparison

7 years agoopen projects page by default (#1358)
Stas Vilchik [Fri, 4 Nov 2016 13:31:27 +0000 (14:31 +0100)]
open projects page by default (#1358)

7 years agoSONAR-8300 reverse option of quality gate facet
Stas Vilchik [Fri, 4 Nov 2016 12:22:14 +0000 (13:22 +0100)]
SONAR-8300 reverse option of quality gate facet

7 years agoSONAR-8300 Create new "Projects" page [5th iteration] (#1357)
Stas Vilchik [Fri, 4 Nov 2016 10:36:54 +0000 (11:36 +0100)]
SONAR-8300 Create new "Projects" page [5th iteration] (#1357)

7 years agoextend the main js app (#1345)
Stas Vilchik [Fri, 4 Nov 2016 08:59:58 +0000 (09:59 +0100)]
extend the main js app (#1345)

7 years agodisplay webpack build duration
Stas Vilchik [Fri, 4 Nov 2016 08:09:42 +0000 (09:09 +0100)]
display webpack build duration

7 years agoSONAR-8300 open favorite projects for authenticated users
Stas Vilchik [Thu, 3 Nov 2016 15:15:50 +0000 (16:15 +0100)]
SONAR-8300 open favorite projects for authenticated users

7 years agoSONAR-8300 open all facets
Stas Vilchik [Thu, 3 Nov 2016 15:04:56 +0000 (16:04 +0100)]
SONAR-8300 open all facets

7 years agoSONAR-8300 mute unselected facet options
Stas Vilchik [Thu, 3 Nov 2016 14:33:10 +0000 (15:33 +0100)]
SONAR-8300 mute unselected facet options

7 years agoSONAR-8300 display cumulative facets
Stas Vilchik [Thu, 3 Nov 2016 14:18:49 +0000 (15:18 +0100)]
SONAR-8300 display cumulative facets

7 years agoSONAR-8300 display facet histogram
Stas Vilchik [Thu, 3 Nov 2016 12:37:11 +0000 (13:37 +0100)]
SONAR-8300 display facet histogram

7 years agoSONAR-8300 add labels
Stas Vilchik [Thu, 3 Nov 2016 12:17:50 +0000 (13:17 +0100)]
SONAR-8300 add labels

7 years agoSONAR-8300 change layout
Stas Vilchik [Thu, 3 Nov 2016 10:02:59 +0000 (11:02 +0100)]
SONAR-8300 change layout

7 years agoSONAR-8325 Restore selectByQuery with handler
Julien Lancelot [Fri, 4 Nov 2016 06:53:17 +0000 (07:53 +0100)]
SONAR-8325 Restore selectByQuery with handler

7 years agoSONAR-6912 Fix unit test by adding missing execute()
Julien Lancelot [Fri, 4 Nov 2016 06:43:43 +0000 (07:43 +0100)]
SONAR-6912 Fix unit test by adding missing execute()

7 years agoSONAR-8325 Use Collection in MeasureQuery and remove useless join on projects
Julien Lancelot [Fri, 4 Nov 2016 06:28:32 +0000 (07:28 +0100)]
SONAR-8325 Use Collection in MeasureQuery and remove useless join on projects

7 years agoSONAR-6912 do not remove admin permission on user if no more admins
Simon Brandhof [Thu, 3 Nov 2016 14:47:21 +0000 (15:47 +0100)]
SONAR-6912 do not remove admin permission on user if no more admins

7 years agoSONAR-6912 do not remove a group member if no more admins
Simon Brandhof [Thu, 3 Nov 2016 14:40:04 +0000 (15:40 +0100)]
SONAR-6912 do not remove a group member if no more admins

7 years agoSONAR-8255 require admin permission on related organization
Simon Brandhof [Thu, 3 Nov 2016 17:01:05 +0000 (18:01 +0100)]
SONAR-8255 require admin permission on related organization

7 years agodrop global dashboards and measures from ui (#1353)
Stas Vilchik [Thu, 3 Nov 2016 16:34:38 +0000 (17:34 +0100)]
drop global dashboards and measures from ui (#1353)

7 years agoSONAR-8325 Fix bad imports in MeasureMapper#selectByQuery
Julien Lancelot [Thu, 3 Nov 2016 15:11:34 +0000 (16:11 +0100)]
SONAR-8325 Fix bad imports in MeasureMapper#selectByQuery

7 years agoSONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility 1351/head
Julien Lancelot [Thu, 3 Nov 2016 14:07:44 +0000 (15:07 +0100)]
SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility

7 years agoSONAR-8325 Improve MeasureDao#selectByQuery performance
Julien Lancelot [Wed, 2 Nov 2016 13:38:31 +0000 (14:38 +0100)]
SONAR-8325 Improve MeasureDao#selectByQuery performance

It now accepts either a list of projects or a project with a list of components, but no more a list of components of any projects

It's no more possible to query a list of any components, because when doing that the performance are very bad (it would probably requires to add a column PROJECT_MEASURES.PROJECT_UUID)

7 years agoSONAR-8325 Authorization#keepAuthorizedProjectIds now returns a set
Julien Lancelot [Thu, 3 Nov 2016 13:33:23 +0000 (14:33 +0100)]
SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a set

7 years agoSONAR-8120 api/measures/search now accepts only project keys
Julien Lancelot [Wed, 2 Nov 2016 11:00:05 +0000 (12:00 +0100)]
SONAR-8120 api/measures/search now accepts only project keys

7 years agoSONAR-8260 fix conflict between project and org parameters
Simon Brandhof [Wed, 2 Nov 2016 16:01:24 +0000 (17:01 +0100)]
SONAR-8260 fix conflict between project and org parameters

7 years agoSONAR-8096 fix response leaking data from 1 org to the other 1350/head
Sébastien Lesaint [Wed, 2 Nov 2016 14:42:05 +0000 (15:42 +0100)]
SONAR-8096 fix response leaking data from 1 org to the other

7 years agoFix maths in sonar.properties
Nicolas Bontoux [Wed, 26 Oct 2016 10:17:04 +0000 (12:17 +0200)]
Fix maths in sonar.properties

7 years agoSONAR-5857 It should only be possible to use rating metrics defined in core for quali...
Julien Lancelot [Fri, 28 Oct 2016 14:39:21 +0000 (16:39 +0200)]
SONAR-5857 It should only be possible to use rating metrics defined in core for quality gates

7 years agoSONAR-8300 adjust layout
Stas Vilchik [Tue, 1 Nov 2016 16:42:17 +0000 (17:42 +0100)]
SONAR-8300 adjust layout

7 years agoSONAR-8300 display favorite projects
Stas Vilchik [Tue, 1 Nov 2016 13:58:49 +0000 (14:58 +0100)]
SONAR-8300 display favorite projects

7 years agoSONAR-8300 unselect active option on click
Stas Vilchik [Tue, 1 Nov 2016 10:25:36 +0000 (11:25 +0100)]
SONAR-8300 unselect active option on click

7 years agofix loading more code
Stas Vilchik [Tue, 1 Nov 2016 16:53:07 +0000 (17:53 +0100)]
fix loading more code

7 years agoSONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)
Stas Vilchik [Tue, 1 Nov 2016 13:13:39 +0000 (14:13 +0100)]
SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)

7 years agoSONAR-8330 Drop the word "Unit" from code viewer
Stas Vilchik [Tue, 1 Nov 2016 09:23:36 +0000 (10:23 +0100)]
SONAR-8330 Drop the word "Unit" from code viewer

7 years agoSONAR-8237 Web UI is not working correctly on Edge
Stas Vilchik [Tue, 1 Nov 2016 09:11:36 +0000 (10:11 +0100)]
SONAR-8237 Web UI is not working correctly on Edge

7 years agoadd boxed group animation
Stas Vilchik [Mon, 31 Oct 2016 17:10:28 +0000 (18:10 +0100)]
add boxed group animation

7 years agoSONAR-8300 Create new "Projects" page [second iteration] (#1347)
Stas Vilchik [Mon, 31 Oct 2016 16:05:11 +0000 (17:05 +0100)]
SONAR-8300 Create new "Projects" page [second iteration] (#1347)

7 years agoSONAR-8089 Remove useless join on snapshots in ComponentMapper#selectDescendants... 1342/head
Julien Lancelot [Thu, 27 Oct 2016 16:42:59 +0000 (18:42 +0200)]
SONAR-8089 Remove useless join on snapshots in ComponentMapper#selectDescendants and selectChildren

7 years agoSONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQuery
Julien Lancelot [Thu, 27 Oct 2016 15:38:00 +0000 (17:38 +0200)]
SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQuery

7 years agoSONAR-5430 Load SSO settings only at startup 1344/head
Julien Lancelot [Fri, 28 Oct 2016 09:46:25 +0000 (11:46 +0200)]
SONAR-5430 Load SSO settings only at startup

7 years agoSONAR-5430 Improve error handling 1343/head
Julien Lancelot [Fri, 28 Oct 2016 07:59:55 +0000 (09:59 +0200)]
SONAR-5430 Improve error handling

When a functional error is generated, the user is redirect to a page where he can see the error, and not errors in logs are generated

7 years agoSONAR-8119 improve rendering of quality gate conditions on project dashboard
Stas Vilchik [Fri, 28 Oct 2016 09:11:17 +0000 (11:11 +0200)]
SONAR-8119 improve rendering of quality gate conditions on project dashboard

 * use leak period background
 * use tooltip for the required condition
 * remove unnecessary period label for differential measures
 * display "over leak period" for non-differential measures defined on leak period

7 years agoSONAR-8119 fix period selection
Stas Vilchik [Fri, 28 Oct 2016 08:03:25 +0000 (10:03 +0200)]
SONAR-8119 fix period selection

7 years agoImprove InputFile javadoc
Duarte Meneses [Fri, 28 Oct 2016 08:12:30 +0000 (10:12 +0200)]
Improve InputFile javadoc

7 years agoSONAR-8291 display internal WS parameters only if asked
Stas Vilchik [Fri, 28 Oct 2016 07:51:45 +0000 (09:51 +0200)]
SONAR-8291 display internal WS parameters only if asked

7 years agoSONAR-8291 improve positioning of parameter badges
Stas Vilchik [Fri, 28 Oct 2016 07:45:18 +0000 (09:45 +0200)]
SONAR-8291 improve positioning of parameter badges

7 years agoupdate rating tooltips
Stas Vilchik [Fri, 28 Oct 2016 07:40:32 +0000 (09:40 +0200)]
update rating tooltips

7 years agoSONAR-8324 Fix maintainability rating tooltip
Stas Vilchik [Fri, 28 Oct 2016 07:38:30 +0000 (09:38 +0200)]
SONAR-8324 Fix maintainability rating tooltip