]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
11 years agoSONAR-4736 fix log when converted more than 21M violations (status in percents was...
Simon Brandhof [Fri, 4 Oct 2013 08:02:56 +0000 (10:02 +0200)]
SONAR-4736 fix log when converted more than 21M violations (status in percents was negative)

11 years agoImprove doc of RuleProperty#type()
Simon Brandhof [Fri, 4 Oct 2013 07:47:57 +0000 (09:47 +0200)]
Improve doc of RuleProperty#type()

11 years agoSONAR-4716 Display the remediation cost of each issue
Julien Lancelot [Fri, 4 Oct 2013 07:34:36 +0000 (09:34 +0200)]
SONAR-4716 Display the remediation cost of each issue

11 years agoFix UT on Windows
Julien HENRY [Wed, 2 Oct 2013 15:37:13 +0000 (17:37 +0200)]
Fix UT on Windows

11 years agoSONAR-4716 Create a component to display remediation cost
Julien Lancelot [Wed, 2 Oct 2013 15:34:58 +0000 (17:34 +0200)]
SONAR-4716 Create a component to display remediation cost

11 years agoSONAR-3675 stop server on startup failures
Simon Brandhof [Wed, 2 Oct 2013 15:34:57 +0000 (17:34 +0200)]
SONAR-3675 stop server on startup failures

11 years agoSONAR-2657 Fix circular dependency in IoC container
Julien HENRY [Wed, 2 Oct 2013 15:27:20 +0000 (17:27 +0200)]
SONAR-2657 Fix circular dependency in IoC container

11 years agoSONAR-3871 Open empty dashboard instead of settings
Jean-Baptiste Lievremont [Wed, 2 Oct 2013 14:25:00 +0000 (16:25 +0200)]
SONAR-3871 Open empty dashboard instead of settings

11 years agoSONAR-3871 Validate project key upon creation
Jean-Baptiste Lievremont [Wed, 2 Oct 2013 14:24:16 +0000 (16:24 +0200)]
SONAR-3871 Validate project key upon creation

11 years agoSONAR-2657 Expose changed files API in ModuleFileSystem
Julien HENRY [Wed, 2 Oct 2013 14:00:16 +0000 (16:00 +0200)]
SONAR-2657 Expose changed files API in ModuleFileSystem

11 years agoAlign all operation links to the right
Jean-Baptiste Lievremont [Wed, 2 Oct 2013 13:49:59 +0000 (15:49 +0200)]
Align all operation links to the right

11 years agoRemove pipe characters in action links
Jean-Baptiste Lievremont [Wed, 2 Oct 2013 13:26:47 +0000 (15:26 +0200)]
Remove pipe characters in action links

11 years agoSONAR-3675 fix dev mode
Simon Brandhof [Wed, 2 Oct 2013 13:25:59 +0000 (15:25 +0200)]
SONAR-3675 fix dev mode

11 years agoSONAR-4716 persist remediation cost
Julien Lancelot [Wed, 2 Oct 2013 12:17:27 +0000 (14:17 +0200)]
SONAR-4716 persist remediation cost

11 years agoMove project key validation to core
Jean-Baptiste Lievremont [Wed, 2 Oct 2013 09:32:00 +0000 (11:32 +0200)]
Move project key validation to core

11 years agoSimplify component key validation (one regex, less branches in validateKey)
Jean-Baptiste Lievremont [Tue, 1 Oct 2013 14:52:32 +0000 (16:52 +0200)]
Simplify component key validation (one regex, less branches in validateKey)

11 years agoFix some quality flaws
Julien Lancelot [Wed, 2 Oct 2013 07:24:13 +0000 (09:24 +0200)]
Fix some quality flaws

11 years agoSONAR-4675 try again to fix test on windows
Simon Brandhof [Wed, 2 Oct 2013 07:11:42 +0000 (09:11 +0200)]
SONAR-4675 try again to fix test on windows

11 years agoSONAR-4675 fix test on windows
Simon Brandhof [Wed, 2 Oct 2013 07:04:09 +0000 (09:04 +0200)]
SONAR-4675 fix test on windows

11 years agoSONAR-4735 Remove the XML libs that are packaged with Java 6
Simon Brandhof [Tue, 1 Oct 2013 15:58:15 +0000 (17:58 +0200)]
SONAR-4735 Remove the XML libs that are packaged with Java 6

11 years agoSONAR-4675 fix some quality flaws
Simon Brandhof [Wed, 2 Oct 2013 05:47:16 +0000 (07:47 +0200)]
SONAR-4675 fix some quality flaws

11 years agoSONAR-4675 add some documentation
Simon Brandhof [Tue, 1 Oct 2013 20:08:11 +0000 (22:08 +0200)]
SONAR-4675 add some documentation

11 years agoSONAR-4716 Add remediation cost when creating issues
Julien Lancelot [Tue, 1 Oct 2013 19:56:16 +0000 (21:56 +0200)]
SONAR-4716 Add remediation cost when creating issues

11 years agoSONAR-4675 allow escaping of slash and backslash in URL
Simon Brandhof [Tue, 1 Oct 2013 19:33:37 +0000 (21:33 +0200)]
SONAR-4675 allow escaping of slash and backslash in URL

11 years agoSONAR-2657, SONAR-3677 Compute file hash and introduce partial analysis mode
Julien HENRY [Tue, 1 Oct 2013 15:43:48 +0000 (17:43 +0200)]
SONAR-2657, SONAR-3677 Compute file hash and introduce partial analysis mode

11 years agoSONAR-4675 temporarily fix integration tests
Simon Brandhof [Tue, 1 Oct 2013 15:51:39 +0000 (17:51 +0200)]
SONAR-4675 temporarily fix integration tests

11 years agoSONAR-4675 Replace Jetty web server by Tomcat 7
Simon Brandhof [Tue, 1 Oct 2013 14:51:37 +0000 (16:51 +0200)]
SONAR-4675 Replace Jetty web server by Tomcat 7

11 years agoSONAR-4714 Load technical debt model only once per project instead of once per module
Julien Lancelot [Tue, 1 Oct 2013 08:43:26 +0000 (10:43 +0200)]
SONAR-4714 Load technical debt model only once per project instead of once per module

11 years agoEnhance coverage
Jean-Baptiste Lievremont [Tue, 1 Oct 2013 08:17:21 +0000 (10:17 +0200)]
Enhance coverage

11 years agoFix style
Jean-Baptiste Lievremont [Tue, 1 Oct 2013 08:17:06 +0000 (10:17 +0200)]
Fix style

11 years agoSONAR-4713 Fail on unprovisioned project
Jean-Baptiste Lievremont [Tue, 1 Oct 2013 07:25:34 +0000 (09:25 +0200)]
SONAR-4713 Fail on unprovisioned project

Add new property to make provisioning mandatory
Turn ProjectReactorValidator into an IoC-managed component
Add check at project scan bootstrap to fail if project does not exist

11 years agoSONAR-4715 Replace deprecated Apache configuration API by Settings
Julien Lancelot [Tue, 1 Oct 2013 06:07:22 +0000 (08:07 +0200)]
SONAR-4715 Replace deprecated Apache configuration API by Settings

11 years agoSONAR-4715 remove toString()
Julien Lancelot [Mon, 30 Sep 2013 16:08:04 +0000 (18:08 +0200)]
SONAR-4715 remove toString()

11 years agoSONAR-4715 Minor refactoring
Julien Lancelot [Mon, 30 Sep 2013 15:58:41 +0000 (17:58 +0200)]
SONAR-4715 Minor refactoring

11 years agoSONAR-4715 Execute technical debt decorator only persistable resources
Julien Lancelot [Mon, 30 Sep 2013 15:15:28 +0000 (17:15 +0200)]
SONAR-4715 Execute technical debt decorator only persistable resources

11 years agoRenamed Requirement and Characteristic used by technical debt decorator
Julien Lancelot [Mon, 30 Sep 2013 12:49:36 +0000 (14:49 +0200)]
Renamed Requirement and Characteristic used by technical debt decorator

11 years agoSONAR-3871 Finalize provisioning page
Jean-Baptiste Lievremont [Mon, 30 Sep 2013 13:41:51 +0000 (15:41 +0200)]
SONAR-3871 Finalize provisioning page

Add 'operations' and 'created' columns in view
Add controller methods to update / delete a provisioned project
Remove tab UI (will only manage projects)

11 years agoSONAR-4712 Fix project authorization request to support empty projects
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 16:05:12 +0000 (18:05 +0200)]
SONAR-4712 Fix project authorization request to support empty projects

