Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-03-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Fixes a couple of issues by using interfaces rather than a specific ↵ | Hans Joachim Desserud | 2013-11-02 | 1 | -1/+1 | |
| | | | | | | | | implementation | |||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-18 | 4 | -54/+44 | |
| | | ||||||
* | | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵ | Julien Lancelot | 2014-03-18 | 7 | -12/+184 | |
| | | | | | | | | side API of debt | |||||
* | | Remove Component.moduleKey | Julien Lancelot | 2014-03-17 | 3 | -18/+0 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-17 | 1 | -0/+6 | |
| | | ||||||
* | | SONAR-5056 Create DebtRemediationFunction API on batch side | Julien Lancelot | 2014-03-17 | 7 | -94/+223 | |
| | | ||||||
* | | SONAR-5056 Fail if not both characteristic and function are defined | Julien Lancelot | 2014-03-17 | 2 | -0/+30 | |
| | | ||||||
* | | SONAR-4843 restart most of components | Simon Brandhof | 2014-03-16 | 1 | -3/+14 | |
| | | ||||||
* | | Refactor plugin management for better maintainability | Simon Brandhof | 2014-03-16 | 1 | -0/+3 | |
| | | ||||||
* | | Remove org.sonar.api.platform.ServerPluginRepository | Simon Brandhof | 2014-03-16 | 1 | -43/+0 | |
| | | ||||||
* | | SONAR-4843 Ability to restart server in development mode | Simon Brandhof | 2014-03-15 | 3 | -30/+4 | |
| | | ||||||
* | | SONAR-5121 Verify remediation factor and offset following remediation ↵ | Julien Lancelot | 2014-03-14 | 4 | -92/+308 | |
| | | | | | | | | function defined on rules | |||||
* | | Rename RuleDefinitions to RulesDefinition | Julien Lancelot | 2014-03-14 | 6 | -78/+79 | |
| | | ||||||
* | | Remove unused import | Simon Brandhof | 2014-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-14 | 1 | -1/+0 | |
| | | ||||||
* | | Fix copyright headers | Simon Brandhof | 2014-03-14 | 4 | -6/+6 | |
| | | ||||||
* | | SONAR-4790 complete documentation of FileSystem | Simon Brandhof | 2014-03-14 | 1 | -1/+15 | |
| | | ||||||
* | | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 19 | -376/+575 | |
| | | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/FilePredicatesTest.java | |||||
* | | Complete documentation of WebService and QualityGatesWs | Simon Brandhof | 2014-03-14 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-5141 Improve performance of technical debt measures decorator | Julien Lancelot | 2014-03-14 | 3 | -18/+6 | |
| | | ||||||
* | | SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx() | Simon Brandhof | 2014-03-14 | 6 | -52/+50 | |
| | | ||||||
* | | Remove some code from MeasuresFilters that is deprecated since 2.5 | Simon Brandhof | 2014-03-14 | 1 | -41/+2 | |
| | | ||||||
* | | SONAR-5010 improve WebService extension point | Simon Brandhof | 2014-03-13 | 2 | -33/+138 | |
| | | ||||||
* | | SONAR-4366 Remove Alert class and related code | Jean-Baptiste Lievremont | 2014-03-13 | 8 | -475/+0 | |
| | | ||||||
* | | SONAR-5056 Fix performance issue when converting new rule to old rule | Julien Lancelot | 2014-03-13 | 2 | -0/+18 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-13 | 2 | -1/+4 | |
| | | ||||||
* | | SONAR-926 add DefaultInputFile#toString() | Simon Brandhof | 2014-03-12 | 2 | -18/+29 | |
| | | ||||||
* | | SONAR-5124 The "Weighted Issues" metric should not be deprecated anymore | Julien Lancelot | 2014-03-12 | 1 | -9/+0 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-12 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-5056 Removed some useless usage of Requirement | Julien Lancelot | 2014-03-12 | 2 | -5/+5 | |
| | | ||||||
* | | SONAR-5056 Display debt information from rules instead of characteristics | Julien Lancelot | 2014-03-11 | 2 | -1/+63 | |
| | | ||||||
* | | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 588 | -588/+588 | |
| | | ||||||
* | | SONAR-5056 Deprecate Requirement | Julien Lancelot | 2014-03-11 | 4 | -4/+24 | |
| | | ||||||
* | | SONAR-5056 Read debt from rule during analysis | Julien Lancelot | 2014-03-11 | 16 | -10/+187 | |
| | | ||||||
* | | SONAR-5094 Revert back to alert_status metric, will be renamed eventually | Jean-Baptiste Lievremont | 2014-03-10 | 2 | -9/+1 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-07 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5094 Create Quality Gate Status metric | Jean-Baptiste Lievremont | 2014-03-07 | 2 | -5/+13 | |
| | | ||||||
* | | SONAR-5056 Create new Durations API to format Duration and convert String to ↵ | Julien Lancelot | 2014-03-06 | 5 | -145/+258 | |
| | | | | | | | | Duration | |||||
* | | SONAR-5056 Update Duration API : remove days, hours and minutes methods as ↵ | Julien Lancelot | 2014-03-06 | 2 | -118/+51 | |
| | | | | | | | | it depends on number of hours in a day | |||||
* | | SONAR-5056 Set Rule remediation factor and offset as String | Julien Lancelot | 2014-03-06 | 2 | -2/+37 | |
| | | ||||||
* | | SONAR-5056 Update Issue.debt from Long to Duration | Julien Lancelot | 2014-03-05 | 3 | -7/+15 | |
| | | ||||||
* | | SONAR-5056 Create Duration API | Julien Lancelot | 2014-03-05 | 2 | -0/+296 | |
| | | ||||||
* | | SONAR-5056 Add debt columns on rules and update Rule API to define some debt ↵ | Julien Lancelot | 2014-03-05 | 3 | -0/+113 | |
| | | | | | | | | data | |||||
* | | Move WorkDuration API to internal package as it will be refactored is 4.3 | Julien Lancelot | 2014-03-05 | 10 | -10/+11 | |
| | | ||||||
* | | Add WebService.Controller#isInternal() | Simon Brandhof | 2014-03-03 | 2 | -0/+31 | |
| | | | | | | | | Returns true if all actions are marked as internal use | |||||
* | | SONAR-5010 rename some methods before publishing API | Simon Brandhof | 2014-03-03 | 2 | -29/+85 | |
| | | | | | | | | | | Conflicts: sonar-server/src/test/java/org/sonar/server/ws/WebServiceEngineTest.java | |||||
* | | SONAR-5010 rename isPrivate() by isInternal() | Simon Brandhof | 2014-03-03 | 2 | -10/+10 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2014-03-03 | 1 | -0/+25 | |
| | | ||||||
* | | SONAR-4996 Update work duration message and move code to i18n API | Julien Lancelot | 2014-03-03 | 1 | -0/+9 | |
| | |