]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-6907 Provide a visual feedback after restoring built-in quality profiles
Stas Vilchik [Mon, 16 Nov 2015 16:20:29 +0000 (17:20 +0100)]
SONAR-6907 Provide a visual feedback after restoring built-in quality profiles

8 years agoSONAR-6972 improve loading UX of administration pages
Stas Vilchik [Mon, 16 Nov 2015 14:46:23 +0000 (15:46 +0100)]
SONAR-6972 improve loading UX of administration pages

8 years agofix ui spinner
Stas Vilchik [Mon, 16 Nov 2015 14:46:17 +0000 (15:46 +0100)]
fix ui spinner

8 years agoSONAR-6183 Validate that coverage measures are correct regarding line number and...
Duarte Meneses [Fri, 13 Nov 2015 10:54:47 +0000 (11:54 +0100)]
SONAR-6183 Validate that coverage measures are correct regarding line number and resource

8 years agoImprove report viewer
Duarte Meneses [Mon, 16 Nov 2015 14:14:34 +0000 (15:14 +0100)]
Improve report viewer

8 years agoSONAR-5676 Improve validation of highlighting API
Duarte Meneses [Thu, 12 Nov 2015 15:07:45 +0000 (16:07 +0100)]
SONAR-5676 Improve validation of highlighting API

8 years agofix select2 ui glitch
Stas Vilchik [Mon, 16 Nov 2015 13:39:00 +0000 (14:39 +0100)]
fix select2 ui glitch

8 years agoSONAR-7019 fix the title of the built-in profiles restoration dialog
Stas Vilchik [Mon, 16 Nov 2015 13:35:38 +0000 (14:35 +0100)]
SONAR-7019 fix the title of the built-in profiles restoration dialog

8 years agofix display of admin extensions
Stas Vilchik [Mon, 16 Nov 2015 09:55:47 +0000 (10:55 +0100)]
fix display of admin extensions

8 years agoupgrade react to 0.14.2, use production build
Stas Vilchik [Mon, 16 Nov 2015 09:06:21 +0000 (10:06 +0100)]
upgrade react to 0.14.2, use production build

8 years agoSONAR-6323 Replace java project by xoo project in DuplicationsTest
Julien Lancelot [Fri, 13 Nov 2015 16:41:30 +0000 (17:41 +0100)]
SONAR-6323 Replace java project by xoo project in DuplicationsTest

8 years agoSONAR-6323 Add some ITs in CrossProjectDuplicationsTest
Julien Lancelot [Fri, 13 Nov 2015 16:40:58 +0000 (17:40 +0100)]
SONAR-6323 Add some ITs in CrossProjectDuplicationsTest

8 years agoSONAR-6323 Fix duplication on removed file
Julien Lancelot [Fri, 13 Nov 2015 12:56:16 +0000 (13:56 +0100)]
SONAR-6323 Fix duplication on removed file

Due to a bad refactoring in 5.2, when a duplication was linked on a removed file, it was failing with an error 500.
Instead, the duplicated file key should be null.
This use case can only happen on cross project duplication, when a project is deleted

8 years agoSONAR-6331 make it possible to display a timeline on RATING and LEVEL measures
Stas Vilchik [Fri, 13 Nov 2015 16:40:16 +0000 (17:40 +0100)]
SONAR-6331 make it possible to display a timeline on RATING and LEVEL measures

8 years agoSONAR-6331 do not display tests block if there is no data
Stas Vilchik [Fri, 13 Nov 2015 15:27:29 +0000 (16:27 +0100)]
SONAR-6331 do not display tests block if there is no data

8 years agoSONAR-6331 fall back to UT or IT coverage
Stas Vilchik [Fri, 13 Nov 2015 15:21:24 +0000 (16:21 +0100)]
SONAR-6331 fall back to UT or IT coverage

8 years agoSONAR-6331 fix period index in coverage section
Stas Vilchik [Fri, 13 Nov 2015 15:01:32 +0000 (16:01 +0100)]
SONAR-6331 fix period index in coverage section

