]>
source.dussan.org Git - sonarqube.git/log
Stas Vilchik [Tue, 25 Nov 2014 12:38:16 +0000 (13:38 +0100)]
SONAR-5718 Group issues by component
Simon Brandhof [Tue, 25 Nov 2014 12:49:28 +0000 (13:49 +0100)]
Fix some quality flaws
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
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 12:43:32 +0000 (13:43 +0100)]
SONAR-5826 Fix column type to please Oracle
Simon Brandhof [Tue, 25 Nov 2014 12:36:04 +0000 (13:36 +0100)]
Add BaseDoc#getFieldAsDate() and getNullableFieldAsDate()
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
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 10:11:18 +0000 (11:11 +0100)]
SONAR-5743 Fix issue with dates in source line index
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 09:57:37 +0000 (10:57 +0100)]
Cleanup (remove sysouts)
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
Jean-Baptiste Lievremont [Tue, 25 Nov 2014 08:53:57 +0000 (09:53 +0100)]
SONAR-5872 Add module key in api/issues/show
Julien HENRY [Tue, 25 Nov 2014 10:39:03 +0000 (11:39 +0100)]
SONAR-5866 Add coverage data into file_sources table + migration
Julien HENRY [Tue, 25 Nov 2014 09:40:48 +0000 (10:40 +0100)]
Remove deprecation on CoverageMeasureBuilder
Stas Vilchik [Tue, 25 Nov 2014 10:22:12 +0000 (11:22 +0100)]
Change the monospace font
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
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
Julien HENRY [Tue, 25 Nov 2014 08:50:11 +0000 (09:50 +0100)]
SONAR-5868 Fix migration test
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
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
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
Jean-Baptiste Lievremont [Mon, 24 Nov 2014 13:52:22 +0000 (14:52 +0100)]
SONAR-5743 Move new source WS to api/sources/lines
Stas Vilchik [Mon, 24 Nov 2014 16:58:15 +0000 (17:58 +0100)]
Fix coding rules modals
Stas Vilchik [Mon, 24 Nov 2014 16:43:34 +0000 (17:43 +0100)]
SONAR-5845 Fix rule description
Stas Vilchik [Mon, 24 Nov 2014 15:05:05 +0000 (16:05 +0100)]
SONAR-5718 Fix memory leak
Stas Vilchik [Mon, 24 Nov 2014 14:58:49 +0000 (15:58 +0100)]
Fix action plan widget
Stas Vilchik [Mon, 24 Nov 2014 13:42:13 +0000 (14:42 +0100)]
SONAR-5718 Fix clipping effect
Stas Vilchik [Mon, 24 Nov 2014 13:29:11 +0000 (14:29 +0100)]
Fix drilldown by open/reoped issues
Stas Vilchik [Mon, 24 Nov 2014 12:35:12 +0000 (13:35 +0100)]
SONAR-5718 Handle big files
Stas Vilchik [Mon, 24 Nov 2014 09:38:49 +0000 (10:38 +0100)]
Revert "SONAR-5718 Add debt icon"
This reverts commit
ef11f4953b5319435f408063b5e368433c158499 .
Stas Vilchik [Mon, 24 Nov 2014 09:33:24 +0000 (10:33 +0100)]
SONAR-5845 Apply feedback
Simon Brandhof [Mon, 24 Nov 2014 13:25:18 +0000 (14:25 +0100)]
Fix IssueResultSetIteratorTest on non-H2 dbs (new try)
Simon Brandhof [Mon, 24 Nov 2014 13:24:48 +0000 (14:24 +0100)]
sonar-data-test: fix java xmx
Simon Brandhof [Mon, 24 Nov 2014 13:03:53 +0000 (14:03 +0100)]
Fix sorting of issues - handle virtual line "zero"
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 14:50:57 +0000 (15:50 +0100)]
SONAR-5743 New Source Code + SCM WS
Simon Brandhof [Mon, 24 Nov 2014 10:36:19 +0000 (11:36 +0100)]
SONAR-5801 fix SourceLineResultSetIterator on postgresql
Julien HENRY [Mon, 24 Nov 2014 08:35:14 +0000 (09:35 +0100)]
Fix some quality flaws
Julien HENRY [Mon, 24 Nov 2014 08:32:13 +0000 (09:32 +0100)]
Fix some quality flaws
Simon Brandhof [Mon, 24 Nov 2014 08:24:56 +0000 (09:24 +0100)]
Fix IssueResultSetIteratorTest on postgresql
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
Simon Brandhof [Sun, 23 Nov 2014 22:50:53 +0000 (23:50 +0100)]
SONAR-5801 fix sonar-data-test
Simon Brandhof [Sun, 23 Nov 2014 22:47:09 +0000 (23:47 +0100)]
SONAR-5801 improve test of SourceLineResultSetIteratorTest
Simon Brandhof [Sun, 23 Nov 2014 22:05:42 +0000 (23:05 +0100)]
sonar-data-test: use bulk inserts
Simon Brandhof [Sun, 23 Nov 2014 22:05:25 +0000 (23:05 +0100)]
SONAR-5801 fix compatibility with all dbs
Julien HENRY [Fri, 21 Nov 2014 17:21:16 +0000 (18:21 +0100)]
Fix test on Windows
Julien HENRY [Fri, 21 Nov 2014 16:50:49 +0000 (17:50 +0100)]
Try to fix handling of BOM on Windows
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
Julien HENRY [Fri, 21 Nov 2014 16:13:41 +0000 (17:13 +0100)]
SONAR-5827 Fix NPE for languages with no source colorizer
Julien HENRY [Fri, 21 Nov 2014 15:01:44 +0000 (16:01 +0100)]
SONAR-5827 Execute CodeColorizer on batch side to feed highlighting
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 14:50:04 +0000 (15:50 +0100)]
SONAR-5801 Fix test on MSSQL and Postgres
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
Stas Vilchik [Fri, 21 Nov 2014 13:54:04 +0000 (14:54 +0100)]
SONAR-5718 Fix comment shortcut
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
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
Simon Brandhof [Fri, 21 Nov 2014 13:50:30 +0000 (14:50 +0100)]
Remove useless comment in ResultSetIterator
Simon Brandhof [Fri, 21 Nov 2014 13:50:03 +0000 (14:50 +0100)]
Fix compatibility of SourceLineDoc with Java 6
Simon Brandhof [Fri, 21 Nov 2014 13:40:47 +0000 (14:40 +0100)]
Add test to ResultSetIteratorTest
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
Simon Brandhof [Fri, 21 Nov 2014 12:22:38 +0000 (13:22 +0100)]
Fix quality flaws
Jean-Baptiste Lievremont [Fri, 21 Nov 2014 11:31:10 +0000 (12:31 +0100)]
SONAR-5801 Delete unneeded lines after indexation of source
Jean-Baptiste Lievremont [Thu, 20 Nov 2014 16:01:47 +0000 (17:01 +0100)]
SONAR-5801 Index source lines at startup and after analysis
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
Simon Brandhof [Fri, 21 Nov 2014 11:00:42 +0000 (12:00 +0100)]
Remove some unused imports
Simon Brandhof [Fri, 21 Nov 2014 09:58:48 +0000 (10:58 +0100)]
Centralize algorithm of UUID generation
Julien HENRY [Fri, 21 Nov 2014 10:02:55 +0000 (11:02 +0100)]
Fix some quality flaws
Julien HENRY [Fri, 21 Nov 2014 08:18:19 +0000 (09:18 +0100)]
SONAR-5827 Enable bulk insert
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
Simon Brandhof [Thu, 20 Nov 2014 21:19:34 +0000 (22:19 +0100)]
Refactor indexing of issueAuthorization
Julien HENRY [Thu, 20 Nov 2014 17:05:50 +0000 (18:05 +0100)]
Fix javadoc
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
Julien HENRY [Thu, 20 Nov 2014 13:52:21 +0000 (14:52 +0100)]
Add duration of filesystem indexation in profiling
Teryk Bellahsene [Thu, 20 Nov 2014 14:28:20 +0000 (15:28 +0100)]
create experimental web service to digest analysis report
Teryk Bellahsene [Thu, 20 Nov 2014 13:15:16 +0000 (14:15 +0100)]
clean analysis_report web services documentation and declare internal use
Stas Vilchik [Thu, 20 Nov 2014 12:50:25 +0000 (13:50 +0100)]
SONAR-5845 Add a rule overlay
Julien HENRY [Thu, 20 Nov 2014 11:00:50 +0000 (12:00 +0100)]
SONAR-5827 Fix corner cases with highligthing offset conversion
Stas Vilchik [Thu, 20 Nov 2014 10:55:45 +0000 (11:55 +0100)]
Fix cancelling of editing of rule tags
Stas Vilchik [Thu, 20 Nov 2014 10:36:45 +0000 (11:36 +0100)]
Fix flash vulneribility
Stas Vilchik [Thu, 20 Nov 2014 09:42:43 +0000 (10:42 +0100)]
Fix duplication markers
Stas Vilchik [Thu, 20 Nov 2014 09:36:52 +0000 (10:36 +0100)]
SONAR-5845 Feedback applied
Julien HENRY [Thu, 20 Nov 2014 08:46:00 +0000 (09:46 +0100)]
SONAR-5827 Fix issue on Oracle (null vs empty string)
Julien HENRY [Thu, 6 Nov 2014 08:41:02 +0000 (09:41 +0100)]
SONAR-5827 Feed the new "file_sources" table
Simon Brandhof [Wed, 19 Nov 2014 18:25:51 +0000 (19:25 +0100)]
SONAR-5778 Embed Java Plugin 2.6
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
Simon Brandhof [Wed, 19 Nov 2014 18:09:08 +0000 (19:09 +0100)]
SONAR-5860 Disable SSLv3 in Tomcat connector
Teryk Bellahsene [Wed, 19 Nov 2014 15:15:19 +0000 (16:15 +0100)]
SONAR-5818 add todo for futur use of ProjectSettings class
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
Teryk Bellahsene [Wed, 19 Nov 2014 10:15:05 +0000 (11:15 +0100)]
SONAR-5628 add medium test
Stas Vilchik [Wed, 19 Nov 2014 09:08:48 +0000 (10:08 +0100)]
SONAR-5718 Improve readability of issues list
Simon Brandhof [Wed, 19 Nov 2014 07:26:55 +0000 (08:26 +0100)]
Synchronize database and ES with a journal approach
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
Jean-Baptiste Lievremont [Tue, 18 Nov 2014 14:13:33 +0000 (15:13 +0100)]
Fix quality flaws
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
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
Jean-Baptiste Lievremont [Fri, 7 Nov 2014 14:18:29 +0000 (15:18 +0100)]
SONAR-5826 Migrate sources and SCM data to file_sources
Stas Vilchik [Mon, 17 Nov 2014 14:14:39 +0000 (15:14 +0100)]
SONAR-5718 Add debt icon
Stas Vilchik [Mon, 17 Nov 2014 13:55:04 +0000 (14:55 +0100)]
SONAR-5718 Feedback applied
Stas Vilchik [Mon, 17 Nov 2014 13:28:32 +0000 (14:28 +0100)]
SONAR-5718 Add issues MT
Stas Vilchik [Fri, 14 Nov 2014 15:53:10 +0000 (16:53 +0100)]
SONAR-5718 Add issue box tests
Stas Vilchik [Fri, 14 Nov 2014 13:45:02 +0000 (14:45 +0100)]
SONAR-5718 Fix help closing
Stas Vilchik [Fri, 14 Nov 2014 12:27:15 +0000 (13:27 +0100)]
SONAR-5718 Fix clipping effect of the black header
Stas Vilchik [Fri, 14 Nov 2014 11:09:59 +0000 (12:09 +0100)]
SONAR-5718 Disable pointer events during scroll
Stas Vilchik [Fri, 14 Nov 2014 11:04:20 +0000 (12:04 +0100)]
SONAR-5845 Fix displaying of the project name