]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-5868 Improve performances of fs indexation
Julien HENRY [Tue, 25 Nov 2014 16:36:46 +0000 (17:36 +0100)]
SONAR-5868 Improve performances of fs indexation

9 years agoSONAR-5868 Add WS to fetch line hashes for issue tracking
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 15:18:04 +0000 (16:18 +0100)]
SONAR-5868 Add WS to fetch line hashes for issue tracking

9 years agoSONAR-5845 Fix overlap of issue message and issue line number
Stas Vilchik [Tue, 25 Nov 2014 15:29:46 +0000 (16:29 +0100)]
SONAR-5845 Fix overlap of issue message and issue line number

9 years agoUpdate qualifier icons
Stas Vilchik [Tue, 25 Nov 2014 15:24:06 +0000 (16:24 +0100)]
Update qualifier icons

9 years agoSONAR-5845 Fix separator between issues
Stas Vilchik [Tue, 25 Nov 2014 14:40:44 +0000 (15:40 +0100)]
SONAR-5845 Fix separator between issues

9 years agoSONAR-5718 Small UI fix
Stas Vilchik [Tue, 25 Nov 2014 14:33:47 +0000 (15:33 +0100)]
SONAR-5718 Small UI fix

9 years agoSONAR-5718 Fix double page loading
Stas Vilchik [Tue, 25 Nov 2014 13:57:02 +0000 (14:57 +0100)]
SONAR-5718 Fix double page loading

9 years agoConsistent view of source scm
Stas Vilchik [Tue, 25 Nov 2014 13:51:00 +0000 (14:51 +0100)]
Consistent view of source scm

9 years agoSONAR-5868 Try to reduce memory consumption of line hashes
Julien HENRY [Tue, 25 Nov 2014 13:49:07 +0000 (14:49 +0100)]
SONAR-5868 Try to reduce memory consumption of line hashes

9 years agoSONAR-5718 Fix grouping issues by component
Stas Vilchik [Tue, 25 Nov 2014 13:46:56 +0000 (14:46 +0100)]
SONAR-5718 Fix grouping issues by component

9 years agoSONAR-5718 Show SCM around the code
Stas Vilchik [Tue, 25 Nov 2014 13:43:33 +0000 (14:43 +0100)]
SONAR-5718 Show SCM around the code

9 years agoSONAR-5718 Group issues by component
Stas Vilchik [Tue, 25 Nov 2014 12:38:16 +0000 (13:38 +0100)]
SONAR-5718 Group issues by component

9 years agoFix some quality flaws
Simon Brandhof [Tue, 25 Nov 2014 12:49:28 +0000 (13:49 +0100)]
Fix some quality flaws

9 years agoSONAR-5801 Always use last column of the CSV structure as the source line
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 12:44:45 +0000 (13:44 +0100)]
SONAR-5801 Always use last column of the CSV structure as the source line

9 years agoSONAR-5826 Fix column type to please Oracle
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 12:43:32 +0000 (13:43 +0100)]
SONAR-5826 Fix column type to please Oracle

9 years agoAdd BaseDoc#getFieldAsDate() and getNullableFieldAsDate()
Simon Brandhof [Tue, 25 Nov 2014 12:36:04 +0000 (13:36 +0100)]
Add BaseDoc#getFieldAsDate() and getNullableFieldAsDate()

9 years agoFix SQL request used by issues indexing
Simon Brandhof [Tue, 25 Nov 2014 12:34:50 +0000 (13:34 +0100)]
Fix SQL request used by issues indexing

* strict comparison of issue updated_at

9 years agoSONAR-5743 Fix issue with dates in source line index
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 10:11:18 +0000 (11:11 +0100)]
SONAR-5743 Fix issue with dates in source line index

9 years agoCleanup (remove sysouts)
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 09:57:37 +0000 (10:57 +0100)]
Cleanup (remove sysouts)

9 years agoSONAR-5872 Add module key on issues in api/issues/search
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 09:09:56 +0000 (10:09 +0100)]
SONAR-5872 Add module key on issues in api/issues/search

9 years agoSONAR-5872 Add module key in api/issues/show
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 08:53:57 +0000 (09:53 +0100)]
SONAR-5872 Add module key in api/issues/show

9 years agoSONAR-5866 Add coverage data into file_sources table + migration
Julien HENRY [Tue, 25 Nov 2014 10:39:03 +0000 (11:39 +0100)]
SONAR-5866 Add coverage data into file_sources table + migration

