]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
10 years agoSONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage
Julien HENRY [Tue, 25 Mar 2014 09:24:16 +0000 (10:24 +0100)]
SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage

10 years agoUpgrade to plexus-classwords 2.5.1 to unlock JAR files on Windows
Simon Brandhof [Tue, 25 Mar 2014 10:40:26 +0000 (11:40 +0100)]
Upgrade to plexus-classwords 2.5.1 to unlock JAR files on Windows

UrlClassloader locks JAR files on JVM implementations for Windows. This recent version of plexus-classworlds executes ClassLoader#close() when available (since Java 7)

10 years agoSONAR-4843 disable restart on Windows + Java 6 (UrlClassloader locks JAR files)
Simon Brandhof [Tue, 25 Mar 2014 10:22:43 +0000 (11:22 +0100)]
SONAR-4843 disable restart on Windows + Java 6 (UrlClassloader locks JAR files)

10 years agoImprove org.sonar.api.utils.System2 :
Simon Brandhof [Tue, 25 Mar 2014 10:20:50 +0000 (11:20 +0100)]
Improve org.sonar.api.utils.System2 :

* add to picocontainer
* new method isJavaAtLeast17()
* fix Javadoc

10 years agoSONAR-5062 New implementation of concurrent safe unzip using FileLock
Julien HENRY [Tue, 25 Mar 2014 10:32:42 +0000 (11:32 +0100)]
SONAR-5062 New implementation of concurrent safe unzip using FileLock

10 years agoFix definition of JS files to be analyzed
Simon Brandhof [Tue, 25 Mar 2014 10:13:33 +0000 (11:13 +0100)]
Fix definition of JS files to be analyzed

10 years agoSONAR-5062 Disable test until a correct implementation is found.
Julien HENRY [Tue, 25 Mar 2014 09:27:29 +0000 (10:27 +0100)]
SONAR-5062 Disable test until a correct implementation is found.

10 years agoFix build
Stas Vilchik [Tue, 25 Mar 2014 09:25:15 +0000 (15:25 +0600)]
Fix build

10 years agoMove source outside from webapp
Stas Vilchik [Tue, 25 Mar 2014 09:18:29 +0000 (15:18 +0600)]
Move source outside from webapp

10 years agoSet the correct SCM information for the renamed repository
Eric Hartmann [Tue, 25 Mar 2014 08:17:19 +0000 (09:17 +0100)]
Set the correct SCM information for the renamed repository

10 years agoFix URL of Git repository
Simon Brandhof [Tue, 25 Mar 2014 08:13:10 +0000 (09:13 +0100)]
Fix URL of Git repository

10 years agoFix loading of Hibernate rules on MyBatis
Simon Brandhof [Tue, 25 Mar 2014 08:11:38 +0000 (09:11 +0100)]
Fix loading of Hibernate rules on MyBatis

10 years agoSONAR-4366 Remove unnecessary colons
Stas Vilchik [Tue, 25 Mar 2014 06:41:10 +0000 (12:41 +0600)]
SONAR-4366 Remove unnecessary colons

10 years agoSONAR-5007 Bulk action on found rules
Stas Vilchik [Tue, 25 Mar 2014 06:31:31 +0000 (12:31 +0600)]
SONAR-5007 Bulk action on found rules

10 years agoSONAR-5147 do not install "bundled plugin" if already present in "extensions/plugins...
Simon Brandhof [Tue, 25 Mar 2014 00:06:43 +0000 (01:06 +0100)]
SONAR-5147 do not install "bundled plugin" if already present in "extensions/plugins", whatever its version

10 years agoFix CI
Simon Brandhof [Mon, 24 Mar 2014 18:51:22 +0000 (19:51 +0100)]
Fix CI

10 years agoFix loading of rules during registration of Q profiles (MySQL only ?)
Simon Brandhof [Mon, 24 Mar 2014 17:48:38 +0000 (18:48 +0100)]
Fix loading of rules during registration of Q profiles (MySQL only ?)

10 years agoSanitize code - remove commented-out code and dead code
Simon Brandhof [Mon, 24 Mar 2014 17:48:10 +0000 (18:48 +0100)]
Sanitize code - remove commented-out code and dead code

10 years agoSONAR-4908 extract RulesDefinitionXmlLoader
Simon Brandhof [Mon, 24 Mar 2014 17:01:30 +0000 (18:01 +0100)]
SONAR-4908 extract RulesDefinitionXmlLoader

