Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2291 Implement caching of downloaded Sonar plugins. | Julien HENRY | 2013-01-28 | 11 | -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 java5 | Simon Brandhof | 2013-01-28 | 1 | -33/+3 |
| | |||||
* | SONAR-2501 rename GraphDbTest to GraphDaoTest | Simon Brandhof | 2013-01-28 | 2 | -1/+1 |
| | |||||
* | SONAR-2501 use our implementation of GraphsonReader | Simon Brandhof | 2013-01-28 | 3 | -2/+1104 |
| | |||||
* | Fix compatibility with java 5 | Simon Brandhof | 2013-01-28 | 1 | -6/+6 |
| | |||||
* | Add blueprints-core-2.2.0-java5.jar | Simon Brandhof | 2013-01-28 | 1 | -0/+0 |
| | |||||
* | Fix compatibility of blueprints-core with java 5 | Simon Brandhof | 2013-01-28 | 4 | -76/+30 |
| | |||||
* | Fix header | Simon Brandhof | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | SONAR-2501 second step to fix case of Graphson* classes | Simon Brandhof | 2013-01-25 | 10 | -192/+192 |
| | |||||
* | SONAR-2501 first step to fix case of Graphson* classes | Simon Brandhof | 2013-01-25 | 10 | -193/+192 |
| | |||||
* | SONAR-4087 fix compatibility of Tinkerpop Blueprints with Java 5 | Simon Brandhof | 2013-01-25 | 16 | -487/+635 |
| | |||||
* | SONAR-4087 refactor GraphUtil#uniqueAdjacent() | Simon Brandhof | 2013-01-25 | 6 | -10/+48 |
| | |||||
* | SONAR-3692 Use the new widget property type for "Most Violated Rules" | Fabrice Bellingard | 2013-01-25 | 2 | -2/+2 |
| | |||||
* | SONAR-2746 Fix violation | Fabrice Bellingard | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | SONAR-4087 Replace Tinkerpop GraphSONReader by Sonar GraphSONReader when ↵ | Julien Lancelot | 2013-01-25 | 1 | -3/+5 |
| | | | | reading a graph | ||||
* | SONAR-2055 Remove useless code | Julien Lancelot | 2013-01-25 | 1 | -2/+1 |
| | |||||
* | SONAR-4087 Add JSON reader / parser for Graph | Julien Lancelot | 2013-01-25 | 7 | -1/+2602 |
| | |||||
* | SONAR-4087 add unit test for MyBatis mapper | Simon Brandhof | 2013-01-25 | 5 | -3/+99 |
| | |||||
* | SONAR-4087 add missing files | Simon Brandhof | 2013-01-25 | 16 | -0/+681 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Simon Brandhof | 2013-01-25 | 50 | -524/+1242 |
|\ | |||||
| * | SONAR-2746 Fix test | Fabrice Bellingard | 2013-01-25 | 1 | -1/+1 |
| | | |||||
| * | SONAR-2746 Email new alerts on favorite projects | Fabrice Bellingard | 2013-01-24 | 8 | -13/+464 |
| | | |||||
| * | SONAR-2296 Revert modification because the server hosting sonar should be ↵ | Julien Lancelot | 2013-01-23 | 2 | -6/+1 |
| | | | | | | | | updated instead of the code | ||||
| * | SONAR-4071 Localize all the existing widget properties | Fabrice Bellingard | 2013-01-23 | 8 | -34/+88 |
| | | |||||
| * | SONAR-3692 Boolean type are now always displayed as select box | Julien Lancelot | 2013-01-23 | 8 | -19/+22 |
| | | |||||
| * | SONAR-3692 Really fix issue with property set | Julien Lancelot | 2013-01-23 | 2 | -5/+6 |
| | | |||||
| * | SONAR-3692 Fix issue with property set | Julien Lancelot | 2013-01-23 | 5 | -5/+7 |
| | | |||||
| * | SONAR-3692 Fix issue with name generation and improve widget property i18n | Julien Lancelot | 2013-01-23 | 13 | -85/+39 |
| | | |||||
| * | Fix some quality flaws. | Julien HENRY | 2013-01-23 | 1 | -1/+3 |
| | | |||||
| * | Fix some quality flaws. | Julien HENRY | 2013-01-23 | 3 | -4/+8 |
| | | |||||
| * | SONAR-3692 Centralize the way widget property and settings property are ↵ | Julien Lancelot | 2013-01-22 | 20 | -438/+574 |
| | | | | | | | | generated | ||||
| * | SONAR-4003 Update bundle after Julien's modification (SONAR-4071) | Fabrice Bellingard | 2013-01-22 | 1 | -1/+1 |
| | | |||||
| * | SONAR-4088 Sort available widgets by name when editing a dashboard | Fabrice Bellingard | 2013-01-22 | 1 | -2/+6 |
| | | |||||
| * | SONAR-4071 Replace widget.<widget.key>.prop.<property>.X by ↵ | Julien Lancelot | 2013-01-22 | 1 | -2/+2 |
| | | | | | | | | widget.<widget.key>.property.<property>.X | ||||
| * | SONAR-4071 Replace widget.<widget.key>.prop.<property>.key by ↵ | Julien Lancelot | 2013-01-22 | 1 | -1/+1 |
| | | | | | | | | widget.<widget.key>.prop.<property>.name | ||||
| * | SONAR-4003 Improve rendering | Fabrice Bellingard | 2013-01-22 | 2 | -3/+4 |
| | | |||||
| * | SONAR-3981 Fix issue on Chrome | Fabrice Bellingard | 2013-01-22 | 1 | -1/+1 |
| | | |||||
| * | SONAR-3948 Make it possible to delete "ghost" resources | Fabrice Bellingard | 2013-01-22 | 4 | -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 HENRY | 2013-01-22 | 1 | -0/+4 |
| | | |||||
| * | Downgrade temporarily to sonar-java 1.1 | Simon Brandhof | 2013-01-22 | 1 | -1/+1 |
| | | |||||
* | | SONAR-4087 first draft of test api | Simon Brandhof | 2013-01-25 | 46 | -18/+1579 |
| | | |||||
* | | Remove unused ruby files (generators) | Simon Brandhof | 2013-01-25 | 39 | -3611/+0 |
|/ | |||||
* | SONAR-3434 Drilldown: Allow files to be opened in new tabs | Fabrice Bellingard | 2013-01-21 | 2 | -2/+10 |
| | | | AKA the "Dinesh most wanted feature" ;-) | ||||
* | SONAR-2296 Sonar behind a HTTPS reverse proxy sometimes fall back to HTTP | Julien Lancelot | 2013-01-21 | 2 | -1/+7 |
| | |||||
* | SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks. | Julien HENRY | 2013-01-21 | 2 | -8/+12 |
| | |||||
* | SONAR-4071 Make it possible to localize the widget property keys | Julien Lancelot | 2013-01-21 | 1 | -2/+6 |
| | |||||
* | SONAR-3981 Column sort broken on project_reviews page | Fabrice Bellingard | 2013-01-21 | 3 | -27/+65 |
| | |||||
* | Replace Junit / Hamcrest by FestAssert | Julien Lancelot | 2013-01-21 | 1 | -26/+33 |
| | |||||
* | SONAR-4069 Fix issue with configuration when using old API (without task) | Julien HENRY | 2013-01-21 | 1 | -0/+4 |
| | |||||
* | SONAR-4069 Fix issue after last refactoring: core metrics were not loaded | Julien HENRY | 2013-01-21 | 2 | -4/+5 |
| |