11 years agoSONAR-4712 Ensure most pages work without snapshot
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 14:01:54 +0000 (16:01 +0200)]
SONAR-4712 Ensure most pages work without snapshot

Add message for pages available to empty (provisioned) projects
Modify layouts that don't depend explicitly on last snapshot
Hide 'Tools' section from the navigation sidebar on empty projects
Ensure 'Tools' section is available when last snapshot exists

11 years agoSONAR-4733 Metric label is missing in alert messages
Simon Brandhof [Mon, 30 Sep 2013 12:28:53 +0000 (14:28 +0200)]
SONAR-4733 Metric label is missing in alert messages

11 years agoFix quality flaws
Julien Lancelot [Mon, 30 Sep 2013 08:57:32 +0000 (10:57 +0200)]
Fix quality flaws

11 years agoSONAR-4718 update widget description
Julien Lancelot [Sun, 29 Sep 2013 16:33:03 +0000 (18:33 +0200)]
SONAR-4718 update widget description

11 years agoSONAR-4717 replace wrong widget key
Julien Lancelot [Sun, 29 Sep 2013 16:31:01 +0000 (18:31 +0200)]
SONAR-4717 replace wrong widget key

11 years agoSONAR-4717 Fix link on technical debt measure
Julien Lancelot [Sun, 29 Sep 2013 14:05:26 +0000 (16:05 +0200)]
SONAR-4717 Fix link on technical debt measure

