]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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

9 years agoFix redirection from issues drilldown when a differential period is enabled
Stas Vilchik [Wed, 10 Dec 2014 19:31:53 +0000 (20:31 +0100)]
Fix redirection from issues drilldown when a differential period is enabled

9 years agoSONAR-5919 Add USERS.SCM_ACCOUNTS column
Julien Lancelot [Wed, 10 Dec 2014 17:22:55 +0000 (18:22 +0100)]
SONAR-5919 Add USERS.SCM_ACCOUNTS column

9 years agoRemove useless transaction when doing a local authentication
Julien Lancelot [Wed, 10 Dec 2014 17:17:41 +0000 (18:17 +0100)]
Remove useless transaction when doing a local authentication

9 years agoSONAR-5918 Fix user.updated_at value when doing a local auth
Julien Lancelot [Wed, 10 Dec 2014 17:07:06 +0000 (18:07 +0100)]
SONAR-5918 Fix user.updated_at value when doing a local auth

9 years agoSONAR-5900 Add api/issues/tags to list tags for facet in UI
Jean-Baptiste Lievremont [Wed, 10 Dec 2014 16:55:59 +0000 (17:55 +0100)]
SONAR-5900 Add api/issues/tags to list tags for facet in UI

9 years agoSONAR-5884 Make it possible to drilldown by issues
Stas Vilchik [Wed, 10 Dec 2014 16:57:21 +0000 (17:57 +0100)]
SONAR-5884 Make it possible to drilldown by issues

9 years agoSONAR-5918 Fix migrations on users : Do not use callbacks because they're saving...
Julien Lancelot [Wed, 10 Dec 2014 16:08:14 +0000 (17:08 +0100)]
SONAR-5918 Fix migrations on users : Do not use callbacks because they're saving dates in long

9 years agoSONAR-5622 Use an ellipsis on test file name to prevent having a scrollbar
Stas Vilchik [Wed, 10 Dec 2014 14:43:14 +0000 (15:43 +0100)]
SONAR-5622 Use an ellipsis on test file name to prevent having a scrollbar

9 years agoSONAR-5884 Add highlighted line to the permalink
Stas Vilchik [Wed, 10 Dec 2014 14:22:28 +0000 (15:22 +0100)]
SONAR-5884 Add highlighted line to the permalink

9 years agoSONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in long
Julien Lancelot [Wed, 10 Dec 2014 12:44:18 +0000 (13:44 +0100)]
SONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in long

9 years agoFix DB order in test (failing on Postgres)
Jean-Baptiste Lievremont [Wed, 10 Dec 2014 13:34:50 +0000 (14:34 +0100)]
Fix DB order in test (failing on Postgres)

9 years agoSONAR-5884 Show error message when no permission to see the source code
Stas Vilchik [Wed, 10 Dec 2014 12:58:37 +0000 (13:58 +0100)]
SONAR-5884 Show error message when no permission to see the source code

9 years agoSONAR-5884 Update measures window
Stas Vilchik [Wed, 10 Dec 2014 11:10:04 +0000 (12:10 +0100)]
SONAR-5884 Update measures window

9 years agoSONAR-4624 fix location of label "muted" in the resolution facet
Simon Brandhof [Wed, 10 Dec 2014 12:59:27 +0000 (13:59 +0100)]
SONAR-4624 fix location of label "muted" in the resolution facet

9 years agoSONAR-5899 Show tag facet in issues page (bare implementation)
Jean-Baptiste Lievremont [Wed, 10 Dec 2014 10:51:59 +0000 (11:51 +0100)]
SONAR-5899 Show tag facet in issues page (bare implementation)

9 years agoMerge remote-tracking branch 'origin/branch-5.0'
Stas Vilchik [Wed, 10 Dec 2014 10:59:31 +0000 (11:59 +0100)]
Merge remote-tracking branch 'origin/branch-5.0'

Conflicts:
server/sonar-web/src/main/js/tests/e2e/tests/component-viewer-coverage-spec.js

9 years agoFix quality flaws
Jean-Baptiste Lievremont [Wed, 10 Dec 2014 09:59:08 +0000 (10:59 +0100)]
Fix quality flaws

9 years agoFix quality flaws
Stas Vilchik [Wed, 10 Dec 2014 10:00:05 +0000 (11:00 +0100)]
Fix quality flaws

9 years agoSONAR-5718 Fix scrolling between issues
Stas Vilchik [Wed, 10 Dec 2014 09:41:45 +0000 (10:41 +0100)]
SONAR-5718 Fix scrolling between issues

