]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Thu, 10 Nov 2016 08:38:55 +0000 (09:38 +0100)]
SONAR-8377 Remove useless IT code on issue filters
Julien Lancelot [Wed, 9 Nov 2016 18:26:39 +0000 (19:26 +0100)]
SONAR-8377 Drop issue filters tables
Julien Lancelot [Wed, 9 Nov 2016 18:16:12 +0000 (19:16 +0100)]
SONAR-8377 Remove issue filters dao
Julien Lancelot [Thu, 10 Nov 2016 07:30:05 +0000 (08:30 +0100)]
SONAR-8377 Remove WS / startup registration on issue filters
Julien Lancelot [Wed, 9 Nov 2016 16:23:19 +0000 (17:23 +0100)]
SONAR-8377 Remove some code related to issue filters in rails
Stas Vilchik [Thu, 10 Nov 2016 08:52:23 +0000 (09:52 +0100)]
SONAR-8248 Fix SSF-51 Item 2 (#1376)
Stas Vilchik [Thu, 10 Nov 2016 08:39:43 +0000 (09:39 +0100)]
fix issues bulk change
Julien Lancelot [Thu, 10 Nov 2016 07:48:45 +0000 (08:48 +0100)]
Restore url_for_static method because it's used by Governance plugin
Simon Brandhof [Wed, 9 Nov 2016 14:15:32 +0000 (15:15 +0100)]
SONAR-8352 add the scanner properties sonar.analysis.* to payload
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
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.
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.
Simon Brandhof [Mon, 7 Nov 2016 21:59:22 +0000 (22:59 +0100)]
SONAR-8351 Clean-up AppTest
Julien Lancelot [Wed, 9 Nov 2016 17:26:51 +0000 (18:26 +0100)]
SONAR-8354 Complete javadoc on deprecated class related to dashboards
Julien Lancelot [Wed, 9 Nov 2016 17:20:57 +0000 (18:20 +0100)]
Improve stability of IssueSearch#redirect_to_search_url_after_wrong_login
Julien Lancelot [Wed, 9 Nov 2016 17:18:07 +0000 (18:18 +0100)]
SONAR-8355 Fix IT using all_projects page
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
Julien Lancelot [Tue, 8 Nov 2016 14:37:48 +0000 (15:37 +0100)]
SONAR-8355 Fix IT using /all_projects page
Julien Lancelot [Tue, 8 Nov 2016 14:20:13 +0000 (15:20 +0100)]
SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"
Julien Lancelot [Tue, 8 Nov 2016 14:11:13 +0000 (15:11 +0100)]
SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API
Julien Lancelot [Tue, 8 Nov 2016 13:46:07 +0000 (14:46 +0100)]
SONAR-8355 Remove measure filters Dao
Julien Lancelot [Tue, 8 Nov 2016 11:41:25 +0000 (12:41 +0100)]
SONAR-8355 Remove rails code related to measure filters
Julien Lancelot [Mon, 7 Nov 2016 15:47:19 +0000 (16:47 +0100)]
SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_properties"
Julien Lancelot [Mon, 7 Nov 2016 14:54:16 +0000 (15:54 +0100)]
SONAR-8354 Remove dao related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:53:48 +0000 (15:53 +0100)]
SONAR-8354 Remove dashboards from api/navigation/global WS
Julien Lancelot [Mon, 7 Nov 2016 14:27:02 +0000 (15:27 +0100)]
SONAR-8354 Remove dashboards startup registration
Julien Lancelot [Mon, 7 Nov 2016 14:23:03 +0000 (15:23 +0100)]
SONAR-8354 Remove ITs related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:22:50 +0000 (15:22 +0100)]
SONAR-8354 Deprecate API related to dashboards
Julien Lancelot [Mon, 7 Nov 2016 14:22:29 +0000 (15:22 +0100)]
SONAR-8354 Remove widgets
Julien Lancelot [Mon, 7 Nov 2016 14:20:16 +0000 (15:20 +0100)]
SONAR-8354 Clean rails code related to dashboards
Stas Vilchik [Tue, 8 Nov 2016 15:41:37 +0000 (16:41 +0100)]
redirect from /issues/search to /issues
Stas Vilchik [Tue, 8 Nov 2016 15:27:54 +0000 (16:27 +0100)]
SONAR-8376 Do not display issue filters and drop management page
Stas Vilchik [Wed, 9 Nov 2016 15:17:09 +0000 (16:17 +0100)]
SONAR-8119 apply feedback
Julien Lancelot [Wed, 9 Nov 2016 10:43:33 +0000 (11:43 +0100)]
SONAR-8379 Sort issues by date in api/issues/search
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
Stas Vilchik [Wed, 9 Nov 2016 09:48:47 +0000 (10:48 +0100)]
move sidebar to the left
Stas Vilchik [Wed, 9 Nov 2016 09:04:13 +0000 (10:04 +0100)]
SONAR-8360 Add favorite projects filter
Stas Vilchik [Wed, 9 Nov 2016 08:41:59 +0000 (09:41 +0100)]
SONAR-8362 Display information of favorite projects
Stas Vilchik [Fri, 4 Nov 2016 15:33:54 +0000 (16:33 +0100)]
delete widgets/ and dashboard/
Stas Vilchik [Fri, 4 Nov 2016 15:49:07 +0000 (16:49 +0100)]
disable eslint loader on fast build
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
Simon Brandhof [Wed, 9 Nov 2016 10:55:56 +0000 (11:55 +0100)]
Fix some Quality flaws about nullability of variables
Duarte Meneses [Wed, 9 Nov 2016 08:43:06 +0000 (09:43 +0100)]
Improve quality
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
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
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
Teryk Bellahsene [Tue, 8 Nov 2016 16:22:46 +0000 (17:22 +0100)]
SONAR-8361 WS api/components/search_projects return isFavorite
Teryk Bellahsene [Mon, 7 Nov 2016 16:40:32 +0000 (17:40 +0100)]
SONAR-8288 WS api/measures/search_projects DSL handle isFavorite
Julien Lancelot [Tue, 8 Nov 2016 16:22:46 +0000 (17:22 +0100)]
SONAR-8120 Fix project names to stabilize UT
Julien HENRY [Tue, 8 Nov 2016 15:46:36 +0000 (16:46 +0100)]
Fix quality flaws
Julien Lancelot [Tue, 8 Nov 2016 13:16:59 +0000 (14:16 +0100)]
Fix quality flaws
Stas Vilchik [Tue, 8 Nov 2016 12:51:24 +0000 (13:51 +0100)]
fix quality flaws
Stas Vilchik [Tue, 8 Nov 2016 12:08:43 +0000 (13:08 +0100)]
SONAR-8300 change wording
Julien Lancelot [Fri, 4 Nov 2016 16:50:32 +0000 (17:50 +0100)]
SONAR-8089 Cleanup ComponentTreeQuery
Julien Lancelot [Fri, 4 Nov 2016 15:15:12 +0000 (16:15 +0100)]
SONAR-8089 Load all measures at once
Julien Lancelot [Fri, 4 Nov 2016 14:05:13 +0000 (15:05 +0100)]
SONAR-8089 Create new MeasureDao#selectTreeByQuery
Julien Lancelot [Fri, 4 Nov 2016 10:28:44 +0000 (11:28 +0100)]
SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants
Stas Vilchik [Mon, 7 Nov 2016 15:13:36 +0000 (16:13 +0100)]
SONAR-8300 display special message when use has no favorite projects
Stas Vilchik [Mon, 7 Nov 2016 14:48:53 +0000 (15:48 +0100)]
SONAR-8300 add ITs
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)
Stas Vilchik [Mon, 7 Nov 2016 13:18:07 +0000 (14:18 +0100)]
fix profiles comparison
Stas Vilchik [Fri, 4 Nov 2016 13:31:27 +0000 (14:31 +0100)]
open projects page by default (#1358)
Stas Vilchik [Fri, 4 Nov 2016 12:22:14 +0000 (13:22 +0100)]
SONAR-8300 reverse option of quality gate facet
Stas Vilchik [Fri, 4 Nov 2016 10:36:54 +0000 (11:36 +0100)]
SONAR-8300 Create new "Projects" page [5th iteration] (#1357)
Stas Vilchik [Fri, 4 Nov 2016 08:59:58 +0000 (09:59 +0100)]
extend the main js app (#1345)
Stas Vilchik [Fri, 4 Nov 2016 08:09:42 +0000 (09:09 +0100)]
display webpack build duration
Stas Vilchik [Thu, 3 Nov 2016 15:15:50 +0000 (16:15 +0100)]
SONAR-8300 open favorite projects for authenticated users
Stas Vilchik [Thu, 3 Nov 2016 15:04:56 +0000 (16:04 +0100)]
SONAR-8300 open all facets
Stas Vilchik [Thu, 3 Nov 2016 14:33:10 +0000 (15:33 +0100)]
SONAR-8300 mute unselected facet options
Stas Vilchik [Thu, 3 Nov 2016 14:18:49 +0000 (15:18 +0100)]
SONAR-8300 display cumulative facets
Stas Vilchik [Thu, 3 Nov 2016 12:37:11 +0000 (13:37 +0100)]
SONAR-8300 display facet histogram
Stas Vilchik [Thu, 3 Nov 2016 12:17:50 +0000 (13:17 +0100)]
SONAR-8300 add labels
Stas Vilchik [Thu, 3 Nov 2016 10:02:59 +0000 (11:02 +0100)]
SONAR-8300 change layout
Julien Lancelot [Fri, 4 Nov 2016 06:53:17 +0000 (07:53 +0100)]
SONAR-8325 Restore selectByQuery with handler
Julien Lancelot [Fri, 4 Nov 2016 06:43:43 +0000 (07:43 +0100)]
SONAR-6912 Fix unit test by adding missing execute()
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
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
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
Simon Brandhof [Thu, 3 Nov 2016 17:01:05 +0000 (18:01 +0100)]
SONAR-8255 require admin permission on related organization
Stas Vilchik [Thu, 3 Nov 2016 16:34:38 +0000 (17:34 +0100)]
drop global dashboards and measures from ui (#1353)
Julien Lancelot [Thu, 3 Nov 2016 15:11:34 +0000 (16:11 +0100)]
SONAR-8325 Fix bad imports in MeasureMapper#selectByQuery
Julien Lancelot [Thu, 3 Nov 2016 14:07:44 +0000 (15:07 +0100)]
SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility
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)
Julien Lancelot [Thu, 3 Nov 2016 13:33:23 +0000 (14:33 +0100)]
SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a set
Julien Lancelot [Wed, 2 Nov 2016 11:00:05 +0000 (12:00 +0100)]
SONAR-8120 api/measures/search now accepts only project keys
Simon Brandhof [Wed, 2 Nov 2016 16:01:24 +0000 (17:01 +0100)]
SONAR-8260 fix conflict between project and org parameters
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
Nicolas Bontoux [Wed, 26 Oct 2016 10:17:04 +0000 (12:17 +0200)]
Fix maths in sonar.properties
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
Stas Vilchik [Tue, 1 Nov 2016 16:42:17 +0000 (17:42 +0100)]
SONAR-8300 adjust layout
Stas Vilchik [Tue, 1 Nov 2016 13:58:49 +0000 (14:58 +0100)]
SONAR-8300 display favorite projects
Stas Vilchik [Tue, 1 Nov 2016 10:25:36 +0000 (11:25 +0100)]
SONAR-8300 unselect active option on click
Stas Vilchik [Tue, 1 Nov 2016 16:53:07 +0000 (17:53 +0100)]
fix loading more code
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)
Stas Vilchik [Tue, 1 Nov 2016 09:23:36 +0000 (10:23 +0100)]
SONAR-8330 Drop the word "Unit" from code viewer
Stas Vilchik [Tue, 1 Nov 2016 09:11:36 +0000 (10:11 +0100)]
SONAR-8237 Web UI is not working correctly on Edge
Stas Vilchik [Mon, 31 Oct 2016 17:10:28 +0000 (18:10 +0100)]
add boxed group animation
Stas Vilchik [Mon, 31 Oct 2016 16:05:11 +0000 (17:05 +0100)]
SONAR-8300 Create new "Projects" page [second iteration] (#1347)
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
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