10 years agoFix javadoc of org.sonar.api.server.ws.WebService
Simon Brandhof [Mon, 24 Mar 2014 16:21:32 +0000 (17:21 +0100)]
Fix javadoc of org.sonar.api.server.ws.WebService

10 years agoSONAR-5051 Support Maven encryption mechanism for SonarQube passwords
Julien HENRY [Mon, 24 Mar 2014 14:04:31 +0000 (15:04 +0100)]
SONAR-5051 Support Maven encryption mechanism for SonarQube passwords

10 years agoFix quality flaws
Julien Lancelot [Mon, 24 Mar 2014 14:18:38 +0000 (15:18 +0100)]
Fix quality flaws

10 years agoSONAR-5007 Update QP section
Stas Vilchik [Mon, 24 Mar 2014 14:03:02 +0000 (20:03 +0600)]
SONAR-5007 Update QP section

10 years agoAdd check to verify that rule is not null when searching rule from active rule
Julien Lancelot [Mon, 24 Mar 2014 13:44:24 +0000 (14:44 +0100)]
Add check to verify that rule is not null when searching rule from active rule

10 years agoSONAR-5007 Improve QP filter
Stas Vilchik [Mon, 24 Mar 2014 13:25:10 +0000 (19:25 +0600)]
SONAR-5007 Improve QP filter

10 years agoSONAR-5056 Remove useless static creation methods
Julien Lancelot [Mon, 24 Mar 2014 12:50:21 +0000 (13:50 +0100)]
SONAR-5056 Remove useless static creation methods

10 years agoSONAR-5056 Use restore to populate debt model at startup
Julien Lancelot [Mon, 24 Mar 2014 12:38:18 +0000 (13:38 +0100)]
SONAR-5056 Use restore to populate debt model at startup

10 years agoSONAR-5121 Add restore from XMl actions
Julien Lancelot [Mon, 24 Mar 2014 12:28:04 +0000 (13:28 +0100)]
SONAR-5121 Add restore from XMl actions

10 years agoSONAR-5062 Improve stability of tests
Julien HENRY [Mon, 24 Mar 2014 11:13:25 +0000 (12:13 +0100)]
SONAR-5062 Improve stability of tests

10 years agoSONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sources...
Julien HENRY [Mon, 24 Mar 2014 11:12:25 +0000 (12:12 +0100)]
SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sources in preview

10 years agoSONAR-5007 Feedback applied
Stas Vilchik [Mon, 24 Mar 2014 10:51:41 +0000 (16:51 +0600)]
SONAR-5007 Feedback applied

10 years agoSONAR-5062 Add test
Julien HENRY [Mon, 24 Mar 2014 10:30:22 +0000 (11:30 +0100)]
SONAR-5062 Add test

10 years agoSONAR-5062 Don't fail when concurrent process unzip same plugin dependency
Julien HENRY [Mon, 24 Mar 2014 10:01:26 +0000 (11:01 +0100)]
SONAR-5062 Don't fail when concurrent process unzip same plugin dependency

10 years agoRemove templates from sonar.exclusions
Stas Vilchik [Mon, 24 Mar 2014 09:18:10 +0000 (15:18 +0600)]
Remove templates from sonar.exclusions

10 years agoRemove generated files
Stas Vilchik [Mon, 24 Mar 2014 09:01:31 +0000 (15:01 +0600)]
Remove generated files

10 years agoExclude some 3-party libs from JS analysis
Simon Brandhof [Mon, 24 Mar 2014 08:52:10 +0000 (09:52 +0100)]
Exclude some 3-party libs from JS analysis

10 years agoRemove trimming of ERB templates - does not work currently
Simon Brandhof [Mon, 24 Mar 2014 08:41:23 +0000 (09:41 +0100)]
Remove trimming of ERB templates - does not work currently

10 years agoRemove useless space in ui
Julien Lancelot [Mon, 24 Mar 2014 08:37:35 +0000 (09:37 +0100)]
Remove useless space in ui

10 years agoConfigure analysis of JS files of sonar-server
Simon Brandhof [Mon, 24 Mar 2014 08:29:18 +0000 (09:29 +0100)]
Configure analysis of JS files of sonar-server

10 years agoAdd third-party-licenses.sh
Simon Brandhof [Sat, 22 Mar 2014 13:24:16 +0000 (14:24 +0100)]
Add third-party-licenses.sh

10 years agoSONAR-4843 move URL to /api/system/restart and complete ws-client
Simon Brandhof [Fri, 21 Mar 2014 15:40:07 +0000 (16:40 +0100)]
SONAR-4843 move URL to /api/system/restart and complete ws-client

