]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoMerge branch 'master' of https://github.com/skitt/sonarqube into skitt-master
Simon Brandhof [Tue, 16 Dec 2014 20:45:05 +0000 (21:45 +0100)]
Merge branch 'master' of https://github.com/skitt/sonarqube into skitt-master

9 years agoPrepare removal of BaseIndex from IssueIndex
Simon Brandhof [Tue, 16 Dec 2014 20:43:22 +0000 (21:43 +0100)]
Prepare removal of BaseIndex from IssueIndex

9 years agoAllow to declare doc_values fields in Elasticsearch
Simon Brandhof [Tue, 16 Dec 2014 19:27:20 +0000 (20:27 +0100)]
Allow to declare doc_values fields in Elasticsearch

9 years agoSONAR-5824 upgrade to elasticsearch 1.4.1
Simon Brandhof [Tue, 16 Dec 2014 19:26:58 +0000 (20:26 +0100)]
SONAR-5824 upgrade to elasticsearch 1.4.1

9 years agoSpecify data types on inserts into project_measures 47/head
Stephen Kitt [Tue, 16 Dec 2014 18:49:51 +0000 (19:49 +0100)]
Specify data types on inserts into project_measures

At least when using Oracle databases, projects with large volumes of
updates (over a million inserts per hour) see lots of cursor
contention, accounting for up to 40% of the database's activity (after
adjusting the shared pool size appropriately). This is due to the
presence of null values where the database can't determine the data
type, and therefore has to try different variants of the statement.

Specifying the data types on the non-blob columns avoids the type
uncertainty, and solves the cursor contention.

Signed-off-by: Stephen Kitt <steve@sk2.org>
9 years agoSONAR-5934 Simple User Creation WS
Julien Lancelot [Tue, 16 Dec 2014 17:40:08 +0000 (18:40 +0100)]
SONAR-5934 Simple User Creation WS

9 years agoFix enforcer rule for java 7
Simon Brandhof [Tue, 16 Dec 2014 17:19:17 +0000 (18:19 +0100)]
Fix enforcer rule for java 7

9 years agoAdjust ES benchmark assertions
Simon Brandhof [Tue, 16 Dec 2014 15:46:17 +0000 (16:46 +0100)]
Adjust ES benchmark assertions

9 years agoSONAR-5934 Create Java user service to create a user
Julien Lancelot [Tue, 16 Dec 2014 08:36:37 +0000 (09:36 +0100)]
SONAR-5934 Create Java user service to create a user

9 years agoApply feedback from code review
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 15:50:11 +0000 (16:50 +0100)]
Apply feedback from code review

9 years agoSONAR-5935 Move management of tags one class higher, handle network slowness/errors
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 15:37:11 +0000 (16:37 +0100)]
SONAR-5935 Move management of tags one class higher, handle network slowness/errors

9 years agoSONAR-3499 Update issue tags UI
Stas Vilchik [Tue, 16 Dec 2014 15:26:06 +0000 (16:26 +0100)]
SONAR-3499 Update issue tags UI

9 years agoSONAR-5884 Use rules search to get manual rules
Stas Vilchik [Tue, 16 Dec 2014 14:53:02 +0000 (15:53 +0100)]
SONAR-5884 Use rules search to get manual rules

9 years agoSONAR-5884 Add component name to the measures window
Stas Vilchik [Tue, 16 Dec 2014 14:34:49 +0000 (15:34 +0100)]
SONAR-5884 Add component name to the measures window

9 years agoSONAR-5901 Allow bulk removal of tags from UI
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 14:48:03 +0000 (15:48 +0100)]
SONAR-5901 Allow bulk removal of tags from UI

9 years agoSONAR-5901 Refactor issue bulk change tags actions
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 14:26:14 +0000 (15:26 +0100)]
SONAR-5901 Refactor issue bulk change tags actions

9 years agoSONAR-5901 Add Java implementation of bulk tag removal
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 14:17:53 +0000 (15:17 +0100)]
SONAR-5901 Add Java implementation of bulk tag removal

9 years agoAffine assertions of indexing benchmarks
Simon Brandhof [Tue, 16 Dec 2014 14:49:16 +0000 (15:49 +0100)]
Affine assertions of indexing benchmarks

9 years agoSONAR-5917 upgrade JDBC drivers
Simon Brandhof [Tue, 16 Dec 2014 14:20:01 +0000 (15:20 +0100)]
SONAR-5917 upgrade JDBC drivers

