]>
source.dussan.org Git - sonarqube.git/log
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
Julien Lancelot [Fri, 28 Oct 2016 09:46:25 +0000 (11:46 +0200)]
SONAR-5430 Load SSO settings only at startup
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
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
Stas Vilchik [Fri, 28 Oct 2016 08:03:25 +0000 (10:03 +0200)]
SONAR-8119 fix period selection
Duarte Meneses [Fri, 28 Oct 2016 08:12:30 +0000 (10:12 +0200)]
Improve InputFile javadoc
Stas Vilchik [Fri, 28 Oct 2016 07:51:45 +0000 (09:51 +0200)]
SONAR-8291 display internal WS parameters only if asked
Stas Vilchik [Fri, 28 Oct 2016 07:45:18 +0000 (09:45 +0200)]
SONAR-8291 improve positioning of parameter badges
Stas Vilchik [Fri, 28 Oct 2016 07:40:32 +0000 (09:40 +0200)]
update rating tooltips
Stas Vilchik [Fri, 28 Oct 2016 07:38:30 +0000 (09:38 +0200)]
SONAR-8324 Fix maintainability rating tooltip
Julien Lancelot [Thu, 27 Oct 2016 08:35:16 +0000 (10:35 +0200)]
SONAR-5430 User authentication by HTTP header
Stas Vilchik [Thu, 27 Oct 2016 13:44:53 +0000 (15:44 +0200)]
display colorful ratings on leak period on measures page
Stas Vilchik [Thu, 27 Oct 2016 13:27:28 +0000 (15:27 +0200)]
fix deprecation badge color on web api page
Duarte Meneses [Thu, 27 Oct 2016 10:10:31 +0000 (12:10 +0200)]
SONAR-8327 Support access input file's contents through VFS
Julien HENRY [Thu, 27 Oct 2016 13:08:07 +0000 (15:08 +0200)]
SONAR-8314 Some rework on generic test executions report
* show warning in case of use of deprecated props
* deprecate root element 'unitTest' and support 'testExecutions'
* few other minor fixes
Stas Vilchik [Thu, 27 Oct 2016 13:20:56 +0000 (15:20 +0200)]
update wording on home page
Stas Vilchik [Thu, 27 Oct 2016 12:50:44 +0000 (14:50 +0200)]
update quality gate description
Stas Vilchik [Thu, 27 Oct 2016 12:07:31 +0000 (14:07 +0200)]
improve projects search on the notifications page
require 2 characters for search, don't preload projects, increase input width
Stas Vilchik [Thu, 27 Oct 2016 11:59:18 +0000 (13:59 +0200)]
do not display global error when source viewer can't show code due to security reason
Stas Vilchik [Thu, 27 Oct 2016 11:37:55 +0000 (13:37 +0200)]
improve front end dx (#1331)
Julien HENRY [Thu, 27 Oct 2016 09:04:12 +0000 (11:04 +0200)]
SONAR-8310 Added missing deprecation warning
Julien Lancelot [Thu, 27 Oct 2016 07:48:01 +0000 (09:48 +0200)]
SONAR-8286 Fix issue message on coverage common rules
Julien Lancelot [Thu, 27 Oct 2016 08:31:16 +0000 (10:31 +0200)]
Revert "SONAR-5430 User authentication by HTTP header - WIP"
This reverts commit
59616bcca284f82727fa1c0f9da25aa66eaf3fd8 .
Julien Lancelot [Thu, 22 Sep 2016 16:13:37 +0000 (18:13 +0200)]
SONAR-5430 User authentication by HTTP header - WIP
Julien Lancelot [Thu, 27 Oct 2016 06:36:50 +0000 (08:36 +0200)]
Fix quality flaws
Julien Lancelot [Wed, 26 Oct 2016 13:56:21 +0000 (15:56 +0200)]
SONAR-8282 Deprecate overall/it coverage fields from file sources
Julien Lancelot [Wed, 26 Oct 2016 12:37:37 +0000 (14:37 +0200)]
Fix quality flaw
Julien Lancelot [Wed, 26 Oct 2016 12:13:32 +0000 (14:13 +0200)]
SONAR-8283 Add logs
Julien Lancelot [Wed, 26 Oct 2016 10:22:40 +0000 (12:22 +0200)]
SONAR-8282 Clean up code related to removal of IT/overall coverage
Julien Lancelot [Wed, 26 Oct 2016 11:35:39 +0000 (13:35 +0200)]
Fix quality flaws
Julien Lancelot [Tue, 25 Oct 2016 17:08:35 +0000 (19:08 +0200)]
SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics
Julien Lancelot [Tue, 25 Oct 2016 14:04:56 +0000 (16:04 +0200)]
SONAR-8120 Remove components list from api/measures/search
Julien Lancelot [Tue, 25 Oct 2016 13:43:48 +0000 (15:43 +0200)]
SONAR-8120 Replace component uuid by component key in measures list
Julien Lancelot [Tue, 25 Oct 2016 12:19:25 +0000 (14:19 +0200)]
SONAR-8160 WS measures/search handles permission check on several projects
Julien Lancelot [Tue, 25 Oct 2016 13:31:50 +0000 (15:31 +0200)]
SONAR-8120 Add unit tests
Julien Lancelot [Mon, 24 Oct 2016 15:53:31 +0000 (17:53 +0200)]
SONAR-8120 Remove componentIds parameter
Julien Lancelot [Tue, 25 Oct 2016 06:44:10 +0000 (08:44 +0200)]
Fix quality flaws
Julien Lancelot [Mon, 24 Oct 2016 14:50:36 +0000 (16:50 +0200)]
Re-enable upgrade tests
Julien Lancelot [Mon, 24 Oct 2016 14:21:30 +0000 (16:21 +0200)]
SONAR-8315 Make facets optional in WS api/components/search_projects
Julien Lancelot [Mon, 24 Oct 2016 13:39:26 +0000 (15:39 +0200)]
SONAR-8323 api/components/search_projects should return "sticky" facets
Teryk Bellahsene [Thu, 20 Oct 2016 16:12:41 +0000 (18:12 +0200)]
SONAR-8319 Add Quality Gate facet to WS api/components/search_projects
Julien Lancelot [Mon, 24 Oct 2016 12:31:10 +0000 (14:31 +0200)]
Exclude performance / windows jobs execution on MySQL
Julien Lancelot [Fri, 21 Oct 2016 13:32:05 +0000 (15:32 +0200)]
SONAR-8287 Hidden metrics should be allowed in project search action
Julien Lancelot [Fri, 21 Oct 2016 12:33:30 +0000 (14:33 +0200)]
Add MySQL axis in cix
Julien Lancelot [Fri, 21 Oct 2016 11:00:00 +0000 (13:00 +0200)]
SONAR-8221 Fix project measures indexing on MySQL
Replace streaming of projects by first loading all projects once, then load measures project by project
Simon Brandhof [Mon, 24 Oct 2016 09:16:42 +0000 (11:16 +0200)]
Fix minor Quality flaws
Julien HENRY [Fri, 21 Oct 2016 15:49:06 +0000 (17:49 +0200)]
SONAR-8314 Add medium tests for generic test execution report
Julien HENRY [Fri, 21 Oct 2016 15:48:09 +0000 (17:48 +0200)]
Cleanup scanner ITs
* remove Maven test suite
* rename BatchTest -> ScannerTest
Julien HENRY [Fri, 21 Oct 2016 11:42:07 +0000 (13:42 +0200)]
Cleanup PluginsTest IT
Julien HENRY [Fri, 21 Oct 2016 11:29:11 +0000 (13:29 +0200)]
SONAR-8186 Refresh default value of 'sonar.preview.excludePlugins'
Sébastien Lesaint [Fri, 21 Oct 2016 09:36:52 +0000 (11:36 +0200)]
SONAR-8176 do not fail when ES is not available in api/system/info
Sébastien Lesaint [Fri, 21 Oct 2016 07:51:09 +0000 (09:51 +0200)]
SONAR-8192 improve coverage of AlwaysIncreasingSystem2
Sébastien Lesaint [Thu, 20 Oct 2016 14:53:30 +0000 (16:53 +0200)]
SONAR-8318 api/project_links/search support null name or type
Sébastien Lesaint [Thu, 20 Oct 2016 13:08:12 +0000 (15:08 +0200)]
SONAR-8306 don't fail inserting scanner context if task is restarted