9 years agoRemove deprecation on CoverageMeasureBuilder
Julien HENRY [Tue, 25 Nov 2014 09:40:48 +0000 (10:40 +0100)]
Remove deprecation on CoverageMeasureBuilder

9 years agoChange the monospace font
Stas Vilchik [Tue, 25 Nov 2014 10:22:12 +0000 (11:22 +0100)]
Change the monospace font

9 years agoAutomatic merge from branch-4.5
Jenkins CI [Tue, 25 Nov 2014 10:00:33 +0000 (11:00 +0100)]
Automatic merge from branch-4.5

* origin/branch-4.5:
  SONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when extending rules of org.sonar.api.server.rule.RulesDefinition

9 years agoSONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when extending rules...
Simon Brandhof [Tue, 25 Nov 2014 09:25:06 +0000 (10:25 +0100)]
SONAR-5874 Support deprecated org.sonar.api.rules.RuleRepository when extending rules of org.sonar.api.server.rule.RulesDefinition

9 years agoSONAR-5868 Fix migration test
Julien HENRY [Tue, 25 Nov 2014 08:50:11 +0000 (09:50 +0100)]
SONAR-5868 Fix migration test

9 years agoReplace java.util.Uuid by org.sonar.api.utils.Uuids in tests
Simon Brandhof [Mon, 24 Nov 2014 13:42:00 +0000 (14:42 +0100)]
Replace java.util.Uuid by org.sonar.api.utils.Uuids in tests

9 years agoSONAR-5868 Allow issue tracking mechanism to work without full previous sources
Julien HENRY [Mon, 24 Nov 2014 17:00:31 +0000 (18:00 +0100)]
SONAR-5868 Allow issue tracking mechanism to work without full previous sources

9 years agoSONAR-5826 Use (big) integer column instead of DB timestamp for file_sources
Jean-Baptiste Lievremont [Mon, 24 Nov 2014 16:12:25 +0000 (17:12 +0100)]
SONAR-5826 Use (big) integer column instead of DB timestamp for file_sources

9 years agoSONAR-5743 Move new source WS to api/sources/lines
Jean-Baptiste Lievremont [Mon, 24 Nov 2014 13:52:22 +0000 (14:52 +0100)]
SONAR-5743 Move new source WS to api/sources/lines

9 years agoFix coding rules modals
Stas Vilchik [Mon, 24 Nov 2014 16:58:15 +0000 (17:58 +0100)]
Fix coding rules modals

9 years agoSONAR-5845 Fix rule description
Stas Vilchik [Mon, 24 Nov 2014 16:43:34 +0000 (17:43 +0100)]
SONAR-5845 Fix rule description

9 years agoSONAR-5718 Fix memory leak
Stas Vilchik [Mon, 24 Nov 2014 15:05:05 +0000 (16:05 +0100)]
SONAR-5718 Fix memory leak

9 years agoFix action plan widget
Stas Vilchik [Mon, 24 Nov 2014 14:58:49 +0000 (15:58 +0100)]
Fix action plan widget

9 years agoSONAR-5718 Fix clipping effect
Stas Vilchik [Mon, 24 Nov 2014 13:42:13 +0000 (14:42 +0100)]
SONAR-5718 Fix clipping effect

9 years agoFix drilldown by open/reoped issues
Stas Vilchik [Mon, 24 Nov 2014 13:29:11 +0000 (14:29 +0100)]
Fix drilldown by open/reoped issues

9 years agoSONAR-5718 Handle big files
Stas Vilchik [Mon, 24 Nov 2014 12:35:12 +0000 (13:35 +0100)]
SONAR-5718 Handle big files

9 years agoRevert "SONAR-5718 Add debt icon"
Stas Vilchik [Mon, 24 Nov 2014 09:38:49 +0000 (10:38 +0100)]
Revert "SONAR-5718 Add debt icon"

This reverts commit ef11f4953b5319435f408063b5e368433c158499.

9 years agoSONAR-5845 Apply feedback
Stas Vilchik [Mon, 24 Nov 2014 09:33:24 +0000 (10:33 +0100)]
SONAR-5845 Apply feedback

9 years agoFix IssueResultSetIteratorTest on non-H2 dbs (new try)
Simon Brandhof [Mon, 24 Nov 2014 13:25:18 +0000 (14:25 +0100)]
Fix IssueResultSetIteratorTest on non-H2 dbs (new try)

