]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6587 use new api/components/search_view_components 550/head
Stas Vilchik [Thu, 1 Oct 2015 08:24:44 +0000 (10:24 +0200)]
SONAR-6587 use new api/components/search_view_components

9 years agoSONAR-6857 WS components/search search for components
Teryk Bellahsene [Wed, 30 Sep 2015 16:39:59 +0000 (18:39 +0200)]
SONAR-6857 WS components/search search for components

9 years agoSONAR-6857 Rename WS components/search -> components/search_view_components
Teryk Bellahsene [Wed, 30 Sep 2015 08:30:33 +0000 (10:30 +0200)]
SONAR-6857 Rename WS components/search -> components/search_view_components

9 years agoSONAR-6857 ComponentDao with a generic way to search for components
Teryk Bellahsene [Wed, 30 Sep 2015 14:17:20 +0000 (16:17 +0200)]
SONAR-6857 ComponentDao with a generic way to search for components

9 years agoSONAR-6781 Quality Gate Search doesn't work with _
Teryk Bellahsene [Fri, 2 Oct 2015 07:14:02 +0000 (09:14 +0200)]
SONAR-6781 Quality Gate Search doesn't work with _

9 years agoFix test
Julien HENRY [Thu, 1 Oct 2015 19:52:47 +0000 (21:52 +0200)]
Fix test

9 years agoSONAR-6888 Support "views" task 558/head
Julien HENRY [Thu, 1 Oct 2015 15:31:10 +0000 (17:31 +0200)]
SONAR-6888 Support "views" task

9 years agoImprove quality
Duarte Meneses [Thu, 1 Oct 2015 16:10:47 +0000 (18:10 +0200)]
Improve quality

9 years agoIT using sonar.profile without provisioning project
Duarte Meneses [Thu, 1 Oct 2015 16:10:31 +0000 (18:10 +0200)]
IT using sonar.profile without provisioning project

9 years agoRemove unused objects 552/head
Duarte Meneses [Wed, 30 Sep 2015 13:35:00 +0000 (15:35 +0200)]
Remove unused objects

9 years agoSONAR-6879 Don't delete cache if update fails and change strategy
Duarte Meneses [Wed, 30 Sep 2015 13:34:39 +0000 (15:34 +0200)]
SONAR-6879 Don't delete cache if update fails and change strategy

9 years agoDecouple cache invalidation criteria
Duarte Meneses [Wed, 30 Sep 2015 13:16:56 +0000 (15:16 +0200)]
Decouple cache invalidation criteria

9 years agoChange global cache strategy
Duarte Meneses [Wed, 30 Sep 2015 13:16:18 +0000 (15:16 +0200)]
Change global cache strategy

9 years agoSONAR-6749 add some overrides which take a DbSession argument 553/head
Sébastien Lesaint [Thu, 1 Oct 2015 09:05:36 +0000 (11:05 +0200)]
SONAR-6749 add some overrides which take a DbSession argument

this avoid using multiple JDBC connection in parallele in views

9 years agoSONAR-6749 add CeTaskProcessor concept to support process Views tasks
Sébastien Lesaint [Tue, 29 Sep 2015 16:51:23 +0000 (18:51 +0200)]
SONAR-6749 add CeTaskProcessor concept to support process Views tasks

9 years agoSONAR-6736 fix unrenamed tests after class has been renamed
Sébastien Lesaint [Tue, 29 Sep 2015 12:36:06 +0000 (14:36 +0200)]
SONAR-6736 fix unrenamed tests after class has been renamed

9 years agoFix call to /batch/project WS and handling of errors
Duarte Meneses [Thu, 1 Oct 2015 11:17:04 +0000 (13:17 +0200)]
Fix call to /batch/project WS and handling of errors

9 years agoFix NewIssuesEmailTemplateTest on some Windows env
Simon Brandhof [Thu, 1 Oct 2015 11:19:37 +0000 (13:19 +0200)]
Fix NewIssuesEmailTemplateTest on some Windows env

9 years agoSONAR-6397 Execute blame only on updated files 554/head
Julien HENRY [Thu, 1 Oct 2015 08:28:07 +0000 (10:28 +0200)]
SONAR-6397 Execute blame only on updated files

9 years agoImprove test
Julien HENRY [Tue, 29 Sep 2015 07:13:22 +0000 (09:13 +0200)]
Improve test

9 years agoUse sonar.profile when project is not provisioned
Duarte Meneses [Thu, 1 Oct 2015 08:50:17 +0000 (10:50 +0200)]
Use sonar.profile when project is not provisioned

