]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoSONAR-1722: Take inheritance into account during rename of profiles
Godin [Tue, 21 Dec 2010 17:59:22 +0000 (17:59 +0000)]
SONAR-1722: Take inheritance into account during rename of profiles

13 years agofix migration on large databases
simonbrandhof [Tue, 21 Dec 2010 16:24:04 +0000 (16:24 +0000)]
fix migration on large databases

13 years agofix IT
simonbrandhof [Tue, 21 Dec 2010 15:29:42 +0000 (15:29 +0000)]
fix IT

13 years agofix typo in IT
simonbrandhof [Tue, 21 Dec 2010 12:29:12 +0000 (12:29 +0000)]
fix typo in IT

13 years agofix deletion of batch temp directories on MS Windows
simonbrandhof [Tue, 21 Dec 2010 12:19:33 +0000 (12:19 +0000)]
fix deletion of batch temp directories on MS Windows

13 years agoSONAR-1722: Don't allow to delete inherited profile
Godin [Tue, 21 Dec 2010 11:49:41 +0000 (11:49 +0000)]
SONAR-1722: Don't allow to delete inherited profile

13 years agoFix unit test.
Godin [Tue, 21 Dec 2010 10:27:16 +0000 (10:27 +0000)]
Fix unit test.

13 years agoadd a comment
simonbrandhof [Tue, 21 Dec 2010 10:16:26 +0000 (10:16 +0000)]
add a comment

13 years agofix unit test
simonbrandhof [Tue, 21 Dec 2010 08:19:37 +0000 (08:19 +0000)]
fix unit test

13 years agotemporarily ignore HttpDownloadederTest - too many freezes on MS Windows
simonbrandhof [Tue, 21 Dec 2010 08:15:31 +0000 (08:15 +0000)]
temporarily ignore HttpDownloadederTest - too many freezes on MS Windows

13 years agoSONAR-1722: Minor fixes
Godin [Tue, 21 Dec 2010 02:59:51 +0000 (02:59 +0000)]
SONAR-1722: Minor fixes

13 years agoSONAR-1722: Support multiple levels of inheritance
Godin [Tue, 21 Dec 2010 02:34:10 +0000 (02:34 +0000)]
SONAR-1722: Support multiple levels of inheritance

13 years agoSONAR-1722: Rename ActiveRule.overrides to AcriveRule.overridden
Godin [Tue, 21 Dec 2010 01:31:35 +0000 (01:31 +0000)]
SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overridden
SONAR-2052: Support inheritance of quality profiles in backup of global configuration

13 years agoSONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order to simpl...
Godin [Tue, 21 Dec 2010 00:20:07 +0000 (00:20 +0000)]
SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order to simplify backup
SONAR-2052: Add test for backup of inherited profiles

13 years agoadd JsonUtils#getAsDouble(JSONValue) to GWT API
simonbrandhof [Mon, 20 Dec 2010 23:18:00 +0000 (23:18 +0000)]
add JsonUtils#getAsDouble(JSONValue) to GWT API

13 years agoSONAR-833 time machine WS : improve SQL requests + better support of Q model characte...
simonbrandhof [Mon, 20 Dec 2010 21:46:50 +0000 (21:46 +0000)]
SONAR-833 time machine WS : improve SQL requests + better support of Q model characteristics

13 years agoSONAR-1722: Allow to revert rule state
Godin [Sun, 19 Dec 2010 03:23:26 +0000 (03:23 +0000)]
SONAR-1722: Allow to revert rule state

13 years agoSONAR-1722: Allow to override inherited rule
Godin [Sat, 18 Dec 2010 11:23:14 +0000 (11:23 +0000)]
SONAR-1722: Allow to override inherited rule

13 years agoFix bug in ActiveRule.clone()
Godin [Fri, 17 Dec 2010 09:04:09 +0000 (09:04 +0000)]
Fix bug in ActiveRule.clone()

13 years agoMinor fix.
Godin [Fri, 17 Dec 2010 01:10:43 +0000 (01:10 +0000)]
Minor fix.

13 years ago* SONAR-2048: Add an option to define parent in quality profile settings
Godin [Fri, 17 Dec 2010 00:05:04 +0000 (00:05 +0000)]
* SONAR-2048: Add an option to define parent in quality profile settings
* SONAR-1722: Provide a simple inheritance mechanism on Quality Profiles
** current implementation is some kind of synchronization between profiles
** only one level of inheritance supported, this constraint exists on UI side and not handled on Java side
** inherited rule can't be modified

13 years agoSONAR-1941 add a period filter on violations tab
simonbrandhof [Thu, 16 Dec 2010 17:47:59 +0000 (17:47 +0000)]
SONAR-1941 add a period filter on violations tab