8 years agoSONAR-6331 fall back to UT or IT coverage
Stas Vilchik [Fri, 13 Nov 2015 15:00:34 +0000 (16:00 +0100)]
SONAR-6331 fall back to UT or IT coverage

8 years agoSONAR-6331 ensure timeline Y tick
Stas Vilchik [Fri, 13 Nov 2015 14:00:49 +0000 (15:00 +0100)]
SONAR-6331 ensure timeline Y tick

8 years agofix tz problem in web tests
Stas Vilchik [Fri, 13 Nov 2015 13:32:26 +0000 (14:32 +0100)]
fix tz problem in web tests

8 years agoSONAR-6331 refactor overview code
Stas Vilchik [Thu, 12 Nov 2015 17:05:08 +0000 (18:05 +0100)]
SONAR-6331 refactor overview code

8 years agofix escaping of encoded svg icons
Stas Vilchik [Fri, 13 Nov 2015 09:18:17 +0000 (10:18 +0100)]
fix escaping of encoded svg icons

8 years agoSONAR-6993 Fix unit test
Julien Lancelot [Thu, 12 Nov 2015 16:25:51 +0000 (17:25 +0100)]
SONAR-6993 Fix unit test

8 years agouse autoprefixer, clean up styles
Stas Vilchik [Thu, 12 Nov 2015 15:10:46 +0000 (16:10 +0100)]
use autoprefixer, clean up styles

8 years agoFix quality flaws
Julien Lancelot [Thu, 12 Nov 2015 14:49:16 +0000 (15:49 +0100)]
Fix quality flaws

8 years agoSONAR-6359 add detailed "Issues & Technical Debt" panel for the "Overview" main page
Stas Vilchik [Tue, 10 Nov 2015 17:13:23 +0000 (18:13 +0100)]
SONAR-6359 add detailed "Issues & Technical Debt" panel for the "Overview" main page

8 years agoSONAR-6993 Fix SQL query on MsSQL and Oracle
Julien Lancelot [Thu, 12 Nov 2015 14:08:25 +0000 (15:08 +0100)]
SONAR-6993 Fix SQL query on MsSQL and Oracle

8 years agoSONAR-6323 reactivate CrossProjectDuplicationTest
Julien Lancelot [Thu, 12 Nov 2015 10:21:25 +0000 (11:21 +0100)]
SONAR-6323 reactivate CrossProjectDuplicationTest

8 years agoSONAR-7012 Use standard persistence for duplications_data measure
Julien Lancelot [Thu, 12 Nov 2015 09:50:20 +0000 (10:50 +0100)]
SONAR-7012 Use standard persistence for duplications_data measure

8 years agoReplace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when possible
Julien Lancelot [Thu, 12 Nov 2015 09:25:47 +0000 (10:25 +0100)]
Replace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when possible

8 years agoReplace AnalysisMetadataHolder analysis date object by long
Julien Lancelot [Thu, 12 Nov 2015 09:23:06 +0000 (10:23 +0100)]
Replace AnalysisMetadataHolder analysis date object by long

8 years agoReplace usage of BatchReportReader.readMetadata() by AnalysisMetadataHolder
Julien Lancelot [Thu, 12 Nov 2015 09:13:49 +0000 (10:13 +0100)]
Replace usage of BatchReportReader.readMetadata() by AnalysisMetadataHolder

8 years agoSONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEX
Julien Lancelot [Thu, 12 Nov 2015 08:53:35 +0000 (09:53 +0100)]
SONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEX

8 years agoSONAR-6993 Compute cross project duplications
Julien Lancelot [Thu, 12 Nov 2015 08:45:11 +0000 (09:45 +0100)]
SONAR-6993 Compute cross project duplications

8 years agoSONAR-6993 Search duplication candidates by hashes
Julien Lancelot [Tue, 10 Nov 2015 16:59:22 +0000 (17:59 +0100)]
SONAR-6993 Search duplication candidates by hashes