10 years agoSONAR-5011 Allow to install two plugins sharing the same dependency
Julien HENRY [Fri, 21 Mar 2014 14:41:16 +0000 (15:41 +0100)]
SONAR-5011 Allow to install two plugins sharing the same dependency

10 years agoSONAR-4843 do not fail if filenames between source and dest dirs are equal
Simon Brandhof [Fri, 21 Mar 2014 13:43:17 +0000 (14:43 +0100)]
SONAR-4843 do not fail if filenames between source and dest dirs are equal

10 years agoSONAR-4366 Rework rename/copy modal
Stas Vilchik [Fri, 21 Mar 2014 12:59:59 +0000 (18:59 +0600)]
SONAR-4366 Rework rename/copy modal

10 years agoRemove generated js file
Stas Vilchik [Fri, 21 Mar 2014 12:54:30 +0000 (18:54 +0600)]
Remove generated js file

10 years agoSONAR-5128 downgrade to sonar-channel 4.1
Simon Brandhof [Fri, 21 Mar 2014 12:52:40 +0000 (13:52 +0100)]
SONAR-5128 downgrade to sonar-channel 4.1

10 years agoSONAR-5075 Update the title of the command window when starting the web server and...
Julien HENRY [Fri, 21 Mar 2014 12:47:19 +0000 (13:47 +0100)]
SONAR-5075 Update the title of the command window when starting the web server and NT service name

10 years agoMerge branch 'master' of github.com:jdigweed/sonar into jdigweed-master
Simon Brandhof [Fri, 21 Mar 2014 12:35:48 +0000 (13:35 +0100)]
Merge branch 'master' of github.com:jdigweed/sonar into jdigweed-master

10 years agoSONAR-5035 Trim properties read from sonar-runner configuration files
Julien HENRY [Fri, 21 Mar 2014 12:31:31 +0000 (13:31 +0100)]
SONAR-5035 Trim properties read from sonar-runner configuration files

10 years agoSONAR-5121 Refactor the way remediation function is defined on rules in order to...
Julien Lancelot [Fri, 21 Mar 2014 11:23:12 +0000 (12:23 +0100)]
SONAR-5121 Refactor the way remediation function is defined on rules in order to remove the static creation and to be able to know which rule is failing when a wrong function is defined.

10 years agoSONAR-5007 Add characteristic criterion
Stas Vilchik [Fri, 21 Mar 2014 11:12:56 +0000 (17:12 +0600)]
SONAR-5007 Add characteristic criterion

10 years agoSONAR-4366 Some UI improvements
Stas Vilchik [Fri, 21 Mar 2014 10:57:13 +0000 (16:57 +0600)]
SONAR-4366 Some UI improvements

10 years agoSONAR-5007 Add languages next to quality profiles
Stas Vilchik [Fri, 21 Mar 2014 09:41:39 +0000 (15:41 +0600)]
SONAR-5007 Add languages next to quality profiles

10 years agoSONAR-5007 Rework bulk change
Stas Vilchik [Fri, 21 Mar 2014 09:36:50 +0000 (15:36 +0600)]
SONAR-5007 Rework bulk change

10 years agoMove validate() function to the bottom
Julien Lancelot [Fri, 21 Mar 2014 07:33:49 +0000 (08:33 +0100)]
Move validate() function to the bottom

10 years agoFix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt.charact...
Julien Lancelot [Fri, 21 Mar 2014 07:31:53 +0000 (08:31 +0100)]
Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt.characteristics

10 years agoSONAR-5007 Improve coding rule details display
Stas Vilchik [Fri, 21 Mar 2014 07:17:13 +0000 (13:17 +0600)]
SONAR-5007 Improve coding rule details display

10 years agoSONAR-5056 Fix issue when removing characteristic and rules linked with default chara...
Julien Lancelot [Thu, 20 Mar 2014 17:57:40 +0000 (18:57 +0100)]
SONAR-5056 Fix issue when removing characteristic and rules linked with default characteristic linked on it was updated

10 years agoSONAR-5056 Fix issue on move up/down
Julien Lancelot [Thu, 20 Mar 2014 16:27:12 +0000 (17:27 +0100)]
SONAR-5056 Fix issue on move up/down

10 years agoDisable karma tests with -DskipTests
Jean-Baptiste Lievremont [Thu, 20 Mar 2014 16:10:05 +0000 (17:10 +0100)]
Disable karma tests with -DskipTests