9 years agosonar-data-test: fix java xmx
Simon Brandhof [Mon, 24 Nov 2014 13:24:48 +0000 (14:24 +0100)]
sonar-data-test: fix java xmx

9 years agoFix sorting of issues - handle virtual line "zero"
Simon Brandhof [Mon, 24 Nov 2014 13:03:53 +0000 (14:03 +0100)]
Fix sorting of issues - handle virtual line "zero"

9 years agoSONAR-5743 New Source Code + SCM WS
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 14:50:57 +0000 (15:50 +0100)]
SONAR-5743 New Source Code + SCM WS

9 years agoSONAR-5801 fix SourceLineResultSetIterator on postgresql
Simon Brandhof [Mon, 24 Nov 2014 10:36:19 +0000 (11:36 +0100)]
SONAR-5801 fix SourceLineResultSetIterator on postgresql

9 years agoFix some quality flaws
Julien HENRY [Mon, 24 Nov 2014 08:35:14 +0000 (09:35 +0100)]
Fix some quality flaws

9 years agoFix some quality flaws
Julien HENRY [Mon, 24 Nov 2014 08:32:13 +0000 (09:32 +0100)]
Fix some quality flaws

9 years ago Fix IssueResultSetIteratorTest on postgresql
Simon Brandhof [Mon, 24 Nov 2014 08:24:56 +0000 (09:24 +0100)]
 Fix IssueResultSetIteratorTest on postgresql

9 years agoSONAR-5801 test can not commit an auto-commit connection on non-H2 dbs
Simon Brandhof [Mon, 24 Nov 2014 06:33:07 +0000 (07:33 +0100)]
SONAR-5801 test can not commit an auto-commit connection on non-H2 dbs

9 years agoSONAR-5801 fix sonar-data-test
Simon Brandhof [Sun, 23 Nov 2014 22:50:53 +0000 (23:50 +0100)]
SONAR-5801 fix sonar-data-test

9 years agoSONAR-5801 improve test of SourceLineResultSetIteratorTest
Simon Brandhof [Sun, 23 Nov 2014 22:47:09 +0000 (23:47 +0100)]
SONAR-5801 improve test of SourceLineResultSetIteratorTest

9 years agosonar-data-test: use bulk inserts
Simon Brandhof [Sun, 23 Nov 2014 22:05:42 +0000 (23:05 +0100)]
sonar-data-test: use bulk inserts

9 years agoSONAR-5801 fix compatibility with all dbs
Simon Brandhof [Sun, 23 Nov 2014 22:05:25 +0000 (23:05 +0100)]
SONAR-5801 fix compatibility with all dbs

9 years agoFix test on Windows
Julien HENRY [Fri, 21 Nov 2014 17:21:16 +0000 (18:21 +0100)]
Fix test on Windows

9 years agoTry to fix handling of BOM on Windows
Julien HENRY [Fri, 21 Nov 2014 16:50:49 +0000 (17:50 +0100)]
Try to fix handling of BOM on Windows

9 years agoSONAR-5827 Use byte[] instead of String to manipulate file_sources data so that all...
Julien HENRY [Fri, 21 Nov 2014 16:19:11 +0000 (17:19 +0100)]
SONAR-5827 Use byte[] instead of String to manipulate file_sources data so that all DBs are happy

9 years agoSONAR-5827 Fix NPE for languages with no source colorizer
Julien HENRY [Fri, 21 Nov 2014 16:13:41 +0000 (17:13 +0100)]
SONAR-5827 Fix NPE for languages with no source colorizer

9 years agoSONAR-5827 Execute CodeColorizer on batch side to feed highlighting
Julien HENRY [Fri, 21 Nov 2014 15:01:44 +0000 (16:01 +0100)]
SONAR-5827 Execute CodeColorizer on batch side to feed highlighting

9 years agoSONAR-5801 Fix test on MSSQL and Postgres
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 14:50:04 +0000 (15:50 +0100)]
SONAR-5801 Fix test on MSSQL and Postgres

9 years agoSONAR-5767 Not able to display Integration Tests Coverage when line given by Coverage...
Stas Vilchik [Fri, 21 Nov 2014 14:15:33 +0000 (15:15 +0100)]
SONAR-5767 Not able to display Integration Tests Coverage when line given by Coverage Report can't be found in Source File

9 years agoSONAR-5718 Fix comment shortcut
Stas Vilchik [Fri, 21 Nov 2014 13:54:04 +0000 (14:54 +0100)]
SONAR-5718 Fix comment shortcut