8 years agoSONAR-6993 Replace hash of CpdTextBlock from a list of int to a string
Julien Lancelot [Tue, 10 Nov 2015 16:29:52 +0000 (17:29 +0100)]
SONAR-6993 Replace hash of CpdTextBlock from a list of int to a string

Having a the hash represented as a list of int in the report brings too much complexity in the compute engine, as we need only a string.

8 years agoSONAR-6993 Rename DuplicationBlock into CpdTextBlock
Julien Lancelot [Tue, 10 Nov 2015 16:44:56 +0000 (17:44 +0100)]
SONAR-6993 Rename DuplicationBlock into CpdTextBlock

8 years agoSONAR-6993 Load report metadata in a dedicated step
Julien Lancelot [Tue, 10 Nov 2015 16:49:59 +0000 (17:49 +0100)]
SONAR-6993 Load report metadata in a dedicated step

8 years agoSONAR-6993 Add root component ref in analysis metadata holder
Julien Lancelot [Tue, 10 Nov 2015 15:59:46 +0000 (16:59 +0100)]
SONAR-6993 Add root component ref in analysis metadata holder

8 years agoSONAR-6993 Add branch in analysis metadata holder
Julien Lancelot [Tue, 10 Nov 2015 15:56:43 +0000 (16:56 +0100)]
SONAR-6993 Add branch in analysis metadata holder

8 years agoSONAR-6993 Add isCpdEnabled in analysis metadata holder
Julien Lancelot [Tue, 10 Nov 2015 15:12:41 +0000 (16:12 +0100)]
SONAR-6993 Add isCpdEnabled in analysis metadata holder

8 years agoSONAR-6993 Replace first analysis flag by the project snapshot
Julien Lancelot [Tue, 10 Nov 2015 15:10:01 +0000 (16:10 +0100)]
SONAR-6993 Replace first analysis flag by the project snapshot

8 years agoSONAR-6993 Add component uuid in SnapshotQuery
Julien Lancelot [Tue, 10 Nov 2015 14:54:44 +0000 (15:54 +0100)]
SONAR-6993 Add component uuid in SnapshotQuery

8 years agoSONAR-6993 Add readComponentDuplicationBlocks in ce BatchReportReader
Julien Lancelot [Wed, 4 Nov 2015 16:09:48 +0000 (17:09 +0100)]
SONAR-6993 Add readComponentDuplicationBlocks in ce BatchReportReader

8 years agoImprove test to only return missing steps in container
Julien Lancelot [Fri, 6 Nov 2015 14:11:56 +0000 (15:11 +0100)]
Improve test to only return missing steps in container

8 years agoSONAR-6922 Fix assembly size
Julien HENRY [Thu, 12 Nov 2015 09:59:13 +0000 (10:59 +0100)]
SONAR-6922 Fix assembly size

8 years agoSONAR-6922 Minor improvements on Scanner Report Viewer
Julien HENRY [Thu, 12 Nov 2015 08:54:09 +0000 (09:54 +0100)]
SONAR-6922 Minor improvements on Scanner Report Viewer

8 years agoImprove quality
Duarte Meneses [Tue, 10 Nov 2015 16:12:59 +0000 (17:12 +0100)]
Improve quality

8 years agoSONAR-7003 Refactor batch issue tracking 626/head
Duarte Meneses [Mon, 9 Nov 2015 15:56:58 +0000 (16:56 +0100)]
SONAR-7003 Refactor batch issue tracking

8 years agoSONAR-6991 remove batch code generating duplicate_* measures 625/head
Sébastien Lesaint [Tue, 10 Nov 2015 09:55:57 +0000 (10:55 +0100)]
SONAR-6991 remove batch code generating duplicate_* measures

8 years agoSONAR-6991 compute all duplicate_* measure in CE
Sébastien Lesaint [Mon, 9 Nov 2015 15:33:42 +0000 (16:33 +0100)]
SONAR-6991 compute all duplicate_* measure in CE