9 years agoSONAR-5718 Fix sorting of facet items
Stas Vilchik [Wed, 10 Dec 2014 09:31:24 +0000 (10:31 +0100)]
SONAR-5718 Fix sorting of facet items

9 years agoSONAR-5877 Improve readability of issues on the same line
Stas Vilchik [Wed, 10 Dec 2014 09:24:31 +0000 (10:24 +0100)]
SONAR-5877 Improve readability of issues on the same line

9 years agoSONAR-5877 Improve consistency of scm tooltips
Stas Vilchik [Wed, 10 Dec 2014 09:18:27 +0000 (10:18 +0100)]
SONAR-5877 Improve consistency of scm tooltips

9 years agoFix component viewer test
Stas Vilchik [Wed, 10 Dec 2014 08:21:26 +0000 (09:21 +0100)]
Fix component viewer test

9 years agoSONAR-5899 Use tags in issues queries
Jean-Baptiste Lievremont [Tue, 9 Dec 2014 13:35:39 +0000 (14:35 +0100)]
SONAR-5899 Use tags in issues queries

9 years agoSONAR-5898 Index issue tags
Jean-Baptiste Lievremont [Tue, 9 Dec 2014 10:17:59 +0000 (11:17 +0100)]
SONAR-5898 Index issue tags

9 years agoSONAR-5897 Add migration to copy rule tags over to existing issues
Jean-Baptiste Lievremont [Mon, 8 Dec 2014 17:14:34 +0000 (18:14 +0100)]
SONAR-5897 Add migration to copy rule tags over to existing issues

9 years agoSONAR-5896 Create database column to hold issue tags
Jean-Baptiste Lievremont [Mon, 8 Dec 2014 13:16:52 +0000 (14:16 +0100)]
SONAR-5896 Create database column to hold issue tags

9 years agoSONAR-5884 Remove usages of the component viewer
Stas Vilchik [Tue, 2 Dec 2014 14:01:41 +0000 (15:01 +0100)]
SONAR-5884 Remove usages of the component viewer

9 years agoUpgrade to mockito 1.10.10, gson 2.3.1 and jsr305 2.0.3
Simon Brandhof [Tue, 9 Dec 2014 22:27:01 +0000 (23:27 +0100)]
Upgrade to mockito 1.10.10, gson 2.3.1 and jsr305 2.0.3

9 years agoUpgrade to PostgreSQL driver 9.3-1102-jdbc4
Simon Brandhof [Tue, 9 Dec 2014 22:18:46 +0000 (23:18 +0100)]
Upgrade to PostgreSQL driver 9.3-1102-jdbc4

9 years agoUpgrade to JUnit 4.12
Simon Brandhof [Tue, 9 Dec 2014 22:16:18 +0000 (23:16 +0100)]
Upgrade to JUnit 4.12

9 years agoSONAR-4624 new issue resolution "muted"
Simon Brandhof [Tue, 9 Dec 2014 21:28:16 +0000 (22:28 +0100)]
SONAR-4624 new issue resolution "muted"

9 years agofix quality flaws and SRP
Teryk Bellahsene [Tue, 9 Dec 2014 17:27:11 +0000 (18:27 +0100)]
fix quality flaws and SRP

9 years agoFix computation of JaCoCo coverage of module sonar-process
Simon Brandhof [Tue, 9 Dec 2014 16:55:41 +0000 (17:55 +0100)]
Fix computation of JaCoCo coverage of module sonar-process

The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results.

9 years agoUpgrade version to 5.1-SNAPSHOT
Eric Hartmann [Tue, 9 Dec 2014 16:31:22 +0000 (17:31 +0100)]
Upgrade version to 5.1-SNAPSHOT

9 years agoRemove System.out introduced in JB's commit
Simon Brandhof [Tue, 9 Dec 2014 16:12:38 +0000 (17:12 +0100)]
Remove System.out introduced in JB's commit

9 years agoFix quality flaw
Jean-Baptiste Lievremont [Tue, 9 Dec 2014 15:17:31 +0000 (16:17 +0100)]
Fix quality flaw

9 years agofix quality flaw
Teryk Bellahsene [Tue, 9 Dec 2014 15:06:42 +0000 (16:06 +0100)]
fix quality flaw

9 years agoFix quality flaws
Jean-Baptiste Lievremont [Tue, 9 Dec 2014 14:44:45 +0000 (15:44 +0100)]
Fix quality flaws

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