9 years agoSONAR-5544 Make the Complexity widget comply with the new SonarQube widget Look and...
Stas Vilchik [Fri, 21 Nov 2014 13:48:40 +0000 (14:48 +0100)]
SONAR-5544 Make the Complexity widget comply with the new SonarQube widget Look and Feel

9 years agoSONAR-5777 Component Viewer fails to bulk change a big amount of issues
Stas Vilchik [Fri, 21 Nov 2014 13:30:38 +0000 (14:30 +0100)]
SONAR-5777 Component Viewer fails to bulk change a big amount of issues

9 years ago Remove useless comment in ResultSetIterator
Simon Brandhof [Fri, 21 Nov 2014 13:50:30 +0000 (14:50 +0100)]
 Remove useless comment in ResultSetIterator

9 years ago Fix compatibility of SourceLineDoc with Java 6
Simon Brandhof [Fri, 21 Nov 2014 13:50:03 +0000 (14:50 +0100)]
 Fix compatibility of SourceLineDoc with Java 6

9 years ago Add test to ResultSetIteratorTest
Simon Brandhof [Fri, 21 Nov 2014 13:40:47 +0000 (14:40 +0100)]
 Add test to ResultSetIteratorTest

9 years ago Revert last change of ResultSetIterator
Simon Brandhof [Fri, 21 Nov 2014 13:38:40 +0000 (14:38 +0100)]
 Revert last change of ResultSetIterator

 * ResultSet#isLast() can have performance issues, or not be implemented at all, on some JDBC drivers
 * ResultSet#isLast() returns true on H2 if empty results

9 years ago Fix quality flaws
Simon Brandhof [Fri, 21 Nov 2014 12:22:38 +0000 (13:22 +0100)]
 Fix quality flaws

9 years agoSONAR-5801 Delete unneeded lines after indexation of source
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 11:31:10 +0000 (12:31 +0100)]
SONAR-5801 Delete unneeded lines after indexation of source

9 years agoSONAR-5801 Index source lines at startup and after analysis
Jean-Baptiste Lievremont [Thu, 20 Nov 2014 16:01:47 +0000 (17:01 +0100)]
SONAR-5801 Index source lines at startup and after analysis

9 years agoSONAR-5801 Create search index structure and initial indexation method for source...
Jean-Baptiste Lievremont [Wed, 19 Nov 2014 16:57:41 +0000 (17:57 +0100)]
SONAR-5801 Create search index structure and initial indexation method for source lines

9 years agoRemove some unused imports
Simon Brandhof [Fri, 21 Nov 2014 11:00:42 +0000 (12:00 +0100)]
Remove some unused imports

9 years agoCentralize algorithm of UUID generation
Simon Brandhof [Fri, 21 Nov 2014 09:58:48 +0000 (10:58 +0100)]
Centralize algorithm of UUID generation

9 years agoFix some quality flaws
Julien HENRY [Fri, 21 Nov 2014 10:02:55 +0000 (11:02 +0100)]
Fix some quality flaws

9 years agoSONAR-5827 Enable bulk insert
Julien HENRY [Fri, 21 Nov 2014 08:18:19 +0000 (09:18 +0100)]
SONAR-5827 Enable bulk insert

9 years agoAutomatic merge from branch-4.5
Jenkins CI [Fri, 21 Nov 2014 07:01:51 +0000 (08:01 +0100)]
Automatic merge from branch-4.5

* origin/branch-4.5:
  Fix javadoc
  Fix cancelling of editing of rule tags
  Fix flash vulneribility

9 years agoRefactor indexing of issueAuthorization
Simon Brandhof [Thu, 20 Nov 2014 21:19:34 +0000 (22:19 +0100)]
Refactor indexing of issueAuthorization

9 years agoFix javadoc
Julien HENRY [Thu, 20 Nov 2014 17:05:50 +0000 (18:05 +0100)]
Fix javadoc

9 years agoSONAR-5827 Select all previous file lines data hash with a single SQL query
Julien HENRY [Thu, 20 Nov 2014 14:27:39 +0000 (15:27 +0100)]
SONAR-5827 Select all previous file lines data hash with a single SQL query

9 years agoAdd duration of filesystem indexation in profiling
Julien HENRY [Thu, 20 Nov 2014 13:52:21 +0000 (14:52 +0100)]
Add duration of filesystem indexation in profiling

9 years agocreate experimental web service to digest analysis report
Teryk Bellahsene [Thu, 20 Nov 2014 14:28:20 +0000 (15:28 +0100)]
create experimental web service to digest analysis report