13 years agofix memory leak : hibernate session is not correctly cleared with batch processing...
simonbrandhof [Thu, 16 Dec 2010 14:37:26 +0000 (14:37 +0000)]
fix memory leak : hibernate session is not correctly cleared with batch processing mode

13 years agofix filter criteria on variation
simonbrandhof [Thu, 16 Dec 2010 14:31:52 +0000 (14:31 +0000)]
fix filter criteria on variation

13 years agotrivial : fix javadoc link
simonbrandhof [Thu, 16 Dec 2010 14:29:57 +0000 (14:29 +0000)]
trivial : fix javadoc link

13 years agoSONAR-1948 Temporary folder is not deleted after installation of plugins
simonbrandhof [Thu, 16 Dec 2010 14:23:21 +0000 (14:23 +0000)]
SONAR-1948 Temporary folder is not deleted after installation of plugins

13 years agoSONAR-2016 remove some debug logs
simonbrandhof [Thu, 16 Dec 2010 11:45:04 +0000 (11:45 +0000)]
SONAR-2016 remove some debug logs

13 years agoSONAR-2016 improve the class TempFileUtils : add the method.createTempDirectory(Strin...
simonbrandhof [Thu, 16 Dec 2010 11:42:39 +0000 (11:42 +0000)]
SONAR-2016 improve the class TempFileUtils : add the method.createTempDirectory(String) and add some javadoc

13 years agoSONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar Maven...
simonbrandhof [Thu, 16 Dec 2010 11:41:17 +0000 (11:41 +0000)]
SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar Maven plugin

13 years agoAdd ITs for timemachine web service
Godin [Thu, 16 Dec 2010 02:45:59 +0000 (02:45 +0000)]
Add ITs for timemachine web service

13 years agoSONAR-1722: Add DB columns for profiles inheritance
Godin [Thu, 16 Dec 2010 00:56:42 +0000 (00:56 +0000)]
SONAR-1722: Add DB columns for profiles inheritance

13 years agoremove ISO categories from ws-client ResourceQuery + minor improvements of GWT API
simonbrandhof [Wed, 15 Dec 2010 18:06:13 +0000 (18:06 +0000)]
remove ISO categories from ws-client ResourceQuery + minor improvements of GWT API

13 years agofix IT
simonbrandhof [Wed, 15 Dec 2010 16:54:07 +0000 (16:54 +0000)]
fix IT

13 years agoSONAR-249 support filter criteria on variations
simonbrandhof [Wed, 15 Dec 2010 16:11:35 +0000 (16:11 +0000)]
SONAR-249 support filter criteria on variations

13 years agoSONAR-249 add span ids to html
simonbrandhof [Wed, 15 Dec 2010 14:45:40 +0000 (14:45 +0000)]
SONAR-249 add span ids to html

13 years agoSONAR-2057 update IT
simonbrandhof [Wed, 15 Dec 2010 14:41:34 +0000 (14:41 +0000)]
SONAR-2057 update IT

13 years agoSONAR-2057 Move quality profile link from dashboard header to description widget
simonbrandhof [Wed, 15 Dec 2010 14:37:42 +0000 (14:37 +0000)]
SONAR-2057 Move quality profile link from dashboard header to description widget

13 years agoSONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support variations...
simonbrandhof [Wed, 15 Dec 2010 14:35:33 +0000 (14:35 +0000)]
SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support variations in the resources web service + add IT

13 years agorename IT to follow maven conventions
simonbrandhof [Wed, 15 Dec 2010 12:08:07 +0000 (12:08 +0000)]
rename IT to follow maven conventions

13 years agomove IT from src/it/java to src/test/java to follow default conf of failsafe plugin
simonbrandhof [Wed, 15 Dec 2010 12:05:17 +0000 (12:05 +0000)]
move IT from src/it/java to src/test/java to follow default conf of failsafe plugin

13 years agorename Java integration tests with pattern *IT.java
simonbrandhof [Wed, 15 Dec 2010 11:58:50 +0000 (11:58 +0000)]
rename Java integration tests with pattern *IT.java

13 years agofix a NPE when restoring a backup without node <alerts/>
simonbrandhof [Wed, 15 Dec 2010 11:02:17 +0000 (11:02 +0000)]
fix a NPE when restoring a backup without node <alerts/>

13 years agofix IT
simonbrandhof [Wed, 15 Dec 2010 10:59:45 +0000 (10:59 +0000)]
fix IT

13 years agoSONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_DATE
simonbrandhof [Wed, 15 Dec 2010 08:28:43 +0000 (08:28 +0000)]
SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_DATE

13 years agoDo not keep DSM measure in cache
simonbrandhof [Wed, 15 Dec 2010 06:52:12 +0000 (06:52 +0000)]
Do not keep DSM measure in cache

13 years agoDo not keep DSM measure in cache
simonbrandhof [Wed, 15 Dec 2010 06:51:30 +0000 (06:51 +0000)]
Do not keep DSM measure in cache

13 years agoSONAR-1829: Use severity instead of priority
Godin [Tue, 14 Dec 2010 17:20:29 +0000 (17:20 +0000)]
SONAR-1829: Use severity instead of priority

13 years agoAdd missing javadoc
Godin [Tue, 14 Dec 2010 12:20:23 +0000 (12:20 +0000)]
Add missing javadoc

13 years agoSONAR-833 remove support of XML format
simonbrandhof [Tue, 14 Dec 2010 11:07:41 +0000 (11:07 +0000)]
SONAR-833 remove support of XML format

13 years agoAdd missing license headers
Godin [Tue, 14 Dec 2010 01:14:19 +0000 (01:14 +0000)]
Add missing license headers

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Tue, 14 Dec 2010 00:56:54 +0000 (00:56 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Tue, 14 Dec 2010 00:53:14 +0000 (00:53 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoAdd IT for violations timemachine
Godin [Tue, 14 Dec 2010 00:01:41 +0000 (00:01 +0000)]
Add IT for violations timemachine

13 years agoSeparate profile for violations-timemachine IT
Godin [Mon, 13 Dec 2010 22:47:43 +0000 (22:47 +0000)]
Separate profile for violations-timemachine IT

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 22:22:31 +0000 (22:22 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 21:55:49 +0000 (21:55 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoImprove tests for sonar-ws-client
Godin [Mon, 13 Dec 2010 15:34:18 +0000 (15:34 +0000)]
Improve tests for sonar-ws-client

13 years ago* Add EventUnmarshaller to sonar-gwt-api
Godin [Mon, 13 Dec 2010 14:56:54 +0000 (14:56 +0000)]
* Add EventUnmarshaller to sonar-gwt-api
* Fix TimeMachineUnmarshaller

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 12:40:25 +0000 (12:40 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 10:20:33 +0000 (10:20 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agofix IT on struts project
simonbrandhof [Mon, 13 Dec 2010 09:51:37 +0000 (09:51 +0000)]
fix IT on struts project

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 09:45:39 +0000 (09:45 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoadd IT to test data measures
simonbrandhof [Mon, 13 Dec 2010 09:01:37 +0000 (09:01 +0000)]
add IT to test data measures

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Mon, 13 Dec 2010 08:37:40 +0000 (08:37 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoSONAR-833: Add time machine to sonar-ws-client and sonar-gwt-api
Godin [Sun, 12 Dec 2010 04:35:09 +0000 (04:35 +0000)]
SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-api

13 years agofix db script to avoid restarting sonar
simonbrandhof [Fri, 10 Dec 2010 21:26:06 +0000 (21:26 +0000)]
fix db script to avoid restarting sonar

13 years agoAdd IT for SONAR-2041
Godin [Fri, 10 Dec 2010 18:24:52 +0000 (18:24 +0000)]
Add IT for SONAR-2041

13 years agoSONAR-1956 support variations in treemaps
simonbrandhof [Fri, 10 Dec 2010 17:56:55 +0000 (17:56 +0000)]
SONAR-1956 support variations in treemaps

13 years agothe metric public_undocumented_api must not have a worst value
simonbrandhof [Fri, 10 Dec 2010 17:55:40 +0000 (17:55 +0000)]
the metric public_undocumented_api must not have a worst value

13 years agoupdate comment in IT
simonbrandhof [Fri, 10 Dec 2010 17:03:49 +0000 (17:03 +0000)]
update comment in IT

13 years agoSONAR-1956 improve filters in order to display variations
simonbrandhof [Fri, 10 Dec 2010 13:37:09 +0000 (13:37 +0000)]
SONAR-1956 improve filters in order to display variations

13 years agoadd integration tests on violation measures
simonbrandhof [Fri, 10 Dec 2010 13:12:03 +0000 (13:12 +0000)]
add integration tests on violation measures

13 years agofix bug in SONAR-1729
simonbrandhof [Fri, 10 Dec 2010 12:54:25 +0000 (12:54 +0000)]
fix bug in SONAR-1729

13 years agoSONAR-1956 Add a dropdown list on the top right of all Filters to support the differe...
simonbrandhof [Thu, 9 Dec 2010 17:47:32 +0000 (17:47 +0000)]
SONAR-1956 Add a dropdown list on the top right of all Filters to support the differential views

13 years agodo not display big trend icons
simonbrandhof [Thu, 9 Dec 2010 17:44:25 +0000 (17:44 +0000)]
do not display big trend icons

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Thu, 9 Dec 2010 16:11:22 +0000 (16:11 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoSONAR-833: New Web Service to get history of measures (time machine)
Godin [Thu, 9 Dec 2010 16:00:43 +0000 (16:00 +0000)]
SONAR-833: New Web Service to get history of measures (time machine)

13 years agoremove the duplicated gray border on treemaps
simonbrandhof [Thu, 9 Dec 2010 13:20:20 +0000 (13:20 +0000)]
remove the duplicated gray border on treemaps

13 years agoCSS: fix class ul.bullet
simonbrandhof [Thu, 9 Dec 2010 13:15:49 +0000 (13:15 +0000)]
CSS: fix class ul.bullet

13 years agoadd a missing javadoc tag @since
simonbrandhof [Thu, 9 Dec 2010 13:15:11 +0000 (13:15 +0000)]
add a missing javadoc tag @since

13 years agoSONAR-249 define default values of periods
simonbrandhof [Thu, 9 Dec 2010 13:14:21 +0000 (13:14 +0000)]
SONAR-249 define default values of periods

13 years agoSONAR-1729 Violations decorator should test if the measure exist before saving something
simonbrandhof [Thu, 9 Dec 2010 13:13:07 +0000 (13:13 +0000)]
SONAR-1729 Violations decorator should test if the measure exist before saving something

13 years agoLog message about backward compatibility for XMLProfileParser
Godin [Thu, 9 Dec 2010 10:43:30 +0000 (10:43 +0000)]
Log message about backward compatibility for XMLProfileParser

13 years agoBackward compatibility for XMLProfileParser
Godin [Thu, 9 Dec 2010 10:35:08 +0000 (10:35 +0000)]
Backward compatibility for XMLProfileParser

13 years agoMinor change
Godin [Thu, 9 Dec 2010 09:26:15 +0000 (09:26 +0000)]
Minor change

13 years ago* SONAR-1809: MetricFinder should be available on server side
Godin [Wed, 8 Dec 2010 21:30:14 +0000 (21:30 +0000)]
* SONAR-1809: MetricFinder should be available on server side
* Fix javadocs

13 years agoSONAR-1809: Export / import alerts attached to a quality profile
Godin [Wed, 8 Dec 2010 19:22:18 +0000 (19:22 +0000)]
SONAR-1809: Export / import alerts attached to a quality profile

13 years agoSONAR-1987: Ignore incorrect rule params
Godin [Wed, 8 Dec 2010 17:06:32 +0000 (17:06 +0000)]
SONAR-1987: Ignore incorrect rule params

13 years agoSONAR-1987: Add rule configKey to backup too
Godin [Wed, 8 Dec 2010 16:30:08 +0000 (16:30 +0000)]
SONAR-1987: Add rule configKey to backup too

13 years agoSONAR-1941 improve the select box of periods
simonbrandhof [Wed, 8 Dec 2010 16:29:52 +0000 (16:29 +0000)]
SONAR-1941 improve the select box of periods

13 years agoSONAR-1987: Improve test
Godin [Wed, 8 Dec 2010 16:13:31 +0000 (16:13 +0000)]
SONAR-1987: Improve test

13 years agoSONAR-1987: Fix bug and improve test
Godin [Wed, 8 Dec 2010 15:54:55 +0000 (15:54 +0000)]
SONAR-1987: Fix bug and improve test

13 years agoSONAR-1987: Backup/restore user rules
Godin [Wed, 8 Dec 2010 14:53:08 +0000 (14:53 +0000)]
SONAR-1987: Backup/restore user rules

13 years agoDeprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, because...
Godin [Wed, 8 Dec 2010 13:45:25 +0000 (13:45 +0000)]
Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, because was replaced by repositoryKey

13 years agoSONAR-1937 violations tab : display violation age in days to current date
simonbrandhof [Wed, 8 Dec 2010 13:23:18 +0000 (13:23 +0000)]
SONAR-1937 violations tab : display violation age in days to current date

13 years agoSONAR-1937 fix calculation of new_violations : compare to a date instead of a snapshot
simonbrandhof [Wed, 8 Dec 2010 12:50:28 +0000 (12:50 +0000)]
SONAR-1937 fix calculation of new_violations : compare to a date instead of a snapshot

13 years agoSONAR-2039 Allow non-admin users to backup quality profiles
simonbrandhof [Wed, 8 Dec 2010 09:33:10 +0000 (09:33 +0000)]
SONAR-2039 Allow non-admin users to backup quality profiles

13 years agoSONAR-2037 The index on 'measure_data.snapshot_id' is needed for DB performance
simonbrandhof [Wed, 8 Dec 2010 09:21:35 +0000 (09:21 +0000)]
SONAR-2037 The index on 'measure_data.snapshot_id' is needed for DB performance

13 years agoSONAR-1829: Use severity instead of priority
Godin [Tue, 7 Dec 2010 17:42:40 +0000 (17:42 +0000)]
SONAR-1829: Use severity instead of priority

13 years agoRemove debug output
Godin [Tue, 7 Dec 2010 17:09:11 +0000 (17:09 +0000)]
Remove debug output