| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage | Julien HENRY | 2014-03-25 | 4 | -49/+57 |
* | SONAR-4366 Remove unnecessary colons | Stas Vilchik | 2014-03-25 | 1 | -2/+2 |
* | Fix quality flaws | Julien Lancelot | 2014-03-24 | 1 | -2/+0 |
* | SONAR-4366 Rework rename/copy modal | Stas Vilchik | 2014-03-21 | 1 | -1/+1 |
* | SONAR-4366 Some UI improvements | Stas Vilchik | 2014-03-21 | 1 | -2/+2 |
* | Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt... | Julien Lancelot | 2014-03-21 | 1 | -1/+1 |
* | SONAR-4366 Move a core plugin component to batch (remove server dependency on... | Jean-Baptiste Lievremont | 2014-03-20 | 3 | -322/+2 |
* | SONAR-926 fix documentation of exclusion settings | Simon Brandhof | 2014-03-19 | 1 | -90/+0 |
* | SONAR-5091 Update deletion confirm messages in conformance to UI guidelines | Jean-Baptiste Lievremont | 2014-03-19 | 1 | -0/+4 |
* | Fix some quality flaws | Simon Brandhof | 2014-03-19 | 1 | -2/+2 |
|\ |
|
| * | Fixes a couple of issues by using interfaces rather than a specific implement... | Hans Joachim Desserud | 2013-11-02 | 1 | -2/+2 |
* | | SONAR-5143 revert. Inclusions are coming back to UI ! | Simon Brandhof | 2014-03-18 | 1 | -6/+4 |
* | | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server s... | Julien Lancelot | 2014-03-18 | 1 | -1/+1 |
* | | SONAR-5095 Fix colon/period display in QG widget, metric description | Jean-Baptiste Lievremont | 2014-03-18 | 1 | -4/+4 |
* | | SONAR-5092 Change message on default quality gate when user is not quality admin | Jean-Baptiste Lievremont | 2014-03-17 | 1 | -1/+2 |
* | | SONAR-5146 Some rules might not have some "rules.created_at" date and in that... | Julien Lancelot | 2014-03-17 | 1 | -2/+0 |
* | | SONAR-4366 Fix display of passed quality gate | Jean-Baptiste Lievremont | 2014-03-17 | 1 | -1/+1 |
* | | SONAR-5056 Create DebtRemediationFunction API on batch side | Julien Lancelot | 2014-03-17 | 2 | -3/+3 |
* | | SONAR-4095 | Jean-Baptiste Lievremont | 2014-03-14 | 2 | -33/+27 |
* | | Renamed some debt classes to remove "Technical" word | Julien Lancelot | 2014-03-14 | 5 | -17/+18 |
* | | SONAR-5141 Minor improvement | Julien Lancelot | 2014-03-14 | 2 | -20/+16 |
* | | SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UI | Simon Brandhof | 2014-03-14 | 1 | -4/+6 |
* | | Fix bad import edu.emory.mathcs.backport.java.util.Collections | Simon Brandhof | 2014-03-14 | 1 | -1/+1 |
* | | SONAR-5141 Improve performance of technical debt measures decorator | Julien Lancelot | 2014-03-14 | 2 | -117/+135 |
* | | SONAR-4366 Remove Alert class and related code | Jean-Baptiste Lievremont | 2014-03-13 | 2 | -20/+4 |
* | | SONAR-5056 Fix performance issue when converting new rule to old rule | Julien Lancelot | 2014-03-13 | 2 | -39/+37 |
* | | SONAR-4913 Update issue and measures page to show sharing details | Stas Vilchik | 2014-03-13 | 1 | -0/+1 |
* | | SONAR-5124 The "Weighted Issues" metric should not be deprecated anymore | Julien Lancelot | 2014-03-12 | 1 | -1/+1 |
* | | SONAR-5056 Removed some useless usage of Requirement | Julien Lancelot | 2014-03-12 | 1 | -3/+1 |
* | | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 188 | -188/+188 |
* | | SONAR-5056 Add migration to copy data on requirements from characteristics to... | Julien Lancelot | 2014-03-11 | 2 | -7/+1 |
* | | SONAR-4767 On mode DAYS, do not display null when there's no date | Julien Lancelot | 2014-03-11 | 1 | -1/+3 |
* | | SONAR-5056 Read debt from rule during analysis | Julien Lancelot | 2014-03-11 | 2 | -114/+128 |
* | | SONAR-5094 Trigger alert notifications when a quality gate is used | Jean-Baptiste Lievremont | 2014-03-10 | 2 | -3/+16 |
* | | SONAR-5094 Create Quality Gate Status metric | Jean-Baptiste Lievremont | 2014-03-07 | 1 | -0/+4 |
* | | SONAR-5007 Add first POC | Stas Vilchik | 2014-03-06 | 1 | -0/+1 |
* | | SONAR-5056 Create new Durations API to format Duration and convert String to ... | Julien Lancelot | 2014-03-06 | 2 | -5/+5 |
* | | SONAR-5056 Update Issue.debt from Long to Duration | Julien Lancelot | 2014-03-05 | 7 | -34/+39 |
* | | SONAR-5114 Modify client side application to support App WS | Stas Vilchik | 2014-03-05 | 1 | -0/+4 |
* | | Removed useless usage of WorkDurationFactory | Julien Lancelot | 2014-03-05 | 4 | -17/+4 |
* | | Move WorkDuration API to internal package as it will be refactored is 4.3 | Julien Lancelot | 2014-03-05 | 4 | -4/+4 |
* | | SONAR-5086 Add commonentRoots parameter to links on action plan progress bar | Jean-Baptiste Lievremont | 2014-03-04 | 1 | -10/+10 |
* | | SONAR-5057 remove usage of prototypejs | Simon Brandhof | 2014-03-03 | 1 | -1/+1 |
* | | SONAR-4366 Quality Gates: latest feedback | Stas Vilchik | 2014-03-03 | 1 | -4/+5 |
* | | SONAR-5057 remove usage of prototypejs | Simon Brandhof | 2014-03-03 | 2 | -8/+3 |
* | | SONAR-4366 Quality Gates: ready for the permissions stuff | Stas Vilchik | 2014-03-03 | 1 | -0/+1 |
* | | SONAR-4366 Quality Gates: implement copy action | Stas Vilchik | 2014-03-03 | 1 | -0/+2 |
* | | SONAR-4996 Update work duration message and move code to i18n API | Julien Lancelot | 2014-03-03 | 3 | -10/+7 |
* | | Quality Gates: some improvements of the rendering | Stas Vilchik | 2014-02-28 | 1 | -0/+1 |
* | | Quality Gates: new layout, some other improvements | Stas Vilchik | 2014-02-28 | 1 | -0/+2 |