11 years agoSONAR-4667 Remove prototypejs from migration screens
stephenbroyer [Fri, 27 Sep 2013 14:53:03 +0000 (16:53 +0200)]
SONAR-4667  Remove prototypejs from migration screens
(setup: 'success' replace prototype 'loading' in ajax request)

11 years agoSONAR-4673 Remove prototypejs from "System" administration consoles
stephenbroyer [Fri, 27 Sep 2013 14:46:51 +0000 (16:46 +0200)]
SONAR-4673 Remove prototypejs from "System" administration consoles
(bulk_deletion: 'success' replace the prototype 'onloading')

11 years agoSONAR-4612 Remove prototypejs from "Configuration" administration consoles
stephenbroyer [Fri, 27 Sep 2013 10:08:47 +0000 (12:08 +0200)]
SONAR-4612 Remove prototypejs from "Configuration" administration consoles
 (permit to display error message correctly)

11 years agoSONAR-4690 correctly remove the progress thread
Simon Brandhof [Fri, 27 Sep 2013 15:01:47 +0000 (17:01 +0200)]
SONAR-4690 correctly remove the progress thread

11 years agoSONAR-4646 Deleting a user should not lead to delete its 'shared' dashboards/filters
Julien HENRY [Fri, 27 Sep 2013 14:01:55 +0000 (16:01 +0200)]
SONAR-4646 Deleting a user should not lead to delete its 'shared' dashboards/filters

11 years agoSONAR-3871 Index resources when they are created
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 09:46:31 +0000 (11:46 +0200)]
SONAR-3871 Index resources when they are created