9 years agoclean analysis_report web services documentation and declare internal use
Teryk Bellahsene [Thu, 20 Nov 2014 13:15:16 +0000 (14:15 +0100)]
clean analysis_report web services documentation and declare internal use

9 years agoSONAR-5845 Add a rule overlay
Stas Vilchik [Thu, 20 Nov 2014 12:50:25 +0000 (13:50 +0100)]
SONAR-5845 Add a rule overlay

9 years agoSONAR-5827 Fix corner cases with highligthing offset conversion
Julien HENRY [Thu, 20 Nov 2014 11:00:50 +0000 (12:00 +0100)]
SONAR-5827 Fix corner cases with highligthing offset conversion

9 years agoFix cancelling of editing of rule tags
Stas Vilchik [Thu, 20 Nov 2014 10:55:45 +0000 (11:55 +0100)]
Fix cancelling of editing of rule tags

9 years agoFix flash vulneribility
Stas Vilchik [Thu, 20 Nov 2014 10:36:45 +0000 (11:36 +0100)]
Fix flash vulneribility

9 years agoFix duplication markers
Stas Vilchik [Thu, 20 Nov 2014 09:42:43 +0000 (10:42 +0100)]
Fix duplication markers

9 years agoSONAR-5845 Feedback applied
Stas Vilchik [Thu, 20 Nov 2014 09:36:52 +0000 (10:36 +0100)]
SONAR-5845 Feedback applied

9 years agoSONAR-5827 Fix issue on Oracle (null vs empty string)
Julien HENRY [Thu, 20 Nov 2014 08:46:00 +0000 (09:46 +0100)]
SONAR-5827 Fix issue on Oracle (null vs empty string)

9 years agoSONAR-5827 Feed the new "file_sources" table
Julien HENRY [Thu, 6 Nov 2014 08:41:02 +0000 (09:41 +0100)]
SONAR-5827 Feed the new "file_sources" table

9 years ago SONAR-5778 Embed Java Plugin 2.6
Simon Brandhof [Wed, 19 Nov 2014 18:25:51 +0000 (19:25 +0100)]
 SONAR-5778 Embed Java Plugin 2.6

9 years agoAutomatic merge from branch-4.5
Jenkins CI [Wed, 19 Nov 2014 18:22:12 +0000 (19:22 +0100)]
Automatic merge from branch-4.5

* origin/branch-4.5:
  SONAR-5860 Disable SSLv3 in Tomcat connector

9 years ago SONAR-5860 Disable SSLv3 in Tomcat connector
Simon Brandhof [Wed, 19 Nov 2014 18:09:08 +0000 (19:09 +0100)]
 SONAR-5860 Disable SSLv3 in Tomcat connector

9 years agoSONAR-5818 add todo for futur use of ProjectSettings class
Teryk Bellahsene [Wed, 19 Nov 2014 15:15:19 +0000 (16:15 +0100)]
SONAR-5818 add todo for futur use of ProjectSettings class

9 years agoSONAR-5826 Revert to (get|set)Bytes to please Oracle, refactor migration test to...
Jean-Baptiste Lievremont [Wed, 19 Nov 2014 10:49:51 +0000 (11:49 +0100)]
SONAR-5826 Revert to (get|set)Bytes to please Oracle, refactor migration test to please H2

9 years agoSONAR-5628 add medium test
Teryk Bellahsene [Wed, 19 Nov 2014 10:15:05 +0000 (11:15 +0100)]
SONAR-5628 add medium test

9 years agoSONAR-5718 Improve readability of issues list
Stas Vilchik [Wed, 19 Nov 2014 09:08:48 +0000 (10:08 +0100)]
SONAR-5718 Improve readability of issues list

9 years agoSynchronize database and ES with a journal approach
Simon Brandhof [Wed, 19 Nov 2014 07:26:55 +0000 (08:26 +0100)]
Synchronize database and ES with a journal approach

9 years agoRefactor the way to declare ES indices.
Simon Brandhof [Sun, 16 Nov 2014 21:45:40 +0000 (22:45 +0100)]
Refactor the way to declare ES indices.

- BaseIndex has too many responsibilities
- SearchClient must not override TransportClient, else it can't be easily used in tests

9 years agoFix quality flaws
Jean-Baptiste Lievremont [Tue, 18 Nov 2014 14:13:33 +0000 (15:13 +0100)]
Fix quality flaws