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

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

10 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

10 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

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

10 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

10 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

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

10 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

10 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

10 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

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

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

10 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

10 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

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

10 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

10 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

10 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

10 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

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

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

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

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

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

10 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

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

10 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.

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

10 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)

10 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

10 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"

10 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

10 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

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

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

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

10 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

10 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

10 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

10 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

10 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

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

10 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

10 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

10 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

10 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

10 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

10 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

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

10 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

10 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

10 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

10 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

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

10 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

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

10 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

10 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

10 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

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

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

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

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

10 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

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

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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

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

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

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

10 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)

10 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

10 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

10 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

10 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

10 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

10 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

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

10 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

10 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

10 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

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

10 years agoSONAR-5826 Fix handling of boolean values in migration of source
Jean-Baptiste Lievremont [Tue, 18 Nov 2014 09:14:05 +0000 (10:14 +0100)]
SONAR-5826 Fix handling of boolean values in migration of source

10 years agoSONAR-5826 Fix migration of source code when DB is empty
Jean-Baptiste Lievremont [Tue, 18 Nov 2014 08:08:45 +0000 (09:08 +0100)]
SONAR-5826 Fix migration of source code when DB is empty

10 years agoSONAR-5826 Migrate sources and SCM data to file_sources
Jean-Baptiste Lievremont [Fri, 7 Nov 2014 14:18:29 +0000 (15:18 +0100)]
SONAR-5826 Migrate sources and SCM data to file_sources

10 years agoSONAR-5718 Add debt icon
Stas Vilchik [Mon, 17 Nov 2014 14:14:39 +0000 (15:14 +0100)]
SONAR-5718 Add debt icon

10 years agoSONAR-5718 Feedback applied
Stas Vilchik [Mon, 17 Nov 2014 13:55:04 +0000 (14:55 +0100)]
SONAR-5718 Feedback applied

10 years agoSONAR-5718 Add issues MT
Stas Vilchik [Mon, 17 Nov 2014 13:28:32 +0000 (14:28 +0100)]
SONAR-5718 Add issues MT

10 years agoSONAR-5718 Add issue box tests
Stas Vilchik [Fri, 14 Nov 2014 15:53:10 +0000 (16:53 +0100)]
SONAR-5718 Add issue box tests

10 years agoSONAR-5718 Fix help closing
Stas Vilchik [Fri, 14 Nov 2014 13:45:02 +0000 (14:45 +0100)]
SONAR-5718 Fix help closing

10 years agoSONAR-5718 Fix clipping effect of the black header
Stas Vilchik [Fri, 14 Nov 2014 12:27:15 +0000 (13:27 +0100)]
SONAR-5718 Fix clipping effect of the black header

10 years agoSONAR-5718 Disable pointer events during scroll
Stas Vilchik [Fri, 14 Nov 2014 11:09:59 +0000 (12:09 +0100)]
SONAR-5718 Disable pointer events during scroll

10 years agoSONAR-5845 Fix displaying of the project name
Stas Vilchik [Fri, 14 Nov 2014 11:04:20 +0000 (12:04 +0100)]
SONAR-5845 Fix displaying of the project name