9 years agoFix some quality flaws
Julien HENRY [Tue, 9 Dec 2014 14:22:08 +0000 (15:22 +0100)]
Fix some quality flaws

9 years agoSONAR-5915 Escape project key when loading project referentials
Julien HENRY [Tue, 9 Dec 2014 13:36:33 +0000 (14:36 +0100)]
SONAR-5915 Escape project key when loading project referentials

9 years agoRemove unused LOGGER in DefaultModuleFileSystem
Simon Brandhof [Tue, 9 Dec 2014 13:28:18 +0000 (14:28 +0100)]
Remove unused LOGGER in DefaultModuleFileSystem

9 years agoFix quality flaws
Simon Brandhof [Tue, 9 Dec 2014 13:23:08 +0000 (14:23 +0100)]
Fix quality flaws

9 years agoFix quality flaw
Simon Brandhof [Mon, 8 Dec 2014 17:04:02 +0000 (18:04 +0100)]
Fix quality flaw

9 years agoFix quality flaws
Julien Lancelot [Tue, 9 Dec 2014 12:39:09 +0000 (13:39 +0100)]
Fix quality flaws

9 years agoAutomatic merge from branch-4.5
Jenkins CI [Mon, 8 Dec 2014 17:29:24 +0000 (18:29 +0100)]
Automatic merge from branch-4.5

* origin/branch-4.5:
  SSF-24 SQL Injection on Measures page
  Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles"
  SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles
  SONAR-5902 Fix preserving of planned=false
  Update documentation of PostJob extension

9 years agoSSF-24 SQL Injection on Measures page
Julien Lancelot [Mon, 8 Dec 2014 17:27:03 +0000 (18:27 +0100)]
SSF-24 SQL Injection on Measures page

9 years agoRevert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the...
Julien Lancelot [Mon, 8 Dec 2014 17:26:00 +0000 (18:26 +0100)]
Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles"

This reverts commit a060b930acec945a80cbecbba92db66e5f859a91.

9 years agoSONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content...
Julien Lancelot [Mon, 8 Dec 2014 17:24:28 +0000 (18:24 +0100)]
SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles

9 years agoFix quality flaws
Julien Lancelot [Mon, 8 Dec 2014 16:38:24 +0000 (17:38 +0100)]
Fix quality flaws

9 years agoFix quality flaws
Julien Lancelot [Mon, 8 Dec 2014 16:17:28 +0000 (17:17 +0100)]
Fix quality flaws

9 years agoFix server-test-benchmarks assertions because of Lucene optimizations
Simon Brandhof [Mon, 8 Dec 2014 16:18:17 +0000 (17:18 +0100)]
Fix server-test-benchmarks assertions because of Lucene optimizations

9 years agoSupport missing dates in the migration FeedLissueLongDates
Simon Brandhof [Mon, 8 Dec 2014 15:59:54 +0000 (16:59 +0100)]
Support missing dates in the migration FeedLissueLongDates

9 years agoRe-enable IssueIndexMediumTest
Simon Brandhof [Mon, 8 Dec 2014 15:47:30 +0000 (16:47 +0100)]
Re-enable IssueIndexMediumTest

9 years agoFix quality flaw
Julien Lancelot [Mon, 8 Dec 2014 11:20:13 +0000 (12:20 +0100)]
Fix quality flaw

9 years agoRefactor FileCache#newTempFile()
Simon Brandhof [Mon, 8 Dec 2014 15:08:21 +0000 (16:08 +0100)]
Refactor FileCache#newTempFile()

9 years agoImprove stability of sonar-server-benchmarks
Simon Brandhof [Mon, 8 Dec 2014 15:08:05 +0000 (16:08 +0100)]
Improve stability of sonar-server-benchmarks

Optimize Lucene FS so it does not evolve when estimating size

9 years agoSONAR-5902 Fix preserving of planned=false
Stas Vilchik [Mon, 8 Dec 2014 13:07:41 +0000 (14:07 +0100)]
SONAR-5902 Fix preserving of planned=false

9 years agoSONAR-5877 Update component viewer coverage popup
Stas Vilchik [Mon, 8 Dec 2014 12:24:34 +0000 (13:24 +0100)]
SONAR-5877 Update component viewer coverage popup

9 years agoFix assertions of sonar-server-benchmarks
Simon Brandhof [Mon, 8 Dec 2014 12:12:50 +0000 (13:12 +0100)]
Fix assertions of sonar-server-benchmarks