9 years agoSONAR-5706 move to Java 7 codebase
Simon Brandhof [Tue, 16 Dec 2014 14:18:48 +0000 (15:18 +0100)]
SONAR-5706 move to Java 7 codebase

9 years agoSimplify the building of sorting criteria of ES requests
Simon Brandhof [Tue, 16 Dec 2014 14:03:01 +0000 (15:03 +0100)]
Simplify the building of sorting criteria of ES requests

9 years agoAutomatic close of ResultSetIterator when reaching last element
Simon Brandhof [Mon, 15 Dec 2014 12:56:08 +0000 (13:56 +0100)]
Automatic close of ResultSetIterator when reaching last element

9 years agoImprove ResultSetIterator to correctly follow Iterator specification
Simon Brandhof [Mon, 15 Dec 2014 08:35:27 +0000 (09:35 +0100)]
Improve ResultSetIterator to correctly follow Iterator specification

next() must throw NoSuchElementException

9 years agoSONAR-5901 Allow to bulk add tags on issues from UI
Jean-Baptiste Lievremont [Tue, 16 Dec 2014 13:55:47 +0000 (14:55 +0100)]
SONAR-5901 Allow to bulk add tags on issues from UI

9 years agoRemove DigestReportStep from Computation steps as it throw an NPE in some cases
Julien Lancelot [Tue, 16 Dec 2014 13:10:33 +0000 (14:10 +0100)]
Remove DigestReportStep from Computation steps as it throw an NPE in some cases

9 years agoSONAR-5884 Finish measures window
Stas Vilchik [Tue, 16 Dec 2014 12:25:55 +0000 (13:25 +0100)]
SONAR-5884 Finish measures window

9 years agoSONAR-5901 Start add_tags bulk action on issues
Jean-Baptiste Lievremont [Mon, 15 Dec 2014 16:20:06 +0000 (17:20 +0100)]
SONAR-5901 Start add_tags bulk action on issues

9 years agoSONAR-5935 Implement tag edition on issues
Jean-Baptiste Lievremont [Mon, 15 Dec 2014 11:03:30 +0000 (12:03 +0100)]
SONAR-5935 Implement tag edition on issues

9 years agoSONAR-5935 Show tags in Issues page
Jean-Baptiste Lievremont [Fri, 12 Dec 2014 16:33:18 +0000 (17:33 +0100)]
SONAR-5935 Show tags in Issues page

9 years agoSONAR-5939 delete report folder at the end of the analysis - disabled at the moment
Teryk Bellahsene [Mon, 15 Dec 2014 16:01:26 +0000 (17:01 +0100)]
SONAR-5939 delete report folder at the end of the analysis - disabled at the moment

9 years agoSONAR-5910 refactoring to add a ComputeEngineContext with decompressed report directory
Teryk Bellahsene [Mon, 15 Dec 2014 14:39:55 +0000 (15:39 +0100)]
SONAR-5910 refactoring to add a ComputeEngineContext with decompressed report directory

9 years agoSONAR-5910 create digest report step & delete unused experimental mode
Teryk Bellahsene [Mon, 15 Dec 2014 11:26:16 +0000 (12:26 +0100)]
SONAR-5910 create digest report step & delete unused experimental mode

9 years agoSONAR-5910 unzip analysis report
Teryk Bellahsene [Fri, 12 Dec 2014 16:40:06 +0000 (17:40 +0100)]
SONAR-5910 unzip analysis report

9 years agoSONAR-5910 change report data from clob to blob
Teryk Bellahsene [Fri, 12 Dec 2014 12:59:29 +0000 (13:59 +0100)]
SONAR-5910 change report data from clob to blob

9 years agoFix web MTs
Stas Vilchik [Tue, 16 Dec 2014 08:02:11 +0000 (09:02 +0100)]
Fix web MTs

9 years agoSONAR-5905 Fix issue when using an external authentication
Julien Lancelot [Mon, 15 Dec 2014 12:56:30 +0000 (13:56 +0100)]
SONAR-5905 Fix issue when using an external authentication

9 years agoRevert "Revert "SONAR-5905 Index Users in E/S""
Julien Lancelot [Mon, 15 Dec 2014 12:54:01 +0000 (13:54 +0100)]
Revert "Revert "SONAR-5905 Index Users in E/S""

This reverts commit 7f1704b6ed4357e2b5b67a0e6677bc951211c6d1.