9 years agoSONAR-6821 WS qualityprofiles/search handle profile name when asking for default...
Teryk Bellahsene [Thu, 1 Oct 2015 08:44:48 +0000 (10:44 +0200)]
SONAR-6821 WS qualityprofiles/search handle profile name when asking for default profiles

9 years agoTry to fix MyNewIssuesEmailTemplateTest on Windows
Simon Brandhof [Wed, 30 Sep 2015 20:22:10 +0000 (22:22 +0200)]
Try to fix MyNewIssuesEmailTemplateTest on Windows

9 years agoSONAR-6801 update title of modal windows
Stas Vilchik [Wed, 30 Sep 2015 16:19:52 +0000 (18:19 +0200)]
SONAR-6801 update title of modal windows

9 years agoSONAR-6834 use jquery datepicker
Stas Vilchik [Wed, 30 Sep 2015 15:35:42 +0000 (17:35 +0200)]
SONAR-6834 use jquery datepicker

9 years agoRemove optimization on updated at
Julien Lancelot [Wed, 30 Sep 2015 15:00:33 +0000 (17:00 +0200)]
Remove optimization on updated at

As there's no more ES index of file sources, there's no need to modify the updated at date only when binary data are updated

9 years agoAdd rule's default parameters to active rules 513/head
Duarte Meneses [Wed, 30 Sep 2015 13:42:05 +0000 (15:42 +0200)]
Add rule's default parameters to active rules

9 years agoImprove quality
Duarte Meneses [Wed, 30 Sep 2015 10:47:31 +0000 (12:47 +0200)]
Improve quality

9 years agoSONAR-6818 Split batch/project WS in several simpler WS
Duarte Meneses [Wed, 30 Sep 2015 09:54:28 +0000 (11:54 +0200)]
SONAR-6818 Split batch/project WS in several simpler WS

9 years agoFix routing for format suffix management
Teryk Bellahsene [Tue, 29 Sep 2015 15:54:42 +0000 (17:54 +0200)]
Fix routing for format suffix management