9 years agoRemove test in SearchServerTest because of too many false-positives on slow windows...
Simon Brandhof [Mon, 8 Dec 2014 11:08:44 +0000 (12:08 +0100)]
Remove test in SearchServerTest because of too many false-positives on slow windows environment

9 years agoFix quality flaws
Simon Brandhof [Mon, 8 Dec 2014 10:50:57 +0000 (11:50 +0100)]
Fix quality flaws

9 years agoFix assertions of sonar-server-benchmarks
Simon Brandhof [Mon, 8 Dec 2014 10:48:50 +0000 (11:48 +0100)]
Fix assertions of sonar-server-benchmarks

9 years agoFix some quality flaws
Julien HENRY [Mon, 8 Dec 2014 10:52:48 +0000 (11:52 +0100)]
Fix some quality flaws

9 years agoFix some quality flaws
Julien HENRY [Mon, 8 Dec 2014 10:50:52 +0000 (11:50 +0100)]
Fix some quality flaws

9 years agoSONAR-5642 Remove Git command line implementation
Julien HENRY [Mon, 8 Dec 2014 10:22:55 +0000 (11:22 +0100)]
SONAR-5642 Remove Git command line implementation

9 years agoUpdate documentation of PostJob extension
Julien HENRY [Mon, 8 Dec 2014 10:12:15 +0000 (11:12 +0100)]
Update documentation of PostJob extension

9 years agoSONAR-5718 Fix activation of action plans facet
Stas Vilchik [Mon, 8 Dec 2014 09:50:54 +0000 (10:50 +0100)]
SONAR-5718 Fix activation of action plans facet

9 years agoFix quality flaw
Jean-Baptiste Lievremont [Mon, 8 Dec 2014 09:04:01 +0000 (10:04 +0100)]
Fix quality flaw

9 years agoSONAR-5801 Protect against null file_sources.data column
Jean-Baptiste Lievremont [Mon, 8 Dec 2014 09:03:51 +0000 (10:03 +0100)]
SONAR-5801 Protect against null file_sources.data column

9 years agoAdd assertions to sonar-server-benchmarks
Simon Brandhof [Fri, 5 Dec 2014 17:38:24 +0000 (18:38 +0100)]
Add assertions to sonar-server-benchmarks

9 years agoAdd assertions for SonarSource performancing box to sonar-server-benchmarks
Simon Brandhof [Fri, 5 Dec 2014 17:14:37 +0000 (18:14 +0100)]
Add assertions for SonarSource performancing box to sonar-server-benchmarks

9 years agoNew settings for sonar-server-benchmarks
Simon Brandhof [Fri, 5 Dec 2014 16:50:30 +0000 (17:50 +0100)]
New settings for sonar-server-benchmarks

9 years agoRename module sonar-data-test to sonar-server-benchmarks
Simon Brandhof [Fri, 5 Dec 2014 16:36:29 +0000 (17:36 +0100)]
Rename module sonar-data-test to sonar-server-benchmarks

9 years agoFix merge
Simon Brandhof [Fri, 5 Dec 2014 16:24:46 +0000 (17:24 +0100)]
Fix merge

9 years agoMerge remote-tracking branch 'origin/branch-4.5'
Simon Brandhof [Fri, 5 Dec 2014 16:20:04 +0000 (17:20 +0100)]
Merge remote-tracking branch 'origin/branch-4.5'

Conflicts:
sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java

9 years agoRevert name of FILE_SOURCES index
Simon Brandhof [Fri, 5 Dec 2014 15:59:22 +0000 (16:59 +0100)]
Revert name of FILE_SOURCES index

9 years agoRemove some usages of IssueNormalizer in IssueIndex
Simon Brandhof [Fri, 5 Dec 2014 15:59:07 +0000 (16:59 +0100)]
Remove some usages of IssueNormalizer in IssueIndex

9 years agoSONAR-5889 Enable possibility of mapping index action to / with Java WS
Jean-Baptiste Lievremont [Fri, 5 Dec 2014 15:54:13 +0000 (16:54 +0100)]
SONAR-5889 Enable possibility of mapping index action to / with Java WS

9 years agoSONAR-5889 Implement api/sources/index on ES index
Jean-Baptiste Lievremont [Fri, 5 Dec 2014 15:26:39 +0000 (16:26 +0100)]
SONAR-5889 Implement api/sources/index on ES index