Commit Graph

209 Commits

Author SHA1 Message Date
Julien Lancelot
776130ebe8 SONAR-6355 Period 1 is now the leak period
Period 1 is renamed 'Leak Period' and set to 'since previous version'
Period 2 is now set to 'since previous analyis'
Period 3 is now set to 'over 30 days'
2015-10-30 11:25:29 +01:00
Simon Brandhof
1f27cc9f4a Merge remote-tracking branch 'origin/branch-5.2' 2015-10-30 09:21:54 +01:00
Evgeny Mandrikov
d7d20c58c7 Execute Protocol Buffer compiler during build
Dependency for compiler selected based on platform. Supported platforms
are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid
duplication.

This also makes version of compiler consistent with version of library.
Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are
3.0.0-beta-1. And removes all existing auto generated files and scripts
for their creation as well as their traces (such as comments and
exclusions for SonarQube).
2015-10-29 16:12:28 +01:00
Simon Brandhof
fd1bf09182 Do not deploy internal artifacts to maven central repo 2015-10-29 16:06:31 +01:00
Julien Lancelot
969ebd8714 SONAR-6356 Always feed the 'since previous version' period
Since previous version period use the first snapshot when no previous version exist
2015-10-29 12:22:53 +01:00
Julien Lancelot
03d4cb1c2a Refactor Periods to increase coverage 2015-10-29 12:22:52 +01:00
Julien Lancelot
6382b0d363 Remove no more used SQL query 2015-10-29 12:22:51 +01:00
Thomas Vérin
fb4a61ba22 [maven-release-plugin] prepare for next development iteration 2015-10-27 14:46:02 +01:00
Thomas Vérin
b6dbbdaaf2 [maven-release-plugin] prepare release 5.2-RC4 2015-10-27 14:46:01 +01:00
Jenkins CI
4a148c6971 Automatic merge from branch-5.2
* origin/branch-5.2:
  SONAR-6834 Purge CE_ACTIVITY when deleting a project
  SONAR-5876 Add l10n info for the metric
  SONAR-6414 Indexing tests should update updatedAt field
  SONAR-6824 Use SCM Info repo
  SONAR-5794 Send notification step should not use batch repo to get project name
2015-10-27 12:11:10 +01:00
Julien Lancelot
a4774e7d5a SONAR-6834 Purge CE_ACTIVITY when deleting a project 2015-10-27 12:07:04 +01:00
Jenkins CI
df2b95020a Automatic merge from branch-5.2
* origin/branch-5.2:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.2-RC3
  Hack for IE - use mime type text/plain for api/qualityprofiles/create
  fix quality profile deletion dialog on ie9
  Fix some quality flaw
  SONAR-6822 Rules search WS is not returning langName
  SONAR-6822 Move search action tests to a dedicated test class
  SONAR-6680 RuleRepository now load all rules at first call
  SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepository
  Fix quality flaws
  fix select2 closing problem in the facet sidebar
