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

9 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

9 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

9 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

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

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

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

9 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

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

9 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

9 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

9 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

9 years agoSONAR-5845 Add rule permalink
Stas Vilchik [Fri, 14 Nov 2014 10:35:26 +0000 (11:35 +0100)]
SONAR-5845 Add rule permalink

9 years agoSONAR-5845 Enable issue message escaping
Stas Vilchik [Fri, 14 Nov 2014 10:21:22 +0000 (11:21 +0100)]
SONAR-5845 Enable issue message escaping

9 years agoFix black header overlapping
Stas Vilchik [Thu, 13 Nov 2014 15:50:15 +0000 (16:50 +0100)]
Fix black header overlapping

9 years agoSONAR-5718 Different fixes
Stas Vilchik [Thu, 13 Nov 2014 15:38:52 +0000 (16:38 +0100)]
SONAR-5718 Different fixes

9 years agoSONAR-5718 Update the font
Stas Vilchik [Thu, 13 Nov 2014 15:17:08 +0000 (16:17 +0100)]
SONAR-5718 Update the font

9 years agoSONAR-5845 Update the layout and tune the UI of the issue box
Stas Vilchik [Fri, 7 Nov 2014 14:00:36 +0000 (15:00 +0100)]
SONAR-5845 Update the layout and tune the UI of the issue box

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

* origin/branch-4.5:
  SONAR-5610 Fix chrome freezes on the components page

9 years agoAdd some issues perf test on queries
Julien Lancelot [Mon, 10 Nov 2014 16:52:51 +0000 (17:52 +0100)]
Add some issues perf test on queries

9 years agoAdd periodic rate when inserting issues in E/S
Julien Lancelot [Mon, 10 Nov 2014 13:59:19 +0000 (14:59 +0100)]
Add periodic rate when inserting issues in E/S

9 years agoimprove code coverage of DataCleaner classes
Teryk Bellahsene [Mon, 10 Nov 2014 11:39:19 +0000 (12:39 +0100)]
improve code coverage of DataCleaner classes

9 years agoSONAR-5666 Remove useless {:} in ES search query
Julien Lancelot [Mon, 10 Nov 2014 10:48:57 +0000 (11:48 +0100)]
SONAR-5666 Remove useless {:} in ES search query

9 years agoFix quality flaws
Julien Lancelot [Mon, 10 Nov 2014 10:24:13 +0000 (11:24 +0100)]
Fix quality flaws

9 years agoSONAR-5610 Fix chrome freezes on the components page
Stas Vilchik [Mon, 10 Nov 2014 09:27:44 +0000 (10:27 +0100)]
SONAR-5610 Fix chrome freezes on the components page

9 years agoSONAR-5712 Re-merge package_design widget into file_design
Jean-Baptiste Lievremont [Mon, 10 Nov 2014 09:15:34 +0000 (10:15 +0100)]
SONAR-5712 Re-merge package_design widget into file_design

9 years agofix quality flaws and refactorings
Teryk Bellahsene [Fri, 7 Nov 2014 09:30:34 +0000 (10:30 +0100)]
fix quality flaws and refactorings

9 years agoFix test
Julien HENRY [Fri, 7 Nov 2014 21:44:05 +0000 (22:44 +0100)]
Fix test

9 years agoComputation: propagate the same session object everywhere
Julien HENRY [Fri, 7 Nov 2014 21:30:56 +0000 (22:30 +0100)]
Computation: propagate the same session object everywhere
  to avoid DB lock (avoid nested session)

9 years agoAdd counter on issues performance tests
Julien Lancelot [Fri, 7 Nov 2014 18:32:43 +0000 (19:32 +0100)]
Add counter on issues performance tests