Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace factor by coefficient | Julien Lancelot | 2014-03-26 | 8 | -49/+49 |
| | |||||
* | SONAR-5007 First facets prototype | Stas Vilchik | 2014-03-26 | 8 | -15/+120 |
| | |||||
* | SONAR-5056 Refactoring of restore feature | Julien Lancelot | 2014-03-26 | 3 | -110/+225 |
| | |||||
* | SONAR-5056 Minor refactoring | Julien Lancelot | 2014-03-26 | 2 | -4/+2 |
| | |||||
* | SONAR-5007 Rework context banner | Stas Vilchik | 2014-03-26 | 7 | -103/+124 |
| | |||||
* | SONAR-5007 Rework quality profiles | Stas Vilchik | 2014-03-26 | 8 | -39/+79 |
| | |||||
* | SONAR-5007 Bulk Change: remove "all" option | Stas Vilchik | 2014-03-26 | 4 | -2/+19 |
| | |||||
* | SONAR-5007 Add permalink | Stas Vilchik | 2014-03-26 | 4 | -1/+20 |
| | |||||
* | SONAR-5007 Small details UI improvements | Stas Vilchik | 2014-03-26 | 9 | -8/+22 |
| | |||||
* | SONAR-4908 extract RulesDefinitionAnnotationLoader | Simon Brandhof | 2014-03-25 | 50 | -55/+72 |
| | | | | + refactor the classes RegisterXXX used during server startup | ||||
* | SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to ↵ | Simon Brandhof | 2014-03-25 | 4 | -4/+4 |
| | | | | | | setDebtSubCharacteristic() -> better follow SQALE method | ||||
* | SONAR-4908 refactor RulesDefinition API (debt functions, XML) | Simon Brandhof | 2014-03-25 | 8 | -9/+9 |
| | |||||
* | SONAR-5056 Backup debt model | Julien Lancelot | 2014-03-25 | 22 | -384/+1334 |
| | |||||
* | SONAR-4843 disable restart on Windows + Java 6 (UrlClassloader locks JAR files) | Simon Brandhof | 2014-03-25 | 3 | -6/+46 |
| | |||||
* | Improve org.sonar.api.utils.System2 : | Simon Brandhof | 2014-03-25 | 1 | -1/+3 |
| | | | | | | * add to picocontainer * new method isJavaAtLeast17() * fix Javadoc | ||||
* | Fix definition of JS files to be analyzed | Simon Brandhof | 2014-03-25 | 1 | -2/+2 |
| | |||||
* | Fix build | Stas Vilchik | 2014-03-25 | 1 | -4/+1 |
| | |||||
* | Move source outside from webapp | Stas Vilchik | 2014-03-25 | 140 | -204/+75 |
| | |||||
* | Fix loading of Hibernate rules on MyBatis | Simon Brandhof | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | SONAR-5007 Bulk action on found rules | Stas Vilchik | 2014-03-25 | 4 | -12/+34 |
| | |||||
* | SONAR-5147 do not install "bundled plugin" if already present in ↵ | Simon Brandhof | 2014-03-25 | 14 | -47/+197 |
| | | | | "extensions/plugins", whatever its version | ||||
* | Fix CI | Simon Brandhof | 2014-03-24 | 1 | -3/+1 |
| | |||||
* | Fix loading of rules during registration of Q profiles (MySQL only ?) | Simon Brandhof | 2014-03-24 | 1 | -0/+4 |
| | |||||
* | Sanitize code - remove commented-out code and dead code | Simon Brandhof | 2014-03-24 | 3 | -63/+48 |
| | |||||
* | SONAR-4908 extract RulesDefinitionXmlLoader | Simon Brandhof | 2014-03-24 | 1 | -0/+4 |
| | |||||
* | SONAR-5007 Update QP section | Stas Vilchik | 2014-03-24 | 7 | -17/+56 |
| | |||||
* | Add check to verify that rule is not null when searching rule from active rule | Julien Lancelot | 2014-03-24 | 1 | -10/+5 |
| | |||||
* | SONAR-5007 Improve QP filter | Stas Vilchik | 2014-03-24 | 9 | -79/+63 |
| | |||||
* | SONAR-5056 Use restore to populate debt model at startup | Julien Lancelot | 2014-03-24 | 5 | -252/+48 |
| | |||||
* | SONAR-5121 Add restore from XMl actions | Julien Lancelot | 2014-03-24 | 9 | -111/+482 |
| | |||||
* | SONAR-5007 Feedback applied | Stas Vilchik | 2014-03-24 | 16 | -236/+287 |
| | |||||
* | Remove templates from sonar.exclusions | Stas Vilchik | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove generated files | Stas Vilchik | 2014-03-24 | 1 | -509/+0 |
| | |||||
* | Exclude some 3-party libs from JS analysis | Simon Brandhof | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove trimming of ERB templates - does not work currently | Simon Brandhof | 2014-03-24 | 1 | -20/+0 |
| | |||||
* | Remove useless space in ui | Julien Lancelot | 2014-03-24 | 3 | -6/+3 |
| | |||||
* | Configure analysis of JS files of sonar-server | Simon Brandhof | 2014-03-24 | 1 | -0/+4 |
| | |||||
* | SONAR-4843 move URL to /api/system/restart and complete ws-client | Simon Brandhof | 2014-03-21 | 5 | -18/+16 |
| | |||||
* | SONAR-5011 Allow to install two plugins sharing the same dependency | Julien HENRY | 2014-03-21 | 2 | -5/+38 |
| | |||||
* | SONAR-4843 do not fail if filenames between source and dest dirs are equal | Simon Brandhof | 2014-03-21 | 3 | -60/+76 |
| | |||||
* | SONAR-4366 Rework rename/copy modal | Stas Vilchik | 2014-03-21 | 3 | -54/+14 |
| | |||||
* | Remove generated js file | Stas Vilchik | 2014-03-21 | 1 | -107/+0 |
| | |||||
* | SONAR-5121 Refactor the way remediation function is defined on rules in ↵ | Julien Lancelot | 2014-03-21 | 7 | -103/+90 |
| | | | | order to remove the static creation and to be able to know which rule is failing when a wrong function is defined. | ||||
* | SONAR-5007 Add characteristic criterion | Stas Vilchik | 2014-03-21 | 3 | -1/+63 |
| | |||||
* | SONAR-4366 Some UI improvements | Stas Vilchik | 2014-03-21 | 3 | -2/+5 |
| | |||||
* | SONAR-5007 Add languages next to quality profiles | Stas Vilchik | 2014-03-21 | 2 | -11/+11 |
| | |||||
* | SONAR-5007 Rework bulk change | Stas Vilchik | 2014-03-21 | 9 | -79/+166 |
| | |||||
* | SONAR-5007 Improve coding rule details display | Stas Vilchik | 2014-03-21 | 4 | -8/+10 |
| | |||||
* | SONAR-5056 Fix issue when removing characteristic and rules linked with ↵ | Julien Lancelot | 2014-03-20 | 2 | -26/+33 |
| | | | | default characteristic linked on it was updated | ||||
* | SONAR-5056 Fix issue on move up/down | Julien Lancelot | 2014-03-20 | 6 | -25/+48 |
| |