2015-10-21 08:01:17 +02:00
Thomas Vérin
5945ad454b [maven-release-plugin] prepare for next development iteration 2015-10-20 15:47:34 +02:00
Thomas Vérin
ef358b0023 [maven-release-plugin] prepare release 5.2-RC3 2015-10-20 15:47:33 +02:00
Sébastien Lesaint
7b7e95604f SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepository 2015-10-20 10:36:17 +02:00
Thomas Vérin
5454b43be7 Upgrade version to 5.3-SNAPSHOT 2015-10-13 13:54:26 +02:00
Thomas Vérin
bc488dae24 [maven-release-plugin] prepare for next development iteration 2015-10-13 12:06:23 +02:00
Thomas Vérin
3d2b3bbd08 [maven-release-plugin] prepare release 5.2-RC2 2015-10-13 12:06:23 +02:00
Thomas Vérin
448f166e5f [maven-release-plugin] prepare for next development iteration 2015-10-12 17:58:42 +02:00
Thomas Vérin
d5dd7720eb [maven-release-plugin] prepare release 5.2-RC1 2015-10-12 17:58:42 +02:00
Julien Lancelot
4a2da6ecf4 Fix typo 2015-10-12 10:27:18 +02:00
Julien Lancelot
3f20a128d9 SONAR-6915 Change type of character columns of ISSUES table on MsSQL
Type of following columns are updtated to NVARCHAR on MsSQL :
ISSUES.TAGS
ISSUES.COMPONENT_UUID
ISSUES.PROJECT_UUID
2015-10-12 10:12:51 +02:00
Simon Brandhof
14518156f2 Replace VARCHAR by NVARCHAR on MsSQL 2015-10-12 08:12:55 +02:00
Simon Brandhof
e2517f4266 Replace groupIds org.codehaus by org.sonarsource 2015-10-09 16:41:29 +02:00
Simon Brandhof
f9a7660fc3 SONAR-6830 ability to change level of SQL logs on the fly 2015-10-06 15:02:48 +02:00
Julien Lancelot
6e12b78d53 Fix quality flaws 2015-10-06 12:41:53 +02:00
Teryk Bellahsene
81c45e4bca Improve coverage of ComponentQuery 2015-10-06 11:43:47 +02:00
Teryk Bellahsene
790ce0a67f SONAR-6854 WS permissions/template_group do not return anyone if admin permission 2015-10-06 10:18:38 +02:00
Julien Lancelot
a3caa98f84 SONAR-6397 Do not read SCM info from db on first analysis 2015-10-05 15:39:00 +02:00
Teryk Bellahsene
d2a19c82b2 WS of permission domain are compatible with Views and Developer Cockpit 2015-10-02 16:36:56 +02:00
Julien Lancelot
a2a92b33b6 Add selectComponentsByQualifiers 2015-10-02 16:06:32 +02:00
Julien Lancelot
1494dac227 Improve deletion of project to deal with subviews/tech projects 2015-10-02 16:06:01 +02:00
Teryk Bellahsene
2b702eaff6 SONAR-6857 Fix escaping in a like query 2015-10-02 14:56:02 +02:00
Sébastien Lesaint
4b7f9388c6 SONAR-6397 persist latest revision of file to DB 2015-10-02 11:48:28 +02:00
Simon Brandhof
744cc2a6cc SONAR-6834 filter components by name in api/ce/activity 2015-10-02 10:24:16 +02:00
Teryk Bellahsene
c1f0d8fa79 SONAR-6857 Rename WS components/search -> components/search_view_components 2015-10-02 09:23:01 +02:00
Teryk Bellahsene
4e337f119d SONAR-6857 ComponentDao with a generic way to search for components 2015-10-02 09:23:01 +02:00
Teryk Bellahsene
770be1eac1 SONAR-6781 Quality Gate Search doesn't work with _ 2015-10-02 09:14:02 +02:00
Teryk Bellahsene
5af4d8ed1f SONAR-6823 WS batch/project with protobuf and new behaviors 2015-09-30 16:27:12 +02:00
Teryk Bellahsene
bf4defa4e8 Update DbTester javadoc 2015-09-30 16:27:11 +02:00
Simon Brandhof
a4d652253d SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT 2015-09-30 13:05:46 +02:00
Simon Brandhof
7a9d22a005 SONAR-6886 Stop support of deprecated property sonar.jdbc.user 2015-09-30 12:17:19 +02:00
Koushik Dasgupta
0c48fce81f 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.
2015-09-29 23:34:04 +02:00
Simon Brandhof
96ab2f7679 SONAR-6630 delete logs related to old reports 2015-09-29 11:31:42 +02:00
Teryk Bellahsene
1b4952702e SONAR-6854 WS permissions/template_groups fix queries for Oracle 2015-09-29 09:34:05 +02:00
Julien Lancelot
99374f79d0 SONAR-6332 Prevent provisioning projects with same key on MySQL 2015-09-29 08:39:14 +02:00
Teryk Bellahsene
2634b3b9ed SONAR-6854 WS permissions/template_groups search for groups in a specific permission template for a given permission 2015-09-28 16:35:02 +02:00
Teryk Bellahsene
b69446d9a9 SONAR-6853 WS permissions/template_users list users of one template and permission 2015-09-28 16:35:01 +02:00
Teryk Bellahsene
f16b567262 Remove business classes in permission domain
- GroupWithPermissionQueryResult
- UserWithPermissionQueryResult
- UserWithPermission
- GroupWithPermission
2015-09-28 16:35:00 +02:00
Teryk Bellahsene
180c695839 Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDto 2015-09-28 16:34:54 +02:00