9 years agoSONAR-5918 Fix issue when upgrading from previous version, having login with remember...
Julien Lancelot [Fri, 12 Dec 2014 15:34:52 +0000 (16:34 +0100)]
SONAR-5918 Fix issue when upgrading from previous version, having login with remember me settings

9 years agoSONAR-5924 When deactivating a user, the UPDATED_AT column is not updated
Julien Lancelot [Thu, 11 Dec 2014 17:02:52 +0000 (18:02 +0100)]
SONAR-5924 When deactivating a user, the UPDATED_AT column is not updated

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Tue, 16 Dec 2014 07:01:05 +0000 (08:01 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Readd the assembly configuration since zip file has incorrect mode
  SONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating
  Remove useless Elasticsearch Marvel settings
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.0-RC2

9 years agoImprove SearchServerTest to prepare upgrade to ES 1.4
Simon Brandhof [Mon, 15 Dec 2014 20:59:49 +0000 (21:59 +0100)]
Improve SearchServerTest to prepare upgrade to ES 1.4

9 years agoReadd the assembly configuration since zip file has incorrect mode
Eric Hartmann [Mon, 15 Dec 2014 17:41:58 +0000 (18:41 +0100)]
Readd the assembly configuration since zip file has incorrect mode

9 years agoReadd the assembly configuration since zip file has incorrect mode
Eric Hartmann [Mon, 15 Dec 2014 17:41:58 +0000 (18:41 +0100)]
Readd the assembly configuration since zip file has incorrect mode

9 years agoAdd a shortcut for 'mute' transition of issues
Stas Vilchik [Mon, 15 Dec 2014 16:41:40 +0000 (17:41 +0100)]
Add a shortcut for 'mute' transition of issues

9 years agoFix design web tests
Stas Vilchik [Mon, 15 Dec 2014 15:09:18 +0000 (16:09 +0100)]
Fix design web tests

9 years agoSONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating
Stas Vilchik [Mon, 15 Dec 2014 14:48:10 +0000 (15:48 +0100)]
SONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating

9 years agoFix execution of web tests
Stas Vilchik [Mon, 15 Dec 2014 13:00:26 +0000 (14:00 +0100)]
Fix execution of web tests

9 years agoSONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating
Stas Vilchik [Mon, 15 Dec 2014 14:48:10 +0000 (15:48 +0100)]
SONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating

9 years agoSONAR-5884 Update measures window
Stas Vilchik [Fri, 12 Dec 2014 14:03:04 +0000 (15:03 +0100)]
SONAR-5884 Update measures window

9 years agoEnable Clirr profile when "clirr" property is set to true
Julien HENRY [Mon, 15 Dec 2014 14:26:18 +0000 (15:26 +0100)]
Enable Clirr profile when "clirr" property is set to true

9 years agoAdd configuration of Clirr plugin in a dedicated profile
Julien HENRY [Mon, 15 Dec 2014 13:55:26 +0000 (14:55 +0100)]
Add configuration of Clirr plugin in a dedicated profile

9 years agoRemove useless Elasticsearch Marvel settings
Simon Brandhof [Mon, 15 Dec 2014 12:57:39 +0000 (13:57 +0100)]
Remove useless Elasticsearch Marvel settings

9 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Mon, 15 Dec 2014 11:50:02 +0000 (12:50 +0100)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release 5.0-RC2 5.0-RC2
Eric Hartmann [Mon, 15 Dec 2014 11:50:02 +0000 (12:50 +0100)]
[maven-release-plugin] prepare release 5.0-RC2

9 years agoSONAR-5918 Really fix creation of admin user
Julien Lancelot [Mon, 15 Dec 2014 11:01:06 +0000 (12:01 +0100)]
SONAR-5918 Really fix creation of admin user

9 years agoSONAR-5918 Fix creation of admin user by setting time without timezone
Julien Lancelot [Mon, 15 Dec 2014 10:15:37 +0000 (11:15 +0100)]
SONAR-5918 Fix creation of admin user by setting time without timezone

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Mon, 15 Dec 2014 10:05:10 +0000 (11:05 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Remove too early deprecations

9 years agoRemove too early deprecations
Julien HENRY [Mon, 15 Dec 2014 09:46:28 +0000 (10:46 +0100)]
Remove too early deprecations

9 years agoSONAR-5918 Fix creation of admin user by setting table name in lowercase
Julien Lancelot [Mon, 15 Dec 2014 09:28:50 +0000 (10:28 +0100)]
SONAR-5918 Fix creation of admin user by setting table name in lowercase

9 years agoRevert "SONAR-5905 Index Users in E/S"
Julien Lancelot [Mon, 15 Dec 2014 09:00:46 +0000 (10:00 +0100)]
Revert "SONAR-5905 Index Users in E/S"

This reverts commit 0dcc64de7a36c4709f8245955eea7685fc9bf169.

9 years agoSONAR-5918 Fix creation of admin user
Julien Lancelot [Mon, 15 Dec 2014 08:56:28 +0000 (09:56 +0100)]
SONAR-5918 Fix creation of admin user

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Sun, 14 Dec 2014 18:30:43 +0000 (19:30 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Temporary disable web tests
  Try to remove unstable test
  Web Tests: take a screenshot on failure. Fix the test
  Web Tests: take a screenshot on failure
  SONAR-5753 Fix issue on MySQL

9 years agoTemporarily disable JS tests because of random Linux errors
Simon Brandhof [Sun, 14 Dec 2014 11:44:37 +0000 (12:44 +0100)]
Temporarily disable JS tests because of random Linux errors

9 years agoRefactor ES proxy requests
Simon Brandhof [Sat, 13 Dec 2014 10:29:39 +0000 (11:29 +0100)]
Refactor ES proxy requests

9 years agoAttempt to make test coding-rules-spec.js more reliable
Simon Brandhof [Sat, 13 Dec 2014 10:29:21 +0000 (11:29 +0100)]
Attempt to make test coding-rules-spec.js more reliable

9 years agoTemporary disable web tests
Stas Vilchik [Fri, 12 Dec 2014 16:16:18 +0000 (17:16 +0100)]
Temporary disable web tests

9 years agoTry to remove unstable test
Stas Vilchik [Fri, 12 Dec 2014 15:16:13 +0000 (16:16 +0100)]
Try to remove unstable test

9 years agoWeb Tests: take a screenshot on failure. Fix the test
Stas Vilchik [Fri, 12 Dec 2014 14:23:27 +0000 (15:23 +0100)]
Web Tests: take a screenshot on failure. Fix the test

9 years agoWeb Tests: take a screenshot on failure
Stas Vilchik [Fri, 12 Dec 2014 14:23:01 +0000 (15:23 +0100)]
Web Tests: take a screenshot on failure

9 years agoSONAR-5753 Fix issue on MySQL
Julien Lancelot [Fri, 12 Dec 2014 13:58:15 +0000 (14:58 +0100)]
SONAR-5753 Fix issue on MySQL

9 years agoSONAR-5903 Feed issues tags
Julien HENRY [Fri, 12 Dec 2014 13:33:24 +0000 (14:33 +0100)]
SONAR-5903 Feed issues tags

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Fri, 12 Dec 2014 07:01:00 +0000 (08:01 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  SONAR-5718 Do not allow to modify the search sorting

9 years agoSONAR-5910 read report sent via WS
Teryk Bellahsene [Thu, 11 Dec 2014 15:53:13 +0000 (16:53 +0100)]
SONAR-5910 read report sent via WS

9 years agoSONAR-5899 Add completion to tags facet
Jean-Baptiste Lievremont [Thu, 11 Dec 2014 16:52:56 +0000 (17:52 +0100)]
SONAR-5899 Add completion to tags facet

9 years agoSONAR-5905 Index Users in E/S
Julien Lancelot [Thu, 11 Dec 2014 14:42:58 +0000 (15:42 +0100)]
SONAR-5905 Index Users in E/S

9 years agoFix quality flaws
Julien Lancelot [Thu, 11 Dec 2014 09:15:41 +0000 (10:15 +0100)]
Fix quality flaws

9 years agoSONAR-5900 Add api/issues/set_tags WS
Jean-Baptiste Lievremont [Thu, 11 Dec 2014 10:12:56 +0000 (11:12 +0100)]
SONAR-5900 Add api/issues/set_tags WS

9 years agoFix quality flaw
Jean-Baptiste Lievremont [Thu, 11 Dec 2014 08:57:49 +0000 (09:57 +0100)]
Fix quality flaw

9 years agoSONAR-5718 Do not allow to modify the search sorting
Stas Vilchik [Thu, 11 Dec 2014 10:48:26 +0000 (11:48 +0100)]
SONAR-5718 Do not allow to modify the search sorting

9 years agoMerge remote-tracking branch 'origin/branch-5.0'
Simon Brandhof [Thu, 11 Dec 2014 14:17:24 +0000 (15:17 +0100)]
Merge remote-tracking branch 'origin/branch-5.0'

Conflicts:
server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql

9 years agoDb migration to remove sort criteria from existing issue filters
Simon Brandhof [Thu, 11 Dec 2014 13:53:17 +0000 (14:53 +0100)]
Db migration to remove sort criteria from existing issue filters

9 years agoSONAR-5884 Limit the maximum number of lines
Stas Vilchik [Thu, 11 Dec 2014 13:49:39 +0000 (14:49 +0100)]
SONAR-5884 Limit the maximum number of lines

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Thu, 11 Dec 2014 13:10:18 +0000 (14:10 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Remove unused ruby files (issues2 MVC)
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.0-RC1
  SONAR-5923 A project admin user cannot delete a project

9 years agoRemove unused ruby files (issues2 MVC)
Simon Brandhof [Thu, 11 Dec 2014 12:44:31 +0000 (13:44 +0100)]
Remove unused ruby files (issues2 MVC)

9 years agoSONAR-5884 Fix redirection if component not found
Stas Vilchik [Thu, 11 Dec 2014 13:01:16 +0000 (14:01 +0100)]
SONAR-5884 Fix redirection if component not found

9 years agoSONAR-5910 use JDBC 3.0 compliant method while setting PreparedStatement
Teryk Bellahsene [Thu, 11 Dec 2014 11:40:34 +0000 (12:40 +0100)]
SONAR-5910 use JDBC 3.0 compliant method while setting PreparedStatement

9 years agoSONAR-5910 close PreparedStatement
Teryk Bellahsene [Thu, 11 Dec 2014 11:25:10 +0000 (12:25 +0100)]
SONAR-5910 close PreparedStatement

9 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Thu, 11 Dec 2014 11:18:55 +0000 (12:18 +0100)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release 5.0-RC1 5.0-RC1
Eric Hartmann [Thu, 11 Dec 2014 11:18:54 +0000 (12:18 +0100)]
[maven-release-plugin] prepare release 5.0-RC1

9 years agoSONAR-5923 A project admin user cannot delete a project
Julien Lancelot [Thu, 11 Dec 2014 10:34:47 +0000 (11:34 +0100)]
SONAR-5923 A project admin user cannot delete a project

9 years agoSONAR-5884 Add an ability to see issue boxes
Stas Vilchik [Thu, 11 Dec 2014 10:25:29 +0000 (11:25 +0100)]
SONAR-5884 Add an ability to see issue boxes

9 years agoSONAR-5919 Fix issue when reactivated a user
Julien Lancelot [Thu, 11 Dec 2014 08:39:20 +0000 (09:39 +0100)]
SONAR-5919 Fix issue when reactivated a user

9 years agoSONAR-5919 Remove migration that feed scm accounts with login and email
Julien Lancelot [Thu, 11 Dec 2014 08:21:27 +0000 (09:21 +0100)]
SONAR-5919 Remove migration that feed scm accounts with login and email

9 years agoFix the period in issues drilldown
Stas Vilchik [Thu, 11 Dec 2014 08:45:18 +0000 (09:45 +0100)]
Fix the period in issues drilldown

9 years agoSONAR-5910 persist report in database
Teryk Bellahsene [Thu, 11 Dec 2014 08:15:28 +0000 (09:15 +0100)]
SONAR-5910 persist report in database

9 years agoAutomatic merge from branch-5.0
Jenkins CI [Thu, 11 Dec 2014 08:13:59 +0000 (09:13 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Fix incorrect commit where URL of Codehaus was changed

9 years agoFix incorrect commit where URL of Codehaus was changed
Eric Hartmann [Thu, 11 Dec 2014 08:10:56 +0000 (09:10 +0100)]
Fix incorrect commit where URL of Codehaus was changed

9 years agoComplete DbTester with methods countSql(String sql) and countRowsInTable(String table)
Simon Brandhof [Wed, 10 Dec 2014 21:39:22 +0000 (22:39 +0100)]
Complete DbTester with methods countSql(String sql) and countRowsInTable(String table)

9 years agoRename class TestDatabase to DbTester in order to be consistent with EsTester and...
Simon Brandhof [Wed, 10 Dec 2014 21:21:34 +0000 (22:21 +0100)]
Rename class TestDatabase to DbTester in order to be consistent with EsTester and ServerTester

9 years agoProfile dbTests enables only the tests involving a database
Simon Brandhof [Wed, 10 Dec 2014 21:10:44 +0000 (22:10 +0100)]
Profile dbTests enables only the tests involving a database