duplicated_files, duplicated_blocks and duplicated_lines are now ignored when present in analysis report

8 years agoSONAR-6991 remove duplicated_lines_density from metrics allowed in report
Sébastien Lesaint [Mon, 9 Nov 2015 13:04:49 +0000 (14:04 +0100)]
SONAR-6991 remove duplicated_lines_density from metrics allowed in report

8 years agofix some quality flaws
Sébastien Lesaint [Tue, 10 Nov 2015 15:32:56 +0000 (16:32 +0100)]
fix some quality flaws

8 years agoFix some quality flaws
Julien HENRY [Tue, 10 Nov 2015 15:23:39 +0000 (16:23 +0100)]
Fix some quality flaws

8 years agoSONAR-6331 apply feedback
Stas Vilchik [Tue, 10 Nov 2015 15:13:47 +0000 (16:13 +0100)]
SONAR-6331 apply feedback

8 years agoSONAR-6360 add detailed "Code Coverage" panel for the "Overview" main page
Stas Vilchik [Mon, 9 Nov 2015 17:31:33 +0000 (18:31 +0100)]
SONAR-6360 add detailed "Code Coverage" panel for the "Overview" main page

8 years agoSONAR-6990 Adjust expected duration of file persistence
Julien Lancelot [Tue, 10 Nov 2015 13:54:20 +0000 (14:54 +0100)]
SONAR-6990 Adjust expected duration of file persistence

Duplications are now read from the in-memory repository and no more from the analysis report, so duration is now faster

8 years agoSONAR-6952 fix wording
Stas Vilchik [Tue, 10 Nov 2015 10:21:04 +0000 (11:21 +0100)]
SONAR-6952 fix wording

8 years agoSONAR-6917 apply feedback
Stas Vilchik [Tue, 10 Nov 2015 09:47:28 +0000 (10:47 +0100)]
SONAR-6917 apply feedback

8 years agoSONAR-6952 apply feedback
Stas Vilchik [Tue, 10 Nov 2015 09:45:13 +0000 (10:45 +0100)]
SONAR-6952 apply feedback

8 years agoSONAR-6361 add detailed "Duplications" panel for the "Overview" main page
Stas Vilchik [Mon, 9 Nov 2015 13:07:58 +0000 (14:07 +0100)]
SONAR-6361 add detailed "Duplications" panel for the "Overview" main page

8 years agoSONAR-6978 Provide enhanced issue locations (start/end) offset in issues mode 621/head
Duarte Meneses [Thu, 5 Nov 2015 13:14:35 +0000 (14:14 +0100)]
SONAR-6978 Provide enhanced issue locations (start/end) offset in issues mode

8 years agoclean imports in ITs
Duarte Meneses [Wed, 4 Nov 2015 15:27:42 +0000 (16:27 +0100)]
clean imports in ITs

8 years agoFix typos
Duarte Meneses [Wed, 4 Nov 2015 09:44:17 +0000 (10:44 +0100)]
Fix typos

8 years agoSONAR-6922 Fix some quality flaws and provide executable JAR
Julien HENRY [Mon, 9 Nov 2015 10:00:21 +0000 (11:00 +0100)]
SONAR-6922 Fix some quality flaws and provide executable JAR

8 years agoSONAR-6990 implement check otherFileKey is not a project key 622/head
Sébastien Lesaint [Mon, 9 Nov 2015 10:03:48 +0000 (11:03 +0100)]
SONAR-6990 implement check otherFileKey is not a project key

8 years agoSONAR-6990 merge ReportTreeRootHolder into TreeRootHolder
Sébastien Lesaint [Mon, 9 Nov 2015 09:49:46 +0000 (10:49 +0100)]
SONAR-6990 merge ReportTreeRootHolder into TreeRootHolder

+ add methods to get Component by key from TreeRootHolder

8 years agoSONAR-6990 add one missing UT on DuplicationsPublisher
Sébastien Lesaint [Fri, 6 Nov 2015 17:38:02 +0000 (18:38 +0100)]
SONAR-6990 add one missing UT on DuplicationsPublisher

