]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6540 Ignore active rules linked on removed rules / profiles
Julien Lancelot [Fri, 18 Sep 2015 15:22:51 +0000 (17:22 +0200)]
SONAR-6540  Ignore active rules linked on removed rules / profiles

9 years agoSONAR-6347 Increase max value of duplications_index id column 517/head
Julien Lancelot [Fri, 18 Sep 2015 13:55:38 +0000 (15:55 +0200)]
SONAR-6347 Increase max value of duplications_index id column

9 years agoSONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Stas Vilchik [Mon, 21 Sep 2015 08:01:07 +0000 (10:01 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules

9 years agoSONAR-6044 Stop storing distribution of issue-related measures by rule 515/head
Julien Lancelot [Mon, 21 Sep 2015 07:33:44 +0000 (09:33 +0200)]
SONAR-6044 Stop storing distribution of issue-related measures by rule

9 years agoFix merge of branch feature/ce-monitoring
Simon Brandhof [Fri, 18 Sep 2015 22:08:53 +0000 (00:08 +0200)]
Fix merge of branch feature/ce-monitoring

- JS changes (ES2015)
- DB migration conflicts

9 years agoSONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandler
Simon Brandhof [Fri, 18 Sep 2015 21:45:07 +0000 (23:45 +0200)]
SONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandler

9 years agoSONAR-6798 cancel a pending task in Compute Engine
Simon Brandhof [Fri, 18 Sep 2015 21:33:50 +0000 (23:33 +0200)]
SONAR-6798 cancel a pending task in Compute Engine

9 years agoSONAR-6834 complete filtering paramters of api/ce/activity
Simon Brandhof [Fri, 18 Sep 2015 09:33:18 +0000 (11:33 +0200)]
SONAR-6834 complete filtering paramters of api/ce/activity

9 years agoSONAR-6834 support project branches
Simon Brandhof [Fri, 18 Sep 2015 09:27:06 +0000 (11:27 +0200)]
SONAR-6834 support project branches

9 years agoSONAR-6834 use new API
Stas Vilchik [Fri, 18 Sep 2015 09:21:34 +0000 (11:21 +0200)]
SONAR-6834 use new API

9 years agoSONAR-6834 add WS api/ce/activity
Simon Brandhof [Fri, 18 Sep 2015 08:58:04 +0000 (10:58 +0200)]
SONAR-6834 add WS api/ce/activity

Limitations: no request parameters (paging/filters)

9 years agoSONAR-6861 Drop the property "sonar.preventAutoProjectCreation"
Simon Brandhof [Thu, 17 Sep 2015 22:14:11 +0000 (00:14 +0200)]
SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"

9 years agoSONAR-6851 Analysis of new projects requires the "Provision Project" permission
Simon Brandhof [Thu, 17 Sep 2015 22:02:02 +0000 (00:02 +0200)]
SONAR-6851 Analysis of new projects requires the "Provision Project" permission

9 years agoSONAR-6834 New WS GET api/ce/queue
Simon Brandhof [Thu, 17 Sep 2015 21:58:03 +0000 (23:58 +0200)]
SONAR-6834 New WS GET api/ce/queue

9 years agoSONAR-6630 At startup, delete past compute engine tasks older than 6 months
Simon Brandhof [Thu, 17 Sep 2015 20:54:47 +0000 (22:54 +0200)]
SONAR-6630 At startup, delete past compute engine tasks older than 6 months

9 years agoReplace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY
Simon Brandhof [Wed, 9 Sep 2015 16:14:31 +0000 (18:14 +0200)]
Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY

9 years agoRevert "upgrade to node.js v4.1.0"
Stas Vilchik [Fri, 18 Sep 2015 15:45:50 +0000 (17:45 +0200)]
Revert "upgrade to node.js v4.1.0"

This reverts commit bd69025c6911bee9f65d9d67fd08d1ec294b9e0d.

9 years agoRemove maven property sonar.snapshotRepository.url (which was set to codehaus)
Simon Brandhof [Fri, 18 Sep 2015 14:14:04 +0000 (16:14 +0200)]
Remove maven property sonar.snapshotRepository.url (which was set to codehaus)

9 years agoremove unused tests
Stas Vilchik [Fri, 18 Sep 2015 14:02:17 +0000 (16:02 +0200)]
remove unused tests

9 years agotry to fix selenium FP
Stas Vilchik [Fri, 18 Sep 2015 14:01:40 +0000 (16:01 +0200)]
try to fix selenium FP

9 years agoSONAR-6840 Group migrations touching same table 514/head
Julien Lancelot [Thu, 17 Sep 2015 16:14:59 +0000 (18:14 +0200)]
SONAR-6840 Group migrations touching same table

 Migrations that are done on the same table are now executed with only one SQL query

9 years agoSONAR-6840 Number are accepted in table name
Julien Lancelot [Thu, 17 Sep 2015 15:41:13 +0000 (17:41 +0200)]
SONAR-6840 Number are accepted in table name

9 years agoSONAR-6840 Replace ColumnDef by builders
Julien Lancelot [Thu, 17 Sep 2015 15:14:21 +0000 (17:14 +0200)]
SONAR-6840 Replace ColumnDef by builders

9 years agoSONAR-6840 Extract ColumnDef from AddColumnsBuilder
Julien Lancelot [Thu, 17 Sep 2015 12:49:15 +0000 (14:49 +0200)]
SONAR-6840 Extract ColumnDef from AddColumnsBuilder

And add a check when no column has been defined

9 years agoSONAR-6219 apply feedback for the timeline widget
Stas Vilchik [Fri, 18 Sep 2015 13:19:22 +0000 (15:19 +0200)]
SONAR-6219 apply feedback for the timeline widget

9 years agoupgrade to node.js v4.1.0
Stas Vilchik [Fri, 18 Sep 2015 13:08:51 +0000 (15:08 +0200)]
upgrade to node.js v4.1.0

9 years agomigrate js apps to es2015 modules
Stas Vilchik [Thu, 17 Sep 2015 14:15:28 +0000 (16:15 +0200)]
migrate js apps to es2015 modules

9 years agoNo op for highlighting and symbol references in issues mode 507/head
Julien HENRY [Tue, 15 Sep 2015 14:50:12 +0000 (16:50 +0200)]
No op for highlighting and symbol references in issues mode

9 years agoSONAR-6552 fix maven dependency for SQLServer tests
Simon Brandhof [Thu, 17 Sep 2015 14:21:03 +0000 (16:21 +0200)]
SONAR-6552 fix maven dependency for SQLServer tests

9 years agoSONAR-6552 fix bad merge
Simon Brandhof [Thu, 17 Sep 2015 13:36:51 +0000 (15:36 +0200)]
SONAR-6552 fix bad merge

- fix ruby activerecord adapter
- do not package jtds.jar

9 years agoSONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1
Julien Lancelot [Tue, 17 Mar 2015 15:54:54 +0000 (16:54 +0100)]
SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1

9 years agoSONAR-6661 update ui of the update center
Stas Vilchik [Thu, 17 Sep 2015 12:25:58 +0000 (14:25 +0200)]
SONAR-6661 update ui of the update center

9 years agoshow workspace on every page
Stas Vilchik [Thu, 17 Sep 2015 11:50:19 +0000 (13:50 +0200)]
show workspace on every page

9 years agoSONAR-6787 add IT ensuring periods 4&5 @ project level are supported
Sébastien Lesaint [Thu, 17 Sep 2015 10:22:59 +0000 (12:22 +0200)]
SONAR-6787 add IT ensuring periods 4&5 @ project level are supported

9 years agoSONAR-6822 WS rules/search from json to protobuf 510/head
Teryk Bellahsene [Wed, 16 Sep 2015 13:10:22 +0000 (15:10 +0200)]
SONAR-6822 WS rules/search from json to protobuf

9 years agoImprove javadoc of ProtobufJsonFormat
Simon Brandhof [Wed, 16 Sep 2015 07:55:20 +0000 (09:55 +0200)]
Improve javadoc of ProtobufJsonFormat

9 years agoAdd missing file
Simon Brandhof [Wed, 16 Sep 2015 07:24:29 +0000 (09:24 +0200)]
Add missing file

9 years agoImprove protobuf to json converter
Simon Brandhof [Tue, 15 Sep 2015 23:15:42 +0000 (01:15 +0200)]
Improve protobuf to json converter

- replace bool field *PresentIfEmpty by a wrapper of repeated fields
- support arrays/maps in map values

9 years agoSONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTS 512/head
Julien Lancelot [Wed, 16 Sep 2015 14:29:08 +0000 (16:29 +0200)]
SONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTS

As there's now an index on PROJECTS.QUALIFIER, it's no more required to do a join on SNAPSHOTS when searching for components by qualifier

9 years agoSONAR-6845 Add index on PROJECTS.QUALIFIER
Julien Lancelot [Wed, 16 Sep 2015 14:22:04 +0000 (16:22 +0200)]
SONAR-6845 Add index on PROJECTS.QUALIFIER

9 years agoCleanup and deprecate Decorator related stuff 511/head
Julien HENRY [Wed, 16 Sep 2015 14:43:25 +0000 (16:43 +0200)]
Cleanup and deprecate Decorator related stuff

9 years agoFix some quality flaws
Julien HENRY [Wed, 16 Sep 2015 13:50:13 +0000 (15:50 +0200)]
Fix some quality flaws

9 years agoSONAR-6821 WS qualityprofiles/search load default quality profiles or project quality...
Teryk Bellahsene [Fri, 11 Sep 2015 09:09:16 +0000 (11:09 +0200)]
SONAR-6821 WS qualityprofiles/search load default quality profiles or project quality profiles

9 years agoSONAR-6821 WS qualityprofiles/search use protocol buffers to build response
Teryk Bellahsene [Tue, 8 Sep 2015 15:48:53 +0000 (17:48 +0200)]
SONAR-6821 WS qualityprofiles/search use protocol buffers to build response

9 years agoSmall refactoring on qprofiles/search WS and ProjectRepositoryLoader
Teryk Bellahsene [Tue, 8 Sep 2015 11:50:01 +0000 (13:50 +0200)]
Small refactoring on qprofiles/search WS and ProjectRepositoryLoader

9 years agoSONAR-6818 Add migration in rows-h2.sql
Teryk Bellahsene [Thu, 17 Sep 2015 07:17:08 +0000 (09:17 +0200)]
SONAR-6818 Add migration in rows-h2.sql

9 years agoSONAR-6818 Add revision column in file_sources db table
Teryk Bellahsene [Wed, 16 Sep 2015 16:40:00 +0000 (18:40 +0200)]
SONAR-6818 Add revision column in file_sources db table

9 years agofix coverage on ReportSqaleMeasuresVisitor and ReportComputationSteps
Sébastien Lesaint [Wed, 16 Sep 2015 16:08:29 +0000 (18:08 +0200)]
fix coverage on ReportSqaleMeasuresVisitor and ReportComputationSteps

9 years agoclean up file headers
Stas Vilchik [Wed, 16 Sep 2015 16:09:48 +0000 (18:09 +0200)]
clean up file headers

9 years agoSONAR-6779 show a functional error in the select list component
Stas Vilchik [Wed, 16 Sep 2015 15:44:23 +0000 (17:44 +0200)]
SONAR-6779 show a functional error in the select list component

9 years agoSONAR-6690 Update the style of select list component
Stas Vilchik [Wed, 16 Sep 2015 15:37:33 +0000 (17:37 +0200)]
SONAR-6690 Update the style of select list component

9 years agoSONAR-5578 Improve UX of Web Service API documentation page
Stas Vilchik [Wed, 16 Sep 2015 14:33:57 +0000 (16:33 +0200)]
SONAR-5578 Improve UX of Web Service API documentation page

9 years agoMove remaining ITs of IssueWorkflowTest
Julien Lancelot [Wed, 16 Sep 2015 13:23:30 +0000 (15:23 +0200)]
Move remaining ITs of IssueWorkflowTest

9 years agoSONAR-6598 scroll index should be saved when (de-)activating a rule in a profile
Stas Vilchik [Wed, 16 Sep 2015 13:21:31 +0000 (15:21 +0200)]
SONAR-6598 scroll index should be saved when (de-)activating a rule in a profile

9 years agoSONAR-6208 Sync rule activation between list and details
Stas Vilchik [Wed, 16 Sep 2015 12:39:53 +0000 (14:39 +0200)]
SONAR-6208 Sync rule activation between list and details

9 years agoignore coverage report after web test failures
Stas Vilchik [Wed, 16 Sep 2015 12:32:05 +0000 (14:32 +0200)]
ignore coverage report after web test failures

9 years agofix lag in start of Views task in CE
Sébastien Lesaint [Wed, 16 Sep 2015 12:42:19 +0000 (14:42 +0200)]
fix lag in start of Views task in CE

9 years agoSONAR-6835 Include batch analysis context in the report sent by the batch 509/head
Julien HENRY [Tue, 15 Sep 2015 13:37:38 +0000 (15:37 +0200)]
SONAR-6835 Include batch analysis context in the report sent by the batch

9 years agoRe-add indexing of issues/authorization in ApplyPermissionsStep
Julien Lancelot [Wed, 16 Sep 2015 12:49:42 +0000 (14:49 +0200)]
Re-add indexing of issues/authorization in ApplyPermissionsStep

9 years agoSONAR-6687 Treemap should not show items with zero size
Stas Vilchik [Wed, 16 Sep 2015 12:19:57 +0000 (14:19 +0200)]
SONAR-6687 Treemap should not show items with zero size

9 years agoSONAR-6748 Display a warning when open non-existent file/rule
Stas Vilchik [Wed, 16 Sep 2015 09:21:26 +0000 (11:21 +0200)]
SONAR-6748 Display a warning when open non-existent file/rule

9 years agoVIEWS-323 fix PersistComponentsStep, did not update longName
Sébastien Lesaint [Tue, 15 Sep 2015 12:24:13 +0000 (14:24 +0200)]
VIEWS-323 fix PersistComponentsStep, did not update longName

9 years agoVIEWS-323 make IndexComponentsStepTest support indexing a View
Sébastien Lesaint [Tue, 15 Sep 2015 12:23:40 +0000 (14:23 +0200)]
VIEWS-323 make IndexComponentsStepTest support indexing a View

9 years agoVIEWS-223 description is not report specific
Sébastien Lesaint [Mon, 14 Sep 2015 14:06:00 +0000 (16:06 +0200)]
VIEWS-223 description is not report specific

move it back from ReportAttributes to Component

9 years agoAdd support for Views in ApplyPermissionsStep
Julien Lancelot [Mon, 14 Sep 2015 13:02:34 +0000 (15:02 +0200)]
Add support for Views in ApplyPermissionsStep

9 years agoRemove issue index in ApplyPermissionsStep
Julien Lancelot [Mon, 14 Sep 2015 12:31:23 +0000 (14:31 +0200)]
Remove issue index in ApplyPermissionsStep

Now done in IndexIssuesStep for a while, so useless here

9 years agoSONAR-6331 revert overview page
Stas Vilchik [Tue, 15 Sep 2015 15:54:25 +0000 (17:54 +0200)]
SONAR-6331 revert overview page

9 years agoSONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", encourage...
Stas Vilchik [Tue, 15 Sep 2015 15:12:19 +0000 (17:12 +0200)]
SONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", encourage him/her to provide a comment

9 years agoSONAR-6852 Improve display of package names inside word cloud widget
Stas Vilchik [Tue, 15 Sep 2015 14:45:39 +0000 (16:45 +0200)]
SONAR-6852 Improve display of package names inside word cloud widget

9 years agoSONAR-6804 Wrap long lines in the response examples on the Web Service API page
Stas Vilchik [Tue, 15 Sep 2015 14:37:48 +0000 (16:37 +0200)]
SONAR-6804 Wrap long lines in the response examples on the Web Service API page

9 years agoSONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"
Stas Vilchik [Tue, 15 Sep 2015 14:23:51 +0000 (16:23 +0200)]
SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"

9 years agoSONAR-6284 force project widgets displayed on global dashboards to select a project
Stas Vilchik [Tue, 15 Sep 2015 14:19:56 +0000 (16:19 +0200)]
SONAR-6284 force project widgets displayed on global dashboards to select a project

9 years agoSONAR-6219 Show timeline widget on measures with no values
lschoelens [Wed, 18 Feb 2015 16:13:38 +0000 (17:13 +0100)]
SONAR-6219 Show timeline widget on measures with no values

9 years agoRemove some useless views queries
Julien Lancelot [Tue, 15 Sep 2015 12:31:52 +0000 (14:31 +0200)]
Remove some useless views queries

selectRootViews and selectViewTree are not used anymore in Views

9 years agoSimplify deletion of a project in PurgeDao 506/head
Julien Lancelot [Tue, 15 Sep 2015 10:01:40 +0000 (12:01 +0200)]
Simplify deletion of a project in PurgeDao

- Rename deleteResourceTree to deleteProject
- deleteProject only takes a uuid as parameter (instead of a IdUUidPair)

9 years agoSONAR-6208 Sync rule activation between list and details
Stas Vilchik [Tue, 15 Sep 2015 10:31:53 +0000 (12:31 +0200)]
SONAR-6208 Sync rule activation between list and details

9 years agoSONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Stas Vilchik [Tue, 15 Sep 2015 10:15:52 +0000 (12:15 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules

9 years agoSONAR-6209 While in the profile context, activation modal should suggest selected...
Stas Vilchik [Tue, 15 Sep 2015 09:51:55 +0000 (11:51 +0200)]
SONAR-6209 While in the profile context, activation modal should suggest selected profile first

9 years agoFix benchmark of saving of FILE_SOURCES
Simon Brandhof [Tue, 15 Sep 2015 09:49:41 +0000 (11:49 +0200)]
Fix benchmark of saving of FILE_SOURCES

9 years agoSONAR-6747 Display the number of issues on a line in the component viewer
Stas Vilchik [Tue, 15 Sep 2015 09:14:22 +0000 (11:14 +0200)]
SONAR-6747 Display the number of issues on a line in the component viewer

9 years agoSONAR-6160 Show a notification when user reaches the last issue / rule
Stas Vilchik [Tue, 15 Sep 2015 08:51:56 +0000 (10:51 +0200)]
SONAR-6160 Show a notification when user reaches the last issue / rule

9 years agoimprove formatting of LEVEL measures
Stas Vilchik [Tue, 15 Sep 2015 08:17:05 +0000 (10:17 +0200)]
improve formatting of LEVEL measures

9 years agoSONAR-6697 update UI of the custom measures page
Stas Vilchik [Tue, 15 Sep 2015 08:09:05 +0000 (10:09 +0200)]
SONAR-6697 update UI of the custom measures page

9 years agoUpgrade to Elasticsearch 1.7.1
Simon Brandhof [Thu, 10 Sep 2015 14:18:33 +0000 (16:18 +0200)]
Upgrade to Elasticsearch 1.7.1

9 years agoAllow server-side plugins to use javax.servlet
Simon Brandhof [Mon, 14 Sep 2015 19:40:16 +0000 (21:40 +0200)]
Allow server-side plugins to use javax.servlet

9 years agoImprove FileCache tests
Duarte Meneses [Mon, 14 Sep 2015 14:46:35 +0000 (16:46 +0200)]
Improve FileCache tests

9 years agoimprove batch logging and performance
Duarte Meneses [Wed, 9 Sep 2015 14:48:49 +0000 (16:48 +0200)]
improve batch logging and performance

9 years agoSONAR-6708 fix sqale colors on treemap
Stas Vilchik [Mon, 14 Sep 2015 13:51:10 +0000 (15:51 +0200)]
SONAR-6708 fix sqale colors on treemap

9 years agoSONAR-5851 fix bug with duplicated languages in the list
Stas Vilchik [Mon, 14 Sep 2015 13:33:43 +0000 (15:33 +0200)]
SONAR-5851 fix bug with duplicated languages in the list

9 years agoSONAR-6802 SONAR-6803 add an ability to apply a permission template to projects
Stas Vilchik [Mon, 14 Sep 2015 12:53:09 +0000 (14:53 +0200)]
SONAR-6802 SONAR-6803 add an ability to apply a permission template to projects

9 years agoCleanup code
David Gageot [Mon, 14 Sep 2015 07:15:42 +0000 (09:15 +0200)]
Cleanup code

9 years agoStop using random ports. It causes FP
David Gageot [Mon, 14 Sep 2015 06:51:30 +0000 (08:51 +0200)]
Stop using random ports. It causes FP

The same port can be given twice before the processes
are started.
On Travis, we know all those ports are free. We still
check with nc, just to be sure.

9 years agofix display of the assignees facet on the issues page
Stas Vilchik [Fri, 11 Sep 2015 15:58:10 +0000 (17:58 +0200)]
fix display of the assignees facet on the issues page

9 years agoSONAR-6789 increase min-width of the container to prevent global menu wrapping
Stas Vilchik [Fri, 11 Sep 2015 14:51:02 +0000 (16:51 +0200)]
SONAR-6789 increase min-width of the container to prevent global menu wrapping

9 years agofix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 13:55:32 +0000 (15:55 +0200)]
fix execution of web tests

9 years agofix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 13:36:19 +0000 (15:36 +0200)]
fix execution of web tests

9 years agoSONAR-6285 show filters on the issues home page
Stas Vilchik [Fri, 11 Sep 2015 12:40:32 +0000 (14:40 +0200)]
SONAR-6285 show filters on the issues home page

9 years agofix SONAR-6788 The language of manual rules is displayed as "undefined" in the select...
Stas Vilchik [Fri, 11 Sep 2015 09:59:28 +0000 (11:59 +0200)]
fix SONAR-6788 The language of manual rules is displayed as "undefined" in the select box of the rules facet on the issues page

9 years agoExclude generated protobuf codebase from analysis
Simon Brandhof [Thu, 10 Sep 2015 09:15:46 +0000 (11:15 +0200)]
Exclude generated protobuf codebase from analysis

9 years agoUpgrade protobuf lib to 3.0.0-beta-1
Simon Brandhof [Wed, 9 Sep 2015 07:37:48 +0000 (09:37 +0200)]
Upgrade protobuf lib to 3.0.0-beta-1