Commit Graph

28043 Commits

Author SHA1 Message Date
Godin
3d4601ba4a Use the same rules everywhere to transform plugin key 2010-11-03 09:20:24 +00:00
Godin
cacf463535 Use the same rules everywhere to transform plugin key 2010-11-03 09:18:50 +00:00
simonbrandhof
586463e329 SONAR-1911 prevent HTTP proxy from caching response 2010-11-02 18:28:45 +00:00
simonbrandhof
2aa3df37b9 SONAR-1911 New web service to get server status 2010-11-02 18:15:15 +00:00
simonbrandhof
d97d0f40e1 remove useless commented xml in the pom of sonar-maven3-plugin 2010-11-02 18:14:31 +00:00
Godin
a5c8a5524a SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before launching Findbugs analysis 2010-11-02 17:37:11 +00:00
simonbrandhof
638bee10bb minor CSS improvement on dashboards 2010-11-02 17:17:03 +00:00
simonbrandhof
d319fc2bf1 do not store time of release dates in update center 2010-11-02 17:16:38 +00:00
Godin
b706328db7 SONAR-1772: Fix integration test 2010-11-02 14:45:47 +00:00
simonbrandhof
07b49fe104 fix update center for Google Chrome 2010-11-02 14:09:08 +00:00
simonbrandhof
881fab03f3 SONAR-1893 display system updates in a new tab 2010-11-02 12:58:53 +00:00
simonbrandhof
6f58bd9590 add documentation about HTTP proxies in conf/sonar.properties 2010-11-02 10:04:56 +00:00
Godin
6167b0fd22 SONAR-1772: Use method getURL() from org.sonar.api.platform.Server 2010-11-02 09:54:37 +00:00
simonbrandhof
58bf8f1f20 add the method getURL() to org.sonar.api.platform.Server 2010-11-02 09:48:14 +00:00
simonbrandhof
4e0a9182aa minor improvement of update center: remove column headers in the 'installed' page 2010-11-02 09:47:30 +00:00
Godin
633b956594 add some missing license headers 2010-11-02 09:09:13 +00:00
Godin
87b8327cca SONAR-1772: Add unit test for FindbugsDownloader 2010-11-02 09:06:33 +00:00
simonbrandhof
38958c1a36 improve UI of update center + do not delete the last single dashboard 2010-11-02 06:57:26 +00:00
simonbrandhof
674a23ae80 improve UI of update center 2010-11-02 00:25:44 +00:00
simonbrandhof
f94ad980c6 Improve UI of Update Center + fix bug when plugin version is not listed in compatibility matrix 2010-11-01 23:31:32 +00:00
Godin
bb56d58e15 SONAR-1772: Add integration test 2010-11-01 23:21:03 +00:00
Godin
f4a655bb73 SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before launching Findbugs analysis 2010-11-01 22:02:13 +00:00
simonbrandhof
eca9e1bc2c add some missing license headers 2010-11-01 21:07:19 +00:00
simonbrandhof
1cf4319b82 rename description of the google analytics plugin 2010-11-01 18:27:13 +00:00
simonbrandhof
51e6a276a3 improve layout of update center 2010-11-01 18:25:45 +00:00
Godin
4d5ed597d8 SONAR-1897: Add web service to get information about installed plugins 2010-11-01 16:12:30 +00:00
Godin
d4d455365c SONAR-1832:
* Improve performance for "Architecture rule"
* Reduce number of violations whose line number is 0
2010-11-01 15:19:02 +00:00
Godin
2d82eec709 SONAR-1832:
* Improve performance for "Architecture rule"
* Reduce number of violations whose line number is 0
2010-11-01 15:18:10 +00:00
simonbrandhof
84d5dd9d05 SONAR-1643 increase the size of DASHBOARD.COLUMN_LAYOUT 2010-11-01 14:53:57 +00:00
simonbrandhof
4cc2bb2abb SONAR-1643 fix IT 2010-11-01 14:36:12 +00:00
Godin
96df46c9df HttpDownloader should not create file if fail to download 2010-11-01 14:26:13 +00:00
simonbrandhof
61a8457551 SONAR-1643 add example of widget properties in plugin archetype + use enumeration for the type of widget property 2010-11-01 14:20:55 +00:00
Godin
e22ca92f75 Add a more meaningful error message when a plugin manifest can't be read 2010-11-01 14:05:02 +00:00
Godin
18f5954e4f SONAR-1901: "Undocumented API" is not defined as a rule in Sonar
* Add abstract class JavaAstCheck
* Change description of rule
* Check must not extend the PublicApiVisitor
* Add an optional new parameter to rule whose value would be a list of wildcard patterns
2010-11-01 13:53:18 +00:00
Godin
db6d48b266 SONAR-1913: Property renamed to "sonar.updatecenter.activate". 2010-11-01 12:52:46 +00:00
simonbrandhof
8dc8484f2e SONAR-1643
* values of widget_properties are typed in widget API (for example booleans, integers or floats instead of strings)
* remove unused CSS
* highlight the current layout when editing layouts
2010-11-01 12:51:58 +00:00
Godin
1c0ac2bb59 SONAR-1913: Add a property to deactivate Update Center 2010-11-01 12:23:25 +00:00
bellingard
da5b28d212 [SONAR-1875] Improve CodeReaderFilter with channel capabilities
http://jira.codehaus.org/browse/SONAR-1875
2010-11-01 12:07:38 +00:00
Godin
7e6ae83107 SONAR-1893: Display new sonar releases 2010-11-01 11:43:37 +00:00
simonbrandhof
dc93094572 SONAR-1643 add a link to configure widget 2010-11-01 10:31:22 +00:00
simonbrandhof
632c88629c SONAR-1643 widgets require to be configured only if it has mandatory properties without default value 2010-11-01 10:23:27 +00:00
simonbrandhof
4e8a23e0d2 SONAR-1643 add widget properties 2010-10-29 15:11:39 +00:00
Godin
9ed3191362 SONAR-1904: WildcardPattern "**/Reader" shouldn't match "org.sonar.channel.CodeReader" and "java.io.StringReader" 2010-10-29 08:03:34 +00:00
bellingard
24ec0d7713 Typo fixes 2010-10-29 07:25:01 +00:00
Godin
34afe79711 SONAR-1901: Add new rule to report on "Undocumented API" 2010-10-28 22:11:39 +00:00
Godin
0c700ae743 SONAR-1901: Add new rule to report on "Undocumented API" 2010-10-28 22:07:58 +00:00
simonbrandhof
952024c392 SONAR-1643 edit widget properties 2010-10-28 15:27:18 +00:00
simonbrandhof
11004fa74d SONAR-1643 improve display of widgets to add + administrators can edit the default dashboard 2010-10-28 14:53:29 +00:00
Godin
b918fe7c66 SONAR-1837: Add profiling logs to database optimization tasks 2010-10-28 14:31:19 +00:00
Godin
d7869519b8 SONAR-1837:
* Add profiling logs to database optimization tasks
* Extend TimeProfiler to produce logs using debug level
2010-10-28 14:28:57 +00:00