Commit Graph

17565 Commits

Author SHA1 Message Date
Thomas Vérin
ef358b0023 [maven-release-plugin] prepare release 5.2-RC3 2015-10-20 15:47:33 +02:00
Simon Brandhof
d66cae2cca Hack for IE - use mime type text/plain for api/qualityprofiles/create 2015-10-20 11:24:03 +02:00
Stas Vilchik
d5ca9207b1 fix quality profile deletion dialog on ie9 2015-10-20 11:18:28 +02:00
Stas Vilchik
187f501d31 SONAR-6331 add project overview page 2015-10-20 11:03:41 +02:00
Julien Lancelot
7c0b24b200 Fix some quality flaw 2015-10-20 10:59:38 +02:00
Julien Lancelot
f08e450933 SONAR-6822 Rules search WS is not returning langName
/api/rules/search?f=langName is now returning langName
/api/rules/search?f=lang does not return anymore langName
2015-10-20 10:59:38 +02:00
Julien Lancelot
be2501dc95 SONAR-6822 Move search action tests to a dedicated test class 2015-10-20 10:59:38 +02:00
Sébastien Lesaint
a9d76b1b55 SONAR-6680 RuleRepository now load all rules at first call
RuleRepository now implements a stonger contract (which is documented)
method hasKey(RuleKey) is replaced by method findByKey(RuleKey) which returns an Optional (saves using two methods in a row when Rule exists)
methods getById(int) and findById(int) added to be able to replace Views' specific RuleRepository with the one from the Compute Engine
2015-10-20 10:36:17 +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
Simon Brandhof
f5d5b16259 Fix quality flaws 2015-10-20 10:14:19 +02:00
Stas Vilchik
37d1cc6546 fix select2 closing problem in the facet sidebar 2015-10-20 09:40:01 +02:00
Jenkins CI
26817f2f1b Automatic merge from branch-5.2
* origin/branch-5.2:
  SONAR-6582 do not return module key on single-module projects
  Use doc_values on some fields of ES index issues/issue
  Improve ES request for facets resolutions, status and severities
  fix display of issues filters manage link
  correct profile comparison wording
  SONAR-6926 remove Cross Project Duplication properties declaration
2015-10-19 16:35:34 +02:00
Simon Brandhof
5ad6fee42b SONAR-6582 do not return module key on single-module projects 2015-10-19 16:33:51 +02:00
Simon Brandhof
760bbafc90 Use doc_values on some fields of ES index issues/issue
That decreases memory pressure on the aggreagation and sorting
requests involving these fields.
2015-10-19 16:31:46 +02:00
Stas Vilchik
04dd8ed3ac update ITs relying on the system info page 2015-10-19 15:24:27 +02:00
Simon Brandhof
626904d85e Improve ES request for facets resolutions, status and severities
When no values are selected, then the term aggregation should not be filtered on all possible values. This filtering
is useless and decreases performances by 20% on my 25-millions-issues instance.
2015-10-19 14:31:06 +02:00
Stas Vilchik
0ebb5790c6 fix request helper 2015-10-19 14:16:52 +02:00
Stas Vilchik
5712c5f19c fix display of issues filters manage link 2015-10-19 11:00:54 +02:00
Stas Vilchik
d756d35ae3 correct profile comparison wording 2015-10-19 10:57:16 +02:00
Sébastien Lesaint
e90b57685f SONAR-6926 remove Cross Project Duplication properties declaration
will be restored in 5.3 when Cross Project Duplication is reimplemented
2015-10-19 10:52:16 +02:00
Stas Vilchik
f8ae4195cb SONAR-6928 Rewrite the System Info page 2015-10-19 10:50:17 +02:00
Jenkins CI
f0f585d25d Automatic merge from branch-5.2
* origin/branch-5.2:
  fix reset of TreeRootHolderRule + reduce duplication
  reduce polling time of Compute Engine scheduler from 10s to 2
  add name to thread used by NotificationService
  fix duplicated SqlSessionFactory in memory
  minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc
  do not reload profile details when selecting a project, fix tooltips
  improve readability of language selection on the profiles page
  fix capitalization inconsistency of the notification dispatcher names
  fix error in JsonWriter usage description in javadoc of WebService
