]>
source.dussan.org Git - sonarqube.git/log
Stas Vilchik [Mon, 16 Nov 2015 13:39:00 +0000 (14:39 +0100)]
fix select2 ui glitch
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
Stas Vilchik [Mon, 16 Nov 2015 09:55:47 +0000 (10:55 +0100)]
fix display of admin extensions
Stas Vilchik [Mon, 16 Nov 2015 09:06:21 +0000 (10:06 +0100)]
upgrade react to 0.14.2, use production build
Julien Lancelot [Fri, 13 Nov 2015 16:41:30 +0000 (17:41 +0100)]
SONAR-6323 Replace java project by xoo project in DuplicationsTest
Julien Lancelot [Fri, 13 Nov 2015 16:40:58 +0000 (17:40 +0100)]
SONAR-6323 Add some ITs in CrossProjectDuplicationsTest
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
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
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
Stas Vilchik [Fri, 13 Nov 2015 15:21:24 +0000 (16:21 +0100)]
SONAR-6331 fall back to UT or IT coverage
Stas Vilchik [Fri, 13 Nov 2015 15:01:32 +0000 (16:01 +0100)]
SONAR-6331 fix period index in coverage section
Stas Vilchik [Fri, 13 Nov 2015 15:00:34 +0000 (16:00 +0100)]
SONAR-6331 fall back to UT or IT coverage
Stas Vilchik [Fri, 13 Nov 2015 14:00:49 +0000 (15:00 +0100)]
SONAR-6331 ensure timeline Y tick
Stas Vilchik [Fri, 13 Nov 2015 13:32:26 +0000 (14:32 +0100)]
fix tz problem in web tests
Stas Vilchik [Thu, 12 Nov 2015 17:05:08 +0000 (18:05 +0100)]
SONAR-6331 refactor overview code
Stas Vilchik [Fri, 13 Nov 2015 09:18:17 +0000 (10:18 +0100)]
fix escaping of encoded svg icons
Julien Lancelot [Thu, 12 Nov 2015 16:25:51 +0000 (17:25 +0100)]
SONAR-6993 Fix unit test
Stas Vilchik [Thu, 12 Nov 2015 15:10:46 +0000 (16:10 +0100)]
use autoprefixer, clean up styles
Julien Lancelot [Thu, 12 Nov 2015 14:49:16 +0000 (15:49 +0100)]
Fix quality flaws
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
Julien Lancelot [Thu, 12 Nov 2015 14:08:25 +0000 (15:08 +0100)]
SONAR-6993 Fix SQL query on MsSQL and Oracle
Julien Lancelot [Thu, 12 Nov 2015 10:21:25 +0000 (11:21 +0100)]
SONAR-6323 reactivate CrossProjectDuplicationTest
Julien Lancelot [Thu, 12 Nov 2015 09:50:20 +0000 (10:50 +0100)]
SONAR-7012 Use standard persistence for duplications_data measure
Julien Lancelot [Thu, 12 Nov 2015 09:25:47 +0000 (10:25 +0100)]
Replace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when possible
Julien Lancelot [Thu, 12 Nov 2015 09:23:06 +0000 (10:23 +0100)]
Replace AnalysisMetadataHolder analysis date object by long
Julien Lancelot [Thu, 12 Nov 2015 09:13:49 +0000 (10:13 +0100)]
Replace usage of BatchReportReader.readMetadata() by AnalysisMetadataHolder
Julien Lancelot [Thu, 12 Nov 2015 08:53:35 +0000 (09:53 +0100)]
SONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEX
Julien Lancelot [Thu, 12 Nov 2015 08:45:11 +0000 (09:45 +0100)]
SONAR-6993 Compute cross project duplications
Julien Lancelot [Tue, 10 Nov 2015 16:59:22 +0000 (17:59 +0100)]
SONAR-6993 Search duplication candidates by hashes
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.
Julien Lancelot [Tue, 10 Nov 2015 16:44:56 +0000 (17:44 +0100)]
SONAR-6993 Rename DuplicationBlock into CpdTextBlock
Julien Lancelot [Tue, 10 Nov 2015 16:49:59 +0000 (17:49 +0100)]
SONAR-6993 Load report metadata in a dedicated step
Julien Lancelot [Tue, 10 Nov 2015 15:59:46 +0000 (16:59 +0100)]
SONAR-6993 Add root component ref 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
Julien Lancelot [Tue, 10 Nov 2015 15:12:41 +0000 (16:12 +0100)]
SONAR-6993 Add isCpdEnabled in analysis metadata holder
Julien Lancelot [Tue, 10 Nov 2015 15:10:01 +0000 (16:10 +0100)]
SONAR-6993 Replace first analysis flag by the project snapshot
Julien Lancelot [Tue, 10 Nov 2015 14:54:44 +0000 (15:54 +0100)]
SONAR-6993 Add component uuid in SnapshotQuery
Julien Lancelot [Wed, 4 Nov 2015 16:09:48 +0000 (17:09 +0100)]
SONAR-6993 Add readComponentDuplicationBlocks in ce BatchReportReader
Julien Lancelot [Fri, 6 Nov 2015 14:11:56 +0000 (15:11 +0100)]
Improve test to only return missing steps in container
Julien HENRY [Thu, 12 Nov 2015 09:59:13 +0000 (10:59 +0100)]
SONAR-6922 Fix assembly size
Julien HENRY [Thu, 12 Nov 2015 08:54:09 +0000 (09:54 +0100)]
SONAR-6922 Minor improvements on Scanner Report Viewer
Duarte Meneses [Tue, 10 Nov 2015 16:12:59 +0000 (17:12 +0100)]
Improve quality
Duarte Meneses [Mon, 9 Nov 2015 15:56:58 +0000 (16:56 +0100)]
SONAR-7003 Refactor batch issue tracking
Sébastien Lesaint [Tue, 10 Nov 2015 09:55:57 +0000 (10:55 +0100)]
SONAR-6991 remove batch code generating duplicate_* measures
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
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
Sébastien Lesaint [Tue, 10 Nov 2015 15:32:56 +0000 (16:32 +0100)]
fix some quality flaws
Julien HENRY [Tue, 10 Nov 2015 15:23:39 +0000 (16:23 +0100)]
Fix some quality flaws
Stas Vilchik [Tue, 10 Nov 2015 15:13:47 +0000 (16:13 +0100)]
SONAR-6331 apply feedback
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
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
Stas Vilchik [Tue, 10 Nov 2015 10:21:04 +0000 (11:21 +0100)]
SONAR-6952 fix wording
Stas Vilchik [Tue, 10 Nov 2015 09:47:28 +0000 (10:47 +0100)]
SONAR-6917 apply feedback
Stas Vilchik [Tue, 10 Nov 2015 09:45:13 +0000 (10:45 +0100)]
SONAR-6952 apply feedback
Stas Vilchik [Mon, 9 Nov 2015 13:07:58 +0000 (14:07 +0100)]
SONAR-6361 add detailed "Duplications" panel for the "Overview" main page
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
Duarte Meneses [Wed, 4 Nov 2015 15:27:42 +0000 (16:27 +0100)]
clean imports in ITs
Duarte Meneses [Wed, 4 Nov 2015 09:44:17 +0000 (10:44 +0100)]
Fix typos
Julien HENRY [Mon, 9 Nov 2015 10:00:21 +0000 (11:00 +0100)]
SONAR-6922 Fix some quality flaws and provide executable JAR
Sébastien Lesaint [Mon, 9 Nov 2015 10:03:48 +0000 (11:03 +0100)]
SONAR-6990 implement check otherFileKey is not a project key
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
Sébastien Lesaint [Fri, 6 Nov 2015 17:38:02 +0000 (18:38 +0100)]
SONAR-6990 add one missing UT on DuplicationsPublisher
Sébastien Lesaint [Fri, 6 Nov 2015 16:33:31 +0000 (17:33 +0100)]
SONAR-6990 now read duplication only from DuplicationRepository
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
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
Sébastien Lesaint [Fri, 6 Nov 2015 15:49:48 +0000 (16:49 +0100)]
SONAR-6990 add DuplicationRepository and LoadDuplicationsFromReportStep
Sébastien Lesaint [Fri, 6 Nov 2015 14:42:50 +0000 (15:42 +0100)]
SONAR-6990 add ComponentImpl.equals and hashcode based on uuid
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
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
Stas Vilchik [Mon, 9 Nov 2015 15:07:28 +0000 (16:07 +0100)]
SONAR-6918 fix display of internal WS
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
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"
Stas Vilchik [Mon, 9 Nov 2015 14:17:13 +0000 (15:17 +0100)]
SONAR-6952 display the deprecated flag
Stas Vilchik [Mon, 9 Nov 2015 13:53:23 +0000 (14:53 +0100)]
SONAR-6331 fix project overview redirection
Stas Vilchik [Mon, 9 Nov 2015 11:38:06 +0000 (12:38 +0100)]
ie11 fixes
Stas Vilchik [Mon, 9 Nov 2015 11:09:31 +0000 (12:09 +0100)]
remove extra font letter-spacing
Stas Vilchik [Mon, 9 Nov 2015 10:55:48 +0000 (11:55 +0100)]
bugfix: project permissions page shows all projects
Stas Vilchik [Mon, 9 Nov 2015 10:05:28 +0000 (11:05 +0100)]
SONAR-6331 fix label for previous analysis period
Stas Vilchik [Mon, 9 Nov 2015 09:43:50 +0000 (10:43 +0100)]
SONAR-6331 apply feedback
Teryk Bellahsene [Thu, 5 Nov 2015 12:54:43 +0000 (13:54 +0100)]
SONAR-6916 Use Orchestrator 3.7
Teryk Bellahsene [Mon, 2 Nov 2015 14:57:50 +0000 (15:57 +0100)]
SONAR-6916 Improve documentation by adding mandatory information on WS
Teryk Bellahsene [Fri, 30 Oct 2015 10:04:55 +0000 (11:04 +0100)]
SONAR-6916 Enforce some mandatory web service metadata
Julien HENRY [Thu, 5 Nov 2015 20:11:56 +0000 (21:11 +0100)]
Another attempt to exclude generated protobuf files
Julien HENRY [Wed, 4 Nov 2015 16:43:02 +0000 (17:43 +0100)]
SONAR-6989 Feed the file duplication index in the batch report
Julien HENRY [Wed, 14 Oct 2015 13:59:51 +0000 (15:59 +0200)]
SONAR-6922 Initial version of report viewer
Stas Vilchik [Fri, 6 Nov 2015 17:06:47 +0000 (18:06 +0100)]
fix test "not_fail_with_url_ending_by_jsp"
Stas Vilchik [Fri, 6 Nov 2015 16:57:39 +0000 (17:57 +0100)]
SONAR-6331 apply feedback
Stas Vilchik [Tue, 27 Oct 2015 09:34:42 +0000 (10:34 +0100)]
SONAR-6331 display overview page by default
Stas Vilchik [Thu, 5 Nov 2015 08:54:55 +0000 (09:54 +0100)]
SONAR-6357 add detailed "Size" panel for the "Overview" main page
Julien HENRY [Thu, 5 Nov 2015 11:30:18 +0000 (12:30 +0100)]
SONAR-6998 Remove injection of MavenProject in module IoC container
Duarte Meneses [Thu, 5 Nov 2015 16:16:36 +0000 (17:16 +0100)]
SONAR-6931 Speed up issues mode by scanning only changed files
Duarte Meneses [Thu, 5 Nov 2015 15:56:58 +0000 (16:56 +0100)]
SONAR-6931 Speed up issues mode by scanning only changed files
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 .
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 .
Teryk Bellahsene [Thu, 5 Nov 2015 15:50:03 +0000 (16:50 +0100)]
Revert "SONAR-6916 Use Orchestrator 3.7"
This reverts commit
526e3b9053582e4921d705c35a4b24d3cd9d0d60 .
Teryk Bellahsene [Thu, 5 Nov 2015 12:54:43 +0000 (13:54 +0100)]
SONAR-6916 Use Orchestrator 3.7
Teryk Bellahsene [Mon, 2 Nov 2015 14:57:50 +0000 (15:57 +0100)]
SONAR-6916 Improve documentation by adding mandatory information on WS
Teryk Bellahsene [Fri, 30 Oct 2015 10:04:55 +0000 (11:04 +0100)]
SONAR-6916 Enforce some mandatory web service metadata
Teryk Bellahsene [Wed, 4 Nov 2015 15:36:28 +0000 (16:36 +0100)]
SONAR-6954 Add 'since' tag to WS parameters
Simon Brandhof [Thu, 5 Nov 2015 13:26:11 +0000 (14:26 +0100)]
Fix analysis mode of pull request analysis on Travis