Commit Graph

373 Commits

Author SHA1 Message Date
simonbrandhof
ed0491997a SONAR-2208 undefined method getSystemLoadAverage 2011-02-22 16:42:13 +01:00
simonbrandhof
6843aa6703 SONAR-2205 Web service /api/rules should provide configKey 2011-02-22 16:25:17 +01:00
Evgeny Mandrikov
5bd50c16c4 SONAR-2145 Remove Clover from the Sonar Core 2011-02-21 04:12:14 +03:00
simonbrandhof
09349ffce7 [maven-release-plugin] prepare for next development iteration 2011-02-18 10:38:10 +01:00
simonbrandhof
46f1aa681e [maven-release-plugin] prepare release 2.6 2011-02-18 10:38:08 +01:00
simonbrandhof
e4a24c9ae7 SONAR-2191 Source cannot be viewed in IE6 2011-02-14 15:38:25 +01:00
simonbrandhof
1fb0a0ebd5 Remove ruby documentation 2011-02-13 21:41:14 +01:00
simonbrandhof
a231215ec2 Do not fail when session is expired when browsing a private dashboard 2011-02-11 14:17:12 +01:00
simonbrandhof
8b5d920b54 SONAR-2188 API: add parameters from and to to timemachine chart 2011-02-11 11:58:51 +01:00
simonbrandhof
8aa7e47ea9 SONAR-2184 Can not select a period on custom dashboards 2011-02-10 18:34:08 +01:00
simonbrandhof
bf5a7b8d94 Ruby API: add widget.html_id to get the id of the widget HTML element + add model and characteristic parameters to url_for_drilldown() 2011-02-10 18:33:19 +01:00
simonbrandhof
70e645356d Fix some violations 2011-02-10 00:08:27 +01:00
simonbrandhof
c3268ec885 SONAR-2078 Do not show duplicated repositories in rules search engine 2011-02-08 13:55:30 +01:00
Evgeny Mandrikov
9314e5f83a SONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base" 2011-02-08 13:12:44 +03:00
Evgeny Mandrikov
1639e4fba1 SONAR-2075: Add the ability for a plugin to extend an other plugin 2011-02-08 12:05:17 +03:00
simonbrandhof
54a6901006 SONAR-726 Add a unit test 2011-02-08 01:05:56 +01:00
simonbrandhof
9354714ba9 Apply sonar custom patches to ruby on rails 2011-02-07 16:10:57 +01:00
simonbrandhof
c7bbd059c9 Set RULES_PROFILES.ENABLED to true when creating a profile 2011-02-05 15:22:49 +01:00
Evgeny Mandrikov
547e832314 Replace enum Environment by class EnvironmentInformation
* Each environment should provide key and version

* Plugins for Maven 2.x and Maven 3.x have same key "Maven"
  and provide a real version of Maven
2011-02-04 19:48:41 +03:00
simonbrandhof
9b57d0b379 Fix bug on deprecated profiles 2011-02-04 13:43:03 +01:00
simonbrandhof
181202a7bc Fix restoring of backups when rules not found 2011-02-04 11:09:26 +01:00
simonbrandhof
a14a0644c2 Upgrade copyright headers 2011-02-04 10:42:21 +01:00
simonbrandhof
31af09b42f SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled 2011-02-03 17:37:34 +01:00
simonbrandhof
68e772f2ce Decrease ZIP size: remove many unused ruby files 2011-02-03 17:36:44 +01:00
simonbrandhof
2bc382aaea SONAR-2094 Support backups without the field <enabled> 2011-02-02 14:32:36 +01:00
simonbrandhof
303de3527f SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile) + support the ENABLED column 2011-02-02 14:32:36 +01:00
simonbrandhof
d5d6d99b76 SONAR-1302 Upgrade to rails 2.3.5 to fix session expiration 2011-02-02 11:32:11 +01:00
simonbrandhof
af8cbb165e SONAR-2094 Add the column RULES_PROFILES.ENABLED 2011-02-01 22:08:15 +01:00
Evgeny Mandrikov
56e588b0e5 Disable downloading for certain files from BatchResourcesServlet 2011-02-01 14:59:49 +03:00
Evgeny Mandrikov
79939c458e Change format of response from BatchResourcesServlet 2011-01-31 19:40:17 +03:00
Evgeny Mandrikov
19d096b3ce Change format of response from BatchResourcesServlet 2011-01-31 13:03:30 +03:00
simonbrandhof
4daa310730 Add profile to check copyright headers + fix some badly formatted headers 2011-01-31 01:13:14 +01:00
simonbrandhof
b69ae6b7c4 [maven-release-plugin] prepare for next development iteration 2011-01-28 15:02:59 +01:00
simonbrandhof
ec0d6d92ad [maven-release-plugin] prepare release 2.6-M1 2011-01-28 15:02:57 +01:00
simonbrandhof
acbb9609fd SONAR-2138 Displaying differential values in % can be misleading 2011-01-26 12:00:15 +01:00
simonbrandhof
878cec92f8 SONAR-791 When the source directory is not exactly the java package root, Sonar should stop the analysis 2011-01-24 19:25:01 +01:00
Evgeny Mandrikov
6b50350870 SONAR-2106: New Java library to bootstrap project analysis
* Add BatchResourcesServlet to allow downloading libraries from server

* Create in memory POM for non-maven environments

* Provide fake MavenPluginExecutor for non-maven environments

* Add new module sonar-batch-maven-compat with shaded maven-project
2011-01-24 01:14:07 +03:00
simonbrandhof
08cb4444e0 SONAR-2127 API: do not automatically create hierarchy of resource tree 2011-01-21 14:32:24 +01:00
Julien HENRY
1fbdcfbd15 SONAR-1664: Add access to project settings/properties 2011-01-20 05:24:23 +08:00
Julien HENRY
94c86319ca SONAR-2066: Allow PUT requests from Java Web Service Client 2011-01-20 05:24:22 +08:00
Evgeny Mandrikov
f5a8b2e863 SONAR-2113: Fix loading of static resources
* According to Javadocs name of resource should not start with "/"
  when loading directly from ClassLoader.

* Usage of malformed name was allowed because of bug in older version
  of plexus-classworlds.
2011-01-18 02:45:09 +03:00
simonbrandhof
33d67845c7 merge 2.5: fix IT and web service TimeMachine 2011-01-13 17:25:48 +01:00
simonbrandhof
0734a8b37a merge 2.5: open a new window when clicking on the warning of violations drilldown 2011-01-13 11:37:22 +01:00
simonbrandhof
21813ecff4 fix TimeMachine webservice when metric is uncovered_lines or uncovered_conditions 2011-01-13 01:02:52 +01:00
simonbrandhof
5a8ac313e2 merge 2.5: SONAR-2101 Drilldown is sometimes empty when the parameter characteristic is set 2011-01-12 18:34:54 +01:00
simonbrandhof
7e39a6aeca merge 2.5-RC2: inheritance of profiles - keep search engine context when reverting a rule to parent definition 2011-01-11 18:29:02 +01:00
simonbrandhof
4feb2ff4d6 merge 2.5-RC2: fix header for radiator plugin 2011-01-11 15:59:38 +01:00
Simon Brandhof
a6bb456a91 merge 2.5-RC2: fix alignment of trend icons in the components page 2011-01-11 12:03:28 +01:00
Simon Brandhof
2bb6d6aacb SONAR-2067 Upgrade to JRuby 1.5.6 2011-01-11 11:45:03 +01:00
Simon Brandhof
b17e7e2321 merge 2.5-RC2: add a warning message in violations drilldown when a period is selected 2011-01-11 11:38:04 +01:00