11 years agoSONAR-4718 Offer a new "Technical Debt Pyramid" widget
Julien Lancelot [Fri, 27 Sep 2013 13:33:20 +0000 (15:33 +0200)]
SONAR-4718 Offer a new "Technical Debt Pyramid" widget

11 years agoSONAR-4717 Offer a new "Technical Debt" widget
Julien Lancelot [Fri, 27 Sep 2013 13:04:25 +0000 (15:04 +0200)]
SONAR-4717 Offer a new "Technical Debt" widget

11 years agoSONAR-4717 Offer a new "Technical Debt" widget
Julien Lancelot [Fri, 27 Sep 2013 13:01:03 +0000 (15:01 +0200)]
SONAR-4717 Offer a new "Technical Debt" widget

11 years agoSONAR-4404 Return settings default value in ruby configuration() method
Julien HENRY [Fri, 27 Sep 2013 13:01:02 +0000 (15:01 +0200)]
SONAR-4404 Return settings default value in ruby configuration() method

11 years agoSONAR-4715 Compute the new "Technical Debt" metric
Julien Lancelot [Fri, 27 Sep 2013 12:06:47 +0000 (14:06 +0200)]
SONAR-4715 Compute the new "Technical Debt" metric

11 years agoSONAR-4730 Db upgrade 418 fails on Oracle
Simon Brandhof [Fri, 27 Sep 2013 09:58:39 +0000 (11:58 +0200)]
SONAR-4730 Db upgrade 418 fails on Oracle

11 years agoSONAR-4724 Modify ghost detection query to avoid displaying provisioned resources
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 08:14:03 +0000 (10:14 +0200)]
SONAR-4724 Modify ghost detection query to avoid displaying provisioned resources

11 years agoFix typo in unit test
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 08:06:36 +0000 (10:06 +0200)]
Fix typo in unit test

11 years agoFix some quality flaws
Jean-Baptiste Lievremont [Fri, 27 Sep 2013 07:55:08 +0000 (09:55 +0200)]
Fix some quality flaws

11 years agoSONAR-4714 Activate technical debt model creation at server startup and add new chara...
Julien Lancelot [Thu, 26 Sep 2013 15:51:35 +0000 (17:51 +0200)]
SONAR-4714 Activate technical debt model creation at server startup and add new characteristics to default model

11 years agoSONAR-4714 execute a merge of requirements at server startup instead of doing a reset...
Julien Lancelot [Thu, 26 Sep 2013 14:16:43 +0000 (16:16 +0200)]
SONAR-4714 execute a merge of requirements at server startup instead of doing a reset of all requirements

11 years agofunctions renaming
Julien Lancelot [Thu, 26 Sep 2013 06:40:09 +0000 (08:40 +0200)]
functions renaming

11 years agoSONAR-4690 fix compatibility with Postgres
Simon Brandhof [Thu, 26 Sep 2013 14:11:56 +0000 (16:11 +0200)]
SONAR-4690 fix compatibility with Postgres

11 years agoFix non-valid HTML in login/setup forms
Simon Brandhof [Thu, 26 Sep 2013 14:12:27 +0000 (16:12 +0200)]
Fix non-valid HTML in login/setup forms

11 years agoSONAR 4726 - Remove prototypejs from home-made JS libs
stephenbroyer [Thu, 26 Sep 2013 12:26:27 +0000 (14:26 +0200)]
SONAR 4726 - Remove prototypejs from home-made JS libs
(duplication.js)

11 years agoSONAR 4726 - Remove prototypejs from home-made JS libs
stephenbroyer [Thu, 26 Sep 2013 08:37:56 +0000 (10:37 +0200)]
SONAR 4726 - Remove prototypejs from home-made JS libs
(application.js)

