aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-254-49/+57
|
* SONAR-4366 Remove unnecessary colonsStas Vilchik2014-03-251-2/+2
|
* Fix quality flawsJulien Lancelot2014-03-241-2/+0
|
* SONAR-4366 Rework rename/copy modalStas Vilchik2014-03-211-1/+1
|
* SONAR-4366 Some UI improvementsStas Vilchik2014-03-211-2/+2
|
* Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to ↵Julien Lancelot2014-03-211-1/+1
| | | | debt.characteristics
* SONAR-4366 Move a core plugin component to batch (remove server dependency ↵Jean-Baptiste Lievremont2014-03-203-322/+2
| | | | on batch component)
* SONAR-926 fix documentation of exclusion settingsSimon Brandhof2014-03-191-90/+0
|
* SONAR-5091 Update deletion confirm messages in conformance to UI guidelinesJean-Baptiste Lievremont2014-03-191-0/+4
|
* Fix some quality flawsSimon Brandhof2014-03-191-2/+2
|\
| * Fixes a couple of issues by using interfaces rather than a specific ↵Hans Joachim Desserud2013-11-021-2/+2
| | | | | | | | implementation
* | SONAR-5143 revert. Inclusions are coming back to UI !Simon Brandhof2014-03-181-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 Lancelot2014-03-181-1/+1
| | | | | | | | side API of debt
* | SONAR-5095 Fix colon/period display in QG widget, metric descriptionJean-Baptiste Lievremont2014-03-181-4/+4
| |
* | SONAR-5092 Change message on default quality gate when user is not quality adminJean-Baptiste Lievremont2014-03-171-1/+2
| |
* | SONAR-5146 Some rules might not have some "rules.created_at" date and in ↵Julien Lancelot2014-03-171-2/+0
| | | | | | | | that case quality profile page can't be displayed
* | SONAR-4366 Fix display of passed quality gateJean-Baptiste Lievremont2014-03-171-1/+1
| |
* | SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-172-3/+3
| |
* | SONAR-4095Jean-Baptiste Lievremont2014-03-142-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" wordJulien Lancelot2014-03-145-17/+18
| |
* | SONAR-5141 Minor improvementJulien Lancelot2014-03-142-20/+16
| |
* | SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UISimon Brandhof2014-03-141-4/+6
| |
* | Fix bad import edu.emory.mathcs.backport.java.util.CollectionsSimon Brandhof2014-03-141-1/+1
| |
* | SONAR-5141 Improve performance of technical debt measures decoratorJulien Lancelot2014-03-142-117/+135
| |
* | SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-132-20/+4
| |
* | SONAR-5056 Fix performance issue when converting new rule to old ruleJulien Lancelot2014-03-132-39/+37
| |
* | SONAR-4913 Update issue and measures page to show sharing detailsStas Vilchik2014-03-131-0/+1
| |
* | SONAR-5124 The "Weighted Issues" metric should not be deprecated anymoreJulien Lancelot2014-03-121-1/+1
| |
* | SONAR-5056 Removed some useless usage of RequirementJulien Lancelot2014-03-121-3/+1
| |
* | Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11188-188/+188
| |
* | SONAR-5056 Add migration to copy data on requirements from characteristics ↵Julien Lancelot2014-03-112-7/+1
| | | | | | | | to rules and remove requirement columns from characteristics
* | SONAR-4767 On mode DAYS, do not display null when there's no dateJulien Lancelot2014-03-111-1/+3
| |
* | SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-112-114/+128
| |
* | SONAR-5094 Trigger alert notifications when a quality gate is usedJean-Baptiste Lievremont2014-03-102-3/+16
| |
* | SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-071-0/+4
| |
* | SONAR-5007 Add first POCStas Vilchik2014-03-061-0/+1
| |
* | SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-062-5/+5
| | | | | | | | Duration
* | SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-057-34/+39
| |
* | SONAR-5114 Modify client side application to support App WSStas Vilchik2014-03-051-0/+4
| | | | | | | | Also add translation module
* | Removed useless usage of WorkDurationFactoryJulien Lancelot2014-03-054-17/+4
| |
* | Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-054-4/+4
| |
* | SONAR-5086 Add commonentRoots parameter to links on action plan progress barJean-Baptiste Lievremont2014-03-041-10/+10
| |
* | SONAR-5057 remove usage of prototypejsSimon Brandhof2014-03-031-1/+1
| |
* | SONAR-4366 Quality Gates: latest feedbackStas Vilchik2014-03-031-4/+5
| |
* | SONAR-5057 remove usage of prototypejsSimon Brandhof2014-03-032-8/+3
| |
* | SONAR-4366 Quality Gates: ready for the permissions stuffStas Vilchik2014-03-031-0/+1
| |
* | SONAR-4366 Quality Gates: implement copy actionStas Vilchik2014-03-031-0/+2
| |
* | SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-033-10/+7
| |
* | Quality Gates: some improvements of the renderingStas Vilchik2014-02-281-0/+1
| |
* | Quality Gates: new layout, some other improvementsStas Vilchik2014-02-281-0/+2
| |