10 years agoRun JS tests on maven test phase
Jean-Baptiste Lievremont [Thu, 20 Mar 2014 15:27:16 +0000 (16:27 +0100)]
Run JS tests on maven test phase

10 years agoSONAR-5056 Create restore from language action
Julien Lancelot [Thu, 20 Mar 2014 15:17:04 +0000 (16:17 +0100)]
SONAR-5056 Create restore from language action

10 years agoDeploy minimized files in prod
Simon Brandhof [Thu, 20 Mar 2014 14:28:49 +0000 (15:28 +0100)]
Deploy minimized files in prod

10 years agoSONAR-5056 Create restore from provided model action
Julien Lancelot [Thu, 20 Mar 2014 14:21:36 +0000 (15:21 +0100)]
SONAR-5056 Create restore from provided model action

10 years agoMerge branch 'grunt'
Stas Vilchik [Thu, 20 Mar 2014 13:57:11 +0000 (19:57 +0600)]
Merge branch 'grunt'

Conflicts:
sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_detail_quality_profile_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_detail_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/coding_rules/templates/_coding_rules_list_item_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_condition_template.hbs.erb
sonar-server/src/main/webapp/javascripts/coding-rules/mockjax.js
sonar-server/src/main/webapp/javascripts/coding-rules/views/coding-rules-detail-quality-profile-view.js
sonar-server/src/main/webapp/javascripts/coding-rules/views/coding-rules-detail-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/collections/conditions.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js
sonar-server/src/main/webapp/stylesheets/coding-rules.css
sonar-server/src/main/webapp/stylesheets/icons.css

10 years agoSONAR-4366 Move a core plugin component to batch (remove server dependency on batch...
Jean-Baptiste Lievremont [Thu, 20 Mar 2014 11:34:40 +0000 (12:34 +0100)]
SONAR-4366 Move a core plugin component to batch (remove server dependency on batch component)

10 years agoCompleting integration of grunt into maven
Simon Brandhof [Thu, 20 Mar 2014 11:32:24 +0000 (12:32 +0100)]
Completing integration of grunt into maven

10 years agoSONAR-5007 Apply some feedback
Stas Vilchik [Thu, 20 Mar 2014 11:29:22 +0000 (17:29 +0600)]
SONAR-5007 Apply some feedback

10 years agoFix quality flaws
Jean-Baptiste Lievremont [Thu, 20 Mar 2014 10:30:15 +0000 (11:30 +0100)]
Fix quality flaws

10 years agoSONAR-4366 Transform WORK_DUR in read-only mode
Stas Vilchik [Thu, 20 Mar 2014 10:21:58 +0000 (16:21 +0600)]
SONAR-4366 Transform WORK_DUR in read-only mode

10 years agoChange the default grunt task
Stas Vilchik [Thu, 20 Mar 2014 09:43:05 +0000 (15:43 +0600)]
Change the default grunt task

10 years agoChange the default grunt task
Stas Vilchik [Thu, 20 Mar 2014 09:42:24 +0000 (15:42 +0600)]
Change the default grunt task

10 years agoRefactor privileged code execution, protecting against un-stop()-ed privileged sections
Jean-Baptiste Lievremont [Thu, 20 Mar 2014 09:20:46 +0000 (10:20 +0100)]
Refactor privileged code execution, protecting against un-stop()-ed privileged sections

10 years agoSONAR-5007 Add missed file
Stas Vilchik [Thu, 20 Mar 2014 09:09:15 +0000 (15:09 +0600)]
SONAR-5007 Add missed file

10 years agoSONAR-5083 SONAR-5112 Add placeholder for WORK_DUR and RATING fields
Stas Vilchik [Thu, 20 Mar 2014 09:04:26 +0000 (15:04 +0600)]
SONAR-5083 SONAR-5112 Add placeholder for WORK_DUR and RATING fields

10 years agoSONAR-4366 Transform WORK_DUR in read-only mode. Sort conditions.
Stas Vilchik [Thu, 20 Mar 2014 08:48:00 +0000 (14:48 +0600)]
SONAR-4366 Transform WORK_DUR in read-only mode. Sort conditions.

10 years agoRevert SONAR-4950
Simon Brandhof [Thu, 20 Mar 2014 08:12:12 +0000 (09:12 +0100)]
Revert SONAR-4950

10 years agoMerge branch 'master' into grunt
Stas Vilchik [Thu, 20 Mar 2014 07:30:21 +0000 (13:30 +0600)]
Merge branch 'master' into grunt

Conflicts:
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_conditions_template.hbs.erb
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-header-view.js

10 years agoGrunt Handlebars
Stas Vilchik [Thu, 20 Mar 2014 07:17:29 +0000 (13:17 +0600)]
Grunt Handlebars

10 years agoadding clientAuth comment 37/head
John W [Fri, 14 Mar 2014 01:41:57 +0000 (21:41 -0400)]
adding clientAuth comment

10 years agoAdding clientauth tests
John W [Fri, 14 Mar 2014 01:41:40 +0000 (21:41 -0400)]
Adding clientauth tests

10 years agoAdding truststore properties; making clientAuth configurable
John W [Fri, 14 Mar 2014 01:41:05 +0000 (21:41 -0400)]
Adding truststore properties; making clientAuth configurable

10 years agoAdding properties/comments for truststore configuration
John W [Fri, 14 Mar 2014 01:36:54 +0000 (21:36 -0400)]
Adding properties/comments for truststore configuration

10 years agoSONAR-926 improve documentation of exclusion settings
Simon Brandhof [Wed, 19 Mar 2014 17:17:35 +0000 (18:17 +0100)]
SONAR-926 improve documentation of exclusion settings

10 years agoSONAR-5096 Provide a builtin quality gate
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 17:02:22 +0000 (18:02 +0100)]
SONAR-5096 Provide a builtin quality gate