9 years agoFix revert of WS rerouting batch/* -> scanner/*
Teryk Bellahsene [Tue, 29 Sep 2015 13:50:01 +0000 (15:50 +0200)]
Fix revert of WS rerouting batch/* -> scanner/*

9 years agoDont use server version in global cache keys
Duarte Meneses [Tue, 29 Sep 2015 12:43:50 +0000 (14:43 +0200)]
Dont use server version in global cache keys

9 years agoImprove unassociated mode logs
Duarte Meneses [Tue, 29 Sep 2015 11:54:48 +0000 (13:54 +0200)]
Improve unassociated mode logs

9 years agoSet page size of active rules WS to 500
Duarte Meneses [Tue, 29 Sep 2015 11:42:32 +0000 (13:42 +0200)]
Set page size of active rules WS to 500

9 years agoSONAR-6821 WS qualityprofiles/search load project profiles when giving a module key
Teryk Bellahsene [Tue, 29 Sep 2015 09:06:23 +0000 (11:06 +0200)]
SONAR-6821 WS qualityprofiles/search load project profiles when giving a module key

9 years agoSONAR-6818 Split batch/project WS in several simpler WS
Duarte Meneses [Tue, 29 Sep 2015 07:05:19 +0000 (09:05 +0200)]
SONAR-6818 Split batch/project WS in several simpler WS

9 years agoRevert "SONAR-6864 Rename WS batch/* to scanner/*"
Teryk Bellahsene [Mon, 28 Sep 2015 12:14:35 +0000 (14:14 +0200)]
Revert "SONAR-6864 Rename WS batch/* to scanner/*"

This reverts commit a515be7cbe641e21805d9fa945bf13afc66c810c.

9 years agoSONAR-6818 Split batch/project WS in several simpler WS
Duarte Meneses [Mon, 21 Sep 2015 16:09:30 +0000 (18:09 +0200)]
SONAR-6818 Split batch/project WS in several simpler WS

9 years agoSONAR-6777 Project cache sync
Duarte Meneses [Fri, 18 Sep 2015 09:43:24 +0000 (11:43 +0200)]
SONAR-6777 Project cache sync

9 years agoImprove logging of PostJob and Sensor objects
Duarte Meneses [Wed, 16 Sep 2015 14:35:44 +0000 (16:35 +0200)]
Improve logging of PostJob and Sensor objects

9 years agoFix Messages to become a static field
Teryk Bellahsene [Fri, 25 Sep 2015 15:37:30 +0000 (17:37 +0200)]
Fix Messages to become a static field

9 years agoFix WS suffix management
Teryk Bellahsene [Tue, 22 Sep 2015 11:18:30 +0000 (13:18 +0200)]
Fix WS suffix management

9 years agoFix quality flaws
Teryk Bellahsene [Mon, 21 Sep 2015 16:28:06 +0000 (18:28 +0200)]
Fix quality flaws

9 years agoSONAR-6823 Replace preview parameter by issues_mode in WS
Teryk Bellahsene [Mon, 21 Sep 2015 16:12:11 +0000 (18:12 +0200)]
SONAR-6823 Replace preview parameter by issues_mode in WS

9 years agoFix typo in ws-scanner.proto
Teryk Bellahsene [Mon, 21 Sep 2015 16:09:39 +0000 (18:09 +0200)]
Fix typo in ws-scanner.proto

9 years agoSONAR-6865 Read 'Accept' HTTP header instead of 'Content-Type'
Teryk Bellahsene [Mon, 21 Sep 2015 15:59:46 +0000 (17:59 +0200)]
SONAR-6865 Read 'Accept' HTTP header instead of 'Content-Type'

9 years agoSONAR-6866 Handle format suffix like .protobuf in WS url
Teryk Bellahsene [Mon, 21 Sep 2015 14:56:29 +0000 (16:56 +0200)]
SONAR-6866 Handle format suffix like .protobuf in WS url

9 years agoSONAR-6864 Rename WS batch/* to scanner/*
Teryk Bellahsene [Mon, 21 Sep 2015 12:34:41 +0000 (14:34 +0200)]
SONAR-6864 Rename WS batch/* to scanner/*

9 years agoSONAR-6823 WS batch/project with protobuf and new behaviors
Teryk Bellahsene [Thu, 17 Sep 2015 08:41:56 +0000 (10:41 +0200)]
SONAR-6823 WS batch/project with protobuf and new behaviors

9 years agoRename WS api/project related classes
Teryk Bellahsene [Wed, 16 Sep 2015 16:46:50 +0000 (18:46 +0200)]
Rename WS api/project related classes

9 years agoUpdate DbTester javadoc
Teryk Bellahsene [Fri, 11 Sep 2015 09:43:09 +0000 (11:43 +0200)]
Update DbTester javadoc

9 years agoadd web tests
Stas Vilchik [Wed, 30 Sep 2015 14:22:18 +0000 (16:22 +0200)]
add web tests

9 years agoadd coverage reporting for web tests
Stas Vilchik [Wed, 30 Sep 2015 13:45:27 +0000 (15:45 +0200)]
add coverage reporting for web tests

9 years agoImprove error handling when failing to process issues
Julien Lancelot [Wed, 30 Sep 2015 14:10:26 +0000 (16:10 +0200)]
Improve error handling when failing to process issues

9 years agoFix bad commit
Simon Brandhof [Wed, 30 Sep 2015 13:50:39 +0000 (15:50 +0200)]
Fix bad commit

9 years agoFix quality flaws
Simon Brandhof [Wed, 30 Sep 2015 13:28:12 +0000 (15:28 +0200)]
Fix quality flaws

9 years agoSONAR-6801 apply feedback
Stas Vilchik [Wed, 30 Sep 2015 13:12:03 +0000 (15:12 +0200)]
SONAR-6801 apply feedback

9 years agoupdate .eslintrc
Stas Vilchik [Wed, 30 Sep 2015 12:34:49 +0000 (14:34 +0200)]
update .eslintrc

9 years agoSONAR-6160 remove annoying "the end"
Stas Vilchik [Wed, 30 Sep 2015 12:13:16 +0000 (14:13 +0200)]
SONAR-6160 remove annoying "the end"

9 years agoSONAR-6873 Ignore quality model having zero remediation cost during import
Julien Lancelot [Mon, 28 Sep 2015 15:27:35 +0000 (17:27 +0200)]
SONAR-6873 Ignore quality model having zero remediation cost during import

9 years agoSONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT
Simon Brandhof [Wed, 30 Sep 2015 09:39:34 +0000 (11:39 +0200)]
SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT

9 years agoSONAR-6886 Stop support of deprecated property sonar.jdbc.user
Simon Brandhof [Wed, 30 Sep 2015 10:17:19 +0000 (12:17 +0200)]
SONAR-6886 Stop support of deprecated property sonar.jdbc.user

9 years agokeep period when switching between project dashboards
Stas Vilchik [Wed, 30 Sep 2015 09:43:29 +0000 (11:43 +0200)]
keep period when switching between project dashboards

9 years agoimprove code quality
Stas Vilchik [Wed, 30 Sep 2015 09:13:29 +0000 (11:13 +0200)]
improve code quality

9 years agoSONAR-6870 do not add "resolved" filter if any status is selected
Stas Vilchik [Wed, 30 Sep 2015 09:12:59 +0000 (11:12 +0200)]
SONAR-6870 do not add "resolved" filter if any status is selected

9 years agoSONAR-6881 support HEAD HTTP method
Simon Brandhof [Wed, 30 Sep 2015 08:19:52 +0000 (10:19 +0200)]
SONAR-6881 support HEAD HTTP method

9 years agouse nvm to install node.js 4, add mocha tests
Stas Vilchik [Fri, 25 Sep 2015 15:08:50 +0000 (17:08 +0200)]
use nvm to install node.js 4, add mocha tests

9 years agoSONAR-6881 Disable OPTIONS, HEAD and TRACE methods of web server
Simon Brandhof [Tue, 29 Sep 2015 19:57:23 +0000 (21:57 +0200)]
SONAR-6881 Disable OPTIONS, HEAD and TRACE methods of web server

9 years agoSONAR-6863 Support Integrated Authentication for SQL Server with SonarQube installed...
Koushik Dasgupta [Tue, 29 Sep 2015 07:41:03 +0000 (13:11 +0530)]
SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube installed in Windows

Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.

9 years agoSONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context) to...
Sulabh Upadhyay [Tue, 22 Sep 2015 10:28:26 +0000 (15:58 +0530)]
SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context) to allow plugins to pass groups information to SonarQube

Addition of one more api in ExternalGroupsProvider which will pass Context as parameter .
doGetGroups(String username) is marked as deprecated

Default implementation is provided in both version of doGetGroups so that authentication plugin relying on previous version ( <5.2) and current version 5.2 do not face compact issue on the SonarQube server 5.2

Testing:
1. Unit test for ExternalGroupsProvider is added.
2. Testing of authentication plugin (e.g. LDAP) targeting SonarQube Plugin apis version < 5.2 working with SonarQube server 5.2
3. Testing of LDAP plugin with SSO changes which are tareting SonarQube plugin api version 5.2 working with SonarQube server 5.2

9 years agoSONAR-6883 Fail to create MySQL table
Simon Brandhof [Tue, 29 Sep 2015 20:48:57 +0000 (22:48 +0200)]
SONAR-6883 Fail to create MySQL table

9 years agoSONAR-6833 fix missing change
Simon Brandhof [Tue, 29 Sep 2015 19:00:30 +0000 (21:00 +0200)]
SONAR-6833 fix missing change

9 years agoSONAR-6833 requires project admin permission when componentId is set
Simon Brandhof [Tue, 29 Sep 2015 18:39:56 +0000 (20:39 +0200)]
SONAR-6833 requires project admin permission when componentId is set

9 years agoFix quality flaw
Simon Brandhof [Tue, 29 Sep 2015 18:25:53 +0000 (20:25 +0200)]
Fix quality flaw

9 years agoSONAR-6882 Order conditions of a quality gate by metric name
Stas Vilchik [Tue, 29 Sep 2015 15:47:20 +0000 (17:47 +0200)]
SONAR-6882 Order conditions of a quality gate by metric name

9 years agoensure textRange for every issue
Stas Vilchik [Tue, 29 Sep 2015 15:14:44 +0000 (17:14 +0200)]
ensure textRange for every issue

9 years agoapply feedback for login page
Stas Vilchik [Tue, 29 Sep 2015 15:00:15 +0000 (17:00 +0200)]
apply feedback for login page

9 years agoSONAR-6835 Log scanner context when processing Compute Engine task
Simon Brandhof [Mon, 28 Sep 2015 22:00:36 +0000 (00:00 +0200)]
SONAR-6835 Log scanner context when processing Compute Engine task

9 years agofix loader options for web tests
Stas Vilchik [Tue, 29 Sep 2015 13:29:28 +0000 (15:29 +0200)]
fix loader options for web tests

9 years agofix position of icon in the workspace window
Stas Vilchik [Tue, 29 Sep 2015 13:24:15 +0000 (15:24 +0200)]
fix position of icon in the workspace window

9 years agomigrate js components to es2015 modules
Stas Vilchik [Tue, 29 Sep 2015 13:22:40 +0000 (15:22 +0200)]
migrate js components to es2015 modules

9 years agomove js libs
Stas Vilchik [Tue, 29 Sep 2015 12:37:48 +0000 (14:37 +0200)]
move js libs

9 years agoupdate description of "createdAt" parameter of api/issues/search
Stas Vilchik [Tue, 29 Sep 2015 12:28:26 +0000 (14:28 +0200)]
update description of "createdAt" parameter of api/issues/search

9 years agoSONAR-6877 SONAR-6878 Fix XSS
Stas Vilchik [Tue, 29 Sep 2015 12:01:50 +0000 (14:01 +0200)]
SONAR-6877 SONAR-6878 Fix XSS

9 years agoSONAR-6547 Improve log message
Julien Lancelot [Tue, 29 Sep 2015 11:42:37 +0000 (13:42 +0200)]
SONAR-6547 Improve log message

9 years agosanitize web tests
Stas Vilchik [Tue, 29 Sep 2015 09:35:18 +0000 (11:35 +0200)]
sanitize web tests

9 years agoFix Disabling of IT category "plugins" on pull requests
Simon Brandhof [Tue, 29 Sep 2015 09:46:24 +0000 (11:46 +0200)]
Fix Disabling of IT category "plugins" on pull requests

9 years agoSONAR-5770 Improve api/ce/component
Simon Brandhof [Mon, 28 Sep 2015 14:40:42 +0000 (16:40 +0200)]
SONAR-5770 Improve api/ce/component

- renamed from api/ce/project
- parameter componentId supports non-projects -> returns empty results instead of raising 403

9 years agoSONAR-6630 delete logs related to old reports
Simon Brandhof [Mon, 28 Sep 2015 21:28:06 +0000 (23:28 +0200)]
SONAR-6630 delete logs related to old reports

9 years agoAdd to sonar.log the beginning and end of CE tasks
Simon Brandhof [Mon, 28 Sep 2015 13:37:17 +0000 (15:37 +0200)]
Add to sonar.log the beginning and end of CE tasks

9 years agodo not use "f" parameter of api/issues/search
Stas Vilchik [Tue, 29 Sep 2015 08:55:27 +0000 (10:55 +0200)]
do not use "f" parameter of api/issues/search

9 years agoSONAR-6870 Issues Page should show unresolved issues by default
Stas Vilchik [Tue, 29 Sep 2015 07:59:24 +0000 (09:59 +0200)]
SONAR-6870 Issues Page should show unresolved issues by default

9 years agoSONAR-6854 WS permissions/template_groups fix queries for Oracle
Teryk Bellahsene [Tue, 29 Sep 2015 07:33:59 +0000 (09:33 +0200)]
SONAR-6854 WS permissions/template_groups fix queries for Oracle

9 years agoSONAR-6840 apply feedback
Stas Vilchik [Tue, 29 Sep 2015 07:27:33 +0000 (09:27 +0200)]
SONAR-6840 apply feedback

9 years agoSource code should only be read from the report 542/head
Julien Lancelot [Mon, 28 Sep 2015 12:06:28 +0000 (14:06 +0200)]
Source code should only be read from the report

Revert of SONAR-6843

9 years agoSONAR-6332 Prevent provisioning projects with same key on MySQL 539/head
Julien Lancelot [Fri, 25 Sep 2015 15:19:28 +0000 (17:19 +0200)]
SONAR-6332 Prevent provisioning projects with same key on MySQL

9 years agoAllow to change property sonar.ce.maxLogsPerTask without restarting server
Simon Brandhof [Mon, 28 Sep 2015 14:58:19 +0000 (16:58 +0200)]
Allow to change property sonar.ce.maxLogsPerTask without restarting server

9 years agosanitize sonar-web
Stas Vilchik [Mon, 28 Sep 2015 17:19:46 +0000 (19:19 +0200)]
sanitize sonar-web

9 years agoFix quality flaws
Julien Lancelot [Mon, 28 Sep 2015 14:44:57 +0000 (16:44 +0200)]
Fix quality flaws

9 years agoSONAR-6801 rewrite the permission templates page 497/head
Stas Vilchik [Mon, 14 Sep 2015 11:45:40 +0000 (13:45 +0200)]
SONAR-6801 rewrite the permission templates page