| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-3647 Make new_violations metric more consistent with other metric varia... | Julien HENRY | 2013-10-08 | 2 | -18/+63 |
* | SONAR-4679 Remove line range feature from issue (ex|in)clusion | Jean-Baptiste Lievremont | 2013-10-08 | 4 | -41/+12 |
* | SONAR-4679 Fix issue inclusions | Jean-Baptiste Lievremont | 2013-10-08 | 9 | -100/+245 |
* | SONAR-4729 Add mailto link in licenses settings | Julien HENRY | 2013-10-08 | 1 | -1/+1 |
* | Fix quality flaws | Julien Lancelot | 2013-10-07 | 1 | -1/+4 |
* | SONAR-4716 Add technical debt detail on issue | Julien Lancelot | 2013-10-07 | 1 | -0/+3 |
* | SONAR-2657 Don't save file hashes if there is no file in project | Julien HENRY | 2013-10-07 | 2 | -1/+17 |
* | SONAR-4716 Replace remediation cost by technical debt in issue | Julien Lancelot | 2013-10-07 | 3 | -7/+7 |
* | Bulk deletion - rename "resource" to "component" | Simon Brandhof | 2013-10-07 | 1 | -9/+9 |
* | SONAR-4731 Replace "Dry Run" with "Preview" in text strings | Jean-Baptiste Lievremont | 2013-10-04 | 2 | -7/+7 |
* | SONAR-4716 Display the remediation cost of each issue | Julien Lancelot | 2013-10-04 | 1 | -0/+3 |
* | SONAR-4716 Create a component to display remediation cost | Julien Lancelot | 2013-10-02 | 1 | -1/+1 |
* | SONAR-2657 Fix circular dependency in IoC container | Julien HENRY | 2013-10-02 | 2 | -5/+7 |
* | SONAR-2657 Expose changed files API in ModuleFileSystem | Julien HENRY | 2013-10-02 | 8 | -541/+208 |
* | SONAR-4716 persist remediation cost | Julien Lancelot | 2013-10-02 | 3 | -14/+4 |
* | SONAR-4716 Add remediation cost when creating issues | Julien Lancelot | 2013-10-01 | 4 | -300/+2 |
* | SONAR-2657, SONAR-3677 Compute file hash and introduce partial analysis mode | Julien HENRY | 2013-10-01 | 8 | -0/+588 |
* | SONAR-4675 Replace Jetty web server by Tomcat 7 | Simon Brandhof | 2013-10-01 | 1 | -0/+5 |
* | SONAR-4714 Load technical debt model only once per project instead of once pe... | Julien Lancelot | 2013-10-01 | 26 | -1334/+13 |
* | SONAR-4713 Fail on unprovisioned project | Jean-Baptiste Lievremont | 2013-10-01 | 1 | -1/+9 |
* | SONAR-4715 Replace deprecated Apache configuration API by Settings | Julien Lancelot | 2013-10-01 | 6 | -22/+17 |
* | SONAR-4715 remove toString() | Julien Lancelot | 2013-09-30 | 1 | -5/+0 |
* | SONAR-4715 Minor refactoring | Julien Lancelot | 2013-09-30 | 2 | -9/+12 |
* | SONAR-4715 Execute technical debt decorator only persistable resources | Julien Lancelot | 2013-09-30 | 2 | -2/+2 |
* | Renamed Requirement and Characteristic used by technical debt decorator | Julien Lancelot | 2013-09-30 | 18 | -95/+101 |
* | SONAR-3871 Finalize provisioning page | Jean-Baptiste Lievremont | 2013-09-30 | 1 | -0/+4 |
* | SONAR-4712 Ensure most pages work without snapshot | Jean-Baptiste Lievremont | 2013-09-30 | 1 | -0/+1 |
* | SONAR-4733 Metric label is missing in alert messages | Simon Brandhof | 2013-09-30 | 2 | -6/+35 |
* | Fix quality flaws | Julien Lancelot | 2013-09-30 | 2 | -0/+46 |
* | SONAR-4718 update widget description | Julien Lancelot | 2013-09-29 | 1 | -1/+1 |
* | SONAR-4717 replace wrong widget key | Julien Lancelot | 2013-09-29 | 1 | -1/+1 |
* | SONAR-4717 Fix link on technical debt measure | Julien Lancelot | 2013-09-29 | 1 | -1/+1 |
* | SONAR-4718 Offer a new "Technical Debt Pyramid" widget | Julien Lancelot | 2013-09-27 | 4 | -0/+190 |
* | SONAR-4717 Offer a new "Technical Debt" widget | Julien Lancelot | 2013-09-27 | 1 | -1/+1 |
* | SONAR-4717 Offer a new "Technical Debt" widget | Julien Lancelot | 2013-09-27 | 4 | -0/+55 |
* | SONAR-4715 Compute the new "Technical Debt" metric | Julien Lancelot | 2013-09-27 | 27 | -0/+1886 |
* | SONAR-4711 Initial version of provisioning page in settings | Jean-Baptiste Lievremont | 2013-09-26 | 1 | -0/+17 |
* | SONAR-3871 Initialization of project provisioning | Jean-Baptiste Lievremont | 2013-09-26 | 1 | -0/+1 |
* | Fix documentation link for issues exclusions | Jean-Baptiste Lievremont | 2013-09-24 | 1 | -1/+1 |
* | SONAR-3871 Create permission for provisioning - initial commit for backup | Jean-Baptiste Lievremont | 2013-09-24 | 1 | -0/+2 |
* | Remove bad key in core.properties | Simon Brandhof | 2013-09-23 | 1 | -1/+0 |
* | SONAR-4679 Implement include filters by excluding all other resources | Jean-Baptiste Lievremont | 2013-09-23 | 18 | -219/+541 |
* | SONAR-4679 Separate pattern matching at filter time from pattern initializati... | Jean-Baptiste Lievremont | 2013-09-23 | 13 | -183/+279 |
* | SONAR-4679 Rename generic class Pattern to more accurate IssuePattern | Jean-Baptiste Lievremont | 2013-09-23 | 11 | -95/+94 |
* | SONAR-4537 Code Viewer permission should only prevent users from seeing the c... | Julien Lancelot | 2013-09-20 | 3 | -15/+5 |
* | SONAR-3644 Update documentation link on issues exclusion | Jean-Baptiste Lievremont | 2013-09-20 | 2 | -10/+4 |
* | SONAR-3387 Fix quality flaws | Jean-Baptiste Lievremont | 2013-09-20 | 3 | -8/+50 |
* | SONAR-4666 Remove prototypejs from widgets (Most Violated Rules) | stephenbroyer | 2013-09-19 | 1 | -2/+2 |
* | SONAR-4666 Remove prototypejs from widgets (Events) | stephenbroyer | 2013-09-19 | 1 | -16/+16 |
* | SONAR-4666 Remove prototypejs from widgets (Description) | stephenbroyer | 2013-09-19 | 1 | -1/+1 |