Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-4366 Rework rename/copy modal | Stas Vilchik | 2014-03-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5121 Refactor the way remediation function is defined on rules in ↵ | Julien Lancelot | 2014-03-21 | 2 | -0/+10 | |
| | | | | order to remove the static creation and to be able to know which rule is failing when a wrong function is defined. | |||||
* | 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 ↵ | Julien Lancelot | 2014-03-21 | 1 | -1/+1 | |
| | | | | debt.characteristics | |||||
* | SONAR-4366 Move a core plugin component to batch (remove server dependency ↵ | Jean-Baptiste Lievremont | 2014-03-20 | 3 | -322/+2 | |
| | | | | on batch component) | |||||
* | 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 ↵ | Hans Joachim Desserud | 2013-11-02 | 1 | -2/+2 | |
| | | | | | | | | implementation | |||||
* | | SONAR-926 support cross-project duplications in multi-lang project | Simon Brandhof | 2014-03-18 | 4 | -8/+9 | |
| | | ||||||
* | | SONAR-5143 revert. Inclusions are coming back to UI ! | Simon Brandhof | 2014-03-18 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | Conflicts: sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql sonar-server/src/main/webapp/WEB-INF/db/migrate/499_delete_inclusions_properties.rb | |||||
* | | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵ | Julien Lancelot | 2014-03-18 | 1 | -1/+1 | |
| | | | | | | | | side API of debt | |||||
* | | 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 ↵ | Julien Lancelot | 2014-03-17 | 1 | -2/+0 | |
| | | | | | | | | that case quality profile page can't be displayed | |||||
* | | 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 | |
| | | ||||||
* | | Rename RuleDefinitions to RulesDefinition | Julien Lancelot | 2014-03-14 | 4 | -11/+11 | |
| | | ||||||
* | | SONAR-4095 | Jean-Baptiste Lievremont | 2014-03-14 | 2 | -33/+27 | |
| | | | | | | | | | | | | | | SONAR-4093 - Replace all alert related message with quality gate related messages - Allow selection of quality gate from project settings | |||||
* | | 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-4790 complete documentation of FileSystem | Simon Brandhof | 2014-03-14 | 2 | -9/+15 | |
| | | ||||||
* | | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 2 | -8/+8 | |
| | | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/FilePredicatesTest.java | |||||
* | | SONAR-5141 Improve performance of technical debt measures decorator | Julien Lancelot | 2014-03-14 | 2 | -117/+135 | |
| | | ||||||
* | | SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx() | Simon Brandhof | 2014-03-14 | 1 | -3/+3 | |
| | | ||||||
* | | SONAR-926 fail if properties sonar.sources or sonar.tests are badly set in ↵ | Simon Brandhof | 2014-03-13 | 1 | -33/+51 | |
| | | | | | | | | Maven pom | |||||
* | | SONAR-926 allow to set the properties sonar.sources and sonar.tests in Maven pom | Simon Brandhof | 2014-03-13 | 5 | -57/+64 | |
| | | ||||||
* | | 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 | 266 | -266/+266 | |
| | | ||||||
* | | SONAR-5056 Add migration to copy data on requirements from characteristics ↵ | Julien Lancelot | 2014-03-11 | 2 | -7/+1 | |
| | | | | | | | | to rules and remove requirement columns from characteristics | |||||
* | | 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 | |
| | | | | | | | | Duration | |||||
* | | 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 | |
| | | | | | | | | Also add translation module | |||||
* | | 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 | |
| | |