11 years agoSONAR-4596 Don't install bundled plugins during upgrade
Julien HENRY [Thu, 26 Sep 2013 12:16:11 +0000 (14:16 +0200)]
SONAR-4596 Don't install bundled plugins during upgrade

11 years agoSONAR-4711 Initial version of provisioning page in settings
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 16:29:37 +0000 (18:29 +0200)]
SONAR-4711 Initial version of provisioning page in settings

11 years agoSONAR-4711 Initial version of provisioning webservice
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 16:28:31 +0000 (18:28 +0200)]
SONAR-4711 Initial version of provisioning webservice

11 years agoSONAR-4711 Allow creation and query of empty projects
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 16:27:15 +0000 (18:27 +0200)]
SONAR-4711 Allow creation and query of empty projects

11 years agoSONAR-3871 Initialization of project provisioning
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 12:25:28 +0000 (14:25 +0200)]
SONAR-3871 Initialization of project provisioning

11 years agoMinor javadoc improvements
Simon Brandhof [Thu, 26 Sep 2013 09:43:42 +0000 (11:43 +0200)]
Minor javadoc improvements

11 years agoRenamed some migrations header comments
Julien Lancelot [Wed, 25 Sep 2013 16:56:19 +0000 (18:56 +0200)]
Renamed some migrations header comments

11 years agoSONAR-4357 Reset technical debt model
Julien Lancelot [Wed, 25 Sep 2013 16:54:57 +0000 (18:54 +0200)]
SONAR-4357 Reset technical debt model

11 years agoCut dependency between InternalPermissionService and RoleDao, moved to PermissionFacade
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 14:17:19 +0000 (16:17 +0200)]
Cut dependency between InternalPermissionService and RoleDao, moved to PermissionFacade

11 years agoRemove duplicated and unused delete mapping
Jean-Baptiste Lievremont [Wed, 25 Sep 2013 14:16:06 +0000 (16:16 +0200)]
Remove duplicated and unused delete mapping

11 years agoSONAR-4670 Remove prototypejs from remaining services
stephenbroyer [Wed, 25 Sep 2013 13:19:26 +0000 (15:19 +0200)]
SONAR-4670 Remove prototypejs from remaining services
(setup : reload page before send)

11 years ago SONAR Correction of the space after url_for in 3 files of the web-server
stephenbroyer [Wed, 25 Sep 2013 13:12:19 +0000 (15:12 +0200)]
 SONAR  Correction of the space after url_for in 3 files of the web-server

11 years ago SONAR-4670 Remove prototypejs from remaining services
stephenbroyer [Wed, 25 Sep 2013 10:25:55 +0000 (12:25 +0200)]
 SONAR-4670 Remove prototypejs from remaining services
 (set up page)

11 years agoSONAR-4714 Move classes to sonar-server
Julien Lancelot [Wed, 25 Sep 2013 08:19:00 +0000 (10:19 +0200)]
SONAR-4714 Move classes to sonar-server

11 years agoSONAR-4714 add technical debt model management classes
Julien Lancelot [Tue, 24 Sep 2013 15:51:31 +0000 (17:51 +0200)]
SONAR-4714 add technical debt model management classes

11 years ago SONAR-4674 Remove prototypejs from project configuration pages
stephenbroyer [Tue, 24 Sep 2013 15:40:54 +0000 (17:40 +0200)]
 SONAR-4674 Remove prototypejs from project configuration pages
(update key n°2)

11 years ago SONAR-4674 Remove prototypejs from project configuration pages
stephenbroyer [Tue, 24 Sep 2013 15:38:29 +0000 (17:38 +0200)]
 SONAR-4674 Remove prototypejs from project configuration pages
(update key)

11 years ago SONAR-4674 Remove prototypejs from project configuration pages
stephenbroyer [Tue, 24 Sep 2013 14:44:41 +0000 (16:44 +0200)]
 SONAR-4674 Remove prototypejs from project configuration pages
(history)