10 years agoAdd utility to execute privileged code without user session from HTTP
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 17:01:42 +0000 (18:01 +0100)]
Add utility to execute privileged code without user session from HTTP

10 years agoSONAR-5056 Refactor the way characteristics and rules are imported from XML
Julien Lancelot [Wed, 19 Mar 2014 16:59:55 +0000 (17:59 +0100)]
SONAR-5056 Refactor the way characteristics and rules are imported from XML

10 years agoSONAR-5152 RuleRepositories.repositories() do not return all repositories
Julien Lancelot [Wed, 19 Mar 2014 15:45:35 +0000 (16:45 +0100)]
SONAR-5152 RuleRepositories.repositories() do not return all repositories

10 years agoSONAR-926 fix documentation of exclusion settings
Simon Brandhof [Wed, 19 Mar 2014 14:45:27 +0000 (15:45 +0100)]
SONAR-926 fix documentation of exclusion settings

10 years agoIgnore Eclipse builder configuration directory
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 14:18:52 +0000 (15:18 +0100)]
Ignore Eclipse builder configuration directory

10 years agoSONAR-5094 Be more specific on validation message
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 14:18:17 +0000 (15:18 +0100)]
SONAR-5094 Be more specific on validation message

10 years agoSONAR-5091 Update deletion confirm messages in conformance to UI guidelines
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 13:57:56 +0000 (14:57 +0100)]
SONAR-5091 Update deletion confirm messages in conformance to UI guidelines

10 years agoSONAR-5091 Change display of inline help paragraph
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 11:29:17 +0000 (12:29 +0100)]
SONAR-5091 Change display of inline help paragraph

10 years agoSONAR-5091 Make sure that conditions are kept in sync between QG model and collection
Jean-Baptiste Lievremont [Wed, 19 Mar 2014 10:56:09 +0000 (11:56 +0100)]
SONAR-5091 Make sure that conditions are kept in sync between QG model and collection

10 years agoSONAR-4915 Do not display a warning when no effort to fix description with linear...
Julien Lancelot [Wed, 19 Mar 2014 13:22:24 +0000 (14:22 +0100)]
SONAR-4915 Do not display a warning when no effort to fix description with linear and linear with offset functions

10 years agoGrunt Build
Stas Vilchik [Wed, 19 Mar 2014 13:06:42 +0000 (19:06 +0600)]
Grunt Build

10 years agoSONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_description...
Julien Lancelot [Wed, 19 Mar 2014 12:16:18 +0000 (13:16 +0100)]
SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_description and add a warning when rule define a linear or linear with offset remediation function with setting description

10 years agoSONAR-5056 Add delete characteristic action
Julien Lancelot [Wed, 19 Mar 2014 11:24:54 +0000 (12:24 +0100)]
SONAR-5056 Add delete characteristic action

10 years agoSONAR-4843 /extensions/downloads does not override /extensions/plugins if same filena...
Simon Brandhof [Wed, 19 Mar 2014 10:42:18 +0000 (11:42 +0100)]
SONAR-4843 /extensions/downloads does not override /extensions/plugins if same filename in both directories

10 years agoFix path size for Windows build...
Simon Brandhof [Wed, 19 Mar 2014 07:46:17 +0000 (08:46 +0100)]
Fix path size for Windows build...