2015-10-19 08:01:13 +02:00
Stas Vilchik
be6bb0b97d SONAR-6928 Rewrite the System Info page 2015-10-16 18:41:43 +02:00
Sébastien Lesaint
11d92d7746 fix reset of TreeRootHolderRule + reduce duplication 2015-10-16 17:11:15 +02:00
Sébastien Lesaint
855096b62f reduce polling time of Compute Engine scheduler from 10s to 2 2015-10-16 17:11:15 +02:00
Sébastien Lesaint
1fb6d54e82 add name to thread used by NotificationService
threads created by SQ should always be named to easy investigations
2015-10-16 17:11:15 +02:00
Sébastien Lesaint
84e838af0e fix duplicated SqlSessionFactory in memory 2015-10-16 17:11:15 +02:00
Sébastien Lesaint
4b1076bb32 minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc 2015-10-16 17:10:36 +02:00
Stas Vilchik
d87dac7c73 do not reload profile details when selecting a project, fix tooltips 2015-10-16 14:40:08 +02:00
Stas Vilchik
a94b33068d improve readability of language selection on the profiles page 2015-10-16 14:40:08 +02:00
Stas Vilchik
f626585342 fix capitalization inconsistency of the notification dispatcher names 2015-10-16 14:40:08 +02:00
Sébastien Lesaint
72615bc2f2 fix error in JsonWriter usage description in javadoc of WebService 2015-10-16 13:08:08 +02:00
Jenkins CI
e1bd4555bd Automatic merge from branch-5.2
* origin/branch-5.2:
  Fix test with asynchronous logging
  SONAR-6639 do not poll what system status is ok
  add href attribute to the "Log In" link
  SONAR-6834 update background task status indicators to mix with quality gate statuses
2015-10-16 08:01:14 +02:00
Stas Vilchik
59fd5e1906 slightly improve font rendering 2015-10-15 18:59:53 +02:00
Stas Vilchik
d5c17c9247 stop using Roboto font 2015-10-15 18:35:42 +02:00
Stas Vilchik
bc9c1865f6 always show vertical scrollbar 2015-10-15 18:35:42 +02:00
Stas Vilchik
6106262342 update styles of select2 2015-10-15 18:35:42 +02:00
Teryk Bellahsene
180086c6a5 Add org.sonarqube.* to Jacoco configuration 2015-10-15 17:44:32 +02:00
Duarte Meneses
201a6d91b0 Fix test with asynchronous logging 2015-10-15 17:35:14 +02:00
Stas Vilchik
d92562837d improve gulp logging 2015-10-15 16:29:17 +02:00
Stas Vilchik
9d31dc5ddf fix forced authentication 2015-10-15 15:30:48 +02:00
Teryk Bellahsene
5600171592 Clean http dependencies in sonar-ws pom.xml 2015-10-15 14:22:25 +02:00
Stas Vilchik
05a959a9dc fix the page showing a single widget 2015-10-15 14:21:41 +02:00
Duarte Meneses
065eaa1274 Fix test with asynchronous logging 2015-10-15 14:20:45 +02:00
Stas Vilchik
7a7bc0c694 SONAR-6639 do not poll what system status is ok 2015-10-15 13:58:51 +02:00
Stas Vilchik
4e1b2d62b1 add href attribute to the "Log In" link 2015-10-15 13:53:11 +02:00
Stas Vilchik
3fc06759b0 SONAR-6834 update background task status indicators to mix with quality gate statuses 2015-10-15 13:51:08 +02:00
Teryk Bellahsene
62dd54d41a Fix quality flaws 2015-10-15 09:44:03 +02:00
Jenkins CI
77a9aece7d Automatic merge from branch-5.2
* origin/branch-5.2:
  SONAR-6652 explicit error when DB is disconnected in WS response
2015-10-15 09:18:05 +02:00
Sébastien Lesaint
cb433cccdd SONAR-6652 explicit error when DB is disconnected in WS response 2015-10-15 09:08:16 +02:00