11 years ago SONAR-4674 Remove prototypejs from project configuration pages
stephenbroyer [Tue, 24 Sep 2013 13:15:16 +0000 (15:15 +0200)]
 SONAR-4674 Remove prototypejs from project configuration pages
 (~/views/project/widgets/issues/_issues_list.html.erb  : paginate)

11 years agoSONAR-4195 minor doc update
Simon Brandhof [Tue, 24 Sep 2013 13:41:37 +0000 (15:41 +0200)]
SONAR-4195 minor doc update

11 years ago SONAR-4673 Remove prototypejs from "System" administration console
stephenbroyer [Tue, 24 Sep 2013 12:16:57 +0000 (14:16 +0200)]
 SONAR-4673 Remove prototypejs from "System" administration console

(modification of the file generate_secret_form.htlm.erb)

11 years agoSONAR-4672 Remove prototypejs from security administration console
stephenbroyer [Tue, 24 Sep 2013 10:45:02 +0000 (12:45 +0200)]
SONAR-4672 Remove prototypejs from security administration console
(modification of the focus on user_login))

11 years agoAdd missing @since
Julien HENRY [Tue, 24 Sep 2013 09:13:39 +0000 (11:13 +0200)]
Add missing @since

11 years agoSONAR-4613 Remove prototypejs from "Update Center" administration console
stephenbroyer [Tue, 24 Sep 2013 08:43:01 +0000 (10:43 +0200)]
SONAR-4613 Remove prototypejs from "Update Center" administration console
(modification of the file available.html.erb which failed to IT)

11 years agoSONAR-4674 Remove prototypejs from project configuration pages
stephenbroyer [Mon, 23 Sep 2013 15:01:23 +0000 (17:01 +0200)]
SONAR-4674 Remove prototypejs from project configuration pages
(project deletion)

11 years agoFix documentation link for issues exclusions
Jean-Baptiste Lievremont [Tue, 24 Sep 2013 07:47:25 +0000 (09:47 +0200)]
Fix documentation link for issues exclusions

11 years agoSONAR-3871 Create permission for provisioning - initial commit for backup
Jean-Baptiste Lievremont [Mon, 23 Sep 2013 16:23:21 +0000 (18:23 +0200)]
SONAR-3871 Create permission for provisioning - initial commit for backup

11 years agoFix quality flaws
Julien Lancelot [Tue, 24 Sep 2013 06:29:39 +0000 (08:29 +0200)]
Fix quality flaws

11 years agoMethod renaming
Julien Lancelot [Tue, 24 Sep 2013 06:02:35 +0000 (08:02 +0200)]
Method renaming

11 years agoSONAR-4710 Do not persist measures when they contain no value
Julien Lancelot [Mon, 23 Sep 2013 15:41:18 +0000 (17:41 +0200)]
SONAR-4710 Do not persist measures when they contain no value

11 years agoSONAR-4689 Batch API to get issues of the current project
Julien HENRY [Mon, 23 Sep 2013 15:26:16 +0000 (17:26 +0200)]
SONAR-4689 Batch API to get issues of the current project

11 years agoSONAR-4673 Remove prototypejs from "System" administration console
stephenbroyer [Mon, 23 Sep 2013 13:44:15 +0000 (15:44 +0200)]
SONAR-4673 Remove prototypejs from "System" administration console
(ghosts RECTIFICATION)

11 years agoSONAR-4673 Remove prototypejs from "System" administration console
stephenbroyer [Mon, 23 Sep 2013 12:49:42 +0000 (14:49 +0200)]
SONAR-4673 Remove prototypejs from "System" administration console
(ghosts)

11 years agoSONAR-4673 Remove prototypejs from "System" administration console
stephenbroyer [Mon, 23 Sep 2013 12:19:18 +0000 (14:19 +0200)]
SONAR-4673 Remove prototypejs from "System" administration console
(other functions  line 102 to 134)