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

9 years agoDo not mark Decorator and PostJob as deprecated
Simon Brandhof [Fri, 5 Dec 2014 16:03:02 +0000 (17:03 +0100)]
Do not mark Decorator and PostJob as deprecated

9 years agoRefactor IndexDefinitionHash
Simon Brandhof [Fri, 5 Dec 2014 15:58:24 +0000 (16:58 +0100)]
Refactor IndexDefinitionHash

9 years agoIncrease timeout of ProgressLoggerTest for slow boxes
Simon Brandhof [Fri, 5 Dec 2014 15:43:49 +0000 (16:43 +0100)]
Increase timeout of ProgressLoggerTest for slow boxes

9 years agoSONAR-5877 Close popup by esc
Stas Vilchik [Fri, 5 Dec 2014 13:52:31 +0000 (14:52 +0100)]
SONAR-5877 Close popup by esc

9 years agoSONAR-5845 Issue is selected by border
Stas Vilchik [Fri, 5 Dec 2014 13:49:53 +0000 (14:49 +0100)]
SONAR-5845 Issue is selected by border

9 years agoFix regression concerning SONAR-5878 (custom working directory was not considered)
Julien HENRY [Fri, 5 Dec 2014 10:13:09 +0000 (11:13 +0100)]
Fix regression concerning SONAR-5878 (custom working directory was not considered)

9 years agoFix XSS
Stas Vilchik [Thu, 4 Dec 2014 12:53:36 +0000 (13:53 +0100)]
Fix XSS

9 years agofix purge task when trying to delete a non existant component
Teryk Bellahsene [Fri, 5 Dec 2014 08:49:12 +0000 (09:49 +0100)]
fix purge task when trying to delete a non existant component

9 years agoRe-enable random execution of tests
Simon Brandhof [Fri, 5 Dec 2014 08:38:17 +0000 (09:38 +0100)]
Re-enable random execution of tests

9 years agoFix header
Simon Brandhof [Fri, 5 Dec 2014 07:31:06 +0000 (08:31 +0100)]
Fix header

9 years agoFix bad merge
Simon Brandhof [Thu, 4 Dec 2014 22:50:10 +0000 (23:50 +0100)]
Fix bad merge

9 years agoMinor refactoring in 713_create_file_sources.rb
Simon Brandhof [Thu, 4 Dec 2014 16:41:10 +0000 (17:41 +0100)]
Minor refactoring in 713_create_file_sources.rb

9 years agoStream parsing of data in SourceLineResultSetIterator
Simon Brandhof [Thu, 4 Dec 2014 16:39:11 +0000 (17:39 +0100)]
Stream parsing of data in SourceLineResultSetIterator

9 years agoRetry bulk index request on failures
Simon Brandhof [Thu, 4 Dec 2014 16:38:47 +0000 (17:38 +0100)]
Retry bulk index request on failures

9 years agoAdd class ProgressLogger to log state of counter at fixed intervals
Simon Brandhof [Thu, 4 Dec 2014 22:32:28 +0000 (23:32 +0100)]
Add class ProgressLogger to log state of counter at fixed intervals

9 years agoRefactor issue indexer (project-agnostic approach)
Simon Brandhof [Thu, 4 Dec 2014 20:56:18 +0000 (21:56 +0100)]
Refactor issue indexer (project-agnostic approach)

9 years agoWIP SONAR-5802 Log progress of bulk index
Jean-Baptiste Lievremont [Thu, 4 Dec 2014 15:31:17 +0000 (16:31 +0100)]
WIP SONAR-5802 Log progress of bulk index

9 years agoSONAR-5826 Fix reentrance of migration, add unique constraint on file_sources to...
Jean-Baptiste Lievremont [Thu, 4 Dec 2014 13:48:00 +0000 (14:48 +0100)]
SONAR-5826 Fix reentrance of migration, add unique constraint on file_sources to prevent dups

9 years agoFix measure filter as a list
Stas Vilchik [Thu, 4 Dec 2014 14:28:20 +0000 (15:28 +0100)]
Fix measure filter as a list