8 years agoSONAR-6990 now read duplication only from DuplicationRepository
Sébastien Lesaint [Fri, 6 Nov 2015 16:33:31 +0000 (17:33 +0100)]
SONAR-6990 now read duplication only from DuplicationRepository

8 years agofix UT: remove duplicated tests since key is now stored in Component
Sébastien Lesaint [Fri, 6 Nov 2015 16:16:45 +0000 (17:16 +0100)]
fix UT: remove duplicated tests since key is now stored in Component

8 years agofix UT: otherFileRef must not be set for same file Duplication
Sébastien Lesaint [Fri, 6 Nov 2015 16:10:54 +0000 (17:10 +0100)]
fix UT: otherFileRef must not be set for same file Duplication

8 years agoSONAR-6990 add DuplicationRepository and LoadDuplicationsFromReportStep
Sébastien Lesaint [Fri, 6 Nov 2015 15:49:48 +0000 (16:49 +0100)]
SONAR-6990 add DuplicationRepository and LoadDuplicationsFromReportStep

8 years agoSONAR-6990 add ComponentImpl.equals and hashcode based on uuid
Sébastien Lesaint [Fri, 6 Nov 2015 14:42:50 +0000 (15:42 +0100)]
SONAR-6990 add ComponentImpl.equals and hashcode based on uuid

8 years agofactorize Predicate to wrap into single element object array
Sébastien Lesaint [Fri, 6 Nov 2015 14:17:20 +0000 (15:17 +0100)]
factorize Predicate to wrap into single element object array

this function is very convenient when writting DataProvider methods

8 years agosmall refactoring of ComponentProvider
Sébastien Lesaint [Thu, 5 Nov 2015 14:44:11 +0000 (15:44 +0100)]
small refactoring of ComponentProvider

change so that initialization state verification is responsability of ComponentProvider implementation, not user of ComponentProvider
add NoComponentProvider implementation so that componentProvider property can be never null

8 years agoSONAR-6918 fix display of internal WS
Stas Vilchik [Mon, 9 Nov 2015 15:07:28 +0000 (16:07 +0100)]
SONAR-6918 fix display of internal WS

8 years agoSONAR-6917 display a warning message in documentation of internal web services
Stas Vilchik [Mon, 9 Nov 2015 14:50:21 +0000 (15:50 +0100)]
SONAR-6917 display a warning message in documentation of internal web services

8 years agoSONAR-6999 display the since tag for WS parameters, add "since" tag for "additionalFi...
Stas Vilchik [Mon, 9 Nov 2015 14:37:17 +0000 (15:37 +0100)]
SONAR-6999 display the since tag for WS parameters, add "since" tag for "additionalFields"

8 years agoSONAR-6952 display the deprecated flag
Stas Vilchik [Mon, 9 Nov 2015 14:17:13 +0000 (15:17 +0100)]
SONAR-6952 display the deprecated flag

8 years agoSONAR-6331 fix project overview redirection
Stas Vilchik [Mon, 9 Nov 2015 13:53:23 +0000 (14:53 +0100)]
SONAR-6331 fix project overview redirection

8 years agoie11 fixes
Stas Vilchik [Mon, 9 Nov 2015 11:38:06 +0000 (12:38 +0100)]
ie11 fixes

8 years agoremove extra font letter-spacing
Stas Vilchik [Mon, 9 Nov 2015 11:09:31 +0000 (12:09 +0100)]
remove extra font letter-spacing

8 years agobugfix: project permissions page shows all projects
Stas Vilchik [Mon, 9 Nov 2015 10:55:48 +0000 (11:55 +0100)]
bugfix: project permissions page shows all projects

8 years agoSONAR-6331 fix label for previous analysis period
Stas Vilchik [Mon, 9 Nov 2015 10:05:28 +0000 (11:05 +0100)]
SONAR-6331 fix label for previous analysis period

