aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-2811-68/+524
| | | | | | * By default cache location is ~/.sonar/.cache * Cache location can be changed by property sonar.cacheLocation * To know if a plugin file have to be downloaded there is a checksum (MD5) comparison
* SONAR-2501 use blueprints-core for java5Simon Brandhof2013-01-281-33/+3
|
* SONAR-2501 rename GraphDbTest to GraphDaoTestSimon Brandhof2013-01-282-1/+1
|
* SONAR-2501 use our implementation of GraphsonReaderSimon Brandhof2013-01-283-2/+1104
|
* Fix compatibility with java 5Simon Brandhof2013-01-281-6/+6
|
* Add blueprints-core-2.2.0-java5.jarSimon Brandhof2013-01-281-0/+0
|
* Fix compatibility of blueprints-core with java 5Simon Brandhof2013-01-284-76/+30
|
* Fix headerSimon Brandhof2013-01-251-1/+1
|
* SONAR-2501 second step to fix case of Graphson* classesSimon Brandhof2013-01-2510-192/+192
|
* SONAR-2501 first step to fix case of Graphson* classesSimon Brandhof2013-01-2510-193/+192
|
* SONAR-4087 fix compatibility of Tinkerpop Blueprints with Java 5Simon Brandhof2013-01-2516-487/+635
|
* SONAR-4087 refactor GraphUtil#uniqueAdjacent()Simon Brandhof2013-01-256-10/+48
|
* SONAR-3692 Use the new widget property type for "Most Violated Rules"Fabrice Bellingard2013-01-252-2/+2
|
* SONAR-2746 Fix violationFabrice Bellingard2013-01-251-1/+1
|
* SONAR-4087 Replace Tinkerpop GraphSONReader by Sonar GraphSONReader when ↵Julien Lancelot2013-01-251-3/+5
| | | | reading a graph
* SONAR-2055 Remove useless codeJulien Lancelot2013-01-251-2/+1
|
* SONAR-4087 Add JSON reader / parser for GraphJulien Lancelot2013-01-257-1/+2602
|
* SONAR-4087 add unit test for MyBatis mapperSimon Brandhof2013-01-255-3/+99
|
* SONAR-4087 add missing filesSimon Brandhof2013-01-2516-0/+681
|
* Merge remote-tracking branch 'origin/master'Simon Brandhof2013-01-2550-524/+1242
|\
| * SONAR-2746 Fix testFabrice Bellingard2013-01-251-1/+1
| |
| * SONAR-2746 Email new alerts on favorite projectsFabrice Bellingard2013-01-248-13/+464
| |
| * SONAR-2296 Revert modification because the server hosting sonar should be ↵Julien Lancelot2013-01-232-6/+1
| | | | | | | | updated instead of the code
| * SONAR-4071 Localize all the existing widget propertiesFabrice Bellingard2013-01-238-34/+88
| |
| * SONAR-3692 Boolean type are now always displayed as select boxJulien Lancelot2013-01-238-19/+22
| |
| * SONAR-3692 Really fix issue with property setJulien Lancelot2013-01-232-5/+6
| |
| * SONAR-3692 Fix issue with property setJulien Lancelot2013-01-235-5/+7
| |
| * SONAR-3692 Fix issue with name generation and improve widget property i18nJulien Lancelot2013-01-2313-85/+39
| |
| * Fix some quality flaws.Julien HENRY2013-01-231-1/+3
| |
| * Fix some quality flaws.Julien HENRY2013-01-233-4/+8
| |
| * SONAR-3692 Centralize the way widget property and settings property are ↵Julien Lancelot2013-01-2220-438/+574
| | | | | | | | generated
| * SONAR-4003 Update bundle after Julien's modification (SONAR-4071)Fabrice Bellingard2013-01-221-1/+1
| |
| * SONAR-4088 Sort available widgets by name when editing a dashboardFabrice Bellingard2013-01-221-2/+6
| |
| * SONAR-4071 Replace widget.<widget.key>.prop.<property>.X by ↵Julien Lancelot2013-01-221-2/+2
| | | | | | | | widget.<widget.key>.property.<property>.X
| * SONAR-4071 Replace widget.<widget.key>.prop.<property>.key by ↵Julien Lancelot2013-01-221-1/+1
| | | | | | | | widget.<widget.key>.prop.<property>.name
| * SONAR-4003 Improve renderingFabrice Bellingard2013-01-222-3/+4
| |
| * SONAR-3981 Fix issue on ChromeFabrice Bellingard2013-01-221-1/+1
| |
| * SONAR-3948 Make it possible to delete "ghost" resourcesFabrice Bellingard2013-01-224-24/+131
| | | | | | | | | | => The bulk deletion page should allow to delete a project definition which doesn't have any associated quality snapshots
| * Fix some quality flaws.Julien HENRY2013-01-221-0/+4
| |
| * Downgrade temporarily to sonar-java 1.1Simon Brandhof2013-01-221-1/+1
| |
* | SONAR-4087 first draft of test apiSimon Brandhof2013-01-2546-18/+1579
| |
* | Remove unused ruby files (generators)Simon Brandhof2013-01-2539-3611/+0
|/
* SONAR-3434 Drilldown: Allow files to be opened in new tabsFabrice Bellingard2013-01-212-2/+10
| | | AKA the "Dinesh most wanted feature" ;-)
* SONAR-2296 Sonar behind a HTTPS reverse proxy sometimes fall back to HTTPJulien Lancelot2013-01-212-1/+7
|
* SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks.Julien HENRY2013-01-212-8/+12
|
* SONAR-4071 Make it possible to localize the widget property keysJulien Lancelot2013-01-211-2/+6
|
* SONAR-3981 Column sort broken on project_reviews pageFabrice Bellingard2013-01-213-27/+65
|
* Replace Junit / Hamcrest by FestAssertJulien Lancelot2013-01-211-26/+33
|
* SONAR-4069 Fix issue with configuration when using old API (without task)Julien HENRY2013-01-211-0/+4
|
* SONAR-4069 Fix issue after last refactoring: core metrics were not loadedJulien HENRY2013-01-212-4/+5
|