8 years agoSONAR-6331 apply feedback
Stas Vilchik [Mon, 9 Nov 2015 09:43:50 +0000 (10:43 +0100)]
SONAR-6331 apply feedback

8 years agoSONAR-6916 Use Orchestrator 3.7
Teryk Bellahsene [Thu, 5 Nov 2015 12:54:43 +0000 (13:54 +0100)]
SONAR-6916 Use Orchestrator 3.7

8 years agoSONAR-6916 Improve documentation by adding mandatory information on WS
Teryk Bellahsene [Mon, 2 Nov 2015 14:57:50 +0000 (15:57 +0100)]
SONAR-6916 Improve documentation by adding mandatory information on WS

8 years agoSONAR-6916 Enforce some mandatory web service metadata
Teryk Bellahsene [Fri, 30 Oct 2015 10:04:55 +0000 (11:04 +0100)]
SONAR-6916 Enforce some mandatory web service metadata

8 years agoAnother attempt to exclude generated protobuf files 619/head
Julien HENRY [Thu, 5 Nov 2015 20:11:56 +0000 (21:11 +0100)]
Another attempt to exclude generated protobuf files

8 years agoSONAR-6989 Feed the file duplication index in the batch report
Julien HENRY [Wed, 4 Nov 2015 16:43:02 +0000 (17:43 +0100)]
SONAR-6989 Feed the file duplication index in the batch report

8 years agoSONAR-6922 Initial version of report viewer 620/head
Julien HENRY [Wed, 14 Oct 2015 13:59:51 +0000 (15:59 +0200)]
SONAR-6922 Initial version of report viewer

8 years agofix test "not_fail_with_url_ending_by_jsp"
Stas Vilchik [Fri, 6 Nov 2015 17:06:47 +0000 (18:06 +0100)]
fix test "not_fail_with_url_ending_by_jsp"

8 years agoSONAR-6331 apply feedback
Stas Vilchik [Fri, 6 Nov 2015 16:57:39 +0000 (17:57 +0100)]
SONAR-6331 apply feedback

8 years agoSONAR-6331 display overview page by default
Stas Vilchik [Tue, 27 Oct 2015 09:34:42 +0000 (10:34 +0100)]
SONAR-6331 display overview page by default

8 years agoSONAR-6357 add detailed "Size" panel for the "Overview" main page
Stas Vilchik [Thu, 5 Nov 2015 08:54:55 +0000 (09:54 +0100)]
SONAR-6357 add detailed "Size" panel for the "Overview" main page

8 years agoSONAR-6998 Remove injection of MavenProject in module IoC container 617/head
Julien HENRY [Thu, 5 Nov 2015 11:30:18 +0000 (12:30 +0100)]
SONAR-6998 Remove injection of MavenProject in module IoC container

8 years agoSONAR-6931 Speed up issues mode by scanning only changed files
Duarte Meneses [Thu, 5 Nov 2015 16:16:36 +0000 (17:16 +0100)]
SONAR-6931 Speed up issues mode by scanning only changed files

8 years agoSONAR-6931 Speed up issues mode by scanning only changed files 618/head
Duarte Meneses [Thu, 5 Nov 2015 15:56:58 +0000 (16:56 +0100)]
SONAR-6931 Speed up issues mode by scanning only changed files

8 years agoRevert "SONAR-6916 Enforce some mandatory web service metadata"
Teryk Bellahsene [Thu, 5 Nov 2015 15:50:32 +0000 (16:50 +0100)]
Revert "SONAR-6916 Enforce some mandatory web service metadata"

This reverts commit 3608f17625b2c54882ebef237b0bc9525eda7e19.

8 years agoRevert "SONAR-6916 Improve documentation by adding mandatory information on WS"
Teryk Bellahsene [Thu, 5 Nov 2015 15:50:17 +0000 (16:50 +0100)]
Revert "SONAR-6916 Improve documentation by adding mandatory information on WS"

This reverts commit 70b1e1b1539913ff0e5ee8085736419e54eebade.